feat(tape): session cards command + recording analysis#226
Merged
Conversation
Extracts all cards from md-frames.jsonl, resolves names, types, subtypes, and ability text from the Arena card DB (sqlite), writes cards.json per session. Much faster than sequential `just card` lookups (~2s vs ~60s). Also updates recording-inspect skill with annotation-based activity analysis guidance and seat detection notes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…dence Session 2026-03-22_23-20-47 (River's Favor) — first recorded instance. Documents: LayeredEffectDestroyed fires first, then ObjectIdChanged + ZoneTransfer(SBA_UnattachedAura). affectorId absent. Fires in same diff as the SBA_Damage that killed the enchanted creature. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
CI Report — GateTests: 819/819 passed (188 skipped) Coverage: 10.9% (637/5857 lines)
Slow tests (>3s): 1
|
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
just tape session cards <session>command — extracts card manifest (names, types, oracle text, abilities) from md-frames.jsonl via Arena card DB. ~2s per session vs ~60s with sequentialjust cardcalls.docs/catalog.yamlSBA_UnattachedAura wire spec from recording evidence.Context
Built during a 4-session recording analysis pass (2026-03-22). The card manifest is the first layer of a progressive zoom workflow: cards.json (what's in the game) → annotation activity (what happened) → deep trace (protocol details).
Test plan
just tape session cardstested on 4 sessions🤖 Generated with Claude Code