@1mancompany/onemancompany 0.7.63 → 0.7.64
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 +10 -5
- package/package.json +1 -1
- package/pyproject.toml +1 -1
package/README.md
CHANGED
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
<a href="LICENSE"><img src="https://img.shields.io/github/license/1mancompany/OneManCompany" alt="License" /></a>
|
|
16
16
|
<a href="https://github.com/1mancompany/OneManCompany/commits/main"><img src="https://img.shields.io/github/last-commit/1mancompany/OneManCompany" alt="Last commit" /></a>
|
|
17
17
|
<a href="https://discord.gg/B6BfZ9tWa"><img src="https://img.shields.io/discord/1352123168498921472?color=5865F2&label=Discord&logo=discord&logoColor=white" alt="Discord" /></a>
|
|
18
|
-
<a href="wechat.jpg"><img src="https://img.shields.io/badge/WeChat-07C160?logo=wechat&logoColor=white" alt="WeChat" /></a>
|
|
19
18
|
</p>
|
|
20
19
|
|
|
21
20
|
<p align="center">
|
|
@@ -26,10 +25,6 @@
|
|
|
26
25
|
<a href="https://1mancompany.github.io/OneManCompany/">Homepage</a> · <a href="README_zh.md">中文文档</a> · <a href="https://1mancompany.github.io/OneManCompany/docs/">Docs</a> · <a href="https://one-man-company.com">Talent Market</a> · <a href="https://github.com/1mancompany/OneManCompany/issues">Issues</a>
|
|
27
26
|
</p>
|
|
28
27
|
|
|
29
|
-
<p align="right">
|
|
30
|
-
<a href="wechat.jpg"><img src="wechat.jpg" alt="WeChat QR code" width="120" /></a>
|
|
31
|
-
</p>
|
|
32
|
-
|
|
33
28
|
> Others use AI to write code. You use AI to run a company.
|
|
34
29
|
>
|
|
35
30
|
> Linux runs servers. OneManCompany runs companies.
|
|
@@ -436,6 +431,16 @@ This is a living plan — [request a feature](https://github.com/1mancompany/One
|
|
|
436
431
|
- **Share Demos** — Show what your AI company can build
|
|
437
432
|
- **Report Issues** — Help us find and fix bugs
|
|
438
433
|
|
|
434
|
+
<p align="center">
|
|
435
|
+
<a href="wechat.jpg">
|
|
436
|
+
<img src="wechat.jpg" alt="WeChat community QR code" width="160" />
|
|
437
|
+
</a>
|
|
438
|
+
<br>
|
|
439
|
+
<strong>👥 Community Contributors</strong>
|
|
440
|
+
<br>
|
|
441
|
+
<strong>WeChat</strong> — community.
|
|
442
|
+
</p>
|
|
443
|
+
|
|
439
444
|
See [vibe-coding-guide.md](vibe-coding-guide.md) for coding guidelines.
|
|
440
445
|
|
|
441
446
|
---
|
package/package.json
CHANGED