knowns 0.10.3 → 0.10.5
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 -0
- package/dist/index.js +10974 -8682
- package/dist/mcp/server.js +376 -241
- package/dist/ui/assets/index-B1mpVDN3.css +1 -0
- package/dist/ui/assets/{index-Djj_i5GU.js → index-NgD_-y0O.js} +132 -132
- package/dist/ui/index.html +2 -2
- package/package.json +4 -2
- package/dist/ui/assets/index-DyaL4XLd.css +0 -1
package/README.md
CHANGED
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
<a href="#"><img src="https://img.shields.io/badge/platform-macOS%20%7C%20Linux%20%7C%20Windows-lightgrey?style=flat-square" alt="platform"></a>
|
|
24
24
|
<a href="https://github.com/knowns-dev/knowns/stargazers"><img src="https://img.shields.io/github/stars/knowns-dev/knowns?style=flat-square" alt="GitHub stars"></a>
|
|
25
25
|
<a href="#"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen?style=flat-square" alt="PRs Welcome"></a>
|
|
26
|
+
<a href="https://discord.knowns.dev"><img src="https://img.shields.io/badge/Discord-Join%20Us-5865F2?style=flat-square&logo=discord&logoColor=white" alt="Discord"></a>
|
|
26
27
|
</p>
|
|
27
28
|
|
|
28
29
|
---
|
|
@@ -187,6 +188,7 @@ npm run test # Test
|
|
|
187
188
|
|
|
188
189
|
- [npm](https://www.npmjs.com/package/knowns)
|
|
189
190
|
- [GitHub](https://github.com/knowns-dev/knowns)
|
|
191
|
+
- [Discord](https://discord.knowns.dev)
|
|
190
192
|
- [Changelog](./CHANGELOG.md)
|
|
191
193
|
|
|
192
194
|
For design principles and long-term direction, see [Philosophy](./PHILOSOPHY.md).
|