Release timeline (non-commitment)¶
Planning ranges for Strixonomy IDE / Strixonomy engine. These are product goals, not contractual delivery dates. Shipped behavior is always defined by What ships today for the version you deploy.
Current release¶
| Version | Status | Date (changelog) |
|---|---|---|
| 0.27.0 | Current (tagged) | 2026-07-27 |
| 0.26.2 | Previous | 2026-07-17 |
| 0.26.1 | Previous | 2026-07-16 |
| 0.26.0 | Previous | 2026-07-16 |
| 0.25.0 | Previous | 2026-07-15 |
| 0.24.0 | Previous | 2026-07-14 |
| 0.23.0 | Previous | 2026-07-14 |
| 0.22.0 | Previous | 2026-07-14 |
| 0.21.0 | Previous | 2026-07-13 |
| 0.20.0 | Previous | 2026-07-13 |
| 0.19.0 | Previous | 2026-07-13 |
| 0.18.2 | Previous | 2026-07-13 |
| 0.18.1 | Previous | 2026-07-12 |
| 0.18.0 | Previous | 2026-07-11 |
| 0.15.0 | Previous | 2026-07-08 |
| 0.14.0 | Previous | 2026-07-09 |
| 0.13.0 | Previous | 2026-07-08 |
| 0.12.0 | Previous | 2026-07-06 |
| 0.11.3 | Previous | 2026-07-06 |
| 0.11.2 | Previous | 2026-07-06 |
| 0.11.1 | Previous | 2026-07-06 |
| 0.11.0 | Previous | 2026-07-05 |
Pre-1.0: minor releases may change library APIs, LSP JSON, and SQL virtual table columns — README.
Documented milestone goals (not dates)¶
| Target | Goal | Shipped in |
|---|---|---|
| v0.9 | Strixonomy identity — strixonomy façade, branding, documentation; OntoLogos 1.0 DL/auto classification | Shipped (2026-07-03) |
| v0.10 | Semantic workspace — incremental index, multi-root, stable Workspace API, semantic diff, optional disk cache | Shipped (2026-07-04) |
| v0.11 | Editor depth & distribution — LSP completion, code actions, docs export, imports UI, Open VSX, OBO fastobo read | Shipped (2026-07-05) |
| v0.12 | Authoring parity — OBO write-back, property chains, OWL/XML read, DL explanations | Shipped (2026-07-06) |
| v0.13 | OntoUI platform — WorkspaceStore, focus relay, schema browser, PR summary, semantic tokens | Shipped (2026-07-08) |
| v0.14 | Plugin host MVP — manifests, reference plugins, CLI/LSP hooks, owlmake scaffold | Shipped (2026-07-09) |
| v0.19 | Semantic foundation — strixonomy-edit transactions; parity manifest + CI; epics EPIC-001…011 | Shipped (2026-07-13) |
| v0.20 | Workspace runtime — multi-ontology registry, dirty/save, session persistence | Shipped (2026-07-13) |
| v0.21 | RDF/XML + OWL/XML write-back (semantic re-serialize) | Shipped (2026-07-13) |
| v0.22 | Complete OWL 2 authoring (HasKey, DisjointUnion, RBox/ABox, Manchester depth) | Shipped (2026-07-14) |
| v0.23 | Reasoning parity + SWRL (realize, instance check, Rule Browser/Editor) | Shipped (2026-07-14) |
| v0.24 | Refactoring + DL Query parity | Shipped (2026-07-14) |
| v0.25 | Viz + plugin SDK 1.0 + a11y + parity CI | Shipped (2026-07-15) |
| v0.26 | Protégé Desktop JUnit behavioral test port (Waves 1–4) | Shipped (2026-07-16) |
| v1.0 | Protégé-competitive OWL + OBO in VS Code; full axiom catalog; curated plugin marketplace + production owlmake | Planned |
Canonical forward plan: Platform roadmap. Engineering milestone history: Milestones (shipped).
There is no documented calendar date for v1.0. Enterprise plans should not assume a quarter or year without maintainer confirmation outside these docs.
What each near-term milestone implies¶
v0.10 (shipped)¶
- Semantic diff for PR review workflows (CLI, LSP, VS Code panel)
- Incremental indexing, multi-root workspaces, optional
.strixonomy/cache - Stable
strixonomy::WorkspaceAPI - Does not by itself complete Protégé parity or full OBO write-back
v1.0 (planned)¶
- Extended OWL 2 DL axiom catalog and Protégé round-trip playbooks per parity matrix
- Installable plugin host / owlmake-style workflow integration (SDK 1.0 wire frozen in v0.25; curated marketplace + production owlmake planned product 1.0 — Plugin policy)
- Formal performance benchmarks (currently v1.0 backlog — performance sizing)
- Extended Protégé migration playbooks (today: first-week guide, coexistence, decision matrix)
How to plan enterprise adoption without a v1.0 date¶
- Now (v0.26): CI gates + controlled IDE pilot — production readiness
- Run production evidence protocol on your corpus
- Re-evaluate at each pinned minor bump using migration index
- Do not retire Protégé for DL/OBO workflows until items you need are green in SHIPPED and acceptable under known limitations
Design docs vs shipped docs¶
| Document type | Trust for procurement |
|---|---|
| SHIPPED.md | Canonical for deployed version |
| User guides under VS Code / Rust tabs | Implemented behavior for current release |
| Contributing → Design (specs, ADRs, ROADMAP) | Target / vision — may not be implemented |