Skip to content

v0.25.0

Choose a tag to compare

@github-actions github-actions released this 05 May 17:23
6704c60

Changelog

Features

  • 97c2277 feat(architect): dispatch_sprints + TerminalTool + 4-strategy SR matcher + tolerant audit
  • 7a0c2ca feat(tools): add write_enriched_sprint tool

Fixes

  • 3ec62a4 fix(pr-feedback): surface I/O errors in dispatch_sprints + test helper
  • e1c7c32 fix(pr-feedback-2): nil guard in DispatchSprintsTool.Execute
  • 9358622 fix(pr-feedback-3): SR matcher position bug + path traversal + early break on terminal tool
  • 5e28345 fix(pr-feedback-4): finish review fixes not covered by ee23412
  • 186ce47 fix(pr-feedback-5): symlink-aware path checks + output_dir clamping + fmt
  • d1a3f28 fix(pr-feedback-6): similarityRatio uses rune count to match Levenshtein
  • 2fa28aa fix(writes): address consolidated review of PR #201
  • cec516f fix(writes): extractFencedJSON regex requires language-tag shape
  • 9aa9395 fix(writes): reserve writes_error/writes_warning + assert tool_stdout
  • 155e00c fix(writes): self-healing extraction cascade for declared writes
  • 32e932f fix(writes): tighten fenced regex + pin behavior with three new tests

Other

  • 30e00cf Merge pull request #198 from 2389-research/feat/write-enriched-sprint-tool
  • f31d610 Merge pull request #199 from mdagost/main
  • 4d9386f Merge pull request #200 from 2389-research/docs/bedrock-gateway
  • c17d5a0 Merge pull request #201 from 2389-research/fix/writes-extraction-healing
  • 6704c60 Merge pull request #202 from 2389-research/release/v0.25.0
  • f009d0d Update maxTok for OpenAI in tracker_doctor.go
  • bfeddff docs(bedrock-gateway): address PR #200 review feedback
  • 5f42769 docs: add bedrock-gateway integration guide
  • b7e7f7d release: v0.25.0 — architect-side machinery + self-healing declared writes
  • 808eb83 write_enriched_sprint: SR-block based audit patch (precise edits, not full rewrite)
  • 1a5e4e4 write_enriched_sprint: add within-sprint patterns + meta-rules + two-pass review