Rename --mode interactive to --mode design + adopt Symphony-style SPEC.md output#492
Closed
akashgit wants to merge 1 commit into
Closed
Rename --mode interactive to --mode design + adopt Symphony-style SPEC.md output#492akashgit wants to merge 1 commit into
akashgit wants to merge 1 commit into
Conversation
…C.md output Two tightly coupled changes: 1. Mode rename (interactive → design): Renamed ~125 mode-concept references across 6 files (cli.py, ceo.md, distiller.md, CLAUDE.md, test_cli.py, test_cli_wizard.py). Variables renamed (interactive_idea → design_idea, interactive_existing → design_existing). Step labels renamed I0-I4 → D0-D4 in CEO prompt. --mode interactive accepted as silent backward-compat alias. Runner-concept references (interactive_run, supports_interactive) untouched. 2. SPEC.md output format: Replaced ad-hoc idea.md template in distiller.md with Symphony-style numbered sections (Problem Statement, Goals/Non-Goals, System Overview, Core Domain Model, Detailed Specifications, Reference Algorithms, Test and Validation Matrix, Implementation Checklist) and RFC 2119 normative language. Updated CEO prompt D1/D1r to embed format requirements and review criteria for Symphony-style structure. Closes #490 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Owner
Author
❌ Factory Review: REVERTVerdict: REVERT Experiment: #1 Score Comparison
Guard Checks
Precheck GateCode Review Notes
Posted by Factory CEO |
Collaborator
|
closed in favor of #498 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #490
Changes
interactive_idea→design_idea,interactive_existing→design_existing. Step labelsI0-I4→D0-D4in CEO prompt.--mode interactiveaccepted as silent backward-compat alias. Runner-concept references (interactive_run,supports_interactive) are untouched.idea.mdtemplate indistiller.mdwith Symphony-style numbered sections (Problem Statement, Goals/Non-Goals, System Overview, Core Domain Model, Detailed Specifications, Reference Algorithms, Test and Validation Matrix, Implementation Checklist) using RFC 2119 normative language. Updated CEO prompt D1/D1r to embed format requirements and review criteria.ruff check .andmypy factory/pass with zero issues.