mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
b6ab0f8b32
Add the @understand-anything/skill package with context-builder (search + 1-hop expansion + layer resolution), chat prompt builder, skill definition for Claude Code, and 14 passing tests. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
20 lines
388 B
JSON
20 lines
388 B
JSON
{
|
|
"name": "@understand-anything/skill",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@understand-anything/core": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0",
|
|
"typescript": "^5.7.0",
|
|
"vitest": "^3.1.0"
|
|
}
|
|
}
|