forgehive 0.8.1 → 1.0.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.
- package/README.md +166 -11
- package/dist/cli.js +1500 -399
- package/forgehive/templates/claude-md.block.md +1 -0
- package/package.json +1 -1
|
@@ -9,6 +9,7 @@ This project uses **forgehive** for structured AI-assisted development.
|
|
|
9
9
|
- If `status: confirmed` → load silently and apply throughout the session
|
|
10
10
|
2. Read `.forgehive/memory/MEMORY.md` — follow the index links to load project context
|
|
11
11
|
3. Run `fh scan --check` to verify the stack snapshot is current
|
|
12
|
+
4. Run `fh status` for the daily overview (sprint, code health, watch events)
|
|
12
13
|
|
|
13
14
|
### During the Session
|
|
14
15
|
|