{
  "name": "@lythos/project-cortex",
  "version": "0.17.2",
  "description": "Project governance CLI — tasks, epics, ADRs, wiki indexing",
  "keywords": [
    "ai-agent",
    "skill",
    "claude-code",
    "agent-skills",
    "llm-tooling",
    "lythoskill"
  ],
  "author": "lythos-labs",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "scripts": {
    "test": "bun test src/ --pass-with-no-tests",
    "test:coverage": "bun test src/ --coverage --coverage-reporter=lcov --coverage-dir=coverage --pass-with-no-tests",
    "test:watch": "bun test src/ --watch"
  },
  "bin": {
    "lythoskill-project-cortex": "src/cli.ts"
  },
  "files": [
    "src",
    "templates",
    "assets",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lythos-labs/lythoskill.git",
    "directory": "packages/lythoskill-project-cortex"
  },
  "bugs": {
    "url": "https://github.com/lythos-labs/lythoskill/issues"
  },
  "homepage": "https://github.com/lythos-labs/lythoskill/tree/main/packages/lythoskill-project-cortex#readme",
  "devDependencies": {
    "@lythos/test-utils": "workspace:*"
  }
}
