* feat(memory): memory-save tool with auto-setup * feat(memory): memory-search with keyword and semantic fallback * feat(memory): memory-list and memory-access tools * feat(memory): memory-doctor diagnostic tool * docs(handoff): add handoff and ADR for ts memory tools * docs(handoff): set PR number * docs(handoff): finalize pr-101 frontmatter and pending * docs(project-map): add 5 memory TS tools after PR#101 * refactor(memory): extract shared helpers to _memory-shared.ts * refactor(memory): split oversized execute functions * fix(memory): handle git checkout and catch blocks --------- Co-authored-by: opencode-agent <agent@opencode.local>
13 lines
242 B
JSON
13 lines
242 B
JSON
{
|
|
"scripts": {
|
|
"test": "bun test config/plugins/"
|
|
},
|
|
"dependencies": {
|
|
"@opencode-ai/plugin": "1.18.3",
|
|
"@vscode/ripgrep": "^1.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^26.1.1",
|
|
"typescript": "^7.0.2"
|
|
}
|
|
}
|