docs: replace runtime dlp-profiles refs with runtime dlp profiles#230
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Companion docs PR to #227 (which removed the legacy
airs runtime dlp-profiles listcommand). Replaces lingeringruntime dlp-profilesreferences in manually-authored docs with the canonicalairs runtime dlp profiles list.docs/runtime/config-management.md— DLP Profiles snippet updated to new commanddocs/architecture/overview.md— Runtime Security row updated (runtime dlp-profiles→runtime dlpumbrella)docs/development/full-cli-sweep.md— section B.1 example + B.4 distinguishing parenthetical (no longer relevant)docs/cli/examples/runtime.yaml— deleted the legacy"runtime dlp-profiles list":stanza (the canonical"runtime dlp profiles list":key already exists earlier in the file)Auto-generated CLI reference pages under
docs/cli/**were already refreshed by #227 (pnpm docs:gen). The release-notes Migration note for the removal also already ships in #227 — verified, not duplicated here.Historical references in
docs/about/release-notes.md(older release entries) anddocs/superpowers/{plans,specs}/...left intact as historical record per the handoff scope.Test plan
pnpm docs:check— OK (123 commands, 30 on allowlist)pnpm docs:build—mkdocs --strictgreen (2.15s)grep -rn "dlp-profiles" docs/— remaining hits are unrelated--dlp-profilessecurity-profile flag references in auto-gen pages, or historical release-note entries (intentionally untouched)