spidersan 0.2.3 → 0.2.4

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.
Files changed (2) hide show
  1. package/README.md +11 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,9 @@
1
1
 
2
2
  <div align="center">
3
3
 
4
- # 🕷️ Spidersan
4
+ <img src="./assets/glyph_spidersan.png" alt="Spidersan" width="200">
5
+
6
+ # Spidersan
5
7
 
6
8
  ### Coordination for the multi-agent era
7
9
 
@@ -192,6 +194,13 @@ Contributions welcome! Please read our contributing guidelines first.
192
194
 
193
195
  **Made with 🕷️ for AI-first development teams**
194
196
 
195
- Part of the [Treebird Ecosystem](https://github.com/treebird7) 🌲
197
+ Part of the [Treebird Ecosystem](https://treebird.uk) 🌲 | [GitHub](https://github.com/treebird7)
198
+
199
+ ---
200
+
201
+ **Support the project:**
202
+
203
+ [![GitHub Sponsors](https://img.shields.io/badge/Sponsor-GitHub-ea4aaa?logo=github)](https://github.com/sponsors/treebird7)
204
+ [![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?logo=buy-me-a-coffee&logoColor=black)](https://buymeacoffee.com/treebird7)
196
205
 
197
206
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spidersan",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Branch coordination for AI coding agents",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",