core/workbench_data
Shay 0d203d5b55 feat(workbench): turn evidence journal + trace API
Append-only JSONL journal records the exact ChatTurnResult envelope returned by /chat/turn with stable turn_id, trace_hash, all three surfaces, verdicts, and deterministic journal_digest.

GET /trace/turns and GET /trace/{turn_id} serve journal evidence for the Trace route frontend. Read model only; no teaching, pack, or journal-owned engine_state mutation.
2026-06-12 06:44:25 -07:00
..
README.md feat(workbench): turn evidence journal + trace API 2026-06-12 06:44:25 -07:00

Workbench Data

turn_journal.jsonl is a local, content-bearing evidence journal for CORE Workbench chat turns. Entries contain user prompts and engine surfaces already returned to the local operator by /chat/turn.

This directory is a Workbench read model only. It is not teaching memory, runtime memory, semantic pack data, or a cognitive runtime fork. Generated JSONL files are intentionally ignored by git.