@beads/bd 0.29.0 → 0.30.0

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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -100,10 +100,10 @@ This package downloads the appropriate native binary for your platform:
100
100
  For complete documentation, see the [beads GitHub repository](https://github.com/steveyegge/beads):
101
101
 
102
102
  - [Complete README](https://github.com/steveyegge/beads#readme)
103
- - [Quick Start Guide](https://github.com/steveyegge/beads/blob/main/QUICKSTART.md)
104
- - [Installation Guide](https://github.com/steveyegge/beads/blob/main/INSTALLING.md)
105
- - [FAQ](https://github.com/steveyegge/beads/blob/main/FAQ.md)
106
- - [Troubleshooting](https://github.com/steveyegge/beads/blob/main/TROUBLESHOOTING.md)
103
+ - [Quick Start Guide](https://github.com/steveyegge/beads/blob/main/docs/QUICKSTART.md)
104
+ - [Installation Guide](https://github.com/steveyegge/beads/blob/main/docs/INSTALLING.md)
105
+ - [FAQ](https://github.com/steveyegge/beads/blob/main/docs/FAQ.md)
106
+ - [Troubleshooting](https://github.com/steveyegge/beads/blob/main/docs/TROUBLESHOOTING.md)
107
107
 
108
108
  ## Why npm Package vs WASM?
109
109
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beads/bd",
3
- "version": "0.29.0",
3
+ "version": "0.30.0",
4
4
  "description": "Beads issue tracker - lightweight memory system for coding agents with native binary support",
5
5
  "main": "bin/bd.js",
6
6
  "bin": {