diff --git a/docs/README.md b/docs/README.md index 8851af9..c5c0b23 100644 --- a/docs/README.md +++ b/docs/README.md @@ -81,7 +81,7 @@ Guides for developers who just created a repository from this template. | [Getting Started](template/GETTING-STARTED.md) | "Use this template" to first `cargo build` to first CI pass | | [Configuration](template/CONFIGURATION.md) | Cargo.toml fields, placeholder replacement, feature flags, editor setup | | [CI Workflows](template/CI-WORKFLOWS.md) | Every included workflow: triggers, secrets, how to enable/disable | -| [Agentic Workflows](workflows/AGENTIC-WORKFLOWS.md) | Autonomous AI agents: CI Doctor, Daily QA, Issue Triage, Q optimizer | +| [Agentic Workflows](workflows/AGENTIC-WORKFLOWS.md) | Autonomous AI agents: CI Doctor, Daily QA, Issue Triage, Q optimizer, Update Docs, Daily Documentation Review, Daily Repository Status | | [Customization](template/CUSTOMIZATION.md) | Add modules, remove examples, adjust lints, modify release targets | | [GitHub Template Features](template/GITHUB-TEMPLATE-FEATURES.md) | What copies when using a template -- and what doesn't | | [Copilot Jumpstart](template/COPILOT-JUMPSTART.md) | Prompts for automatic project scaffolding with GitHub Copilot | @@ -105,7 +105,7 @@ Detailed reference material organized by topic. | Document | Description | |----------|-------------| -| [Agentic Workflows](workflows/AGENTIC-WORKFLOWS.md) | Autonomous AI agents for CI/CD (CI Doctor, Daily QA, Issue Triage, Q optimizer, Update Docs) | +| [Agentic Workflows](workflows/AGENTIC-WORKFLOWS.md) | Autonomous AI agents for CI/CD (CI Doctor, Daily QA, Issue Triage, Q optimizer, Update Docs, Daily Documentation Review, Daily Repository Status) | | [Coverage](workflows/COVERAGE.md) | Code coverage configuration and reporting | | [Test Matrix](workflows/TEST-MATRIX.md) | Multi-platform and multi-version test matrix | | [Benchmark Regression](workflows/BENCHMARK-REGRESSION.md) | Performance regression detection | diff --git a/docs/workflows/AGENTIC-WORKFLOWS.md b/docs/workflows/AGENTIC-WORKFLOWS.md index 9a5b3a8..f1f3e47 100644 --- a/docs/workflows/AGENTIC-WORKFLOWS.md +++ b/docs/workflows/AGENTIC-WORKFLOWS.md @@ -29,7 +29,7 @@ Analyzes failed GitHub Actions workflows to identify root causes and patterns. P - Daily Test Coverage Improver **Safe Outputs:** -- Creates issues with `[CI Doctor]` prefix +- Creates issues prefixed with the workflow name (for example, `CI Doctor`) - Adds labels: `automation`, `ci` - Can comment on existing issues @@ -99,11 +99,11 @@ Daily health check of repository status, open issues, PR backlog, and workflow p - Workflow performance monitoring - Stale issue detection - Repository metrics tracking -- Status summaries via discussions +- Status summaries via GitHub issues **Safe Outputs:** -- Creates discussions for status reports -- Can comment on stale issues +- Creates issues for status reports with `[repo-status]` title prefix +- Adds labels: `report`, `daily-status` --- @@ -371,7 +371,7 @@ Use `/q` slash command in issues/PRs to invoke the Q workflow optimizer for inve ## Related Documentation - [ADR-0001: Use Architectural Decision Records](../adr/0001-use-architectural-decision-records.md) -- [ADR-0003: Adopt Diataxis Documentation Framework](../adr/0003-adopt-diataxis-documentation-framework.md) +- [ADR-0003: Adopt Diátaxis Documentation Framework](../adr/0003-adopt-diataxis-documentation-framework.md) - [CI Troubleshooting](../runbooks/CI-TROUBLESHOOTING.md) - [Code Quality Metrics](CODE-QUALITY.md)