@1mancompany/onemancompany 0.2.8 → 0.2.176

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +15 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -96,14 +96,18 @@ npx @1mancompany/onemancompany
96
96
 
97
97
  <table>
98
98
  <tr>
99
- <td align="center">
100
- <b>"Make me a game"</b><br><br>
101
- <video src="https://github.com/1mancompany/OneManCompany/releases/download/demos/lets-make-a-game.mp4" controls width="100%"></video>
99
+ <td align="center" width="50%">
100
+ <a href="https://1mancompany.github.io/OneManCompany/#demos">
101
+ <img src="https://github.com/1mancompany/OneManCompany/releases/download/demos/lets-make-a-game.gif" alt="Make me a game" width="100%">
102
+ </a>
103
+ <br><b>"Make me a game"</b>
102
104
  <br><i>CEO gives one sentence — the team builds a complete game autonomously.</i>
103
105
  </td>
104
106
  </tr>
105
107
  </table>
106
108
 
109
+ <p align="center"><a href="https://1mancompany.github.io/OneManCompany/#demos">Watch all demos with full video on our website →</a></p>
110
+
107
111
  ---
108
112
 
109
113
  ## How It Works
@@ -227,7 +231,7 @@ Founding employees (EA, HR, COO, CSO) support three execution modes, switchable
227
231
  | **Claude Code** | More capable, lower token cost | Install [Claude Code CLI](https://docs.anthropic.com/en/docs/claude-code) + [Claude Pro/Max subscription](https://claude.ai) |
228
232
  | **OpenClaw** | Open-source alternative, multiple LLM backends | Install [OpenClaw CLI](https://github.com/anthropics/openclaw) + compatible LLM API Key |
229
233
 
230
- Defaults to Company Hosted Agent — no extra subscription needed to get started. See [Execution Modes docs](https://carbonkite.github.io/OneManCompany/docs/guide/execution-modes/) for details.
234
+ Defaults to Company Hosted Agent — no extra subscription needed to get started. See [Execution Modes docs](https://1mancompany.github.io/OneManCompany/docs/guide/execution-modes/) for details.
231
235
 
232
236
  ### Manage Your Service
233
237
 
@@ -363,16 +367,16 @@ This is a living plan — [request a feature](https://github.com/1mancompany/One
363
367
 
364
368
  ## Documentation
365
369
 
366
- **[Full Documentation Site](https://carbonkite.github.io/OneManCompany/docs/)** — Feature guides, usage instructions, and technical reference.
370
+ **[Full Documentation Site](https://1mancompany.github.io/OneManCompany/docs/)** — Feature guides, usage instructions, and technical reference.
367
371
 
368
372
  | Guide | Description |
369
373
  | --- | --- |
370
- | [Getting Started](https://carbonkite.github.io/OneManCompany/docs/guide/getting-started/) | First-time setup and your first task |
371
- | [Execution Modes](https://carbonkite.github.io/OneManCompany/docs/guide/execution-modes/) | Company Hosted Agent vs Claude Code |
372
- | [Task Management](https://carbonkite.github.io/OneManCompany/docs/guide/task-management/) | Create, delegate, review, and approve tasks |
373
- | [Hiring & Talent Market](https://carbonkite.github.io/OneManCompany/docs/guide/hiring/) | Find and hire AI employees |
374
- | [1-on-1 Coaching](https://carbonkite.github.io/OneManCompany/docs/guide/coaching/) | Shape employee behavior permanently |
375
- | [Performance Reviews](https://carbonkite.github.io/OneManCompany/docs/guide/performance/) | Evaluate, promote, or fire employees |
374
+ | [Getting Started](https://1mancompany.github.io/OneManCompany/docs/guide/getting-started/) | First-time setup and your first task |
375
+ | [Execution Modes](https://1mancompany.github.io/OneManCompany/docs/guide/execution-modes/) | Company Hosted Agent vs Claude Code |
376
+ | [Task Management](https://1mancompany.github.io/OneManCompany/docs/guide/task-management/) | Create, delegate, review, and approve tasks |
377
+ | [Hiring & Talent Market](https://1mancompany.github.io/OneManCompany/docs/guide/hiring/) | Find and hire AI employees |
378
+ | [1-on-1 Coaching](https://1mancompany.github.io/OneManCompany/docs/guide/coaching/) | Shape employee behavior permanently |
379
+ | [Performance Reviews](https://1mancompany.github.io/OneManCompany/docs/guide/performance/) | Evaluate, promote, or fire employees |
376
380
 
377
381
  | Technical Reference | Description |
378
382
  | --- | --- |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1mancompany/onemancompany",
3
- "version": "0.2.8",
3
+ "version": "0.2.176",
4
4
  "description": "The AI Operating System for One-Person Companies",
5
5
  "bin": {
6
6
  "onemancompany": "bin/cli.js"