@1mancompany/onemancompany 0.7.64 → 0.7.67
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 +4 -7
- package/package.json +1 -1
- package/pyproject.toml +1 -1
package/README.md
CHANGED
|
@@ -15,6 +15,7 @@
|
|
|
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="https://huggingface.co/papers/2604.22446"><img src="https://img.shields.io/badge/%F0%9F%A4%97-Paper-yellow" alt="HuggingFace Paper" /></a>
|
|
18
19
|
</p>
|
|
19
20
|
|
|
20
21
|
<p align="center">
|
|
@@ -432,13 +433,9 @@ This is a living plan — [request a feature](https://github.com/1mancompany/One
|
|
|
432
433
|
- **Report Issues** — Help us find and fix bugs
|
|
433
434
|
|
|
434
435
|
<p align="center">
|
|
435
|
-
<a href="wechat.jpg">
|
|
436
|
-
|
|
437
|
-
</
|
|
438
|
-
<br>
|
|
439
|
-
<strong>👥 Community Contributors</strong>
|
|
440
|
-
<br>
|
|
441
|
-
<strong>WeChat</strong> — community.
|
|
436
|
+
<a href="wechat.jpg"><img src="wechat.jpg" alt="WeChat QR — OMC 交流群" width="200" /></a>
|
|
437
|
+
<br />
|
|
438
|
+
<sub>Scan to join the OMC WeChat community group</sub>
|
|
442
439
|
</p>
|
|
443
440
|
|
|
444
441
|
See [vibe-coding-guide.md](vibe-coding-guide.md) for coding guidelines.
|
package/package.json
CHANGED