DD-338 Phase C W2B catalog flips — syncthing + tailscale + caldav#25
Merged
Conversation
Flips `audit_surface: minimal → structured` for 12 tools across 3 blade-mcps (Subagent B half of Wave 2). Plus 1 honest scope_filtering correction on cal_search per OQ-1 ratification. **syncthing-blade-mcp** (0.7.0 → 0.8.0) — 4 tools: - syncthing_folder_errors - syncthing_browse_folder - syncthing_folder_need - syncthing_remote_need **tailscale-blade-mcp** (0.4.0 → 0.5.0) — 1 tool: - ts_device_routes **caldav-blade-mcp** (0.1.1 → 0.2.0) — 7 tools + 1 scope flip: - cal_calendars (audit_surface) - cal_events (audit_surface) - cal_events_batch (audit_surface) - cal_search (audit_surface + scope_filtering: client-side → server-side per OQ-1; underlying CalDAV REPORT honours all named args server-side) - cal_today (audit_surface) - cal_week (audit_surface) - cal_freebusy (audit_surface) Sibling per-blade PRs ship the wire-side emitter changes (`_meta` envelope via `_append_meta`/`append_meta`/`append_meta_envelope` helpers, latency wrapping, filtered_by content). `cal_event` (single-record by UID) stays `audit_surface: minimal` — non-trivial envelope value would be redundant. Catalog build green; `npm test` 122/122 pass. Spec: [[2026-05-23-dd-338-c-w2-network-iot]] DD: [[DD-338]] Phase C Wave 2 Subagent B 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 companion to the 3 sibling blade-mcp PRs (Subagent B half of DD-338 Phase C Wave 2 network+IoT cohort). Flips
audit_surface: minimal → structuredfor 12 tools, plus 1 honestscope_filteringcorrection.syncthing-blade-mcp (0.7.0 → 0.8.0) — 4 tools:
tailscale-blade-mcp (0.4.0 → 0.5.0) — 1 tool:
caldav-blade-mcp (0.1.1 → 0.2.0) — 7 tools + 1 scope flip:
cal_event(single-record by UID) staysaudit_surface: minimal— non-trivial envelope value would be redundant on a point-fetch.Test plan
python3 -c "import json; json.load(...)"per file — JSON validitynode scripts/build-catalog.js— Built catalog: 59 plugins + 11 packs = 70 entries, 37 servicesnode scripts/build-forge-context.js— generatedscripts/generated/declared-services.jsnpm test— 122/122 pass (after build-forge-context generates the missing dep)Sibling per-blade PRs:
Spec:
2026-05-23-dd-338-c-w2-network-iot.md(vault)DD: DD-338 Phase C Wave 2 Subagent B