{
  "name": "@abblor/agent-os",
  "version": "0.8.0",
  "description": "Skills, workflows, memory, specs, constitution, hooks, and rules for AI coding agents working on abblor_repos projects.",
  "license": "MIT",
  "type": "module",
  "bin": {
    "agent-os": "bin/cli.js"
  },
  "scripts": {
    "test": "node --test",
    "postinstall": "node bin/cli.js postinstall"
  },
  "files": [
    "bin",
    "skills",
    "workflows",
    "constitution",
    "rules",
    "specs",
    "memory",
    "hooks",
    "ci",
    "README.md",
    "NOTICE.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/abblor/packages.git",
    "directory": "agent-os"
  }
}
