Capture all successful state reads with hashes and session-local IDs. Record action intent before POST, retain accepted/rejected/unknown results, and link subsequent observations. Preserve legacy feeds and finalize each invocation synchronously.
13 lines
288 B
Text
13 lines
288 B
Text
# Python bytecode cache
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Machine state from bot runs -- reproducible, not source
|
|
deck.json
|
|
|
|
# Run artifacts written by run.py / JEV_TRACE during live sessions
|
|
capture/live_*.json
|
|
capture/decisions.jsonl
|
|
capture/sessions.jsonl
|
|
capture/sessions/
|
|
capture/jev*.jsonl
|