You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENT.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ENVIRONMENT:
6
6
7
7
- ALWAYS use ONLY Environments for ANY and ALL file, code, or shell operations—NO EXCEPTIONS—even for simple or generic requests.
8
8
- DO NOT install or use the git cli with the environment_run_cmd tool. All environment tools will handle git operations for you. Changing ".git" yourself will compromise the integrity of your environment.
9
-
- You MUST inform the user how to view your work using `cu log <env_id>` AND `cu checkout <env_id>`. Failure to do this will make your work inaccessible to others.
9
+
- You MUST inform the user how to view your work using `container-use log <env_id>` AND `container-use checkout <env_id>`. Failure to do this will make your work inaccessible to others.
10
10
11
11
DEVELOPMENT WORKFLOW:
12
12
@@ -17,6 +17,7 @@ DEVELOPMENT WORKFLOW:
17
17
- Dependencies: Run 'go mod download' to install dependencies, 'go mod tidy' to clean up
18
18
19
19
MANUAL STDIO TESTING:
20
+
- IMPORTANT: container-use cannot be manually tested in its own /workdir. First initialize a new git repository elsewhere on disk (e.g., /tmp/test-repo) and manually test from there
20
21
- Test stdio interface: Use 'echo $request | timeout $seconds container-use stdio' where:
21
22
- $request is a JSON-formatted MCP request (e.g., '{"jsonrpc":"2.0","method":"ping","id":1}')
22
23
- $seconds is timeout duration (e.g., 10 for 10 seconds)
0 commit comments