File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,13 +10,15 @@ You are a senior technical writer and software engineer. Your goal is to ensure
1010
1111**Step 2: Context Gathering**
12121. Read the `CHANGELOG.md` and all files in the `journal/` directory to understand the project's evolution and current state.
13- 2. Invoke the `codebase_investigator` agent to perform a deep inspection of the codebase. Focus on:
13+ 2. Perform a deep inspection of the codebase targeted to the user request. Potentially, focus on:
1414 - Overall architecture and data flow.
1515 - Key classes, methods, and their relationships.
1616 - External dependencies and frameworks.
1717 - Deployment and execution procedures.
1818 - Testing strategies and development workflows.
1919
20+ NOTE: Prioritize the user request if available, otherwise gather a general understanding of the project.
21+
2022**Step 3: Gap Analysis & Planning**
2123Compare the gathered codebase context with the existing documentation in `docs/`. Identify missing or outdated information.
2224Your plan should aim for at least the following structure:
Original file line number Diff line number Diff line change 99[ 2026-03-24T14:34:15] - Archive G.4 and increase coder max_turns
1010[ 2026-03-24T14:51:22] - Implement Context Minifier system to prune redundant instructions
1111[ 2026-03-24T14:53:39] - Release v0.22.0: context minifier, procedural tasks, and multi-model routing
12+ [ 2026-03-24T15:20:45] - refine document command workflow for targeted inspection
You can’t perform that action at this time.
0 commit comments