okf v0.7.1 — opt-in enforced upkeep, refocused on the standard
Everything since v0.6.0.
Enforced upkeep (opt-in). The plugin now ships a Stop hook (hooks/okf-stop-check.sh), dormant by default. A bundle arms it with upkeep: enforced in .okf/index.md frontmatter; it then blocks finishing when tracked files changed but .okf/log.md was not updated. A user overrides any bundle with OKF_HOOK=off. Soft-mode (the CLAUDE-okf.md snippet) is unchanged. (#27, #29, #31)
Refocused on the standard. Removed the benchmark/ tree: the canonical OKF spec makes no claim about tokens, cost, or answer quality, so measuring those measured the ecosystem's adoption pitch, not the standard this toolkit implements. (#32)
Docs. README cleaned up and made example-first. (#34)
Fixes: the Stop hook counts only modified tracked files, so untracked tooling dirs (.claude/, .venv/) no longer false-fire it. (#29)