TOKN v0.3.14
TOKN v0.3.14
--task-id now always belongs to the mode you ran in.
When you capture a trajectory with --task-id, the leading <mode>/ segment is
added for you and can no longer be set by hand. If you spell a different prefix,
TOKN re-qualifies the id under the mode you actually ran in and tells you it did.
Why it matters: tokn self-harness picks its evidence by that segment. Previously
a hand-spelled prefix could file one mode's runs into another mode's evidence, and
nothing downstream could tell. An id whose prefix named no mode at all was written
to disk and then invisible to every reader.
Your grouping still works exactly as before — two runs passing the same
--task-id still compare against each other.
Install
Download the binary for your platform, rename it to tokn (or tokn.exe), and
put it on your PATH.
| Platform | Asset |
|---|---|
| Windows x64 | tokn_windows_amd64.exe |
| macOS Intel | tokn_darwin_amd64 |
| macOS Apple Silicon | tokn_darwin_arm64 |
| Linux x64 | tokn_linux_amd64 |
| Linux arm64 | tokn_linux_arm64 |
Verify
sha256sum -c SHA256SUMS --ignore-missing
tokn version