Files
2026-01-07 19:21:37 -05:00

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"
}