docs: map complete operator workflows - #70
Conversation
|
@codex review Focused exact-head review at fa3c48e. Check documentation truthfulness against current main, role/security boundaries, every command context and mutation label, public-example hygiene, and whether the stdlib link validator enforces the documented local-link contract without breaking normal repository Markdown. Apply the objective gate: report only a reproducible documented-workflow failure, real trust-boundary authorization/credential issue, plausible state loss/corruption, or concrete repository/CI/runtime/configuration-contract violation preventing use or validation. Style, speculative expansion, duplicates, and forbidden inputs are non-blocking. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fa3c48e043
ℹ️ 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".
|
@codex review Confirmation review for exact head 783ea02 after the single grouped review-fix commit. Confirm only the three accepted objective-gate corrections: remove unsupported |
|
Codex Review: Didn't find any major issues. 🎉 Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
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". |
Summary
Issue #24 acceptance map
docs/README.mdroutes operators todocs/OPERATOR-WORKFLOWS.mdexample-org, placeholder commit, and logical controller onlyscripts/check_doc_links.pyvalidates tracked local Markdown paths/headings in CIThis centralizes selection and stopping logic while leaving detailed commands in their existing authoritative runbooks. Issue #24 should remain open until the separately tracked tester/deployer implementation gates can provide their final role-specific quickstarts.
Validation
python3 scripts/check_doc_links.pypython3 -m py_compile scripts/check_doc_links.pygit diff --checkDocker is unavailable locally. The exact-head repository workflow covers the full container build and canonical repository validation.
Related to #24.