agentis-ctx 0.3.5

Fast CLI tool that generates AI-ready context from your codebase, with built-in code intelligence
Documentation
{
  "name": "ctx-local",
  "description": "Official ctx code-intelligence and quality-gate plugin",
  "owner": {
    "name": "{{AUTHOR_NAME}}",
    "email": "johan@saldestechnology.com"
  },
  "plugins": [
    {
      "name": "ctx",
      "source": "./",
      "description": "Token-budgeted code intelligence and deterministic quality gates for Claude Code",
      "version": "{{CTX_VERSION}}",
      "homepage": "https://docs.agentis.tools/docs/integrations/claude",
      "repository": "https://github.com/agentis-tools/ctx/tree/main/plugins/claude/ctx",
      "license": "MIT OR Apache-2.0",
      "keywords": ["code-intelligence", "architecture", "quality-gates", "duplication"]
    }
  ]
}