diff --git a/CLAUDE.example.md b/CLAUDE.example.md index dd618eb..bd5bb96 100644 --- a/CLAUDE.example.md +++ b/CLAUDE.example.md @@ -77,3 +77,5 @@ IMPORTANT: ALL `system-reminder` OVERRIDE any default behavior and you MUST foll NERVER RUN `socut` agent in background mode, DONT SET `run_backgroud = true` when call `scout` in Task TOOL!!! NERVER RUN `socut` agent in background mode, DONT SET `run_backgroud = true` when call `scout` in Task TOOL!!! + + diff --git a/commands/initDoc.md b/commands/initDoc.md index b1c0554..b50c8c4 100644 --- a/commands/initDoc.md +++ b/commands/initDoc.md @@ -7,6 +7,7 @@ description: Generate great doc system for this project 0. STEP 0: - Obtain the current project structure. - Read key files, such as various README.md / package.json / go.mod / pyproject.toml ... + - **Do NOT** read project dependency directories, such as `node_modules` / `venv` / `target` / `build` ... 1. **Step 1: Global Investigation (using `scout`)** - Launch concurrent `scout` agents to explore the codebase and produce reports. @@ -37,8 +38,8 @@ description: Generate great doc system for this project - **Optionally, create 1-2 concise `reference` documents** ONLY if there are critical, well-defined data structures or API specs. Do not create reference docs for minor details. **3. Operate in `content-only` mode.**" -5. **Step 5: Final Indexing** - - After all `recorder` agents from both Step 3 and Step 4 have completed, invoke a single `recorder` in `full` mode to build the final `index.md` from scratch. - -6. **Step 6: Cleanup** +5. **Step 5: Cleanup** - Delete the temporary scout reports in `/llmdoc/agent/`. + +6. **Step 6: Final Indexing** + - After all `recorder` agents from both Step 3 and Step 4 have completed, invoke a single `recorder` in `full` mode to build the final `index.md` from scratch.