Go's testdata convention treats this directory as off-limits to the build system. Use it for fixtures loaded by *_test.go files.
Planned fixtures:
sample_session.jsonl— a scrubbed, minimal Claude Code session log with 10-20 tool calls across two models, used byinternal/parsertestspricing_v1.json— a frozen snapshot of the pricing table, used to detect accidental pricing regressionsgit_worktree/— a fake.git/HEADfixture forinternal/gitattrtests
When adding fixtures from real sessions, scrub anything sensitive (absolute paths, machine names, usernames) before committing.