beads-ui 0.1.0 → 0.1.1
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/CHANGES.md +4 -0
- package/README.md +7 -3
- package/package.json +1 -1
package/CHANGES.md
CHANGED
package/README.md
CHANGED
|
@@ -24,15 +24,15 @@ Upstream beads (CLI and docs): https://github.com/steveyegge/beads
|
|
|
24
24
|
|
|
25
25
|
Issues
|
|
26
26
|
|
|
27
|
-

|
|
27
|
+

|
|
28
28
|
|
|
29
29
|
Epics
|
|
30
30
|
|
|
31
|
-

|
|
31
|
+

|
|
32
32
|
|
|
33
33
|
Board
|
|
34
34
|
|
|
35
|
-

|
|
35
|
+

|
|
36
36
|
|
|
37
37
|
## Quickstart
|
|
38
38
|
|
|
@@ -73,3 +73,7 @@ Platform notes:
|
|
|
73
73
|
|
|
74
74
|
See `docs/quickstart.md` for details and `docs/architecture.md` for the protocol
|
|
75
75
|
and component overview.
|
|
76
|
+
|
|
77
|
+
## License
|
|
78
|
+
|
|
79
|
+
MIT
|