mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 15:03:31 +00:00
56 lines
1.2 KiB
JSON
56 lines
1.2 KiB
JSON
{
|
|
"name": "pi-memory-md",
|
|
"version": "0.1.1",
|
|
"description": "Letta-like memory management for pi using structured markdown files in a GitHub repository",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"author": "VandeePunk",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/VandeeFeng/pi-memory-md.git"
|
|
},
|
|
"keywords": [
|
|
"pi-package",
|
|
"pi-extension",
|
|
"pi-skill",
|
|
"memory",
|
|
"markdown",
|
|
"git",
|
|
"letta",
|
|
"persistent-memory",
|
|
"ai-memory",
|
|
"coding-agent"
|
|
],
|
|
"dependencies": {
|
|
"gray-matter": "^4.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@mariozechner/pi-coding-agent": "latest",
|
|
"@types/node": "^20.0.0",
|
|
"husky": "^9.1.7",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"pi": {
|
|
"extensions": [
|
|
"./memory-md.ts"
|
|
],
|
|
"skills": [
|
|
"./skills/memory-init/SKILL.md",
|
|
"./skills/memory-management/SKILL.md",
|
|
"./skills/memory-sync/SKILL.md",
|
|
"./skills/memory-search/SKILL.md"
|
|
]
|
|
},
|
|
"files": [
|
|
"memory-md.ts",
|
|
"tools.ts",
|
|
"skills",
|
|
"README.md",
|
|
"CHANGELOG.md",
|
|
"LICENSE"
|
|
],
|
|
"scripts": {
|
|
"prepare": "husky",
|
|
"check": "biome check --write --error-on-warnings . && tsgo --noEmit"
|
|
}
|
|
}
|