Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 03:41
2b1b1ff

Changelog

Features

  • 16ebe7e feat(config,pluginhost): Μ-1.1 extend YAML schema for v0.5 instinct subsystem, drop v0.3 fallback
  • 256276a feat(conformance): Μ-1.5 add memory + instinct conformance suites with mock plugins
  • 6e7d09c feat(internal/instinct): Μ-1.6 add host coordinator + safety pipeline
  • 7b7e48c feat(internal/observer): Μ-1.11 add Claude .jsonl file watch observer (opt-in beta)
  • ab4e081 feat(internal/observer,cli): Μ-1.9 + Μ-1.10 stdin ingest + instinct/memory CLI
  • 73d33ec feat(pkg/schema): Μ-1.2 declare core schemas for v0.5 instinct subsystem
  • 817ec8c feat(plugins): Μ-1.0 freeze v0.5 memory/instinct/capability/evaluator plugin contracts
  • 47176ff feat(plugins/memory/api): Μ-1.3 complete plugins/memory/api/ with 7-method MemoryBackend adapter
  • 18b9727 feat(plugins/memory/sqlite,cmd): Μ-1.7 + Μ-1.8 ship SQLite reference-fallback + binary
  • e47a40f feat(plugins/{instinct,capability,evaluator}/api): Μ-1.4 complete v0.5 stub adapters
  • 2b1b1ff feat(v0.5.0): instinct subsystem — per-worktree memory orchestration layer (#21)

Fixes

  • 8297691 fix(lint): silence errcheck on Close() defers + lowercase ST1005 error strings
  • 37eb743 fix(v0.5): round 3 code-review follow-up — CRITICAL × 5 + HIGH × 3 + regression tests

Other

  • c481f9b docs(v0.5): Μ-1.12 + Μ-1.13 + Μ-1.14 examples, docs, README/CHANGELOG, CI/GoReleaser