Description
Currently when i run agentcore create and then go through with creating a harness the path to Dockerfile checks from the project directory instead of the directory where I ran the agentcore create command
Use the same path to module from the add policy!
Steps to Reproduce
- Run
agentcore create in ./
- then create a project
- then start creating a harness
- choose add a Dockerfile
- put in anything as the path
- It will error with the path from the context of the project not the directory i ran the agentcore command from
(26-05-06 13:14:03) <0> [~/workplace/cli/withagentcore/agentcore-cli/.github]
dev-dsk-ajesstur-1e-ab120cb5 % agentcore create
Expected Behavior
path working dir is here - /workplace/ajesstur/cli/withagentcore/agentcore-cli/.github/
Actual Behavior
path working dir is here - /workplace/ajesstur/cli/withagentcore/agentcore-cli/.github/harnesses/
CLI Version
No response
Operating System
macOS
Additional Context
No response
Description
Currently when i run
agentcore createand then go through with creating a harness the path to Dockerfile checks from the project directory instead of the directory where I ran the agentcore create commandUse the same path to module from the add policy!
Steps to Reproduce
agentcore createin ./(26-05-06 13:14:03) <0> [~/workplace/cli/withagentcore/agentcore-cli/.github]
dev-dsk-ajesstur-1e-ab120cb5 % agentcore create
Expected Behavior
path working dir is here - /workplace/ajesstur/cli/withagentcore/agentcore-cli/.github/
Actual Behavior
path working dir is here - /workplace/ajesstur/cli/withagentcore/agentcore-cli/.github/harnesses/
CLI Version
No response
Operating System
macOS
Additional Context
No response