@1mancompany/onemancompany 0.7.49 → 0.7.54

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.
package/README.md CHANGED
@@ -31,7 +31,7 @@
31
31
  >
32
32
  > Not building a company — building any company.
33
33
 
34
- OneManCompany is an open-source OS that lets anyone build and run a complete AI-powered company from their browser.
34
+ OneManCompany is an open-source OS that lets anyone build and run a complete AI-powered company from their browser. It doesn't replace tools like Claude Code, Codex, or other agent frameworks — it operates one level above them as an **agentic operating system**, orchestrating hierarchical AI teams built on top of these underlying tools.
35
35
 
36
36
  **You are the CEO — the only human.** Everyone else — HR, COO, engineers, designers — are AI employees that think, collaborate, and deliver real work autonomously. (*No slacking, no sick days, no raise requests — just the occasional need for a pep talk.*)
37
37
 
@@ -198,7 +198,7 @@ These aren't toy demos — each AI company produces **product-level deliverables
198
198
 
199
199
  ## Quick Start
200
200
 
201
- You only need **Node.js 16+** and **Git**. Everything else is installed automatically.
201
+ You only need **Node.js 18+** and **Git**. Everything else is installed automatically.
202
202
 
203
203
  ```bash
204
204
  npx @1mancompany/onemancompany
@@ -261,7 +261,7 @@ Founding employees (EA, HR, COO, CSO) support three execution modes, switchable
261
261
  | --- | --- | --- |
262
262
  | **Company Hosted Agent** | OMC's built-in agent, calls LLMs via OpenRouter | OpenRouter API Key (configured in setup process) |
263
263
  | **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) |
264
- | **OpenClaw** *(Coming Soon)* | Open-source alternative, multiple LLM backends | Install [OpenClaw CLI](https://github.com/openclaw/openclaw) + compatible LLM API Key |
264
+ | **OpenClaw** *(Experimental)* | Open-source alternative, multiple LLM backends | Install [OpenClaw CLI](https://github.com/openclaw/openclaw) + compatible LLM API Key |
265
265
 
266
266
  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.
267
267
 
@@ -418,7 +418,7 @@ This is a living plan — [request a feature](https://github.com/1mancompany/One
418
418
  | [Vessel System](docs/vessel-system.md) | Vessel + Talent deep dive, Harness protocols |
419
419
  | [Task System](docs/task-system.md) | Task status state machine |
420
420
  | [Coding Guide](vibe-coding-guide.md) | Coding guidelines, testing rules, code style |
421
- | [Changelog](CHANGELOG.md) | Release history |
421
+ | [Changelog](https://github.com/1mancompany/OneManCompany/releases) | Release history |
422
422
 
423
423
  ---
424
424
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1mancompany/onemancompany",
3
- "version": "0.7.49",
3
+ "version": "0.7.54",
4
4
  "description": "The AI Operating System for One-Person Companies",
5
5
  "bin": {
6
6
  "onemancompany": "bin/cli.js"
package/pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "onemancompany"
3
- version = "0.7.49"
3
+ version = "0.7.54"
4
4
  description = "A one-man company simulation with pixel art visualization and LangChain AI agents"
5
5
  requires-python = ">=3.12"
6
6
  dependencies = [