@@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 3.3.1] - 2026-06-19
11+
12+ ### Fixed
13+ - ** ` /draft:init refresh ` never regenerated the OKF ` wiki/ ` bundle.** The init
14+ skill's Refresh Mode described only the ` monolith ` path (refresh
15+ ` architecture.md ` → regenerate ` .ai-context.md ` /` .ai-profile.md ` ), with no
16+ branch for ` okf ` mode — so an agent running ` refresh ` on an OKF-initialized
17+ repo would treat the * generated* ` architecture.md ` as the source of truth and
18+ never re-narrate the ` draft/wiki/ ` concept taxonomy. ` skills/init/SKILL.md `
19+ now detects ` okf ` mode (presence of ` draft/wiki/ ` ) and dispatches to
20+ ` references/okf-emitter.md ` §"Incremental refresh at concept granularity (M5)":
21+ regenerate only the concepts grounded in changed files, carry the rest forward
22+ from cache, always re-render ` architecture.md ` /` .ai-context.md ` via
23+ ` okf-render-views.sh ` , and re-run ` okf-validate.sh ` . Mirrors the
24+ initial-generation branch. Cross-host integrations regenerated.
25+
26+ ### Changed
27+ - ** Documentation, website, and book synced to v3.3.0.** OKF taxonomy mode is
28+ now documented across README, ` web/index.html ` , ` web/what-is-draft ` ,
29+ ` llms.txt ` /` llms-full.txt ` , and the book (getting-started, context-tiering);
30+ the website changelog gains its v3.3.0 entry; Cursor's registration +
31+ ` --force ` upgrade path is documented. Stale counts corrected
32+ (` templates 30→29 ` , ` helpers 32→45 ` , ` All Commands 34→33 ` , added the missing
33+ ` /draft:upload ` ). No runtime behavior change in this item.
34+
1035## [ 3.3.0] - 2026-06-19
1136
1237### Added
0 commit comments