Skip to content

Commit 48c0e6f

Browse files
committed
v1.1.5: update test count badge to 295
1 parent 999fcf9 commit 48c0e6f

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
#!/usr/bin/env sh
12
npx lint-staged

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
44
[![Node >= 20](https://img.shields.io/badge/Node-%3E%3D%2020-brightgreen.svg)](https://nodejs.org)
5-
[![Tests: 280 passing](https://img.shields.io/badge/Tests-280%20passing-brightgreen.svg)]()
5+
[![Tests: 280 passing](https://img.shields.io/badge/Tests-295%20passing-brightgreen.svg)]()
66
[![MCP Tools: 12](https://img.shields.io/badge/MCP%20Tools-12-blueviolet.svg)]()
77

88
**Cross-session memory and recall for AI coding assistants** -- works with Claude Code, Cursor, OpenCode, Cline, Continue.dev, and Aider out of the box. Git-synced knowledge base, hybrid semantic+TF-IDF search, auto-distillation with secrets scrubbing.
@@ -196,7 +196,7 @@ graph LR
196196
## Testing
197197

198198
```bash
199-
npm test # Run all 280 tests
199+
npm test # Run all 295 tests
200200
npm run test:watch # Watch mode
201201
npm run lint # Type-check (tsc --noEmit)
202202
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-knowledge",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "Cross-session memory and recall for AI agents — git-synced knowledge base, hybrid semantic+TF-IDF search, auto-distillation with secrets scrubbing",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)