RSS Git Download  Clone
Raw Blame History 2kB 73 lines
{
    "name": "p3x-architect",
    "version": "2026.4.109",
    "corifeus": {
        "icon": "fas fa-drafting-compass",
        "icon-utf8": "📐",
        "prefix": "p3x-",
        "publish": true,
        "type": "p3x",
        "code": "Forge",
        "nodejs": "v24.15.0",
        "opencollective": false,
        "reponame": "architect",
        "build": true
    },
    "description": "📐 P3X Architect — Pair-programming AI by default (Claude implements + Codex critiques, ~30-60s on small specs). Add --rup (CLI) or rup:true (MCP) to run the full multi-agent RUP design pipeline (vision, requirements, architecture, risks, acceptance, deploy → 11 roles, 1-3 min) when you actually need a design dossier. Scans your project root and either creates a new project (greenfield) or modifies existing code in place — matching your layout (src/, src-server/, client/server/, monorepo). Code lands at the project root; design artifacts under agents/slug/.",
    "type": "module",
    "main": "src/index.mjs",
    "exports": {
        ".": "./src/index.mjs",
        "./package.json": "./package.json"
    },
    "files": [
        "src/",
        "bin/",
        "LICENSE",
        "README.md"
    ],
    "bin": {
        "p3x-architect": "bin/architect.js",
        "architect": "bin/architect.js",
        "p3x-architect-mcp": "bin/architect-mcp.js"
    },
    "scripts": {
        "test": "grunt"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/patrikx3/architect.git"
    },
    "keywords": [
        "ai",
        "architect",
        "multi-agent",
        "openai",
        "claude",
        "anthropic",
        "code-generation",
        "rup",
        "scaffolding",
        "p3x"
    ],
    "author": "Patrik Laszlo <alabard@gmail.com>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/patrikx3/architect/issues"
    },
    "homepage": "https://corifeus.com/architect",
    "dependencies": {
        "@anthropic-ai/sdk": "^0.91.1",
        "@modelcontextprotocol/sdk": "^1.29.0",
        "commander": "^14.0.3",
        "fs-extra": "^11.3.4",
        "openai": "^6.35.0",
        "zod": "^4.4.1"
    },
    "devDependencies": {
        "corifeus-builder": "^2026.4.157"
    },
    "engines": {
        "node": ">=12.13.0"
    }
}