docs(adr): ADR-002 content system of record - #26
Open
nwalker85 wants to merge 3 commits into
Open
Conversation
Binds Phase 1 doctrine for the content pipeline: git as SoR, plain markdown, drafts(Forgejo,private) -> published(GitHub,public) with promotion as the ratification act, CMS pointed at drafts only, token-forge as the visual source of truth, and editorial gates on the promotion PR. Records the stale `main` branch and the break-glass custody waiver as consequences. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JfznWqx1RABdKWLLXPEY6v
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Separates site, drafts, published, and demos repos with Bragi Phase 1B bindings. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Co-authored-by: Cursor <cursoragent@cursor.com>
docs(adr): amend ADR-002 for four-repo nwalker.cc topology
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.
Binds Phase 1 doctrine for the content pipeline. Decision only — no code, no behaviour change.
What this decides
@nwalker/token-forgeis the visual source of truth.Release notes
Added —
docs/adr/ADR-002-content-system-of-record.md.Why it matters — the site has no content pipeline.
/writingexists only on an unmerged branch and its single post is a hand-authored 234-line React component, so publishing a second post means writing a second component. This ADR sets the model that replaces that.Breaking — none. ADR-001's
develop→staging and tag→production model is unchanged; content PRs ride the existing release path.Migration — none required by this PR. Implementation follows as WP0–WP3.
Operators should know:
mainis stale and slated for retirement. 53 commits behinddevelopand not the default branch, sogit clone -b mainor any tool assumingmaingets a months-old tree.~/docs/30-projects/web-estate-restructure/BREAK-GLASS-2026-08-18-custody-waiver.md.Context
Prior art:
walkerwire.comon WordPress at 20k followers. The failure modes were structural — content in a database that could not be diffed, no grep across the corpus, no review path, structure owned by the CMS.The 2026-08-17 launch produced four near-miss defects caught only by human attention at the last moment. All four are mechanically detectable, which is what the editorial gates in decision 6 exist for.
Not in scope
Assistant demo (own PRD), source recovery for ravenhelm.ai, infrastructure repairs, canonical-URL migration off Substack.