Skip to content

Commit a55676d

Browse files
Record AMBIENT benchmark outreach
1 parent 4309401 commit a55676d

5 files changed

Lines changed: 56 additions & 0 deletions

File tree

marketing/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ Launch and outreach materials for Tree Ring Memory.
158158
notes for the pending benchmark-target listing.
159159
- `vectorize-agent-memory-benchmark-pr.md`: Vectorize Agent Memory Benchmark
160160
provider PR packet and validation notes.
161+
- `hxxd-ambient-benchmark-pr.md`: AMBIENT Benchmark Tree Ring CLI adapter PR
162+
packet and validation notes.
161163
- `master-ai-finder-submission.md`: Master AI Finder free directory submission
162164
packet and accepted response notes.
163165
- `ghimiresunil-top-ai-tools-pr.md`: Top AI Tools PR packet, validation notes,
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# H-XX-D AMBIENT Benchmark PR
2+
3+
Date: 2026-07-08
4+
5+
Status: submitted as upstream PR #5.
6+
7+
URL: https://github.com/H-XX-D/ambient-benchmark/pull/5
8+
9+
Evidence comment: https://github.com/TerminallyLazy/Tree-Ring-Memory/issues/26#issuecomment-4916634939
10+
11+
## Fit
12+
13+
AMBIENT is a substrate-neutral agent-memory benchmark with an adapter contract
14+
that requires observable store calls. Tree Ring Memory is a strong fit because
15+
it can expose local-first memory writes and recall through the `tree-ring` CLI's
16+
JSON output without changing benchmark internals or vendoring Tree Ring code.
17+
18+
## Submission
19+
20+
The PR adds an optional `tree-ring-cli` bridge:
21+
22+
- `adapters/tree-ring-cli-adapter.mjs` creates isolated Tree Ring roots per
23+
AMBIENT store.
24+
- AMBIENT `write` maps to `tree-ring remember --json`.
25+
- AMBIENT `query` maps to `tree-ring recall --json --include-sensitive`.
26+
- Returned support/provenance uses Tree Ring memory summaries, IDs, timestamps,
27+
event type, and recall scores.
28+
- Tree Ring policy refusals for synthetic secret-like turns return
29+
`accepted: false` instead of crashing the benchmark runner.
30+
31+
The adapter is optional and gated by `AMBIENT_TREE_RING_BIN` or `tree-ring` on
32+
`PATH`, so upstream users without Tree Ring installed are not blocked.
33+
34+
## Validation
35+
36+
- `npm run verify:adapter:tree-ring`
37+
- `node --check adapters/tree-ring-cli-adapter.mjs`
38+
- `node --check scripts/verify-tree-ring-adapter-bridge.mjs`
39+
- `git diff --check`
40+
- `AMBIENT_TREE_RING_BIN=/Users/lazy/Projects/Tree_Ring_Memory/target/debug/tree-ring npm run verify:adapters:prereqs -- --out results/optional-tree-ring-prereqs.json`
41+
- `AMBIENT_TREE_RING_BIN=/Users/lazy/Projects/Tree_Ring_Memory/target/debug/tree-ring npm run verify:adapters:matrix -- --adapters tree-ring-cli --out results/cross-adapter-tree-ring-smoke.json`
42+
43+
The focused matrix passed with 8 rows for `tree-ring-cli` on BEAM small using
44+
AMBIENT's mock fixed reader/checker.
45+
46+
## GitHub State
47+
48+
- Fork: `TerminallyLazy/ambient-benchmark`
49+
- Branch: `add-tree-ring-adapter`
50+
- Commit: `c51423c38fbc52a191801558f4ee29e5f24b58f0`
51+
- PR state at submission: open, ready, mergeable, no status checks reported.

