mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-21 06:06:41 +02:00
Add agent knowledge files for all modules
This commit is contained in:
parent
11324b5e68
commit
dd06bb2e06
243 changed files with 50805 additions and 175 deletions
29
tools/agent-knowledge/package.json
Normal file
29
tools/agent-knowledge/package.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "@manacore/agent-knowledge",
|
||||
"version": "1.0.0",
|
||||
"description": "Auto-updating AI agent knowledge system - agents that learn from your code changes",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "src/index.js",
|
||||
"bin": {
|
||||
"agent-knowledge": "bin/cli.js",
|
||||
"ak": "bin/cli.js"
|
||||
},
|
||||
"scripts": {
|
||||
"cli": "node bin/cli.js",
|
||||
"update": "node bin/cli.js update --claude",
|
||||
"status": "node bin/cli.js status",
|
||||
"scan": "node bin/cli.js scan"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "^5.3.0",
|
||||
"commander": "^12.1.0",
|
||||
"fs-extra": "^11.2.0",
|
||||
"inquirer": "^9.2.23",
|
||||
"ora": "^8.0.1",
|
||||
"yaml": "^2.4.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue