Merged
Conversation
Adds the GitHub-side plumbing for the four-lane document review and publishing workflow: branch-prefix-driven stage progression, PR previews to a separate previews repo, checkpoint deploys from arbitrary branches via workflow_dispatch, version-aware draft watermark, env-driven Docusaurus URL/baseUrl, CODEOWNERS, PR template, and Claude Code skills for /new-revision and /technical-edit. Stage progression only auto-processes branches starting with docs/; non-doc PRs are silently ignored, with manual lane:* labeling as the admin escape hatch.
The PR template's Lane 1 Technical edit checkbox is what stage-progression.yml watches to advance new-doc PRs from AI editor review to Director review. The skill previously always passed --body to gh pr create, which fully overrides the template, dropping the checkbox. The skill now forks on branch prefix: docs/ branches get the template structure with auto-filled Description and Affected documents sections; non-doc branches keep the existing bullet summary.
|
📄 Preview deployed https://usace-rmc.github.io/RMC-Software-Documentation-Previews/pr-107/ This preview updates automatically when new commits are pushed. Deleted when the PR closes. |
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
docs/branches with manuallane:*labeling as the admin escape hatch.docusaurus.config.jsURL/baseUrl to env-driven so PR previews can build at a different base path./new-revisionand/technical-editClaude Code skills, and update the/prskill to honor the new PR template ondocs/branches so the Lane 1 Technical edit checkbox is preserved.