feat(96d): architect formula — answer parsing + sub-issue filing #102
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
Implement answer processing in
formulas/run-architect.toml: detect answered questions on architect PRs that have passed the pitch phase, parse answers, and file sub-issues.In preflight: detect PRs in question phase
An architect PR is in the question phase if:
## Design forkssection (added by #101 after ACCEPT)Process answers
All questions answered (every
### Qheading has a matchingQ<N>: <letter>in comments):Q1: A,Q2: C).codeberg/ISSUE_TEMPLATE/)backlogops/sprints/)Some questions answered, not all:
No answers yet (questions posted but human hasn't responded):
Answer format
Human comments on the PR:
Parser: match lines starting with
Q+ digit(s) +:+ space + letter A-D (case insensitive). Ignore other content in the comment.Affected files
formulas/run-architect.toml(update — add answer processing step)Acceptance criteria
## Design forkssection)Q1: Apattern matchingDependencies
Depends on #101 (question posting — needs PRs with design forks to process).