docs: 0.29.0 silent-drift cleanup (post-release audit nits) - #259
Merged
Conversation
Three nits found by post-release audit against CONTRIBUTING.md 'Plugin synchronization map': - D-1: CLAUDE.md convention #12 'Default-deny since 0.28.0' was a stale label from the relabel sweep (the manage-token default-deny shipped in 0.29.0). Bump to 0.29.0. - D-2: SKILL.md description block missed trigger keywords for the three new 0.29.0 topic areas: * data-app secrets (secrets-set/list/get/remove, encrypt app secret) * data-app validate-repo (golden rule, pre-flight repo check) * manage-token default-deny (--allow-env-manage-token) Without these, description-based auto-trigger won't fire when the user mentions any of these features by name. - D-3: SKILL.md had a duplicated 'local workspace, project directory, kbagent init.' line (two consecutive copies, one with period, one with comma). Kept the comma variant; trailing period correctly moves to the last keyword in the list. No code or behavior changes. Pure documentation.
Merged
3 tasks
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
Post-release audit against
CONTRIBUTING.md'Plugin synchronization map' caught three small drift items that slipped past the v0.29.0 release. No code or behavior changes — pure documentation.Findings
CLAUDE.md:198SKILL.mddescriptionSKILL.mddescriptionWhy these are silent-drift
CONTRIBUTING.mdflags both files as 'NO CI check'. The auto-generated SKILL.md decision table is checked, but the hand-writtendescription:block above it isn't. CLAUDE.md isn't either. Lint passes, tests pass, but an AI agent loaded with the stale description quietly misses three feature areas at trigger time.Caught by manual audit using the Plugin synchronization map; an explicit reminder that the per-release checklist (steps 5-8 in CONTRIBUTING.md 'Releasing a new version') is the only safety net for these surfaces.
Test plan
make checkpasses (lint + format + skill freshness + version-sync + changelog + 2620 unit tests)