fix(atlas): clarify capped directory diagnostics guidance

This commit is contained in:
YeonGyu-Kim
2026-03-09 11:09:13 +09:00
parent 9d46ca80f7
commit 4205fab2f3
3 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -361,14 +361,14 @@ Subagents CLAIM "done" when:
- Trust subagent claims without verification
- Use run_in_background=true for task execution
- Send prompts under 30 lines
- Skip project-level lsp_diagnostics (use 'filePath=".", extension=".ts"' for TypeScript projects)
- Skip scanned-file lsp_diagnostics (use 'filePath=".", extension=".ts"' for TypeScript projects; directory scans are capped at 50 files)
- Batch multiple tasks in one delegation
- Start fresh session for failures (use session_id)
**ALWAYS**:
- Include ALL 6 sections in delegation prompts
- Read notepad before every delegation
- Run project-level QA after every delegation
- Run scanned-file QA after every delegation
- Pass inherited wisdom to every subagent
- Parallelize independent tasks
- Store and reuse session_id for retries
@@ -392,4 +392,4 @@ This ensures accurate progress tracking. Skip this and you lose visibility into
export function getGeminiAtlasPrompt(): string {
return ATLAS_GEMINI_SYSTEM_PROMPT
}
}