@1mancompany/onemancompany 0.7.62 → 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 -0
- package/package.json +1 -1
- package/pyproject.toml +1 -1
package/README.md
CHANGED
|
@@ -431,6 +431,16 @@ This is a living plan — [request a feature](https://github.com/1mancompany/One
|
|
|
431
431
|
- **Share Demos** — Show what your AI company can build
|
|
432
432
|
- **Report Issues** — Help us find and fix bugs
|
|
433
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
|
+
|
|
434
444
|
See [vibe-coding-guide.md](vibe-coding-guide.md) for coding guidelines.
|
|
435
445
|
|
|
436
446
|
---
|
package/package.json
CHANGED