workshop/
recipes/
hot/ — Immediate-use trail recipes (1-3 steps)
med/ — Multi-step trail recipes (5-15 steps)
cold/ — Advanced/composable trail recipes (10+ steps)
bootcamp/ — Learning exercises
dojo/ — Mastery challenges
basic_file_ops.json— File read, search, writegit_workflow.json— Edit, test, commit, push
trust_communication.json— Trust updates, bottle messages, labels, caps
composable_trail.json— Branches, labels, NOPs, composition boundaries
- Hello Trail: Create a trail with TRAIL_BEGIN, one FILE_READ, TRAIL_END
- Round Trip: Encode a trail, decode it, verify the steps match
- Compiler: Write worklog entries and compile them to bytecode
- Execution: Run a trail with MockWorld and verify call order
- Verification: Create valid and invalid trails, run all 6 checks
- Concatenation: Build two trails and concatenate them seamlessly
- Meta-Trail: Execute a trail and inspect the execution meta-trail
- Custom World: Implement a WorldInterface that logs to a file
- Trust Chain: Build a 3-agent trust-building trail with bottles
- Fingerprint: Prove that identical trails produce identical fingerprints