Skip to content

docs(#1782): fix make ci description in AGENTS.md#1783

Open
fullsend-ai-coder[bot] wants to merge 1 commit into
mainfrom
agent/1782-fix-ci-docs
Open

docs(#1782): fix make ci description in AGENTS.md#1783
fullsend-ai-coder[bot] wants to merge 1 commit into
mainfrom
agent/1782-fix-ci-docs

Conversation

@fullsend-ai-coder

Copy link
Copy Markdown

Summary

  • Fix make ci description in AGENTS.md to match the actual Makefile ci target prerequisites
  • Three inaccuracies corrected: testquiet-test, added missing regal-test, reordered to match actual Makefile target order

Testing

  • Verified AGENTS.md description matches grep '^ci:' Makefile output in both content and ordering
  • Documentation-only change, no code or behavioral changes

Closes #1782

Post-script verification

  • Branch is not main/master (agent/1782-fix-ci-docs)
  • Secret scan passed (gitleaks — a0ef39146075ba0e32fc6a40e4aab586c14d447d..HEAD)
  • PR body secret scan passed (gitleaks — no-git)
  • Pre-commit hooks passed (authoritative run on runner)
  • Tests ran inside sandbox

Update the make ci comment to match the actual Makefile ci
target prerequisites. Three inaccuracies corrected:
(1) test -> quiet-test, (2) added missing regal-test,
(3) reordered to match actual Makefile target order.

Closes #1782
@fullsend-ai-review

fullsend-ai-review Bot commented Jul 21, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 1:43 PM UTC · Completed 1:52 PM UTC
Commit: 87c4a29 · View workflow run →

@codecov

codecov Bot commented Jul 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Flag Coverage Δ
unit-tests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@fullsend-ai-review

Copy link
Copy Markdown

Review

Findings

Medium

  • [protected-path] AGENTS.md:14 — This PR modifies AGENTS.md, which is a protected governance/infrastructure file. The PR links to issue Update AGENTS.md make ci description to match actual Makefile target #1782 and the description clearly explains the rationale (correcting three inaccuracies in the make ci description to match the actual Makefile ci target). The documentation fix itself is accurate — the updated description (quiet-test + acceptance + opa-check + conventions-check + fmt-check + lint + regal-test + generate-docs) matches the actual Makefile target. Human approval is always required for protected-path changes, regardless of context.

Labels: PR is a documentation-only change fixing AGENTS.md to match actual Makefile targets

@fullsend-ai-review fullsend-ai-review Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the review comment for full details.

Comment thread AGENTS.md
make fmt # Format rego (run before every commit)
make lint # Regal linter + license headers
make ci # Full CI: test + acceptance + fmt-check + lint + opa-check + conventions-check + generate-docs
make ci # Full CI: quiet-test + acceptance + opa-check + conventions-check + fmt-check + lint + regal-test + generate-docs

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[medium] protected-path

This PR modifies AGENTS.md, which is a protected governance/infrastructure file. The PR links to issue #1782 and explains the rationale (correcting inaccurate make ci description). The fix is verified accurate against the Makefile ci target. Human approval is always required for protected-path changes, regardless of context.

@fullsend-ai-review fullsend-ai-review Bot added requires-manual-review Review requires human judgment documentation Improvements or additions to documentation labels Jul 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation requires-manual-review Review requires human judgment size: XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update AGENTS.md make ci description to match actual Makefile target

1 participant