feat(cli): native hooks adapter for Antigravity CLI (agy) - #1146
Merged
rohitg00 merged 5 commits intoAug 3, 2026
Annotations
2 errors
|
Run npm test
Process completed with exit code 1.
|
|
Run npm test:
test/consistency.test.ts#L57
AssertionError: expected '<p align="center">\n <img src="asset…' to contain '130 endpoints on port'
- Expected
+ Received
- 130 endpoints on port
+ <p align="center">
+ <img src="assets/banner.png" alt="agentmemory — Persistent memory for AI coding agents" width="720" />
+ </p>
+
+ <p align="center">
+ <strong>
+ Your coding agent remembers everything. No more re-explaining.
+ Built on <a href="https://github.com/iii-hq/iii">iii engine</a>
+ </strong><br/>
+ Persistent memory for Claude Code, GitHub Copilot CLI, Cursor, Gemini CLI, Codex CLI, Hermes, OpenClaw, pi, OpenCode, and any MCP client.
+ </p>
+
+ <p align="center">
+ <a href="README.md">English</a> |
+ <a href="READMEs/README.zh-CN.md">简体中文</a> |
+ <a href="READMEs/README.zh-TW.md">繁體中文</a> |
+ <a href="READMEs/README.ja-JP.md">日本語</a> |
+ <a href="READMEs/README.ko-KR.md">한국어</a> |
+ <a href="READMEs/README.es-ES.md">Español</a> |
+ <a href="READMEs/README.tr-TR.md">Türkçe</a> |
+ <a href="READMEs/README.ru-RU.md">Русский</a> |
+ <a href="READMEs/README.hi-IN.md">हिन्दी</a> |
+ <a href="READMEs/README.pt-BR.md">Português</a> |
+ <a href="READMEs/README.fr-FR.md">Français</a> |
+ <a href="READMEs/README.de-DE.md">Deutsch</a>
+ </p>
+
+ <p align="center">
+ <a href="https://trendshift.io/repositories/25123" target="_blank"><img src="https://trendshift.io/api/badge/repositories/25123" alt="rohitg00/agentmemory | Trendshift" width="250" height="55"/></a>
+ </p>
+
+ <p align="center">
+ <a href="https://gist.github.com/rohitg00/2067ab416f7bbe447c1977edaaa681e2"><img src="https://img.shields.io/badge/Viral%20GitHub%20Gist-1.3k%20stars%20%2F%20182%20forks-FF6B35?style=for-the-badge&logo=github&logoColor=white&labelColor=1a1a1a" alt="Design doc: 1.3k stars / 182 forks on the gist" /></a>
+ </p>
+
+ <p align="center">
+ <em>The gist extends Karpathy's LLM Wiki pattern with confidence scoring, lifecycle, knowledge graphs, and hybrid search: agentmemory is the implementation.</em>
+ </p>
+
+ <p align="center">
+ <a href="https://www.npmjs.com/package/@agentmemory/agentmemory"><img src="https://img.shields.io/npm/v/@agentmemory/agentmemory?color=CB3837&label=npm&style=for-the-badge&logo=npm" alt="npm version" /></a>
+ <a href="https://github.com/rohitg00/agentmemory/actions"><img src="https://img.shields.io/github/actions/workflow/status/rohitg00/agentmemory/ci.yml?label=tests&style=for-the-badge&logo=github" alt="CI" /></a>
+ <a href="https://github.com/rohitg00/agentmemory/blob/main/LICENSE"><img src="https://img.shields.io/github/license/rohitg00/agentmemory?color=blue&style=for-the-badge" alt="License" /></a>
+ <a href="https://github.com/rohitg00/agentmemory/stargazers"><img src="https://img.shields.io/github/stars/rohitg00/agentmemory?style=for-the-badge&color=yellow&logo=github" alt="Stars" /></a>
+ </p>
+
+ <p align="center">
+ <picture><source media="(prefers-color-scheme: dark)" srcset="assets/tags/light/stat-recall.svg"><img src="assets/tags/stat-recall.svg" alt="95.2% retrieval R@5" height="38" /></picture>
+ <picture><source media="(prefers-color-scheme: dark)" srcset="assets/tags/light/stat-tokens.svg"><img src="assets/tags/stat-tokens.svg" alt="92% fewer tokens" height="38" /></picture>
+ <picture><source media="(prefers-color-scheme: dark)" srcset="assets/tags/light/stat-tools.svg"><img src="assets/tags/stat-tools.svg" alt="54 MCP tools" height="38" /></picture>
+ <picture><source media="(prefers-color-scheme: dark)" srcset="assets/tags/light/stat-hooks.svg"><img src="assets/tags/stat-hooks.svg" alt="12 auto hooks" height="38" /></picture>
+ <picture><source media="(prefers-color-scheme: dark)" srcset="assets/tags/light/stat-deps.svg"><img src="assets/tags/stat-deps.svg" alt="0 external DBs" height="38" /></picture>
+ <picture><source media="(prefers-color-scheme: dark)" srcset="assets/tags/light/stat-tests.svg"><img src="assets/tags/stat-tests.svg" alt="1,428+ tests passing" height="38" /></picture>
+ </p>
+
+ <p align="center">
+ <
|
background
wait
wait-all
cancel
parallel
Loading