Skip to content

Expand preflight docs sync to check README.md and website/workflows.qmd #416

Description

@d-morrison

Context

PR #413 introduced antigravity-review/scripts/preflight_check.py which verifies that workflow inputs in .github/workflows/antigravity-code-review.yml are documented in website/reference/antigravity-code-review.qmd.

Problem

Per repo standards (see CLAUDE.md), adding or updating reusable workflow inputs requires synchronization across three sites:

  1. website/reference/<capability>.qmd
  2. README.md (the capability summary table row)
  3. website/workflows.qmd (the summary table row)

Currently, the preflight check only validates site 1. Inputs in README.md and website/workflows.qmd can still silently drift out of sync.

Proposed Solution

Expand check_action_docs_sync() to verify inputs against all three documentation sites, or add separate check functions for each.

Source

Deferred from PR #413, finding 2 (Antigravity code review).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions