mirror of
https://github.com/NickCrew/Claude-Cortex.git
synced 2026-09-14 20:17:11 +08:00
29 lines
563 B
JSON
29 lines
563 B
JSON
{
|
|
"name": "claude-cortex",
|
|
"version": "2.0.0",
|
|
"description": "Intelligent and AI agent management framework with a first-class TUI ",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"doc": "docs",
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"test": "pytest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "github-personal:NickCrew/claude-cortex.git"
|
|
},
|
|
"keywords": [
|
|
"ai",
|
|
"ai-agent",
|
|
"ai-assisted-development",
|
|
"claude",
|
|
"development",
|
|
"engineering",
|
|
"context"
|
|
],
|
|
"author": "Nicholas Ferguson",
|
|
"license": "MIT"
|
|
}
|