@1mancompany/onemancompany 0.4.44 → 0.4.46

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 (3) hide show
  1. package/README.md +2 -2
  2. package/bin/cli.js +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  <h1 align="center">OneManCompany</h1>
8
8
 
9
- <p align="center"><b>The Agent Operating System for One-Person Companies</b></p>
9
+ <p align="center"><b>The Agent Operating System for One Man Companies</b></p>
10
10
 
11
11
  <p align="center">
12
12
  <a href="https://github.com/1mancompany/OneManCompany/actions/workflows/ci.yml"><img src="https://github.com/1mancompany/OneManCompany/actions/workflows/ci.yml/badge.svg" alt="CI" /></a>
@@ -375,7 +375,7 @@ You're not just using AI — you're leading a continuously growing, dynamically
375
375
 
376
376
  ## Vision & Roadmap
377
377
 
378
- **Near-term:** Enable 100 AI one-person companies within one year.
378
+ **Near-term:** Enable 100 AI one man companies within one year.
379
379
 
380
380
  **Long-term:** Redefine the relationship between AI, humans, and organizations.
381
381
 
package/bin/cli.js CHANGED
@@ -216,7 +216,7 @@ async function main() {
216
216
  // Help
217
217
  if (args.includes("--help") || args.includes("-h")) {
218
218
  console.log(`
219
- ${cyan("OneManCompany")} — The Agent Operating System for One-Person Companies
219
+ ${cyan("OneManCompany")} — The Agent Operating System for One Man Companies
220
220
 
221
221
  ${green("Usage:")}
222
222
  npx @1mancompany/onemancompany Start (runs in background)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1mancompany/onemancompany",
3
- "version": "0.4.44",
3
+ "version": "0.4.46",
4
4
  "description": "The AI Operating System for One-Person Companies",
5
5
  "bin": {
6
6
  "onemancompany": "bin/cli.js"