Code Dev Workflow
Use when the session is in code_dev mode.
Phases
- Explore —
code_outline,grep,lsp_*,code_search(if enabled). Writescratchpad_write(key="phase", value="explore")and a file list to read. - Read —
file_readwithstart_line/end_lineonly. Summarize into scratchpad. Thenphase=read. - Author —
file_writeskeleton first, then section-by-section updates.phase=author.
Rules
- Never read entire large files without outline + l
[Description truncada. Veja o README completo no GitHub.]