Releases: justinstimatze/slimemold
Releases · justinstimatze/slimemold
Release list
v0.14.0
Changelog
- bd7cf16: store,mcp,main: refresh-rate metric for STOP-class hook fires (@justinstimatze)
- f27b2b5: deliver,hook: single-delivery semantics for pending findings (@justinstimatze)
- 5f33575: analysis: filter ephemeral execution-status anchors from detectors (@justinstimatze)
- b480152: extract: v12 prompt — exclude execution-status reports (@justinstimatze)
v0.13.0
Changelog
- 2ddb882: analysis,mcp: stratify findings by claim origin (doc vs transcript) (@justinstimatze)
- f4fa82d: verify,analysis,mcp: active verification for STOP-class findings (@justinstimatze)
- f1e26d9: verify: integration smoke for real Verifier through FormatHookFindings (@justinstimatze)
- 90e4df3: verify: read KAGI_API_KEY (canonical name) instead of KAGI_API_TOKEN (@justinstimatze)
- 650c945: verify: online smoke — live Kagi search through the Verifier (@justinstimatze)
- 133b74b: verify: warn at startup and in status when KAGI_API_KEY absent (@justinstimatze)
- ffcc00b: verify,store,types: batch 1 — basis dedup, cache hardening, Prefetch TOCTOU (@justinstimatze)
- 92d377e: verify: batch 2 — unicode-normalized claim keys + http body drain (@justinstimatze)
- 3fa59f2: analysis: batch 3 — renderer correctness for STOP-class hook output (@justinstimatze)
- 2ba4503: verify,analysis,hook: batch 4 — async lifecycle for the one-shot hook (@justinstimatze)
v0.12.0
Changelog
- fc9b8bd: Tighten extraction prompt with v11 SCOPE EXCLUSIONS rule (@justinstimatze)
- b651341: Begin delivery-eval: design doc + transcript loader (@justinstimatze)
- 23ea1f9: delivery-eval: grader, cell constructors, validity gate (@justinstimatze)
- 8850783: delivery-eval: fixtures, cache, runner, CLI shim (milestone 5) (@justinstimatze)
- c6355c7: delivery-eval: relax gate to pos-only (milestone 6 redesign) (@justinstimatze)
- c839b88: delivery-eval: enable Anthropic prompt caching on host calls (@justinstimatze)
- b12f9d4: delivery-eval DESIGN: document milestone 7 inconclusive + reframed criterion (@justinstimatze)
- 29c1b21: delivery-eval: close milestone 7 inconclusive (@justinstimatze)
- 1f320c0: hook: prefer CLAUDE_CODE_SESSION_ID env over JSON session_id (@justinstimatze)
v0.11.0
Changelog
- 0c6afbc: Add quality harness: precision measurement for extraction (@justinstimatze)
- 8ce2323: Replace WriteString(Sprintf(...)) with Fprintf in buildGraderPrompt (@justinstimatze)
v0.10.0
Changelog
- b7abb51: Add scripts/pre-commit.sh: gofmt + go vet gate (@justinstimatze)
- 76121f9: Move hook events to internal/hookevents, fix regressions and rotation orphan (@justinstimatze)
v0.9.0
Changelog
- 7295eae: Bump github.com/mark3labs/mcp-go from 0.49.0 to 0.52.0 (#15) (@dependabot[bot])
- e272b4c: Bump github.com/anthropics/anthropic-sdk-go from 1.38.0 to 1.40.0 (#16) (@dependabot[bot])
- 279a2c0: Bump github.com/anthropics/anthropic-sdk-go from 1.40.0 to 1.42.0 (#17) (@dependabot[bot])
- 469924b: Bump github.com/mark3labs/mcp-go from 0.52.0 to 0.53.0 (#18) (@dependabot[bot])
- 6e93a83: Bump modernc.org/sqlite from 1.50.0 to 1.50.1 (#19) (@dependabot[bot])
- 4f852b2: Bump github.com/anthropics/anthropic-sdk-go from 1.42.0 to 1.44.1 (#20) (@dependabot[bot])
- 7c987e0: Bump github.com/mark3labs/mcp-go from 0.53.0 to 0.54.0 (#21) (@dependabot[bot])
- dd03c01: add SECURITY.md (via vidette) (#22) (@justinstimatze)
- daf3cd7: Bump github.com/anthropics/anthropic-sdk-go from 1.44.1 to 1.45.0 (#23) (@dependabot[bot])
- 3625509: Bump github.com/mark3labs/mcp-go from 0.54.0 to 0.54.1 (#24) (@dependabot[bot])
- d1345a0: Bump github.com/anthropics/anthropic-sdk-go from 1.45.0 to 1.46.0 (#26) (@dependabot[bot])
- 810a162: Bump modernc.org/sqlite from 1.50.1 to 1.51.0 (#25) (@dependabot[bot])
- 0484e10: Add auto-sweep archival, legacy load-bearer detector, and perf probe (@justinstimatze)
- b52826a: Run gofmt on three files flagged by pre-push hook (@justinstimatze)
v0.8.0
Changelog
- f0f2801: Fix hook truncation hiding meaning-reversing clauses and invalid UTF-8 cuts (@justinstimatze)
- 8f839bd: Add substrate-based bright-pattern instructions for hook findings (@justinstimatze)
- 97ef6b4: Make load-bearing detection conversationally-windowed (@justinstimatze)
- 9d04a57: Hybrid load-bearing detection: recent activity OR persistent weight (@justinstimatze)
- 5cfd866: Suppress persistent-branch firings on stress-tested claims (@justinstimatze)
- 2f3ccda: Differential cooldown for persistent-only load-bearing findings (@justinstimatze)
- 5e5ba0b: Prioritize findings on inventory-flagged claims within tier (@justinstimatze)
- dcb0f51: Cross-session auto-close on contradicts (@justinstimatze)
- 67567da: Add variance harness: measure extraction noise floor (@justinstimatze)
- 1fa3f40: findBottlenecks: compute centrality on recent subgraph only (@justinstimatze)
- 72edcf9: Document variance harness; add extraction-prompt change discipline (@justinstimatze)
- a002e44: findBottlenecks: remove hardcoded maxBottlenecks=5 cap (@justinstimatze)
- ad1d972: variance: compare finding stability by claim text, not UUIDs (@justinstimatze)
- dc90c9c: Add test for bottleneck cap removal (@justinstimatze)
- 1391bab: Tighten definition basis classifier (prompt v7→v8) (@justinstimatze)
- 6c3a255: Reorder convention before definition in basis decision tree (v9) (@justinstimatze)
- 109e9ef: Revert v9 decision-tree swap; v9 made definition noise worse, not better (@justinstimatze)
- 2ae75f3: Update README appendix and variance docs with measured noise floor (@justinstimatze)
- 82eaf61: Fix five issues from self-review of the recent branch (@justinstimatze)
- 18180f5: Fix six issues from second-pass review of the recent branch (@justinstimatze)
v0.7.0
Changelog
- ff0566c: Bump extraction prompt to v6 with basis-vs-speaker hard constraint (@justinstimatze)
- 344d8e1: Cite Mehta et al. 2026 and Yang et al. 2026 in README (@justinstimatze)
- 6756a3c: Add Yang et al. 2026 consequential_action flag and detector (prompt v7) (@justinstimatze)
- fddef9e: Audit README under v7 prompt; refresh vulnerability-types section (@justinstimatze)
v0.6.0
Changelog
- bb84d9f: Fix CI lint failures and add pre-push hook (@justinstimatze)
- 8a89c89: Add Moore et al. 2026 inventory flags, detectors, and calibration tooling (@justinstimatze)
v0.5.10
Changelog
- b95e0d8: Bump modernc.org/sqlite from 1.49.1 to 1.50.0 (#13) (@dependabot[bot])
- f97172b: Bump github.com/anthropics/anthropic-sdk-go from 1.37.0 to 1.38.0 (#14) (@dependabot[bot])
- 258084e: Fix stale-claim surfacing: drop dedup bleed, add auto/manual close (@justinstimatze)
- f03d218: Add winze KB adapter: analyze-winze CLI command (@justinstimatze)
- 89fc09d: Fix large-transcript performance and stale lock accumulation (@justinstimatze)