Releases: dusk-network/pituitary
v1.0.0-beta.8
What's Changed
- feat(ast): infer applies_to edges via tree-sitter (#261) by @autholykos in #269
- chore: move marketing content to private repo by @autholykos in #270
- feat(schema): temporal validity windows on governance edges by @autholykos in #274
- feat(mcp): governance protocol and layered context loading by @autholykos in #276
- feat(schema): confidence tiers on governance edges by @autholykos in #277
- feat(index): governance graph diff on incremental updates by @autholykos in #278
- feat(ast): rationale extraction and deliberate deviation classification by @autholykos in #279
- feat(index): spec family discovery via dependency graph clustering by @autholykos in #280
- docs: document governance graph features (#262-267) by @autholykos in #281
- docs: reposition as consistency governance for AI-native development by @autholykos in #282
- [codex] Improve governance CLI ergonomics by @autholykos in #283
- Add JSON source adapter by @autholykos in #284
- feat(analysis): cap completions, rank sections, and add minimal harness by @autholykos in #286
Full Changelog: v1.0.0-beta.7...v1.0.0-beta.8
v1.0.0-beta.7
What's Changed
Multirepo support
- feat(explain-file): add repo_id and scoped workspace_path for secondary repos (#223) by @autholykos in #259
- feat(config): detect multirepo config shadowing during discovery (#224) by @autholykos in #259
- fix(config): use lightweight TOML parse for multirepo shadow detection (#224) by @autholykos in #259
Indexing & graph
- feat: support incremental index updates without full rebuild (#253) by @autholykos in #258
- feat: inject source_adapter metadata in loader for all adapters (#254) by @autholykos in #257
- feat: add relates_to soft edge type for non-dependency relationships (#252) by @autholykos in #256
Fixes
- fix: hardcoded adapter column in rebuild.go by @autholykos in #255
- fix: add tool definitions to server.json for Smithery discovery
Housekeeping
- chore: bump version to v1.0.0-beta.7 by @autholykos in #260
Full Changelog: v1.0.0-beta.6...v1.0.0-beta.7
v1.0.0-beta.6
What's Changed
- feat: replace CGO sqlite bindings with pure-Go Wasm alternative (#243) by @autholykos in #244
- perf: reduce token expenditure in semantic adjudication by @autholykos in #245
- feat: expand skill package to cover all major AI coding assistants (#198) by @autholykos in #246
- feat: add automated prompt evaluation for skill package (#199) by @autholykos in #247
- feat: prepare marketplace submissions for skill package (#200) by @autholykos in #248
- chore: bump version to v1.0.0-beta.6 by @autholykos in #249
Full Changelog: v1.0.0-beta.5...v1.0.0-beta.6
v1.0.0-beta.5
Highlights
New commands: compile deterministic terminology edits, check-spec-freshness stale spec detection.
Semantic runtime expansion: check-compliance, check-terminology, and canonicalize now support LLM-backed adjudication via runtime.analysis.
MCP surface doubled (6 → 13 tools): check_compliance, check_terminology, governed_by, compile_preview, fix_preview, status, explain_file. Agents get the full code-development loop: look up governing specs → write code → check compliance → verify terminology → preview fixes.
Parallel LLM adjudication: check-doc-drift and check-compliance now run LLM calls concurrently (bounded errgroup, concurrency 4). Wall-clock time scales inversely with concurrency.
UX improvements: ranked analyze-impact --summary mode, overlap pre-check, impact severity classification (breaking/behavioral/cosmetic), JSON rebuild progress events, multirepo explain-file and status path improvements.
What's Changed
- docs: add semantic runtime operator note by @autholykos in #214
- UX strengthening slice (ranked summaries, json progress, multirepo paths) by @autholykos in #226
- feat(skill): autoskiller v8 pituitary-cli optimization by @autholykos in #231
- feat: extend semantic runtime to check-compliance, check-terminology, and canonicalize by @autholykos in #233
- feat: add new overlap pre-check and analyze-impact severity classification by @autholykos in #233
- feat: add pituitary compile command by @autholykos in #234
- feat: add check-spec-freshness command by @autholykos in #240
- feat: expand MCP server tools for code-development workflow by @autholykos in #241
- feat: parallelize LLM adjudication in check-doc-drift and check-compliance by @autholykos in #242
Full Changelog: v1.0.0-beta.4...v1.0.0-beta.5
v1.0.0-beta.4
What's Changed
- Add diagnostic logging for discovery workflows by @autholykos in #187
- Improve Pituitary's agent-facing CLI UX by @autholykos in #194
- Switch Pituitary config parsing to BurntSushi/toml by @autholykos in #195
- Add adapter SDK and GitHub issue source by @autholykos in #196
- Add pituitary new scaffold command by @autholykos in #197
- Add review-spec GitHub Action by @autholykos in #201
- Expand Pituitary skill package guidance by @autholykos in #202
- Add launch materials and ignore local draft artifacts by @autholykos in #203
- Clarify semantic runtime model guidance by @autholykos in #204
- index: fall back to smaller embedding batches by @autholykos in #206
- Add role-aware doc drift analysis by @autholykos in #216
- Improve runtime failure diagnostics for provider errors by @autholykos in #217
- Add multi-repo workspace indexing by @autholykos in #218
- Add diff-aware doc drift analysis by @autholykos in #219
- Add named runtime profiles by @autholykos in #220
- Add terminology governance policies by @autholykos in #221
- Emit stronger remediation evidence for drift findings by @autholykos in #222
Full Changelog: v1.0.0-beta.3...v1.0.0-beta.4
v1.0.0-beta.3
What's Changed
- Handle duplicate refs during init discovery by @autholykos in #182
- Fix Windows path handling by @autholykos in #184
- Clean Go analyzer findings by @autholykos in #185
- Add minimal analyzer CI lane by @autholykos in #186
Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3
v1.0.0-beta.2
What's Changed
- Add docs/superpowers/ to .gitignore by @autholykos in #145
- README final polish: Peet mascot, command table, section reorder by @autholykos in #174
- Add social preview image by @autholykos in #175
- Add Smithery and MCPB configs for MCP registry distribution by @autholykos in #177
- Add server.json for official MCP registry by @autholykos in #178
- Fix init user trap: validate sources before writing config by @autholykos in #180
Full Changelog: v1.0.0-beta...v1.0.0-beta.2
v1.0.0-beta
What's Changed
- Apply positioning design: README, launch materials, docs, discover, roadmap by @autholykos in #138
- Add post-init and drift-without-fix guidance messages by @autholykos in #140
- RFC 0002: Kernel/extension adapter architecture by @autholykos in #141
- Sharpen Show HN text with builder voice by @autholykos in #143
- Reprioritize roadmap: kernel/extension architecture and GitHub issues by @autholykos in #142
- Update install docs for public repo by @autholykos in #144
Full Changelog: v1.0.0-alpha...v1.0.0-beta
v1.0.0-alpha
What's Changed
- [feature] Add semantic color support to terminal output by @autholykos in #136
- [feature] Add deterministic doc-drift fixer by @autholykos in #137
Full Changelog: v0.5.0...v1.0.0-alpha
v0.5.0
What's Changed
- Warn when fixture mode is used on larger corpora by @autholykos in #131
- Add HTML review report output by @autholykos in #132
- [feature] Add consumer install surfaces by @autholykos in #133
Full Changelog: v0.4.0...v0.5.0