{"_id":"@aadhib/founderos","name":"@aadhib/founderos","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@aadhib/founderos","version":"1.0.0","description":"The AI operating system for founders — installs Claude Skills + founder workflows in one command.","license":"MIT","type":"module","bin":{"founderos":"dist/index.js"},"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./bootstrap":{"types":"./dist/bootstrap.d.ts","default":"./dist/bootstrap.js"},"./setup-wizard":{"types":"./dist/setup-wizard.d.ts","default":"./dist/setup-wizard.js"},"./package.json":"./package.json"},"homepage":"https://github.com/aadhib/founder-os-for-claude#readme","repository":{"type":"git","url":"git+https://github.com/aadhib/founder-os-for-claude.git","directory":"cli"},"bugs":{"url":"https://github.com/aadhib/founder-os-for-claude/issues"},"keywords":["claude","claude-skills","cursor","codex","gemini","ai","founder","cli"],"engines":{"node":">=18.0.0"},"publishConfig":{"access":"public","provenance":true},"scripts":{"build":"tsc -p tsconfig.json","dev":"tsc -p tsconfig.json --watch","test":"node scripts/run-tests.cjs","typecheck":"tsc -p tsconfig.json --noEmit","lint":"tsc -p tsconfig.json --noEmit","clean":"node -e \"for (const d of ['dist','skills','.turbo']) require('node:fs').rmSync(d, { recursive: true, force: true })\"","prepack":"node scripts/bundle-skills.cjs && npm run build && node scripts/strip-tests.cjs","prepublishOnly":"node scripts/bundle-skills.cjs && npm run build && npm run typecheck && npm run test && node dist/index.js verify --security"},"dependencies":{"chalk":"^5.3.0","commander":"^12.1.0","execa":"^8.0.1","inquirer":"^9.3.7","ora":"^8.1.1"},"devDependencies":{"@types/inquirer":"^9.0.7","@types/node":"^20.14.0","typescript":"^5.5.0"},"gitHead":"0120204be86959590a8d56a1473a01c1659d2d34","_id":"@aadhib/founderos@1.0.0","_nodeVersion":"25.2.0","_npmVersion":"11.6.2","dist":{"integrity":"sha512-rrcC73wLiGbJ5l0d6WtWvGowKdP4mvOULV1yLCkytmVuPdhaUnR4cpcJeS7m/qQVR4jGL+UyaXWFPKJ49V8+UQ==","shasum":"61ec6eee80f76a05348531c16c6282e040143475","tarball":"https://registry.npmjs.org/@aadhib/founderos/-/founderos-1.0.0.tgz","fileCount":63,"unpackedSize":177159,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQD6k5Jyc1TUzEaUlIRN/ArWcqOacrSU4ddr6ofQ4xLcYAIgDscQC+61iKi3ywnm35i1CliC79AejMyZIUHf+y2pEVI="}]},"_npmUser":{"name":"aadhib","email":"aadhibnasserv.hussain@gmail.com"},"directories":{},"maintainers":[{"name":"aadhib","email":"aadhibnasserv.hussain@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/founderos_1.0.0_1778819509575_0.9630995784146732"},"_hasShrinkwrap":false}},"time":{"created":"2026-05-15T04:31:49.442Z","1.0.0":"2026-05-15T04:31:49.744Z","modified":"2026-05-15T04:31:49.984Z"},"maintainers":[{"name":"aadhib","email":"aadhibnasserv.hussain@gmail.com"}],"description":"The AI operating system for founders — installs Claude Skills + founder workflows in one command.","homepage":"https://github.com/aadhib/founder-os-for-claude#readme","keywords":["claude","claude-skills","cursor","codex","gemini","ai","founder","cli"],"repository":{"type":"git","url":"git+https://github.com/aadhib/founder-os-for-claude.git","directory":"cli"},"bugs":{"url":"https://github.com/aadhib/founder-os-for-claude/issues"},"license":"MIT","readme":"# `founderos` CLI\n\nThe TypeScript CLI that powers Founder OS. Detects your AI tools, places\nskills in the right directories, and keeps everything in sync.\n\n## Install\n\n```bash\nnpx @aadhib/founderos install\n```\n\n## Commands\n\n| Command | Description |\n|---|---|\n| `founderos install` | Interactive setup wizard (or `--yes` for non-interactive) |\n| `founderos doctor` | Environment + manifest health check |\n| `founderos list` | List all skills and install status (`--json` supported) |\n| `founderos update` | Re-sync installed skills with the latest catalog |\n| `founderos init` | Scaffold Founder OS into the current project |\n| `founderos add <skill>` | Install a single skill |\n| `founderos remove <skill>` | Remove a single skill |\n| `founderos verify` | Validate the skill catalog (used in CI) |\n| `founderos examples [skill]` | Browse the bundled example library |\n| `founderos integrations` | Show supported tools and detection status |\n\n## Architecture\n\n```\nsrc/\n├── index.ts            Commander wiring + top-level error handling\n├── commands/           one file per command\n├── installers/         skill placement logic\n├── integrations/       per-tool detection (Claude Code, Cursor, Codex, Gemini)\n├── templates/          scaffolding strings for `init`\n└── utils/              logger, env, fs, paths, skills, manifest\n```\n\nState lives at `~/.founderos/manifest.json` — the record of what was installed\nwhere, so `update` and `remove` are precise rather than best-effort.\n\n## Develop\n\n```bash\npnpm install\npnpm --filter @aadhib/founderos build\npnpm --filter @aadhib/founderos test\nnode cli/dist/index.js doctor\n```\n","readmeFilename":"README.md","_rev":"1-4efd2663e8abcb88ca896ac156ae01ad"}