Skip to content

Commit 5841a3f

Browse files
committed
Small AGENTS.md tweaks, new AGENTS.md for plain dev
1 parent 40f3b94 commit 5841a3f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

plain-dev/plain/dev/AGENTS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Plain Dev AGENTS.md
2+
3+
- `plain dev logs`: Show the log output for the running `plain dev` processes

plain/plain/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The `plain` CLI is the main entrypoint for the framework. If `plain` is not avai
1010
- `plain run <filename>`: Run a Python script with Plain configured.
1111
- `plain agent docs <package>`: Show README.md and symbolicated source files for a specific package.
1212
- `plain agent docs --list`: List packages with docs available.
13-
- `plain agent request <path> --user <user_id>`: Make an authenticated request to the application and inspect the output.
13+
- `plain agent request <path> --user <user_id>`: Make an authenticated request to the running application and inspect the output.
1414
- `plain --help`: List all available commands (including those from installed packages).
1515

1616
## Code style

0 commit comments

Comments
 (0)