docs: sprint day 11 session 3 — agent-sudo design, projects DB, infrastructure migration

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Backtalk6858
2026-06-27 16:39:16 -05:00
parent 9260cc039f
commit 37d1c5d90f
3 changed files with 3 additions and 3 deletions
@@ -96,7 +96,7 @@ If Ollama call fails or times out (>120s): set builder_status = 'failed', log er
Pass the generated code to `claude -p` for structural review. Keep the prompt minimal to conserve SDK credits:
```bash
claude -p "Review this {type} automation code for the following only:
claude -p --model claude-sonnet-4-6 --thinking medium "Review this {type} automation code for the following only:
1. Does it correctly fetch secrets from Vault via AppRole (never hardcoded)?
2. Are there any obvious syntax errors or missing imports?
3. Does the logic match this spec summary: {name} — {task_description[:200]}