feat(96a): architect-bot user + directory + run script scaffold #99
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent
Part of #96 — architect agent.
What to do
Set up the architect agent infrastructure (no formula logic yet):
architect-botvia API (or viadisinto hire-an-agent architect-bot architectif #84 has landed)FORGE_ARCHITECT_TOKENto.env.examplearchitect/with:architect-run.sh— cron wrapper following the same pattern asplanner/planner-run.sh:formulas/run-architect.tomlagent_runorrun_formula_and_monitorAGENTS.md— role description: "Strategic decomposition of vision issues into development sprints. Proposes sprints via PRs on the ops repo, converses with human through PR comments, files sub-issues after design forks are resolved."state/.architect-active(disabled by default — empty file not created, just document it)formulas/run-architect.tomlwith name, description, version, model=opus, and empty steps (filled in by follow-up issues)sprints/directory in ops repo with a.gitkeepAGENTS.md— add architect row to agent tableAffected files
architect/architect-run.sh(new)architect/AGENTS.md(new)formulas/run-architect.toml(new — stub)AGENTS.md(update — add row).env.example(update — add FORGE_ARCHITECT_TOKEN)Acceptance criteria
architect/architect-run.shruns without error (exits cleanly with stub formula)formulas/run-architect.tomlexists with correct metadataops/sprints/directory existsDependencies
None — first step.