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
@@ -48,7 +48,7 @@ Does it deploy to sandbox without errors?
| Type | Check |
|---|---|
| `n8n_automation` | `POST /api/v1/workflows` succeeds; workflow appears in sandbox N8N UI; all credentials are assigned (no empty credential IDs) |
| `claude_agent` | Container builds and starts; `docker ps` shows healthy; `claude -p "echo ok"` returns without error from within the agent's execution context |
| `claude_agent` | Container builds and starts; `docker ps` shows healthy; `claude -p --model claude-sonnet-4-6 --thinking medium "echo ok"` returns without error from within the agent's execution context |
| `script` | Docker image builds; container starts; first log line appears within 30 seconds; exit code is 0 for one-shot scripts or container stays running for daemon scripts |
**Pass criteria:** No deployment errors, artifact is reachable. **Fail action:** Log to `agent_test_results`, NTFY user, tear down partial deployment in sandbox.