fix: feat(96b): architect formula — research + design fork identification (#100) #108
No reviewers
Labels
No labels
action
backlog
blocked
in-progress
priority
tech-debt
underspecified
vision
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: johba/disinto#108
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/issue-100"
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?
Fixes #100
Changes
AI Review
Summary
This PR replaces the stub architect formula with real steps covering preflight and research/pitch (issue #100 scope), and adds skeleton descriptions for the two future steps (issues #101/#102). The model is changed from opus to sonnet in
architect-run.sh.Findings
formulas/run-architect.toml:17:model = "opus"is inconsistent withexport CLAUDE_MODEL="sonnet"inarchitect-run.sh. The TOMLmodelfield is not parsed programmatically — it's injected into the prompt as raw text viaFORMULA_CONTENT, so the actual model used is controlled by theCLAUDE_MODELenv var (read byagent-sdk.sh). The metadata in the TOML is misleading and should readmodel = "sonnet"to match the runtime setting.Notes
sprint_pr_creation) and 4 (answer_parsing) are clearly delegated to future issues (#101/#102) with placeholder descriptions. This is an intentional incremental build and is acceptable scope for #100.Verdict
APPROVE — Formula correctly implements preflight + research/pitch steps; model downgrade to sonnet aligns with other formula agents
Reviewed at
171b9d2| AGENTS.mdAI Review: APPROVE — Formula correctly implements preflight + research/pitch steps; model downgrade to sonnet aligns with other formula agents