feat(claude-memory): route model-era instruction findings to audit-instructions (0.3.2)#893
Conversation
…structions (0.3.2) Add the reciprocal scope-boundary note to the audit skill: model-era instruction-content findings route to claude-config:audit-instructions when that plugin is installed, seam-phrased per docs/conventions/seam-phrasing (gate + fallback). Absent the plugin, observations stay in the report criteria-free instead of being judged against the health checklist or dropped. Completes the one-way partition audit-instructions declared toward this skill in #800. Refs: #868 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: ee68a177-59bc-40c2-bb73-a66d20bd1923
|
Claude finished @kyle-sexton's task in 1m 37s —— View job PR Review: feat(claude-memory): route model-era instruction findings to audit-instructions (0.3.2)
SummaryThis PR completes the two-way partition between Seam-phrasing conformance ✅Checked against
Partition symmetry ✅Cross-checked against
No content seam is claimed by both, no content seam falls through both. The partition texts mirror without contradiction. Version bump ✅0.3.1 → 0.3.2 is appropriate. This is an additive documentation-only change — a patch bump per semver. The Changelog entry ✅Entry follows Keep a Changelog format consistently with prior entries. The model-era categories listed in the CHANGELOG ( Section placement ✅The new section sits between the scope table and argument parsing — a natural location (establishes what's in scope → what routes out → how to invoke). No disruption to the existing skill structure. One minor observationThe SKILL.md route-out instruction says findings should be routed VerdictReady to merge. Clean, focused, and well-reasoned. Completes the partition symmetrically, seam-phrasing is correct, and the scope of change matches the PR description exactly. |
|
Claude finished @kyle-sexton's task in 58s —— View job Security Review
No security issues found. This PR makes three purely additive, documentation-nature changes:
No GitHub Actions files were modified. No permissions widening, no |
Adds the reciprocal scope-boundary note to
claude-memory:audit: model-era instruction-content findings now route toclaude-config:audit-instructions, completing the one-way partition that skill declared toward claude-memory in #800. Deliberately split out of the #800 PR to keep each PR single-plugin.Closes #868
What ships
auditSKILL.md — new "Scope boundary (route out)" section: claude-memory owns instruction-layer health (structure, size, placement, index integrity); model-era content fit (prior-model workarounds, over-prescriptive scaffolding, bare prohibitions without rationale, reasoning-echo directives, stale example scaffolding) routes to/claude-config:audit-instructions. Seam-phrased perdocs/conventions/seam-phrasing/README.md: install gate ("when that plugin is installed"), stated fallback (observations stay in the report criteria-free — never a checklist finding, never silently dropped), ownership framing on both sides.Verification
--check+--check-bump, generate-catalog--check, validate-plugin-contracts, skill-portability lint, markdownlint.Related
docs/conventions/seam-phrasing/README.md— phrasing shape followed at the reference site.🤖 Generated with Claude Code