Skip to content

[docs] Update CI policy docs for drift detection default-on (v0.12.2)#1143

Open
danielmeppiel wants to merge 1 commit intomainfrom
docs/update-drift-detection-2026-05-05-852e6173e55a37f2
Open

[docs] Update CI policy docs for drift detection default-on (v0.12.2)#1143
danielmeppiel wants to merge 1 commit intomainfrom
docs/update-drift-detection-2026-05-05-852e6173e55a37f2

Conversation

@danielmeppiel
Copy link
Copy Markdown
Collaborator

Documentation Updates - 2026-05-05

This PR updates docs/src/content/docs/guides/ci-policy-setup.md based on features merged in the last 24 hours.

Features Documented

Changes Made

  • Updated docs/src/content/docs/guides/ci-policy-setup.md:
    • Corrected "6 lockfile consistency checks" -> "7 baseline lockfile checks" (the seventh is the lockfile-exists check added earlier)
    • Added mention of integration drift detection as default-on behavior in apm audit --ci
    • Expanded the summary line to list the three drift failure modes it catches
    • Added link to the Drift Detection guide

Merged PRs Referenced

Notes

The drift-detection.md guide, commands.md in packages/apm-guide, the CHANGELOG, and the ci-cd.md integration doc were all already up to date from PR #1137. Only ci-policy-setup.md had stale copy (wrong check count, missing drift mention).

Generated by Daily Documentation Updater · ● 787K ·

To install this agentic workflow, run

gh aw add githubnext/agentics/workflows/daily-doc-updater.md@b87234850bf9664d198f28a02df0f937d0447295
  • expires on May 7, 2026, 1:01 PM UTC

- Correct check count from 6 to 7 baseline lockfile checks
- Mention integration drift detection as default-on behavior
- Link to Drift Detection guide for details

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 5, 2026 13:01
@danielmeppiel danielmeppiel added automation Deprecated: use type/automation. Kept for issue history; will be removed in milestone 0.10.0. documentation Deprecated: use type/docs. Kept for issue history; will be removed in milestone 0.10.0. labels May 5, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the CI policy setup guide to reflect the current default behavior of apm audit --ci, including default-on integration drift detection, so users can rely on CI catching common “forgot to re-run install” and deployed-file drift cases without additional scripting.

Changes:

  • Updates the stated baseline check count to 7 and documents that integration drift detection is included by default in apm audit --ci.
  • Expands the baseline-check summary to explicitly list drift failure modes and links to the Drift Detection guide.
Show a summary per file
File Description
docs/src/content/docs/guides/ci-policy-setup.md Refreshes baseline CI-check copy to include default-on drift detection and corrected check counts, plus a link to the drift guide.

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 1

## Step 2: Add baseline CI checks

Add `apm audit --ci` to your CI pipeline. This runs 6 lockfile consistency checks — no policy file needed:
Add `apm audit --ci` to your CI pipeline. This runs 7 baseline lockfile checks plus integration drift detection — no policy file needed:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation Deprecated: use type/automation. Kept for issue history; will be removed in milestone 0.10.0. documentation Deprecated: use type/docs. Kept for issue history; will be removed in milestone 0.10.0.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants