Retire idea.md / --idea operator-seed pathway#402
Merged
Conversation
The 2026-05-05 refactor reduced idea.md to an optional --idea FILE|- seed alongside the inputs/ evidence pack. The dual-path persisted but was rarely used in practice and added cognitive load: the eval rubric carried a clean-source dual-branch keyed off "idea.md contains reviewer comments," the orchestrator had a special --idea-was-passed scripted- seed flow at run start, idea-to-pdd scanned the idea.md body for Drive URLs in its permission pre-flight, and the artifact manifest carried two idea.md entries with corresponding test-side carve-outs. Operators now put any free-text seed directly into inputs/ as a regular source file. One canonical input pathway, one synthesis surface. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
646521c to
5eec2f8
Compare
2 tasks
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.
Summary
The 2026-05-05 refactor reduced
idea.mdto an optional--idea FILE|-seed alongside theinputs/evidence pack. The dual-path persisted but was rarely used and added cognitive load (eval rubric branches, orchestrator scripted-seed flow, permission-scan URL extraction, two manifest entries with matching test carve-outs).Operators now put any free-text seed directly into
inputs/as a regular source file. One canonical input pathway, one synthesis surface.What changed
Removed:
--idea FILE|-from/ace:runargument-hint + processidea.mdwrite inagents/ace-orchestrator.mdidea.md=<present|absent>from the run-start log lineidea.mdrow inskills/idea-to-pdd § Inputsidea.md-URL extraction inidea-to-pddpermission pre-flightidea.mdentries fromlib/artifact-manifest.ts(run-root + legacy1-design/idea.md) + matchingRUN_LEVEL_EXEMPTcarve-outsruns/<run-id>/idea.mdrow inagents/orchestrator-reference.md1-design/idea.mdfixture filesPreserved:
clean_sourcedetection inidea-to-pdd-eval(still useful — keys off reviewer-comment presence across the source pack). Dual-branch scoring unchanged; language updated from "idea.md" to "the source pack."idea.md→ multi-doc → no-idea.mdevolution).scripts/migrate-drive-layout.tsmapping (back-compat for pre-2026-05-05 runs).Test plan
npm test— 4 pre-existing MCP coverage failures unchanged; no new failures from this PR.npx vitest run test/lib/artifact-manifest-lint.test.ts test/fixtures/artifact-manifest.test.ts— 38/38 pass after fixture cleanup.clean-installcheck🤖 Generated with Claude Code