Add repo-memory CLI test docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user