forgehive 0.7.6 → 0.7.7
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 +9 -0
- package/docs/superpowers/plans/2026-05-11-nextgen-v04-v05.md +1708 -0
- package/docs/superpowers/plans/2026-05-11-v05-nextgen-gaps.md +2364 -0
- package/docs/superpowers/plans/2026-05-14-sprint-planner-v2.md +1058 -0
- package/docs/superpowers/plans/2026-05-14-v07-nextgen.md +1980 -0
- package/docs/user-guide.md +337 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -93,6 +93,15 @@ If you run into issues, please open an issue on GitHub. The most valuable feedba
|
|
|
93
93
|
|
|
94
94
|
---
|
|
95
95
|
|
|
96
|
+
## Documentation
|
|
97
|
+
|
|
98
|
+
| Document | Description |
|
|
99
|
+
|---|---|
|
|
100
|
+
| [User Guide](docs/user-guide.md) | Installation, quick start, all commands with examples, troubleshooting |
|
|
101
|
+
| [TUTORIAL.md](TUTORIAL.md) | Step-by-step walkthrough of a real session |
|
|
102
|
+
|
|
103
|
+
---
|
|
104
|
+
|
|
96
105
|
## Installation
|
|
97
106
|
|
|
98
107
|
### From npm (recommended)
|