forge-orkes 0.4.0 → 0.4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forge-orkes",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Set up the Forge meta-prompting framework for Claude Code in your project",
5
5
  "bin": {
6
6
  "create-forge": "./bin/create-forge.js"
@@ -315,5 +315,5 @@ pending → dismissed (during triage or later)
315
315
  ## Phase Handoff
316
316
 
317
317
  1. Confirm report + backlog
318
- 2. Set `current.status: complete`
318
+ 2. Set `current.status: complete` and `current.completed_at: "<ISO 8601 timestamp>"`
319
319
  3. *"Milestone [{name}] complete. Report: `.forge/audits/milestone-{id}-health-report.md`. {N} backlog items. `/forge` or backlog."*
@@ -13,7 +13,8 @@ current:
13
13
  phase_name: "" # Human-readable phase name
14
14
  plan: null # Current plan number within phase
15
15
  task: null # Current task number within plan
16
- status: not_started # not_started | researching | discussing | planning | executing | verifying | auditing | refactoring | complete
16
+ status: not_started # not_started | researching | discussing | planning | executing | verifying | reviewing | complete
17
+ completed_at: null # ISO 8601 timestamp — set when status transitions to complete
17
18
 
18
19
  progress:
19
20
  phases_complete: 0 # Number of roadmap phases with all tasks done