{
    "name": "p3x-architect",
    "version": "2026.4.108",
    "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 — Multi-agent RUP pipeline (OpenAI + Claude). Scans your project root and either creates a new project at the root (greenfield) or modifies the existing code in place — matching your existing layout (src/, src-server/, client/server/, monorepo). Design dossier (vision, requirements, architecture, risks, acceptance, deploy) lands under agents/slug/. The actual code is NOT generated under agents/ — it goes where it would normally live.",
    "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"
    }
}