docs(adoption): K2 cutover playbook + K3 cold-start + K4 pre-brand caveat - #6
Merged
Conversation
…veat Add docs/ADOPTION.md covering the three adoption-kit doc items: - K2: cutover playbook for repos with existing bespoke graph tooling (classify enforcing vs non-enforcing surfaces; wrap -> repoint -> delete legacy -> enforce; domain gates as a permanent --json layer; pin release binaries by sha256; bounded burn-in + decommission trigger). - K3: cold-start bootstrapping on an existing app (ingest -> validate to 0 -> anchor per slice -> stamp -> baseline ratchet), plus the v0.1.1 footguns (validate skips on-disk anchor paths; check-drift and --write-baseline read committed history only; refresh baseline as the last commit; never rebaseline before anchoring). - K4: adoption caveats (never pre-brand an incumbent's artifacts with the successor's name; pin an exact pre-1.0 version). Link the new doc from README's Docs section. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PR5jrW4N8KfYKFJvap6pP7
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
# Conflicts: # README.md
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 out the K-track adoption-docs items (K2/K3/K4; K1 landed earlier via the routing patch):
--json, ESLint/dependency-cruiser/ArchUnit analogy; pinned sha256-verified binary install; bounded burn-in with a pre-written decommission trigger) · cold-start bootstrap (ingest → validate to 0 → baseline floor → anchor per slice → stamp → re-baseline ratchet) with v0.1.1 footguns (validate never checks disk anchors by design; check-drift and --write-baseline read committed history only — refresh the baseline as the branch's LAST commit; never re-baseline before anchoring) · adoption caveats (never pre-brand incumbent artifacts; pin an exact pre-1.0 version).All examples generic; no consumer-identifying content (deny-sweep clean).
🤖 Generated with Claude Code
https://claude.ai/code/session_01PR5jrW4N8KfYKFJvap6pP7