DD-338 Phase C W5 — stallari-blade-mcp catalog audit_surface flip (8 tools)#30
Merged
Merged
Conversation
…tools)
Catalog sister-PR to stallari-vault DD-338 W5 Cluster WB code emission:
flip `audit_surface: minimal → structured` for 8 tools whose Swift code
now emits the canonical `_meta: {...}` audit envelope per DD-287
assembler contract:
- vault_files
- vault_recents
- vault_search
- vault_search_context
- vault_tag
- vault_tasks
- vault_links
- vault_backlinks
The other 7 catalog-already-structured tools served by Swift code
(vault_query_properties, vault_context_prepare/expand/sources,
vault_orphans, vault_deadends, vault_lens_status) need no catalog
change — declarations were already correct; the stallari-vault PR
brings the code into compliance with the existing declaration (closes
DD-338 Phase 0 catalog/code drift surfaced 2026-05-24).
Bump catalog top-level version: 0.5.0 → 0.6.0.
Refs:
- [[DD-338]] Phase C Wave 5 — Swift wave
- stallari-vault PR #2 — code emission for these 8 tools + the 7
catalog-already-structured tools
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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
Catalog sister-PR to stallari-vault PR #2 (DD-338 Phase C W5 Cluster WB).
Flip
audit_surface: minimal → structuredfor 8 stallari-blade-mcp tools whose Swift code now emits the canonical_meta: {...}audit envelope per the DD-287 assembler regex contract.Tools flipped (8):
vault_filesvault_recentsvault_searchvault_search_contextvault_tagvault_tasksvault_linksvault_backlinksCatalog top-level version:
0.5.0 → 0.6.0.The other 7 catalog-already-structured tools served by Swift code (
vault_query_properties,vault_context_prepare/expand/sources,vault_orphans,vault_deadends,vault_lens_status) need no catalog change — the stallari-vault PR brings the code into compliance with the existing declaration (closes the catalog/code drift surfaced by DD-338 Phase 0 audit 2026-05-24; DD-333 Phase C harness is mock-mode-v1 so this drift wasn't fail-CI).Test plan
git diffis exactly 9 lines (8 audit_surface flips + 1 version bump).python3 -c "import json; json.load(open('plugins/tools/stallari-blade-mcp.json'))").Refs: [[DD-338]] Phase C Wave 5, DD-287 audit envelope, DD-333 Phase C conformance harness.
🤖 Generated with Claude Code