feat: 导出 SproutClaw .sproutclaw 配置
包含 extensions、skills、prompts、settings、auth、models、mcp 等配置。 排除 node_modules、npm 缓存、sessions 等运行时数据。
This commit is contained in:
54
agent/extensions/pi-fff/package.json
Normal file
54
agent/extensions/pi-fff/package.json
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"name": "@ff-labs/pi-fff",
|
||||
"public": true,
|
||||
"version": "0.9.4",
|
||||
"description": "pi extension: FFF-powered fuzzy file and content search",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/dmtrKovalenko/fff.git",
|
||||
"directory": "packages/pi-fff"
|
||||
},
|
||||
"homepage": "https://github.com/dmtrKovalenko/fff/tree/main/packages/pi-fff",
|
||||
"bugs": {
|
||||
"url": "https://github.com/dmtrKovalenko/fff/issues"
|
||||
},
|
||||
"keywords": [
|
||||
"pi",
|
||||
"pi-package",
|
||||
"pi-extension",
|
||||
"fff",
|
||||
"search",
|
||||
"grep",
|
||||
"fuzzy-search",
|
||||
"ai-agent"
|
||||
],
|
||||
"pi": {
|
||||
"extensions": [
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"files": [
|
||||
"src"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "bun test test/",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ff-labs/fff-node": "*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@earendil-works/pi-coding-agent": "*",
|
||||
"@earendil-works/pi-tui": "*",
|
||||
"@sinclair/typebox": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.0.0",
|
||||
"typescript": "^5.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user