mirror of
https://github.com/harivansh-afk/clanker-agent.git
synced 2026-04-17 04:02:22 +00:00
move pi-mono into companion-cloud as apps/companion-os
- Copy all pi-mono source into apps/companion-os/ - Update Dockerfile to COPY pre-built binary instead of downloading from GitHub Releases - Update deploy-staging.yml to build pi from source (bun compile) before Docker build - Add apps/companion-os/** to path triggers - No more cross-repo dispatch needed Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
commit
0250f72976
579 changed files with 206942 additions and 0 deletions
56
packages/pi-memory-md/package.json
Normal file
56
packages/pi-memory-md/package.json
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue