Skip to content

Releases: maxwellsdm1867/wheeler

Wheeler v0.7.0

20 Apr 19:55

Choose a tag to compare

  • Bump version to v0.7.0
  • Graph-as-source-of-truth: query_plans, plan lifecycle enforcement, graph-native session state
  • Add context routing tests, fix e2e tests broken by path validation

Wheeler v0.6.4

19 Apr 23:02

Choose a tag to compare

  • Split servers as default install, add ensure_artifact and add_plan tools
  • Remove monolith from default .mcp.json, use split servers only
  • Bump version to v0.6.3
  • Proactive graph context in research acts with clean data contract
  • Update docs to emphasize /wh:start as session entry point
  • Add /wh:execute instruction to plan file template
  • Add helpful error diagnosis for Neo4j connection and auth failures
  • Expand Neo4j Desktop setup walkthrough and troubleshooting
  • Update README example to use SRM parameter finding
  • Wire up add_execution and query_executions MCP tools, fix command prose

Wheeler v0.6.2

19 Apr 04:11

Choose a tag to compare

  • Bump to v0.6.2, document auto-routing and /wh:start
  • Add auto-routing triggers and /wh:start router
  • Rename four pillars to noun phrases
  • Why Wheeler: "four pillars" not "three guarantees"
  • Why Wheeler: "executable artifact" not "living artifact"
  • Tighten Why Wheeler: 4 guarantees, concise
  • Expand Why Wheeler: joint memory, context quality, executable map
  • Fix Wheeler quote: "great physicist", remove duplicate at bottom
  • Remove second badge row, keep hero text as-is
  • Revert hero section to original version
  • Apply adversarial review fixes to README
  • Restructure README as a clean landing page
  • Add Bug Reports section to README with /wh:dev-feedback usage
  • Add /wh:dev-feedback command for filing structured bug reports
  • Rewrite getting started guide after adversarial review
  • Add getting started guide with Neo4j Desktop setup

Wheeler v0.6.1

17 Apr 04:09

Choose a tag to compare

  • Bump version to v0.6.1, update docs for triage fixes
  • Fix issues #9-16 from triage: driver bug, param discoverability, update_node tool
  • Add field-level data contracts for mutation tools
  • Route wheeler agents to split MCP servers

Wheeler v0.6.0

11 Apr 16:19

Choose a tag to compare

  • Bump version to v0.6.0
  • Update README, ARCHITECTURE, and CLAUDE.md for v0.6.0
  • Remove deprecated mcp__wheeler__* tool refs from wh commands
  • Add GraphRAG enhancements: local search, fulltext index, communities, entity resolution, retrieval metrics
  • Add infrastructure hardening: circuit breaker, consistency checker, trace IDs, write receipts, change log, task contracts
  • Rewrite ARCHITECTURE.md to reflect current codebase state
  • Remove Kuzu backend code, add missing synthesis tests
  • Remove Kuzu backend tests (deprecated)
  • Add /wh:add, /wh:compile commands, extend /wh:dream, update all CLAUDE.md
  • Add triple-write synthesis: human-readable markdown alongside JSON
  • Add path, artifact_type, source fields to Finding

Wheeler v0.5.2

03 Apr 18:44

Choose a tag to compare

  • Bump version to v0.5.2
  • Fix propagate_invalidation Cypher bugs, add E2E provenance chain tests
  • Update README.md
  • Skip tests in pre-commit when only docs/markdown changed
  • Remove all em dashes from README
  • Refine README intro: commands + knowledge graph for context and tracking

Wheeler v0.5.1

02 Apr 18:59

Choose a tag to compare

  • Rewrite README around trackable AI workflows, bump to v0.5.1
  • Close 5 project spec gaps: retrieval eval, multi-channel search, tests, Docker, logging
  • Add project specification document with gap analysis
  • Document provenance-completing tools design, benchmarks, and evidence
  • Add provenance-completing mutation tools — infrastructure handles bookkeeping
  • Wire stability, session_id, /wh:close, and execution auto-creation
  • Fix review items: dead code, kwarg collision, hop tracking, tests

Wheeler v0.5.0

01 Apr 15:58

Choose a tag to compare

  • Bump version to v0.5.0 for W3C PROV-DM schema redesign
  • Adopt W3C PROV-DM schema: split Analysis into Script + Execution, standardize relationships
  • Remove dead code, add query_analyses, harden config and queries, update ARCHITECTURE.md

Wheeler v0.4.0

28 Mar 04:43

Choose a tag to compare

  • Fix release workflow: check for missing release, not commit diff
  • Add auto-release workflow on version bump
  • Fix /wh:update to resolve Wheeler venv from MCP server path
  • Read version from importlib.metadata instead of hardcoding
  • Fix Neo4j kwarg collision, add dependency scanner, per-project DB isolation, bump to v0.4.0

v0.3.9

28 Mar 04:12

Choose a tag to compare

add_analysis MCP tool

Analysis nodes now have a proper MCP tool. Claude can register scripts during /wh:ingest and /wh:execute — no more raw Cypher workarounds.

  • add_analysis — takes script_path, language, auto-computes SHA-256 hash if file exists
  • Fix for Neo4j driver parameters kwarg collision