docs: align Optima documentation with the current architecture - #1
Merged
Merged
Conversation
ShivanshuPurohit
marked this pull request as ready for review
July 16, 2026 08:50
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
f8be20a4Why
The Optima implementation moved substantially beyond the previous documentation pin. Several pages still described retired commands or older state transitions, while some release and evidence prose attributed deployment-level guarantees to lower-level primitives that do not establish them alone.
This refresh makes the documentation source-grounded and neutral: active pages now describe invariants, typed authority boundaries, failure behavior, retained evidence, and explicit production prerequisites. Chronology is confined to the changelog and the dated state-of-record ledger.
Impact
Engineers and operators now have one consistent description of:
This PR changes documentation only; it does not alter Optima runtime behavior.
Review note
The dated state-of-record targets local Optima commit
f8be20a43708efd830b7b1dae88f00ffaf532ad5oncodex/audit-gpu-readiness-20260716. At the snapshot time, noorigin/*ref in the Optima source repository contained that commit; the ledger states this explicitly.Validation
PYENV_VERSION=sn120 python scripts/check_docs.py— 59 Markdown files passedPYENV_VERSION=sn120 mkdocs build --strict— passedgit diff --check— clean