Releases

DevArch evolved from itself.

Every shipped change, newest first. The rules were forged building the thing that enforces them — so the changelog is the case study.

  1. v4.6.0Current

    2026-06-09

    Validated for Claude Fable 5 — and the rule-firing harness is now real

    Fable 5 is the first Claude model-line change since DevArch's literalism rules were written, so this release promotes the rule-firing validation harness from design sketch to a runnable SDK driver and baselines the full fixture suite against the new model: 17/17, with no rule language changed. The prompt-literalism note now states validation-based coverage instead of assuming each new model only gets more literal.

  2. v4.5.0

    2026-06-09

    DDD with three ways in — and a way to model from the code you already have

    The domain-modeling capability now meets you wherever you start. Three entry paths — a facilitated knowledge-crunch from a brainstorm, automated extraction from an existing codebase, or a primer loop that turns your notation into plain-language questions for a subject-matter expert and folds their answers back in. Two engines sit underneath: Engine 1 facilitates the crunch, Engine 2 reads your code and proposes a glossary, structure, and a strawman behavior model — every element tagged with how confident it is (observed, inferred, or proposed). SME replies auto-confirm the elements they affirm, with the git diff as the audit trail. See ADR-0006.

  3. v4.2.0

    2026-06-06

    Native Windows installer — no WSL required

    DevArch now installs natively on Windows: download devarch-windows.ps1 and run it with PowerShell to deploy the hooks and agents and wire up the pwsh hook variant — no WSL or Git Bash bootstrap. Under the hood, the PowerShell lifecycle hooks were brought back to full parity with the bash hooks (verified by a cross-platform parity harness running on macOS pwsh), fixing a class of Unix hidden-file bugs along the way.

  4. v4.1.0

    2026-06-05

    Decision-aware planning

    session-planner now reads your recorded decisions first — ADRs, the project profile, DDD notation, and the last session's open items — and lets them shape the plan. Every plan carries a “References consulted” list, and the new /devarch:plan-review skill adversarially checks each phase against them.

  5. v4.0.0

    2026-06-01

    Self-contained installer, registry, and offline licensing — DevArch is now a product

    One-command, no-clone install (devarch-universal.sh) to ~/.devarch; a single global ruleset via @import; a certbot-style registry; offline ES256 licenses verified with no phone-home; an isolated container kit; and seat-based purchase through Polar.

  6. v3.3.0

    2026-05-30

    Tuned and validated for Claude Opus 4.8

    Extends prompt-literalism guidance through Opus 4.8 and adds a rule-firing validation harness so each new model is a re-validation, not a guess. No rule changes — a sharpening pass.

  7. v3.2.0

    2026-05-09

    Session isolation and per-session file tracking

    A 6-char hex session ID namespaces gate and state files so concurrent sessions never collide, and per-session file tracking gives the work-summary-writer an authoritative list of changes.

  8. v3.1.0

    2026-05-08

    Finalize skill audit and fix

  9. v3.0.0

    2026-05-05

    Tuned for Claude Opus 4.7

    Retunes the rules for a model that follows instructions more literally — triggers, overrides, and templates sharpened for prompt literalism.

  10. v2.5.0

    2026-05-01

    Multi-ADR review mode

  11. v2.3.0

    2026-04-24

    Rule 8b — Co-Located Wire-Type Sharing

  12. v2.2.0

    2026-04-23

    Integration Reality — the No-Stub-Under-Test rule

    A phase named after an integration must have a test that drives the real subprocess, runtime, or migration. A stub of an owned dependency can't be the acceptance gate.

  13. v2.1.0

    2026-04-23

    Boundary Statements and the boundary-check hook

  14. v1.8.0

    2026-04-19

    Trial license with IP protection

  15. v1.7.0

    2026-04-13

    Deprecate project-level hooks in favor of user-level hooks

  16. v1.6.0

    2026-04-13

    Hook paths resolved at install time

  17. v1.5.0

    2026-04-11

    ADR conversation gate and /architect-review

  18. v1.4.0

    2026-04-06

    Behavior Statements, Test Derivation, and Test Grading

    Every side-effect function gets a structured statement before any test is written, tests are derived from it, and the suite is graded RED / YELLOW / GREEN.

  19. v1.3.0

    2026-03-19

    Progressive Capability Activation

    Activate DevArch's deeper capabilities (e.g. DDD) only when a project's complexity demands them, rather than carrying everything from day one.

  20. v1.2.0

    2026-03-14

    Audit and cleanup

  21. v1.1.x

    2026-03-06 — 2026-03-14

    Skills, hooks, and the plan-mode gate

  22. v1.0.0

    2026-03-05

    Initial release — CLI, agents, and the lifecycle rules