{ "name": "repotector", "version": "1.6.0", "description": "Repotector ⬡ — the repo guardian AI agents handshake with before touching code: REPOTECTOR/2 handshake + visitor register, city-map (built-vs-missing), grandfathered gates that never fail you on day one, resilient depart, and a DNA-aware MCP server.", "type": "module", "mcpName": "io.github.dir-ai/repotector", "bin": { "repotector": "bin/psx-repotector.mjs", "psx-repotector": "bin/psx-repotector.mjs" }, "files": [ "bin/", "src/", "intent.schema.json", "server.json", "README.md", "SECURITY.md", "LICENSE" ], "keywords": [ "mcp", "model-context-protocol", "ai-agents", "agents.md", "repo-guardian", "code-intelligence", "handshake", "refactor-safety" ], "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.23.0" }, "repository": { "type": "git", "url": "git+https://github.com/dir-ai/repotector.git" }, "homepage": "https://github.com/dir-ai/repotector#readme", "license": "MIT", "scripts": { "test": "node test/run.mjs" } }