{
  "name": "@alexeiled/architect",
  "version": "0.9.2",
  "description": "Evidence-based architecture design and review skills and subagent for Pi.",
  "keywords": [
    "pi-package",
    "architecture",
    "code-review",
    "coding-agent"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexei-led/architect.git"
  },
  "homepage": "https://github.com/alexei-led/architect#readme",
  "bugs": {
    "url": "https://github.com/alexei-led/architect/issues"
  },
  "files": [
    "agents",
    "resources",
    "skills"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "pi-subagents": "0.34.0"
  },
  "pi": {
    "skills": [
      "./skills"
    ],
    "subagents": {
      "agents": [
        "./agents"
      ]
    },
    "image": "https://raw.githubusercontent.com/alexei-led/architect/master/assets/architect-card.png"
  }
}
