{
  "name": "@archsight/aios",
  "version": "1.7.0",
  "description": "面向建筑行业知识工作从业者与 AI 研发团队的 Skills、Workflow 与多 Agent 工具包 / Building-industry AI agent skills for BIM, IFC, RAG, GraphRAG, project evidence work, code review, and runtime governance.",
  "type": "module",
  "homepage": "https://github.com/ArchSightLabs/archsight-aios#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ArchSightLabs/archsight-aios.git"
  },
  "bugs": {
    "url": "https://github.com/ArchSightLabs/archsight-aios/issues"
  },
  "keywords": [
    "ai",
    "agents",
    "architecture",
    "bim",
    "ifc",
    "rag",
    "graphrag",
    "construction",
    "construction-ai",
    "building-ai",
    "aec",
    "tender",
    "technical-bid",
    "scheme-audit",
    "building-code",
    "knowledge-pack",
    "project-evidence-work",
    "agent-skills",
    "ai-agent",
    "codex",
    "gemini-cli",
    "antigravity",
    "claude-code",
    "workbuddy",
    "opencode",
    "skills-sh",
    "mcp",
    "runtime-governance",
    "architecture-review",
    "product-management",
    "product-review",
    "prd",
    "architecture-health",
    "sarif",
    "technical-debt",
    "code-review",
    "design-review"
  ],
  "bin": {
    "archsight-aios": "./bin/archsight-aios.mjs"
  },
  "scripts": {
    "doctor": "node ./bin/archsight-aios.mjs doctor",
    "install:user": "node ./bin/archsight-aios.mjs install --target all --scope user",
    "smoke:project": "node ./bin/archsight-aios.mjs validate --temp",
    "validate:skills": "node ./scripts/validate-skills.mjs",
    "validate:prompts": "node ./scripts/validate-prompt-fixtures.mjs",
    "validate:prompt-run-pack": "node ./scripts/build-prompt-run-pack.mjs --check",
    "validate:public-advisory-run-pack": "node ./scripts/build-prompt-run-pack.mjs --fixture prompts/evaluations/engineering-business-public-advisory-fixtures.json --check",
    "validate:document-writing-run-pack": "node ./scripts/build-prompt-run-pack.mjs --fixture prompts/evaluations/engineering-document-writing-fixtures.json --check",
    "validate:prompt-run-results": "node ./scripts/validate-prompt-run-results.mjs --check-template",
    "validate:prompt-outputs": "node ./scripts/validate-prompt-model-outputs.mjs",
    "validate:prompt-scorecard": "node ./scripts/validate-prompt-scorecard.mjs",
    "validate:document-writing-scorecard": "node ./scripts/validate-prompt-scorecard.mjs",
    "validate:skill-runtime-evidence": "node ./scripts/validate-skill-runtime-evidence.mjs",
    "validate:knowledge-pack": "node ./scripts/validate-knowledge-pack.mjs",
    "test:architecture-health": "node ./tests/architecture-health.test.mjs",
    "test:git-governance": "node --test ./tests/git-commit-governance.test.mjs",
    "build:prompt-run-pack": "node ./scripts/build-prompt-run-pack.mjs --out prompts/evaluations/engineering-business-basic-run-pack.generated.json",
    "build:public-advisory-run-pack": "node ./scripts/build-prompt-run-pack.mjs --fixture prompts/evaluations/engineering-business-public-advisory-fixtures.json --out prompts/evaluations/engineering-business-public-advisory-run-pack.generated.json",
    "build:document-writing-run-pack": "node ./scripts/build-prompt-run-pack.mjs --fixture prompts/evaluations/engineering-document-writing-fixtures.json --out prompts/evaluations/engineering-document-writing-run-pack.generated.json",
    "analyze:prompt-run-results": "node ./scripts/analyze-prompt-run-results.mjs",
    "test": "node ./tests/cli.test.mjs && node ./tests/architecture-health.test.mjs && npm run test:git-governance"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "bin/",
    "scripts/",
    "adapters/",
    "skills/",
    "workflows/",
    "templates/",
    "runtime/",
    "agents/",
    "governance/",
    "delivery/",
    "memory/",
    "knowledge/",
    "rag/",
    "graph/",
    "standards/",
    "infra/",
    "prompts/",
    "vision/",
    "docs/",
    ".claude-plugin/",
    "gemini-extension.json",
    "LICENSE",
    "CHANGELOG.md",
    "RELEASE_NOTES.md",
    "CONTRIBUTING.md",
    "SECURITY.md",
    "CODE_OF_CONDUCT.md",
    "README.md",
    "AI_CODING_RULES.md",
    "AGENTS.md",
    "CLAUDE.md",
    "GEMINI.md",
    "OPENCODE.md"
  ],
  "license": "Apache-2.0"
}
