Add repo-memory CLI test docs

This commit is contained in:
2026-03-20 15:42:35 +08:00
parent e32c81db12
commit a6ffc376e3
43 changed files with 1583 additions and 17 deletions
@@ -12,7 +12,7 @@
## Preconditions
- `skills/repo-memory/assets/briefdb` exists and is executable
- `skills/repo-memory/assets/repo-memory` exists and is executable
- the test runner can create a temporary Git repository fixture
- the test runner can create a temporary SQLite DB path
@@ -43,10 +43,10 @@
Run these from the main thread after the agent stops:
```bash
SKILL_PATH/assets/briefdb init --db DB_PATH
SKILL_PATH/assets/briefdb search --db DB_PATH --repo REPO_PATH --query "plan task"
SKILL_PATH/assets/briefdb list --db DB_PATH --repo REPO_PATH --kind term
SKILL_PATH/assets/briefdb events --db DB_PATH --id 1
SKILL_PATH/assets/repo-memory init --db DB_PATH
SKILL_PATH/assets/repo-memory search --db DB_PATH --repo REPO_PATH --query "plan task"
SKILL_PATH/assets/repo-memory list --db DB_PATH --repo REPO_PATH --kind term
SKILL_PATH/assets/repo-memory events --db DB_PATH --id 1
```
## Expected Outcomes