docs(skills): teach the shipped skills the bundle command and the prime engine - #83
Merged
Conversation
tangletools
approved these changes
Aug 9, 2026
tangletools
left a comment
There was a problem hiding this comment.
✅ Auto-approved drewstone PR — ace0cd65
This PR was opened by the trusted drewstone account.
The full PR reviewer audit still runs separately and will publish findings if it detects issues.
tangletools · auto-approval · reason: drewstone_author · 2026-08-09T23:21:25Z
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.
What
The README and
docs/trace-analysts.mddocumenttraces bundleand--analyzer prime. The two skills this package ships did not, and those are what an agent reads.skills/inspect-agent-tracesgains the bundle: when to write one, what it holds, that it spends no model call, and the two failure rules (a missing transcript stops the assembly; an absent optional input is recorded inmanifest.absent).It also carries a warning measured this week: a bundle holds the whole session transcript, so it must not be given to a writer that has to stay blind to an earlier conclusion. A live run found 52% of one report's substantive lines recoverable verbatim from the transcript of the session that wrote it, including the authoring call itself. Checking that the file is absent is not enough.
skills/build-trace-analystgains the two shipped engines as comparison arms, with the distinction that matters when reading a result: prime inlines the whole span projection into one prompt, while HALO and Hodoscope drill with paged tools. Comparing an inline arm with a paged arm separates the prompt from the navigation.It also gains the served-model rule. A gateway can answer one id with another model — measured this week — so a panel can report families it never ran.
assertServedModelandassertCrossFamilyServedmust run before any per-model or cross-family number is trusted.Proof
pnpm test644 passed (49 files) ·check:sourceok ·check:packageok (shipsdist/cli.jsand 2 agent skills) · build clean.