marketing/outreach-crm.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,3 +328,4 @@ Bbylw Awesome Claude Skills CN PR #8,3,submitted,yes,https://github.com/bbylw/aw
328328
Ammosu Awesome Claude Skills ZH-TW PR #7,3,submitted,yes,https://github.com/ammosu/awesome-claude-skills-zh-TW/pull/7,none,marketing/ammosu-awesome-claude-skills-zh-tw-pr.md,monitor maintainer response,Adds the standalone Tree Ring Memory skill repo to 開發與程式工具 and Development Code Tools in a Traditional Chinese Claude Skills catalogue; fork TerminallyLazy/awesome-claude-skills-zh-TW branch add-tree-ring-memory commit deaa057; duplicate issue PR README target skill URL current CLI init remember recall forget smoke and diff checks passed; PR ready mergeable with no checks reported; evidence comment https://github.com/TerminallyLazy/Tree-Ring-Memory/issues/26#issuecomment-4915977893.
329329
ClaudierOrlandi Awesome Context Engineering PR #2,3,submitted,yes,https://github.com/ClaudierOrlandi/Awesome-Context-Engineering/pull/2,none,marketing/claudier-awesome-context-engineering-pr.md,monitor maintainer response,Adds Tree Ring Memory to Production Memory Systems as a GitHub implementation entry; duplicate PR issue README checks repo URL and diff whitespace passed; PR ready mergeable with no checks reported; evidence comment https://github.com/TerminallyLazy/Tree-Ring-Memory/issues/26#issuecomment-4916346915.
330330
Vectorize Agent Memory Benchmark PR #25,3,submitted,yes,https://github.com/vectorize-io/agent-memory-benchmark/pull/25,none,marketing/vectorize-agent-memory-benchmark-pr.md,monitor maintainer response,Adds Tree Ring Memory as a runnable AMB provider adapter using local tree-ring CLI JSONL import project-scoped recall registry wiring and static catalog entry; compile provider list generated catalog local smoke and diff checks passed; PR ready mergeable with no checks reported; evidence comment https://github.com/TerminallyLazy/Tree-Ring-Memory/issues/26#issuecomment-4916501736.
331+
AMBIENT Benchmark Tree Ring adapter PR #5,3,submitted,yes,https://github.com/H-XX-D/ambient-benchmark/pull/5,none,marketing/hxxd-ambient-benchmark-pr.md,monitor maintainer response,Adds Tree Ring Memory as an optional tree-ring-cli adapter with isolated roots JSON remember/recall provenance mapping policy-refusal handling and optional matrix/prereq wiring; no-dependency smoke syntax diff prereq probe and real Tree Ring focused matrix passed; PR ready mergeable with no checks reported; evidence comment https://github.com/TerminallyLazy/Tree-Ring-Memory/issues/26#issuecomment-4916634939.

marketing/outreach-queue.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ posted unless the post exists publicly and the URL is recorded here.
172172
| Chenhuiyu Awesome LLM Memory PR | Submitted | https://github.com/chenhuiyu/awesome-llm-memory/pull/2 | Adds Tree Ring Memory to Systems & Frameworks in an LLM/agent memory directory via `data/entries.yaml` and generated English/Chinese READMEs; duplicate PR/issue search, repo link, generator, linter, and diff whitespace checks passed; PR is mergeable and GitGuardian passed; evidence comment: https://github.com/TerminallyLazy/Tree-Ring-Memory/issues/26#issuecomment-4910886712. |
173173
| MemoryStackBench PR | Submitted | https://github.com/aetna000/MemoryStackBench/pull/1 | Adds Tree Ring Memory as a pending adapter target in an agent-memory benchmark harness; duplicate PR/issue search, repo link, target-registry test, and diff whitespace checks passed; PR is mergeable and reports no checks; evidence comment: https://github.com/TerminallyLazy/Tree-Ring-Memory/issues/26#issuecomment-4910927711. |
174174
| Vectorize Agent Memory Benchmark PR | Submitted | https://github.com/vectorize-io/agent-memory-benchmark/pull/25 | Adds Tree Ring Memory as a runnable AMB provider adapter using the local `tree-ring` CLI, JSONL import, project-scoped recall, registry wiring, and static catalog entry; compile, provider-list, generated-catalog, local smoke, and diff checks passed; PR is ready, mergeable, and reports no checks; evidence comment: https://github.com/TerminallyLazy/Tree-Ring-Memory/issues/26#issuecomment-4916501736. |
175+
| AMBIENT Benchmark Tree Ring adapter PR | Submitted | https://github.com/H-XX-D/ambient-benchmark/pull/5 | Adds Tree Ring Memory as an optional `tree-ring-cli` adapter with isolated roots, JSON `remember`/`recall`, provenance mapping, policy-refusal handling, and optional matrix/prereq wiring; no-dependency smoke, syntax, diff, prereq probe, and real Tree Ring focused matrix passed; PR is ready, mergeable, and reports no checks; evidence comment: https://github.com/TerminallyLazy/Tree-Ring-Memory/issues/26#issuecomment-4916634939. |
175176
| BigAI Awesome AI Memory PR | Submitted | https://github.com/bigai-nlco/Awesome-AI-Memory/pull/2 | Adds Tree Ring Memory to System Architecture in a survey-backed AI memory directory; duplicate PR/issue search, repo link, and diff whitespace checks passed; PR is mergeable and reports no checks; evidence comment: https://github.com/TerminallyLazy/Tree-Ring-Memory/issues/26#issuecomment-4910961825. |
176177
| Kongshan Agent Memory Frameworks Research PR | Submitted | https://github.com/kongshan001/agent-memory-frameworks-research/pull/1 | Adds Tree Ring Memory to Chinese agent-memory framework research as a local-first memory lifecycle layer; duplicate PR/issue search, repo and launch-page links, public fact checks, and diff whitespace checks passed; PR is mergeable and reports no checks; evidence comment: https://github.com/TerminallyLazy/Tree-Ring-Memory/issues/26#issuecomment-4910995877. |
177178
| AlexWang Awesome Agent Memory PR | Submitted | https://github.com/AlexWang959/Awesome-Agent-Memory/pull/2 | Adds Tree Ring Memory to the 2026 Paper / Project table as a GitHub project for local-first agent memory lifecycle work; duplicate PR/issue search, table-shape check, and diff whitespace passed; PR is mergeable and reports no checks; evidence comment: https://github.com/TerminallyLazy/Tree-Ring-Memory/issues/26#issuecomment-4911129545. |

