#1 Ran find agent_memory -maxdepth 3 -type f | sort 5,104 chars
find agent_memory -maxdepth 3 -type f | sort
agent_memory/code/ARCHITECTURE.md agent_memory/code/CONTRIBUTING.md agent_memory/code/README.md agent_memory/code/ROADMAP.md agent_memory/code/SECURITY.md agent_memory/code/adrs/ADR-001-language-choice-rust.md agent_memory/code/adrs/ADR-002-parsing-tree-sitter.md agent_memory/code/adrs/ADR-003-plugin-api-libloading.md agent_memory/code/rfcs/RFC-001-org-mode-bidirectional.md agent_memory/code/rfcs/…
#1 Ran rg -n \"v0\\.5\\.0|v0\\.4\\.2|yank|yanked|issue #89|#89|May 2026|retro\" agent_memory 99,217 chars
rg -n \"v0\\.5\\.0|v0\\.4\\.2|yank|yanked|issue #89|#89|May 2026|retro\" agent_memory
agent_memory/email/sponsor-outreach-bytebase.md:6:> **Related:** [sponsor-outreach-astral.md](sponsor-outreach-astral.md), [notes/retro-june-2026.md](../notes/retro-june-2026.md) agent_memory/email/sponsor-outreach-bytebase.md:76: - v0.5.0 shipped today: concurrent file processing, which makes batch agent_memory/email/sponsor-outreach-bytebase.md:105:later by reading a retro document or a heated …
#1 Ran nl -ba agent_memory/releases/release-v0.5.0-2026-06-08.md | sed -n '150,185p' 3,142 chars
nl -ba agent_memory/releases/release-v0.5.0-2026-06-08.md | sed -n '150,185p'
150 </details> 151 152 --- 153 154 ## Known limitations 155 156 - **Bench-suite flakiness on shared CI runners** ([#97](../../issues/issue-097-bench-suite-flaky.md), **open**). The benchmark suite occasionally produces outlier numbers (>2σ from median) when run on GitHub Actions' shared runners due to noisy neighbors. We track this but have not solved it. If you are benchma…
#1 Ran nl -ba agent_memory/notes/retro-may-2026.md | sed -n '1,140p' 11,666 chars
nl -ba agent_memory/notes/retro-may-2026.md | sed -n '1,140p'
1 # May 2026 retro — plugin system, ABI break, ban, Kavya
2
3 **Date:** 2026-05-31
4
5 Predecessor: [retro-april-2026.md](retro-april-2026.md)
6
7 May was the most eventful month since the /r/rust post in February. Shipped the biggest release yet, had the worst self-inflicted bug yet, gained a contributor I'm genuinely excited about, watched a star counter I'd… #1 Ran nl -ba agent_memory/issues/issue-089-plugin-api-break.md | sed -n '1,240p' 13,706 chars
nl -ba agent_memory/issues/issue-089-plugin-api-break.md | sed -n '1,240p'
1 # Plugin API breaks between v0.4.1 and v0.4.2 (silent ABI change)
2
3 **Issue #89** · `bug` `plugin-api` `regression` `breaking`
4
5 - **Opened:** 2026-05-26 by @svenh
6 - **Closed:** 2026-06-08 by @lior-bz (alongside the v0.5.0 release)
7 - **Resolution:** revert the offending signature change in v0.4.3 + add an ABI-version assertion in the loader (sh… #1 Ran nl -ba agent_memory/issues/issue-089-plugin-api-break.md | sed -n '239,340p' 1,436 chars
nl -ba agent_memory/issues/issue-089-plugin-api-break.md | sed -n '239,340p'
239 ## @lior-bz commented on 2026-06-08 (closing) 240 241 Closed in v0.5. `CHANGELOG-PLUGIN-API.md` is live. Thanks @svenh, @hiroshi-n, @nadiap, @kitplug-toml. 242 243 ADR-003 amendment summary, for the archive: 244 245 - ABI changes ALWAYS bump `abi-version`. Never silent. Reviewer must check manifest delta on any PR touching `crates/plugin-loader/` or `crates/kitabi-plugi…
#1 Ran rg -n \"0\\.4\\.2|v0\\.4\\.2|0\\.4\\.3|v0\\.4\\.3|yank|yanked|crates\\.io|PR #88|pr-088|CHANGELOG-PLUGIN-API|ABI break\" agent_memory 33,893 chars
rg -n \"0\\.4\\.2|v0\\.4\\.2|0\\.4\\.3|v0\\.4\\.3|yank|yanked|crates\\.io|PR #88|pr-088|CHANGELOG-PLUGIN-API|ABI break\" agent_memory
agent_memory/email/sponsor-outreach-bytebase.md:65:binary (crates.io: `kitabi`, invoked as `kit`). It started as a personal agent_memory/code/SECURITY.md:70:Pre-`v1.0.0` semantics: minor bumps may break the plugin ABI. ABI breaks are called out in release notes. Once we cut `v1.0.0`, this support window will widen. agent_memory/code/SECURITY.md:99:**Fix.** Manifests are now parsed, paths are canon…
#1 Ran find agent_memory -iname '*088*' -o -iname '*plugin*api*' -o -iname '*changelog*' | sort 157 chars
find agent_memory -iname '*088*' -o -iname '*plugin*api*' -o -iname '*changelog*' | sort
agent_memory/code/adrs/ADR-003-plugin-api-libloading.md agent_memory/issues/issue-089-plugin-api-break.md agent_memory/pr_threads/pr-088-yaml-frontmatter.md