docs: Update RAI Planner docs for Phase 1 preflight, phaseGates, and template-aware resume - #2888
Open
pratik wayase (PratikWayase) wants to merge 2 commits into
Conversation
…template-aware resume
pratik wayase (PratikWayase)
requested a review
from a team
as a code owner
September 10, 2026 18:57
Bill Berry (WilliamBerryiii)
approved these changes
Sep 10, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2888 +/- ##
=======================================
Coverage 83.00% 83.00%
=======================================
Files 185 185
Lines 34924 34924
Branches 228 228
=======================================
Hits 28989 28989
Misses 5861 5861
Partials 74 74
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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.
Description
Updates the published RAI Planner documentation to align with the recent code changes in
.github/agents/rai-planning/rai-planner.agent.mdand.github/instructions/rai-planning/rai-identity.instructions.md(Commit f8764b1).Specifically, this PR:
preflight,noticeLog, andphaseGatesfields to the state management table inagent-overview.md.agent-overview.mdto include template revalidation,assessmentContentFilechecks, andsecurityPlanRefpath normalization.agent-overview.mdfrom 6 steps to 7 steps, inserting the preflight validation contract.entry-modes.mdto show that pointers/output preferences are resolved first, followed by the shared Phase 1 preflight.phase-reference.md.ms.datefrontmatter for all three modified files.Related Issue(s)
Fixes #2865
Type of Change
Select all that apply:
Code & Documentation:
Infrastructure & Configuration:
AI Artifacts:
hve-builderand addressed all actionable findings.github/instructions/*.instructions.md).github/prompts/*.prompt.md).github/agents/*.agent.md).github/skills/*/SKILL.md).github/hooks/*/*.json)evals/)Other:
.ps1,.sh,.py)Testing
Ran local validation scripts to ensure compliance with repository standards:
npm run lint:md-> 0 errorsnpm run docs:generate-> Unchanged: 251 filesnpm run format:tables-> Formatted modified files successfullynpm run lint:md-links-> No new broken links introduced (pre-existing OWASP 404s noted in unrelated files)Checklist
Required Checks
AI Artifact Contributions
N/A
Required Local Checks
The following local-safe validation commands must pass before merging:
npm run validate:localnpm run validate:docsnpm run spell-checknpm run lint:md-linksSecurity Considerations