docs: add .thf file format specification#39
Conversation
|
@OELD is attempting to deploy a commit to the Exit Zero Labs Team on Vercel. A member of the Team first needs to authorize it. |
|
Thanks for picking this up — a canonical .thf spec is worth having, and surfacing it at docs/file-format.md instead of tucked under docs/knowledge/ is probably the right call long-term. The blocker here is that the schema in this PR doesn't match the actual format. A few examples from the current Rust models and docs/knowledge/file-format.md:
Easiest path forward: pull the schema + example straight from docs/knowledge/file-format.md (that's the source of truth, kept in sync with the serde models), restructure it into a proper spec format if you |
|
Fixed, now using the actual schema from docs/knowledge/. Ready for re‑review. |
Closes #33
Adds complete schema, example with annotation, and version compatibility notes.