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.
@@ -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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forgehive",
3
- "version": "0.8.1",
3
+ "version": "1.0.0",
4
4
  "description": "Context-aware AI development environment — one binary, your stack.",
5
5
  "type": "module",
6
6
  "bin": {