Skip to content

Releases: davidroeca/NotarAI

v0.7.0

14 Apr 09:04
1f5087c

Choose a tag to compare

Minor changes

  • d05c5a6 - Add --strict circular ref detection and behavior completeness
    • Update .github/workflows to accommodate new restructuring
    • orchestrate reconciliation with cli wrapper
    • set up github action crate
    • update docs
    • adopt sampo
    • Drift Scoring
      • Add MCP initialize integration with driftScore/driftStatus/mostDrifted
    • Test-Spec Alignment
      • Add T001/T002 checks in core/check.rs with correct tiers (Critical/Housekeeping).
    • better alternative coding agent support — Thanks @davidroeca!

v0.6.0 - AGENTS.md support

04 Apr 17:17
21c0d83

Choose a tag to compare

Generalizations

  • Better support for non-claude coding agents
  • non-llm deterministic checks of specs

Note

notarai init --agent claude preserves the old behavior. notarai init --agent generic generates AGENTS.md, etc

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.6.0

v0.5.1

30 Mar 03:06
3042561

Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

Migrate to skill and lower context bloat

13 Mar 17:41
ac7f247

Choose a tag to compare

Warning

After re-running notarai init, make sure to remove the old .claude/commands/notarai-bootstrap.md and .claude/commands/notarai-reconcile.md files as they have been migrated to the skill format.

What's Changed

  • fix import pollution, migrate to skill by @pappasam in #17
  • bump jsonschema to 0.45

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

06 Mar 15:06

Choose a tag to compare

What's Changed

Support non-code artifacts with examples and better schema definitions.

Full Changelog: v0.3.3...v0.4.0

v0.3.3

05 Mar 19:24

Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

05 Mar 05:42

Choose a tag to compare

What's Changed

Add sub-agents to claude commands

See this PR: #13

Full Changelog: v0.3.1...v0.3.2

v0.3.1

05 Mar 03:19

Choose a tag to compare

Better bootstrap command

Make the bootstrap command more interactive

Full Changelog: v0.3.0...v0.3.1

v0.3.0

05 Mar 02:00

Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

28 Feb 08:40

Choose a tag to compare

What's Changed

Performance enhancements and code quality improvements. Smaller binary.