Update Strata docs (update-mode run) - #37
Open
baonguyenNava wants to merge 3 commits into
Open
Conversation
baonguyenNava
marked this pull request as ready for review
July 28, 2026 22:01
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.
What
Update-mode regeneration of the 6 sources with new source commits (
app-template,documentai-api,oscer,platform-cli,template-infra,template-infra-azure), plus the verify→fix pass and a rebuilt graph.How
Ran the
generate-strata-docsskill in update mode:source_deltaselected the 6 changed sources, Run 1 re-documented each at its new SHA, Run 2 ran the verify→adjudicate→fix loop per doc, thenbuild_graphregenerateddocs/INDEX.mdanddocs/graph.json. The curation pass found registry health clean, with no missing keys and no new registry entries needed, and appended its findings todocs/.curation/improvements.md.Test plan
python -m pytest -v: 65 passedpython -m scripts.lint_manifest:MANIFEST_OK 9 sourcespython -m scripts.lint_docs:DOCS_OK 57 docspython -m scripts.build_graph:GRAPH_OK 57 docs, no diff against committeddocs/INDEX.md/docs/graph.jsonNotes for reviewers
No GitHub issue backs this. It's a routine docs refresh.
docs/.verification/anddocs/.curation/are the audit trail from the verify→fix and curation passes; seedocs/.curation/improvements.mdfor the full curator report on this run.