{
  "name": "create-pmos",
  "version": "0.36.0",
  "description": "Scaffold the PMOS portable kit — run the PMOS product-management workflow (initiative → lane-fit spec → contract → build → three gates, with work-type lanes for features, research, maintenance, incidents, and content) entirely inside your own repo, with all state as git-versioned files. Includes `workflow-sweep`, which audits the state every board derives from and separates real defects from work you simply have not done. `create-pmos workspace` also installs + launches the local Terminal Workspace GUI. No database, no network, no telemetry.",
  "license": "MIT",
  "bin": {
    "create-pmos": "bin/create-pmos.js"
  },
  "files": [
    "bin/",
    "payload/",
    "workspace/",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "pmos",
    "product-management",
    "agent-harness",
    "eval-driven",
    "scaffold",
    "create",
    "workspace",
    "terminal",
    "gui",
    "workflow",
    "audit"
  ]
}
