@1mancompany/onemancompany 0.3.94 → 0.3.97
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 +2 -2
- package/bin/cli.js +1 -1
- package/package.json +2 -2
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
|
|
9
|
+
<p align="center"><b>The Agent Operating System for One-Person 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>
|
|
@@ -453,7 +453,7 @@ If you use OneManCompany in your research or project, please cite it:
|
|
|
453
453
|
|
|
454
454
|
```bibtex
|
|
455
455
|
@software{onemancompany2026,
|
|
456
|
-
title = {OneManCompany: The
|
|
456
|
+
title = {OneManCompany: The Agent Operating System for One-Person Companies},
|
|
457
457
|
author = {Zhengxu Yu, Fu Yu, Zhiyuan He, Yuxuan Huang, Lee Ka Yiu, Meng Fang, Weilin Luo, Jun Wang},
|
|
458
458
|
email = {yuzxfred@gmail.com},
|
|
459
459
|
url = {https://github.com/1mancompany/OneManCompany},
|
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
|
|
219
|
+
${cyan("OneManCompany")} — The Agent Operating System for One-Person Companies
|
|
220
220
|
|
|
221
221
|
${green("Usage:")}
|
|
222
222
|
npx @1mancompany/onemancompany Start (runs in background)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@1mancompany/onemancompany",
|
|
3
|
-
"version": "0.3.
|
|
4
|
-
"description": "The
|
|
3
|
+
"version": "0.3.97",
|
|
4
|
+
"description": "The Agent Operating System for One-Person Companies",
|
|
5
5
|
"bin": {
|
|
6
6
|
"onemancompany": "bin/cli.js"
|
|
7
7
|
},
|