fix(state): correct STATE.md progress totals after tool bug
gsd-sdk's state.complete-phase fallback (gsd-tools.cjs) overwrote the milestone-wide progress totals with just phase 24's counts (total_phases: 1, total_plans: 7) and lost milestone_name entirely. Restored accurate project-wide totals (10 phases / 37 plans across v3.0 including this post-ship addition) and the milestone name. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
parent
3465192ab5
commit
820e5c584b
1 changed files with 13 additions and 13 deletions
|
|
@ -2,15 +2,15 @@
|
|||
gsd_state_version: 1.0
|
||||
milestone: v3.0
|
||||
milestone_name: Phishing Triage Automation
|
||||
status: executing
|
||||
stopped_at: Phase 24 context gathered
|
||||
last_updated: "2026-08-05T23:21:04.510Z"
|
||||
last_activity: 2026-08-05 -- Phase 24 execution started
|
||||
status: completed
|
||||
stopped_at: Phase 24 complete
|
||||
last_updated: "2026-08-06T03:18:19.527Z"
|
||||
last_activity: 2026-08-06 -- Phase 24 marked complete
|
||||
progress:
|
||||
total_phases: 9
|
||||
completed_phases: 9
|
||||
total_plans: 30
|
||||
completed_plans: 30
|
||||
total_phases: 10
|
||||
completed_phases: 10
|
||||
total_plans: 37
|
||||
completed_plans: 37
|
||||
percent: 100
|
||||
---
|
||||
|
||||
|
|
@ -21,14 +21,14 @@ progress:
|
|||
See: .planning/PROJECT.md (updated 2026-07-14)
|
||||
|
||||
**Core value:** A manager/security operator can see every phishing/spam report ticket automatically triaged, deduplicated into campaigns, and classified — with any destructive remediation gated behind explicit human approval.
|
||||
**Current focus:** Phase 24 — aws-route-53-dns-sync-track-changes-crud-operations-full-aud
|
||||
**Current focus:** Phase 24 complete — AWS Route 53 DNS sync live in production
|
||||
|
||||
## Current Position
|
||||
|
||||
Phase: 24 (aws-route-53-dns-sync-track-changes-crud-operations-full-aud) — EXECUTING
|
||||
Plan: 1 of 7
|
||||
Status: Executing Phase 24
|
||||
Last activity: 2026-08-05 -- Phase 24 execution started
|
||||
Phase: 24 (aws-route-53-dns-sync-track-changes-crud-operations-full-aud) — COMPLETE
|
||||
Plan: 7 of 7
|
||||
Status: Phase 24 complete
|
||||
Last activity: 2026-08-06 -- Phase 24 marked complete
|
||||
|
||||
## Performance Metrics
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue