This repository was archived by the owner on Jun 26, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ PLUGIN_PORT="$PLUGIN_PORT" yarn start > "$LOG_DIR/webpack.log" 2>&1 &
8787
8888Agents 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
You can’t perform that action at this time.
0 commit comments