Skip to content

docs: fix schema errors, invalid commands, and mark apm audit as roadmap#250

Closed
Copilot wants to merge 2 commits intomainfrom
copilot/sub-pr-243
Closed

docs: fix schema errors, invalid commands, and mark apm audit as roadmap#250
Copilot wants to merge 2 commits intomainfrom
copilot/sub-pr-243

Conversation

Copy link
Contributor

Copilot AI commented Mar 11, 2026

Several doc pages contained incorrect manifest schema keys, non-existent CLI commands, wrong filename references, and claimed apm audit was "Available now" when it doesn't exist yet.

Changes

Schema corrections

  • packages:dependencies: apm: in teams.md (2 examples) and governance.md (1 example)
  • github:org/repo shorthand in governance.md example (was using full HTTPS URLs)

Filename fix

  • apm.yamlapm.yml in security.md (4 occurrences)

Invalid command fix

  • apm add org/pkgapm install github:org/pkg in adoption-playbook.md (apm add does not exist; apm install accepts package arguments)

apm audit marked as roadmap/WIP across 6 files
apm audit --ci, apm audit --drift don't exist. All references now include a > **Roadmap:** callout. Specific changes:

  • governance.md: pipeline diagram, CI enforcement section, drift detection section, required status check level (was "Available now" → "Planned"), change management step
  • adoption-playbook.md: Phase 3 CI step commented out with note, Phase 5 success metric
  • making-the-case.md: apm install --checkapm audit --ci (roadmap) in talking points, comparison table, and next steps
  • github-rulesets.md: page intro, governance levels table
  • ci-cd.md: governance section header
  • lockfile-spec.md: CI pipelines reference

Type of change

  • Bug fix
  • New feature
  • Documentation
  • Maintenance / refactor

Testing

  • Tested locally
  • All existing tests pass
  • Added tests for new functionality (if applicable)

📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

- Fix apm.yaml → apm.yml in security.md (4 occurrences)
- Fix packages: → dependencies: apm: schema in teams.md and governance.md
- Replace apm add with apm install in adoption-playbook.md
- Mark apm audit/apm audit --ci/--drift as roadmap across governance.md,
  adoption-playbook.md, making-the-case.md, github-rulesets.md,
  ci-cd.md, and lockfile-spec.md
- Use github: shorthand source URLs in governance.md example

Co-authored-by: danielmeppiel <51440732+danielmeppiel@users.noreply.github.com>
Copilot AI changed the title [WIP] Migrate documentation to Astro Starlight site docs: fix schema errors, invalid commands, and mark apm audit as roadmap Mar 11, 2026
Base automatically changed from feat/docs-site to main March 11, 2026 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants