agentis-ctx 0.3.5

Fast CLI tool that generates AI-ready context from your codebase, with built-in code intelligence
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "ctx",
  "version": "{{CTX_VERSION}}",
  "description": "Token-budgeted code intelligence, architecture checks, duplication detection, and deterministic quality gates for Codex",
  "author": {
    "name": "{{AUTHOR_NAME}}",
    "email": "johan@saldestechnology.com",
    "url": "https://github.com/agentis-tools"
  },
  "homepage": "https://docs.agentis.tools/docs/integrations/codex",
  "repository": "https://github.com/agentis-tools/ctx/tree/main/plugins/codex/ctx",
  "license": "MIT OR Apache-2.0",
  "keywords": ["code-intelligence", "architecture", "quality-gates", "duplication", "developer-tools", "mcp"],
  "skills": "./skills/",
  "hooks": "./hooks/hooks.json",
  "mcpServers": "./.mcp.json"
}