Restructure docs for Bridgetown migration; add AGENTS runbook and reference docs#43
Restructure docs for Bridgetown migration; add AGENTS runbook and reference docs#43blackopsrepl wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Moving this document to docs/reference/typed-contract-audit.md without a compatibility stub leaves existing in-repo references broken; for example, crates/solverforge-core/WIREFRAME.md:612 still points to docs/typed-contract-audit.md, which now resolves to a missing file. This creates immediate doc navigation regressions for readers following the wireframe, so the move should be paired with either reference updates in the same commit or a redirect/stub at the previous path.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Motivation
docs/and prepare for a Bridgetown-based website migration.reference/layout and keep implementation runbooks inbridgetown/to make migration deterministic.AGENTS.mdand runbooks.Description
README.mdto point to newdocs/reference/...paths and to referencedocs/README.mdas the docs entrypoint.docs/AGENTS.mdwith scoped instructions for agents and a validation checklist.docs/README.mdanddocs/bridgetown/{agent-runbook.md,execution-plan.md}to document the Bridgetown migration workflow and exact local run steps.docs/reference/and adddocs/reference/github-pages-migration.mddescribing GitHub Pages migration options.Testing
Codex Task