docs: track remaining tracker + plugin open gaps post-rebase#51
Draft
dordor12 wants to merge 1 commit into
Draft
docs: track remaining tracker + plugin open gaps post-rebase#51dordor12 wants to merge 1 commit into
dordor12 wants to merge 1 commit into
Conversation
Capture the punch lists from the 10 parallel spec-vs-impl audits as tracked plan documents. Each gap includes file:line, symptom, and planned remediation. Recently-closed sections reference PRs #43–#49 so the docs are useful as both a status snapshot and a backlog. - tracker: T8 settlement consumer-sig (T17.5), T9 Inflight clock, T10 AssertChainIntegrity runtime, T13 settlement state guard, T19/T20 unwired metrics, M4 canonical helper choke-point bypass, plus T21-T24 documented MVP follow-ups. - plugin: P1 hook subprocess entry + P2 plugin.json declarations (deferred by #43), P3 seeder NopAcceptor, P4 runtime compat probe, P5 balanceCache.invalidate on reconnect, P6 NetworkRouter ↔ SessionModeStore, P7 SSE translator direction, P13 request-time proof rebuild, P14 Authorization preservation, plus P8-P12 polish. https://claude.ai/code/session_018LM5gu14njmMi9TexizQCk
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
Captures the punch lists from a 10-agent parallel spec-vs-implementation audit as tracked plan documents under
docs/superpowers/plans/. Each gap includesfile:line, symptom, and a remediation plan. The "Recently closed" sections reference PRs #43–#49 so the docs serve as both a status snapshot and a working backlog.Tracker — 8 open gaps (
2026-05-11-tracker-open-gaps.md)session/inflight.go:54hardcodestime.Now()instead of injected clockLedger.AssertChainIntegritynever invoked at runtime (only tests)ErrIllegalTransition)admission.FetchHeadroomToSandbroker.SeederPostAcceptDisconnectmetrics registered but never.Inc()'dshared/proto/canonical.go:37bypassessigning.DeterministicMarshalchoke pointFirstSeenAtdecay, evaluator perf)Plugin — 14 open gaps (
2026-05-11-plugin-open-gaps.md)PR #43 closed the entire consumer-side composition (
consumerflow.Coordinator+ 8 collaborators) but explicitly deferred two items:hooks.Dispatcher.Handleplugin.jsonstill hascommands: []/hooks: [];plugin/commands/andplugin/hooks/emptyPlus correctness/safety:
NopAcceptor(blocked on tunnel-metadata wire format)trackerclient.balanceCache.invalidate//nolint:unusedon reconnectNetworkRouterhas noSessionModeStorereferencePassThroughRoutermust preserveAuthorizationheader verbatim (CLAUDE.md rule 3)Plus polish: audit log rotation, config hot-reload (§9 TODO), Bedrock/Vertex/Foundry enrollment rejection, revert confirmation, config field consumption spot-check.
Test plan
mainheadhttps://claude.ai/code/session_018LM5gu14njmMi9TexizQCk
Generated by Claude Code