Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@
"version": "v7.0.1",
"sha": "043fb46d1a93c77aae656e7c1c64a875d1fc6a0a"
},
"github/gh-aw-actions/setup@v0.75.3": {
"repo": "github/gh-aw-actions/setup",
"version": "v0.75.3",
"sha": "7a3633897dae74a0b11d59c2ad69bf633eb4c4db"
},
"github/gh-aw/actions/setup@v0.68.1": {
"repo": "github/gh-aw/actions/setup",
"version": "v0.68.1",
Expand Down
517 changes: 131 additions & 386 deletions .github/workflows/bash-lint-auditor.lock.yml

Large diffs are not rendered by default.

482 changes: 127 additions & 355 deletions .github/workflows/change-risk.lock.yml

Large diffs are not rendered by default.

517 changes: 131 additions & 386 deletions .github/workflows/clippy-fixer.lock.yml

Large diffs are not rendered by default.

519 changes: 132 additions & 387 deletions .github/workflows/cyclomatic-complexity-reducer.lock.yml

Large diffs are not rendered by default.

549 changes: 168 additions & 381 deletions .github/workflows/doc-freshness-check.lock.yml

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions .github/workflows/doc-freshness-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ safe-outputs:
- README.md
- docs/**
- prompts/**
create-issue:
max: 1
labels: [source-code, docs]
---

# Documentation Freshness Check
Expand Down Expand Up @@ -121,6 +124,18 @@ This file is the primary guide AI agents use when creating new workflow files. D
- **Common Patterns** — are the YAML examples valid against the current front matter schema?
- **Key Rules** — is the guidance accurate? (e.g., compile-time validation rules, permission requirements)

## Scope Restriction

**You must only modify documentation files.** Source code files (`.rs`, `.ts`, `.js`, `.toml`, etc.) are strictly out of scope and must **never** be included in your pull request.

When you find drift between documentation and source code, the correct fix is always to **update the documentation to match the source code**, not to modify the source code.

If fixing a discrepancy would require modifying a file outside the `allowed-files` list (`AGENTS.md`, `README.md`, `docs/**`, `prompts/**`), skip that change and **file a GitHub issue** describing the source code inconsistency instead. Use the `create-issue` safe output with:
- **Title**: `docs: source code inconsistency — [brief summary of the drift]`
- **Body**: A clear description of what the documentation says versus what the source code actually does, with specific file and line references, so a developer can investigate and fix it.

The `create-issue` safe output is pre-configured with the `source-code` and `docs` labels.

## Decision Criteria

**Create a pull request** if you find any of the following:
Expand Down
517 changes: 131 additions & 386 deletions .github/workflows/docs-writer.lock.yml

Large diffs are not rendered by default.

464 changes: 120 additions & 344 deletions .github/workflows/frontmatter-aligner.lock.yml

Large diffs are not rendered by default.

482 changes: 127 additions & 355 deletions .github/workflows/issue-plan-maker.lock.yml

Large diffs are not rendered by default.

476 changes: 127 additions & 349 deletions .github/workflows/red-team-security.lock.yml

Large diffs are not rendered by default.

467 changes: 120 additions & 347 deletions .github/workflows/rust-pr-reviewer.lock.yml

Large diffs are not rendered by default.

482 changes: 127 additions & 355 deletions .github/workflows/rust-review-command.lock.yml

Large diffs are not rendered by default.

482 changes: 127 additions & 355 deletions .github/workflows/scout-command.lock.yml

Large diffs are not rendered by default.

519 changes: 132 additions & 387 deletions .github/workflows/test-gap-finder.lock.yml

Large diffs are not rendered by default.

520 changes: 131 additions & 389 deletions .github/workflows/test-reducer.lock.yml

Large diffs are not rendered by default.