Skip to content

Releases: drewdrewthis/claude-plugins

procedures: v0.6.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 12:34
4c31983

0.6.0 (2026-08-18)

Features

  • recall: new plugin — /recall over a bundled session index (#27) (1f770da)

Bug Fixes

  • procedures: close how-do-i-gate allowlist holes (Agent bypass, chain guard) (#59) (827da27)
  • procedures: restrict how-do-i-gate Agent allow to compliance dispatches (827da27)

procedures: v0.5.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 21:38
e5d5f26

0.5.0 (2026-08-17)

⚠ BREAKING CHANGES

  • procedures: the /log and /create-new slash commands no longer exist. Use /update-records for every knowledge artifact. Skill discovery is description-driven, so agents resolve the new command without changes; only a human typing the old slug is affected.

Features

  • procedures: GRC frame + replace /log and /create-new with /update-records (#64) (da9d6f4)

procedures: v0.4.1

Choose a tag to compare

@github-actions github-actions released this 14 Aug 22:53
70401fd

0.4.1 (2026-08-14)

Bug Fixes

  • procedures: gate messages resolve (#28), latent SIGPIPE (#46), scout repo resolution (#48) (#50) (165ea0d)

procedures: v0.4.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 20:32
2a396a8

0.4.0 (2026-08-14)

Features

  • procedures: gate how-do-i on mutation + field-anchored mistakes.jsonl recall (#39) (2e3b232)
  • procedures: scout retrieval loop — batch fetch, warm digests, tier pin (closes #34, #24, #22) (#45) (79c9af3)

procedures: v0.3.1

Choose a tag to compare

@github-actions github-actions released this 09 Aug 13:09
30c77c7

0.3.1 (2026-08-09)

Bug Fixes

  • procedures: traverse symlinked store dirs (find -H) (#36) (f421166)

procedures: v0.3.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 12:57
690b38c

0.3.0 (2026-08-09)

Features

  • procedures: query the titw vendor store; byte-safe scans (#33) (1d23fe2)

procedures: v0.2.3

Choose a tag to compare

@github-actions github-actions released this 07 Aug 18:34
9719e97

0.2.3 (2026-08-07)

Bug Fixes

  • procedures: bound the scout's search to the record stores (#9) (4cb4071)
  • procedures: bump to 0.2.2 to ship the gate-fork model pin (#29) (6f737d4)
  • procedures: make a bad query loud, and bound the scout's toolset (#23) (6327b8c)
  • procedures: pin both gate forks to sonnet — a context:fork skill inherits the session model, not its agent's (#25) (3bcddd5)
  • record namespaced skill invocations (gate wedge) (cab1f2e)

Performance

  • procedures: 50x faster query-records, capped --full dump, scout batch-read flow + CodeRabbit config (#5) (1135439)