marketing/submission-ledger.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,3 +330,4 @@ Bbylw Awesome Claude Skills CN PR #8,submitted,GitHub account,https://github.com
330330
Ammosu Awesome Claude Skills ZH-TW PR #7,submitted,GitHub account,https://github.com/ammosu/awesome-claude-skills-zh-TW/pull/7,marketing/ammosu-awesome-claude-skills-zh-tw-pr.md,none,monitor maintainer response,https://github.com/ammosu/awesome-claude-skills-zh-TW/pull/7,Adds the standalone Tree Ring Memory skill repo to 開發與程式工具 and Development Code Tools in a Traditional Chinese Claude Skills catalogue; fork TerminallyLazy/awesome-claude-skills-zh-TW branch add-tree-ring-memory commit deaa057; duplicate issue PR README target skill URL current CLI init remember recall forget smoke and diff checks passed; PR ready mergeable with no checks reported; evidence comment https://github.com/TerminallyLazy/Tree-Ring-Memory/issues/26#issuecomment-4915977893.
331331
ClaudierOrlandi Awesome Context Engineering PR #2,submitted,GitHub account,https://github.com/ClaudierOrlandi/Awesome-Context-Engineering/pull/2,marketing/claudier-awesome-context-engineering-pr.md,none,monitor maintainer response,https://github.com/ClaudierOrlandi/Awesome-Context-Engineering/pull/2,Adds Tree Ring Memory to Production Memory Systems as a GitHub implementation entry; fork TerminallyLazy/Awesome-Context-Engineering-1 branch add-tree-ring-memory commit d6b1bba; duplicate PR issue README checks repo URL and diff whitespace passed; PR ready mergeable with no checks reported; evidence comment https://github.com/TerminallyLazy/Tree-Ring-Memory/issues/26#issuecomment-4916346915.
332332
Vectorize Agent Memory Benchmark PR #25,submitted,GitHub account,https://github.com/vectorize-io/agent-memory-benchmark/pull/25,marketing/vectorize-agent-memory-benchmark-pr.md,none,monitor maintainer response,https://github.com/vectorize-io/agent-memory-benchmark/pull/25,Adds a real Tree Ring Memory provider adapter to AMB using the local tree-ring CLI JSONL import project-scoped recall and registry catalog wiring; fork TerminallyLazy/agent-memory-benchmark branch add-tree-ring-provider commit 00408ae; compile provider list generated catalog local smoke and diff checks passed; PR ready mergeable with no checks reported; evidence comment https://github.com/TerminallyLazy/Tree-Ring-Memory/issues/26#issuecomment-4916501736.
333+
AMBIENT Benchmark Tree Ring adapter PR #5,submitted,GitHub account,https://github.com/H-XX-D/ambient-benchmark/pull/5,marketing/hxxd-ambient-benchmark-pr.md,none,monitor maintainer response,https://github.com/H-XX-D/ambient-benchmark/pull/5,Adds Tree Ring Memory as an optional tree-ring-cli adapter with isolated Tree Ring roots JSON remember/recall provenance mapping policy-refusal handling and optional matrix/prereq wiring; fork TerminallyLazy/ambient-benchmark branch add-tree-ring-adapter commit c51423c; no-dependency smoke syntax diff prereq probe and real Tree Ring focused matrix passed; PR ready mergeable with no checks reported; evidence comment https://github.com/TerminallyLazy/Tree-Ring-Memory/issues/26#issuecomment-4916634939.

0 commit comments

Comments
 (0)