1cc9469d2d
Routes each task to its CLI per MODEL-ROUTING.md (Codex for 01/03/15/16/19, Gemini for 02/18, MiniMax for the rest), creates the worktree, installs the toolchain once task 01 has produced a package.json, and runs the agent headless with permission prompts disabled — these run unattended, and a blocked edit would just hang. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
18 lines
355 B
Plaintext
18 lines
355 B
Plaintext
# Tooling caches, not part of the published site.
|
|
.serena/
|
|
__pycache__/
|
|
|
|
# Build + toolchain (Astro migration).
|
|
node_modules/
|
|
dist/
|
|
.astro/
|
|
.husky/_/
|
|
|
|
# Visual-regression working output. Baselines in .agents/snapshots/ ARE tracked;
|
|
# the per-run captures and diffs are not.
|
|
.agents/snapshots/after/
|
|
.agents/snapshots/diff/
|
|
|
|
# agent run logs
|
|
.agents/logs/
|