Fix canonical chain drift and homepage defaults across the repo#1
Merged
Conversation
Align the full repo on CLAUDE.md's 6-step canonical method plus an optional claim-check durability pass. Previously five different docs described five different chains and four of five prompt entry points hardcoded "homepage" into the first prompt. Structural changes: - renumber guided-runs so the sequence is unambiguous 01-06 - retire the page-architecture step (framework, template, guided-run) - add frameworks for first-page-decision and page-argument-shape - bring claim-checking to parity: framework rewrite, new template, new guided-run 07 - remove empty typeahead example shells - remove orphan page-brief template Drift fixes: - normalize the 6-step chain across README, START-HERE, all guides, all quickstarts and start-with-prompts - rewrite claude, perplexity, grok and openai guides to match the ChatGPT guide's per-step prompt-block format - remove homepage hardcoding from every quickstart prompt and from the ChatGPT and Claude guide prompts - remove homepage hardcoding from the wedge-definition template - update README repo-structure to list guides, research and START-HERE.md Honesty fixes: - distinguish "fully logged" vs "summary logged" runs in the run-logging framework - flag vegan-dog-food-first-pass as summary logged, not fully logged - remove README overclaim that worked examples are "coming later" - note in examples README what the current runs do not yet prove
5 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
guided-runs/to an unambiguous 01-07 sequence (was two-03, two-04).first-page-decisionandpage-argument-shapeso the two newest canonical steps finally have durable method docs.examples/typeahead/*placeholder shells and the orphantemplates/page-brief-template.md.Test plan
README.md,START-HERE.md,CLAUDE.md, and all 5 guides to confirm they describe the same 6-step chain.guided-runs/01through07in order and confirm everyNext:link resolves.runs/vegan-dog-food-first-pass/evaluation.mdcarries the summary-logged disclosure.