This wave establishes the automation infrastructure to support continuous README and Mermaid diagram auditing, establishes the integration between the Release Agent and README automation workflows, and documents the complete workflow coordination patterns.
Depends on
Related
.github/projects/active/next-issues-execution-plan.md (Wave 3 Roadmap)
Assignee Intent
Objectives
- Create
readme-update.yml GitHub Actions workflow for automated README fixes
- Integrate readme-update workflow into Release Agent orchestration pattern
- Validate Release Agent can trigger readme-regen.yml on-demand during releases
- Document complete workflow coordination patterns and handoff contracts
- Establish Wave 4 (Continuous Monitoring) infrastructure and documentation
Deliverables
-
readme-update.yml Workflow (New GitHub Actions Workflow)
- Trigger: workflow_dispatch (manual trigger) + agent invocation
- Scope: Apply bulk fixes to README files (syntax, accessibility, staleness)
- Steps:
- Checkout code
- Run Node.js audit script
- Apply automated fixes (accTitle, accDescr, staleness updates)
- Commit changes with audit trail
- Create optional pull request
- Outputs:
.github/reports/mermaid-audit/update-report.md
- Conditional: Integrates with Wave 3A/3B audit reports
-
Release Agent Integration Updates
- Update Release Agent spec to reference readme-update.yml integration
- Add conditional call to readme-update in post-release workflows
- Document workflow communication protocol (exit codes, artefacts)
- Test dry-run mode with readme-update workflow
- Verify Release Agent can orchestrate 8+ workflows in sequence
-
Workflow Coordination Documentation Updates
- Add readme-update.yml to "Proposed New Workflows" table
- Document complete 7-step Release Agent orchestration flow
- Add readme-update Workflow Contract section (pre-conditions, steps, post-conditions)
- Create visual orchestration diagram (Mermaid flowchart)
- Add troubleshooting guide for readme-update workflow
-
Test Plan & Validation
- Create test cases for readme-update.yml workflow
- Validate workflow passes with dry-run flag
- Test Release Agent can dispatch readme-update.yml
- Verify post-release README updates work correctly
- Document test results in qa-sign-off.md
-
Wave 4 Foundation (Continuous Monitoring)
- Create Wave 4 specification (
.github/projects/active/wave-4-continuous-monitoring.md)
- Define automated README audit schedule (weekly or on-demand)
- Plan continuous Mermaid validation integration
- Document integration with metrics/reporting workflows
Acceptance Criteria
Definition of Done
- readme-update.yml workflow created in
.github/workflows/
- Workflow passes validation (YAML lint, Spectral)
- Manual dispatch trigger tested and working
- Agent invocation method documented
- Release Agent spec updated with new integration
- workflow-coordination.md updated with readme-update documentation
- Orchestration diagram created and rendered
- Test plan created and executed
- All acceptance criteria verified
- Pull request opened with workflow setup documentation
Success Metrics
- readme-update.yml workflow created, tested, and deployed
- Release Agent successfully orchestrates 8+ workflows (pre/during/post release)
- Post-release README updates trigger automatically
- Dry-run mode works correctly for preview before applying
- workflow-coordination.md documentation complete and accurate
- All documentation passes linting (0 errors)
- Test coverage >80% for workflow integration
- Wave 4 foundation established and documented
Notes & Constraints
Owner & Effort
Deliverables Checklist
Resources
This wave establishes the automation infrastructure to support continuous README and Mermaid diagram auditing, establishes the integration between the Release Agent and README automation workflows, and documents the complete workflow coordination patterns.
Depends on
Related
.github/projects/active/next-issues-execution-plan.md(Wave 3 Roadmap)Assignee Intent
Objectives
readme-update.ymlGitHub Actions workflow for automated README fixesDeliverables
readme-update.yml Workflow (New GitHub Actions Workflow)
.github/reports/mermaid-audit/update-report.mdRelease Agent Integration Updates
Workflow Coordination Documentation Updates
Test Plan & Validation
Wave 4 Foundation (Continuous Monitoring)
.github/projects/active/wave-4-continuous-monitoring.md)Acceptance Criteria
Definition of Done
.github/workflows/Success Metrics
Notes & Constraints
Owner & Effort
next-issues-execution-plan.md#wave-3Deliverables Checklist
.github/workflows/readme-update.ymlcreatedagents/release.agent.mdupdated with readme-update integration.github/docs/workflow-coordination.mdupdated with new workflow.github/projects/active/wave-4-continuous-monitoring.mdcreatedResources