Transcript Evidence And Handoff¶
Seam transcripts are the bridge to the rest of AIT.
Inspect¶
seam transcript inspect --transcript rewrite.json \
--schema schemas/transcript.schema.json \
--decoded
Use decoded summaries to identify protocol, kind, direction, ids, and decoded key paths.
Verify¶
seam transcript verify --transcript rewrite.json \
--schema schemas/transcript.schema.json
Verification checks schema validity, base64 payload fields, monotonic sequence numbers, and hash-chain linkage.
Redact For Review¶
seam transcript redact --transcript rewrite.json \
--out rewrite.redacted.json \
--schema schemas/transcript.schema.json
Redacted transcripts are for report review. Keep the raw transcript as source evidence.
Handoff To meshmapper¶
cd ../meshmapper
python3 -m meshmapper.cli \
--transcript ../seam/rewrite.json \
--graph graph.json \
--out paths.json \
--schema ../schema
meshmapper emits graph facts and unproven path hypotheses.
Handoff To Assay¶
Assay references Seam transcript hashes through /deliver responses or through report rendering inputs. The proof source is still the oracle-backed finding.