Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.

Commit 59d7ec8

Browse files
matejvasekclaude
andcommitted
docs: include .dev-logs/ in agent awareness section of init.sh spec
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c8f1528 commit 59d7ec8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/superpowers/specs/2026-05-14-better-init-sh-design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ PLUGIN_PORT="$PLUGIN_PORT" yarn start > "$LOG_DIR/webpack.log" 2>&1 &
8787

8888
Agents need to know where the dev server is running so they can connect to it (e.g. for browser testing or API calls).
8989

90-
- **CLAUDE.md**: Add `.dev-env.json` to the knowledge base table, noting it contains the running dev server ports
90+
- **CLAUDE.md**: Add `.dev-env.json` and `.dev-logs/` to the knowledge base table, noting dev server ports and log file locations respectively
9191
- **WORKFLOW.md**: Add a step to the Startup Sequence (after "Run `./init.sh`") to read `.dev-env.json` and note the ports
9292
- **`.claude/commands/init-session.md`**: Add a step to read `.dev-env.json` and report the ports to the user
9393

@@ -100,7 +100,7 @@ Agents need to know where the dev server is running so they can connect to it (e
100100
| `webpack.config.ts` | Read `PLUGIN_PORT` env var with fallback to 9001 |
101101
| `.gitignore` | Add `.dev-pids/` and `.dev-env.json` |
102102
| `.dockerignore` | Add `.dev-pids/` and `.dev-env.json` |
103-
| `CLAUDE.md` | Add `.dev-env.json` to knowledge base table |
103+
| `CLAUDE.md` | Add `.dev-env.json` and `.dev-logs/` to knowledge base table |
104104
| `docs/WORKFLOW.md` | Add port discovery step to Startup Sequence |
105105
| `.claude/commands/init-session.md` | Add step to read and report dev server ports |
106106

0 commit comments

Comments
 (0)