@howlil/ez-agents 2.0.1 → 3.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.
Files changed (140) hide show
  1. package/README.md +72 -25
  2. package/README.zh-CN.md +84 -84
  3. package/agents/ez-ui-auditor.md +0 -2
  4. package/agents/ez-ui-checker.md +2 -4
  5. package/agents/ez-ui-researcher.md +0 -2
  6. package/bin/install.js +84 -84
  7. package/commands/ez/debug.md +1 -1
  8. package/commands/ez/map-codebase.md +1 -1
  9. package/commands/ez/reapply-patches.md +3 -3
  10. package/commands/ez/research-phase.md +1 -1
  11. package/{get-shit-done → ez-agents}/bin/ez-tools.cjs +1 -1
  12. package/{get-shit-done → ez-agents}/bin/lib/auth.cjs +2 -2
  13. package/{get-shit-done → ez-agents}/bin/lib/core.cjs +16 -16
  14. package/{get-shit-done → ez-agents}/bin/lib/init.cjs +20 -20
  15. package/{get-shit-done → ez-agents}/bin/lib/logger.cjs +2 -2
  16. package/{get-shit-done → ez-agents}/bin/lib/temp-file.cjs +2 -2
  17. package/{get-shit-done → ez-agents}/bin/lib/test-file-lock.cjs +1 -1
  18. package/{get-shit-done → ez-agents}/bin/lib/test-graceful.cjs +1 -1
  19. package/{get-shit-done → ez-agents}/bin/lib/test-logger.cjs +1 -1
  20. package/{get-shit-done → ez-agents}/bin/lib/test-temp-file.cjs +2 -2
  21. package/{get-shit-done → ez-agents}/workflows/add-phase.md +2 -2
  22. package/{get-shit-done → ez-agents}/workflows/audit-milestone.md +1 -1
  23. package/{get-shit-done → ez-agents}/workflows/complete-milestone.md +3 -3
  24. package/ez-agents/workflows/debug.md +0 -0
  25. package/{get-shit-done → ez-agents}/workflows/discovery-phase.md +5 -5
  26. package/{get-shit-done → ez-agents}/workflows/discuss-phase.md +2 -2
  27. package/{get-shit-done → ez-agents}/workflows/execute-phase.md +5 -5
  28. package/{get-shit-done → ez-agents}/workflows/execute-plan.md +10 -10
  29. package/{get-shit-done → ez-agents}/workflows/help.md +9 -9
  30. package/{get-shit-done → ez-agents}/workflows/insert-phase.md +2 -2
  31. package/{get-shit-done → ez-agents}/workflows/map-codebase.md +3 -3
  32. package/{get-shit-done → ez-agents}/workflows/new-milestone.md +4 -4
  33. package/{get-shit-done → ez-agents}/workflows/new-project.md +8 -8
  34. package/{get-shit-done → ez-agents}/workflows/plan-phase.md +9 -9
  35. package/{get-shit-done → ez-agents}/workflows/progress.md +2 -2
  36. package/{get-shit-done → ez-agents}/workflows/quick.md +10 -10
  37. package/{get-shit-done → ez-agents}/workflows/remove-phase.md +4 -4
  38. package/{get-shit-done → ez-agents}/workflows/research-phase.md +4 -4
  39. package/{get-shit-done → ez-agents}/workflows/resume-project.md +1 -1
  40. package/{get-shit-done → ez-agents}/workflows/set-profile.md +3 -3
  41. package/{get-shit-done → ez-agents}/workflows/transition.md +3 -3
  42. package/{get-shit-done → ez-agents}/workflows/ui-phase.md +12 -12
  43. package/{get-shit-done → ez-agents}/workflows/ui-review.md +6 -6
  44. package/{get-shit-done → ez-agents}/workflows/update.md +29 -29
  45. package/{get-shit-done → ez-agents}/workflows/validate-phase.md +5 -5
  46. package/{get-shit-done → ez-agents}/workflows/verify-phase.md +6 -6
  47. package/{get-shit-done → ez-agents}/workflows/verify-work.md +5 -5
  48. package/hooks/dist/ez-check-update.js +81 -0
  49. package/hooks/dist/ez-context-monitor.js +141 -0
  50. package/hooks/dist/ez-statusline.js +115 -0
  51. package/package.json +13 -3
  52. package/scripts/build-hooks.js +3 -3
  53. /package/{get-shit-done → ez-agents}/bin/lib/assistant-adapter.cjs +0 -0
  54. /package/{get-shit-done → ez-agents}/bin/lib/audit-exec.cjs +0 -0
  55. /package/{get-shit-done → ez-agents}/bin/lib/circuit-breaker.cjs +0 -0
  56. /package/{get-shit-done → ez-agents}/bin/lib/commands.cjs +0 -0
  57. /package/{get-shit-done → ez-agents}/bin/lib/config.cjs +0 -0
  58. /package/{get-shit-done → ez-agents}/bin/lib/file-lock.cjs +0 -0
  59. /package/{get-shit-done → ez-agents}/bin/lib/frontmatter.cjs +0 -0
  60. /package/{get-shit-done → ez-agents}/bin/lib/fs-utils.cjs +0 -0
  61. /package/{get-shit-done → ez-agents}/bin/lib/git-utils.cjs +0 -0
  62. /package/{get-shit-done → ez-agents}/bin/lib/health-check.cjs +0 -0
  63. /package/{get-shit-done → ez-agents}/bin/lib/index.cjs +0 -0
  64. /package/{get-shit-done → ez-agents}/bin/lib/milestone.cjs +0 -0
  65. /package/{get-shit-done → ez-agents}/bin/lib/model-provider.cjs +0 -0
  66. /package/{get-shit-done → ez-agents}/bin/lib/phase.cjs +0 -0
  67. /package/{get-shit-done → ez-agents}/bin/lib/retry.cjs +0 -0
  68. /package/{get-shit-done → ez-agents}/bin/lib/roadmap.cjs +0 -0
  69. /package/{get-shit-done → ez-agents}/bin/lib/safe-exec.cjs +0 -0
  70. /package/{get-shit-done → ez-agents}/bin/lib/safe-path.cjs +0 -0
  71. /package/{get-shit-done → ez-agents}/bin/lib/state.cjs +0 -0
  72. /package/{get-shit-done → ez-agents}/bin/lib/template.cjs +0 -0
  73. /package/{get-shit-done → ez-agents}/bin/lib/test-safe-exec.cjs +0 -0
  74. /package/{get-shit-done → ez-agents}/bin/lib/test-safe-path.cjs +0 -0
  75. /package/{get-shit-done → ez-agents}/bin/lib/timeout-exec.cjs +0 -0
  76. /package/{get-shit-done → ez-agents}/bin/lib/verify.cjs +0 -0
  77. /package/{get-shit-done → ez-agents}/references/checkpoints.md +0 -0
  78. /package/{get-shit-done → ez-agents}/references/continuation-format.md +0 -0
  79. /package/{get-shit-done → ez-agents}/references/decimal-phase-calculation.md +0 -0
  80. /package/{get-shit-done → ez-agents}/references/git-integration.md +0 -0
  81. /package/{get-shit-done → ez-agents}/references/git-planning-commit.md +0 -0
  82. /package/{get-shit-done → ez-agents}/references/model-profile-resolution.md +0 -0
  83. /package/{get-shit-done → ez-agents}/references/model-profiles.md +0 -0
  84. /package/{get-shit-done → ez-agents}/references/phase-argument-parsing.md +0 -0
  85. /package/{get-shit-done → ez-agents}/references/planning-config.md +0 -0
  86. /package/{get-shit-done → ez-agents}/references/questioning.md +0 -0
  87. /package/{get-shit-done → ez-agents}/references/tdd.md +0 -0
  88. /package/{get-shit-done → ez-agents}/references/ui-brand.md +0 -0
  89. /package/{get-shit-done → ez-agents}/references/verification-patterns.md +0 -0
  90. /package/{get-shit-done → ez-agents}/templates/DEBUG.md +0 -0
  91. /package/{get-shit-done → ez-agents}/templates/UAT.md +0 -0
  92. /package/{get-shit-done → ez-agents}/templates/UI-SPEC.md +0 -0
  93. /package/{get-shit-done → ez-agents}/templates/VALIDATION.md +0 -0
  94. /package/{get-shit-done → ez-agents}/templates/codebase/architecture.md +0 -0
  95. /package/{get-shit-done → ez-agents}/templates/codebase/concerns.md +0 -0
  96. /package/{get-shit-done → ez-agents}/templates/codebase/conventions.md +0 -0
  97. /package/{get-shit-done → ez-agents}/templates/codebase/integrations.md +0 -0
  98. /package/{get-shit-done → ez-agents}/templates/codebase/stack.md +0 -0
  99. /package/{get-shit-done → ez-agents}/templates/codebase/structure.md +0 -0
  100. /package/{get-shit-done → ez-agents}/templates/codebase/testing.md +0 -0
  101. /package/{get-shit-done → ez-agents}/templates/config.json +0 -0
  102. /package/{get-shit-done → ez-agents}/templates/context.md +0 -0
  103. /package/{get-shit-done → ez-agents}/templates/continue-here.md +0 -0
  104. /package/{get-shit-done → ez-agents}/templates/copilot-instructions.md +0 -0
  105. /package/{get-shit-done → ez-agents}/templates/debug-subagent-prompt.md +0 -0
  106. /package/{get-shit-done → ez-agents}/templates/discovery.md +0 -0
  107. /package/{get-shit-done → ez-agents}/templates/milestone-archive.md +0 -0
  108. /package/{get-shit-done → ez-agents}/templates/milestone.md +0 -0
  109. /package/{get-shit-done → ez-agents}/templates/phase-prompt.md +0 -0
  110. /package/{get-shit-done → ez-agents}/templates/planner-subagent-prompt.md +0 -0
  111. /package/{get-shit-done → ez-agents}/templates/project.md +0 -0
  112. /package/{get-shit-done → ez-agents}/templates/requirements.md +0 -0
  113. /package/{get-shit-done → ez-agents}/templates/research-project/ARCHITECTURE.md +0 -0
  114. /package/{get-shit-done → ez-agents}/templates/research-project/FEATURES.md +0 -0
  115. /package/{get-shit-done → ez-agents}/templates/research-project/PITFALLS.md +0 -0
  116. /package/{get-shit-done → ez-agents}/templates/research-project/STACK.md +0 -0
  117. /package/{get-shit-done → ez-agents}/templates/research-project/SUMMARY.md +0 -0
  118. /package/{get-shit-done → ez-agents}/templates/research.md +0 -0
  119. /package/{get-shit-done → ez-agents}/templates/retrospective.md +0 -0
  120. /package/{get-shit-done → ez-agents}/templates/roadmap.md +0 -0
  121. /package/{get-shit-done → ez-agents}/templates/state.md +0 -0
  122. /package/{get-shit-done → ez-agents}/templates/summary-complex.md +0 -0
  123. /package/{get-shit-done → ez-agents}/templates/summary-minimal.md +0 -0
  124. /package/{get-shit-done → ez-agents}/templates/summary-standard.md +0 -0
  125. /package/{get-shit-done → ez-agents}/templates/summary.md +0 -0
  126. /package/{get-shit-done → ez-agents}/templates/user-setup.md +0 -0
  127. /package/{get-shit-done → ez-agents}/templates/verification-report.md +0 -0
  128. /package/{get-shit-done → ez-agents}/workflows/add-tests.md +0 -0
  129. /package/{get-shit-done → ez-agents}/workflows/add-todo.md +0 -0
  130. /package/{get-shit-done → ez-agents}/workflows/autonomous.md +0 -0
  131. /package/{get-shit-done → ez-agents}/workflows/check-todos.md +0 -0
  132. /package/{get-shit-done → ez-agents}/workflows/cleanup.md +0 -0
  133. /package/{get-shit-done → ez-agents}/workflows/diagnose-issues.md +0 -0
  134. /package/{get-shit-done → ez-agents}/workflows/health.md +0 -0
  135. /package/{get-shit-done → ez-agents}/workflows/list-phase-assumptions.md +0 -0
  136. /package/{get-shit-done → ez-agents}/workflows/node-repair.md +0 -0
  137. /package/{get-shit-done → ez-agents}/workflows/pause-work.md +0 -0
  138. /package/{get-shit-done → ez-agents}/workflows/plan-milestone-gaps.md +0 -0
  139. /package/{get-shit-done → ez-agents}/workflows/settings.md +0 -0
  140. /package/{get-shit-done → ez-agents}/workflows/stats.md +0 -0
@@ -544,7 +544,7 @@ Display spawning indicator:
544
544
  → Pitfalls research
545
545
  ```
546
546
 
547
- Spawn 4 parallel gsd-project-researcher agents with path references:
547
+ Spawn 4 parallel ez-project-researcher agents with path references:
548
548
 
549
549
  ```
550
550
  Task(prompt="<research_type>
@@ -581,7 +581,7 @@ Your STACK.md feeds into roadmap creation. Be prescriptive:
581
581
 
582
582
  <output>
583
583
  Write to: .planning/research/STACK.md
584
- Use template: ~/.claude/get-shit-done/templates/research-project/STACK.md
584
+ Use template: ~/.claude/ez-agents/templates/research-project/STACK.md
585
585
  </output>
586
586
  ", subagent_type="ez-project-researcher", model="{researcher_model}", description="Stack research")
587
587
 
@@ -619,7 +619,7 @@ Your FEATURES.md feeds into requirements definition. Categorize clearly:
619
619
 
620
620
  <output>
621
621
  Write to: .planning/research/FEATURES.md
622
- Use template: ~/.claude/get-shit-done/templates/research-project/FEATURES.md
622
+ Use template: ~/.claude/ez-agents/templates/research-project/FEATURES.md
623
623
  </output>
624
624
  ", subagent_type="ez-project-researcher", model="{researcher_model}", description="Features research")
625
625
 
@@ -657,7 +657,7 @@ Your ARCHITECTURE.md informs phase structure in roadmap. Include:
657
657
 
658
658
  <output>
659
659
  Write to: .planning/research/ARCHITECTURE.md
660
- Use template: ~/.claude/get-shit-done/templates/research-project/ARCHITECTURE.md
660
+ Use template: ~/.claude/ez-agents/templates/research-project/ARCHITECTURE.md
661
661
  </output>
662
662
  ", subagent_type="ez-project-researcher", model="{researcher_model}", description="Architecture research")
663
663
 
@@ -695,7 +695,7 @@ Your PITFALLS.md prevents mistakes in roadmap/planning. For each pitfall:
695
695
 
696
696
  <output>
697
697
  Write to: .planning/research/PITFALLS.md
698
- Use template: ~/.claude/get-shit-done/templates/research-project/PITFALLS.md
698
+ Use template: ~/.claude/ez-agents/templates/research-project/PITFALLS.md
699
699
  </output>
700
700
  ", subagent_type="ez-project-researcher", model="{researcher_model}", description="Pitfalls research")
701
701
  ```
@@ -717,7 +717,7 @@ Synthesize research outputs into SUMMARY.md.
717
717
 
718
718
  <output>
719
719
  Write to: .planning/research/SUMMARY.md
720
- Use template: ~/.claude/get-shit-done/templates/research-project/SUMMARY.md
720
+ Use template: ~/.claude/ez-agents/templates/research-project/SUMMARY.md
721
721
  Commit after writing.
722
722
  </output>
723
723
  ", subagent_type="ez-research-synthesizer", model="{synthesizer_model}", description="Synthesize research")
@@ -896,7 +896,7 @@ Display stage banner:
896
896
  ◆ Spawning roadmapper...
897
897
  ```
898
898
 
899
- Spawn gsd-roadmapper agent with path references:
899
+ Spawn ez-roadmapper agent with path references:
900
900
 
901
901
  ```
902
902
  Task(prompt="
@@ -1098,7 +1098,7 @@ Exit skill and invoke SlashCommand("/ez:discuss-phase 1 --auto")
1098
1098
  - [ ] Requirements gathered (from research or conversation)
1099
1099
  - [ ] User scoped each category (v1/v2/out of scope)
1100
1100
  - [ ] REQUIREMENTS.md created with REQ-IDs → **committed**
1101
- - [ ] gsd-roadmapper spawned with context
1101
+ - [ ] ez-roadmapper spawned with context
1102
1102
  - [ ] Roadmap files written immediately (not draft)
1103
1103
  - [ ] User feedback incorporated (if any)
1104
1104
  - [ ] ROADMAP.md created with phases, requirement mappings, success criteria
@@ -1,11 +1,11 @@
1
1
  <purpose>
2
- Create executable phase prompts (PLAN.md files) for a roadmap phase with integrated research and verification. Default flow: Research (if needed) -> Plan -> Verify -> Done. Orchestrates gsd-phase-researcher, gsd-planner, and gsd-plan-checker agents with a revision loop (max 3 iterations).
2
+ Create executable phase prompts (PLAN.md files) for a roadmap phase with integrated research and verification. Default flow: Research (if needed) -> Plan -> Verify -> Done. Orchestrates ez-phase-researcher, ez-planner, and ez-plan-checker agents with a revision loop (max 3 iterations).
3
3
  </purpose>
4
4
 
5
5
  <required_reading>
6
6
  Read all files referenced by the invoking prompt's execution_context before starting.
7
7
 
8
- @~/.claude/get-shit-done/references/ui-brand.md
8
+ @~/.claude/ez-agents/references/ui-brand.md
9
9
  </required_reading>
10
10
 
11
11
  <process>
@@ -189,7 +189,7 @@ Display banner:
189
189
  ◆ Spawning researcher...
190
190
  ```
191
191
 
192
- ### Spawn gsd-phase-researcher
192
+ ### Spawn ez-phase-researcher
193
193
 
194
194
  ```bash
195
195
  PHASE_DESC=$(node "$HOME/.claude/ez-agents/bin/ez-tools.cjs" roadmap get-phase "${PHASE}" | jq -r '.section')
@@ -247,7 +247,7 @@ grep -l "## Validation Architecture" "${PHASE_DIR}"/*-RESEARCH.md 2>/dev/null
247
247
  ```
248
248
 
249
249
  **If found:**
250
- 1. Read template: `~/.claude/get-shit-done/templates/VALIDATION.md`
250
+ 1. Read template: `~/.claude/ez-agents/templates/VALIDATION.md`
251
251
  2. Write to `${PHASE_DIR}/${PADDED_PHASE}-VALIDATION.md` (use Write tool)
252
252
  3. Fill frontmatter: `{N}` → phase number, `{phase-slug}` → slug, `{date}` → current date
253
253
  4. Verify:
@@ -336,7 +336,7 @@ If missing and Nyquist enabled — ask user:
336
336
 
337
337
  Proceed to Step 8 only if user selects 2 or 3.
338
338
 
339
- ## 8. Spawn gsd-planner Agent
339
+ ## 8. Spawn ez-planner Agent
340
340
 
341
341
  Display banner:
342
342
  ```
@@ -436,7 +436,7 @@ Task(
436
436
  - **`## CHECKPOINT REACHED`:** Present to user, get response, spawn continuation (step 12)
437
437
  - **`## PLANNING INCONCLUSIVE`:** Show attempts, offer: Add context / Retry / Manual
438
438
 
439
- ## 10. Spawn gsd-plan-checker Agent
439
+ ## 10. Spawn ez-plan-checker Agent
440
440
 
441
441
  Display banner:
442
442
  ```
@@ -640,11 +640,11 @@ Verification: {Passed | Passed with override | Skipped}
640
640
  - [ ] Phase directory created if needed
641
641
  - [ ] CONTEXT.md loaded early (step 4) and passed to ALL agents
642
642
  - [ ] Research completed (unless --skip-research or --gaps or exists)
643
- - [ ] gsd-phase-researcher spawned with CONTEXT.md
643
+ - [ ] ez-phase-researcher spawned with CONTEXT.md
644
644
  - [ ] Existing plans checked
645
- - [ ] gsd-planner spawned with CONTEXT.md + RESEARCH.md
645
+ - [ ] ez-planner spawned with CONTEXT.md + RESEARCH.md
646
646
  - [ ] Plans created (PLANNING COMPLETE or CHECKPOINT handled)
647
- - [ ] gsd-plan-checker spawned with CONTEXT.md
647
+ - [ ] ez-plan-checker spawned with CONTEXT.md
648
648
  - [ ] Verification passed OR user override OR max iterations with user decision
649
649
  - [ ] User sees status between agent spawns
650
650
  - [ ] User knows next steps
@@ -38,7 +38,7 @@ If missing both ROADMAP.md and PROJECT.md: suggest `/ez:new-project`.
38
38
  </step>
39
39
 
40
40
  <step name="load">
41
- **Use structured extraction from gsd-tools:**
41
+ **Use structured extraction from ez-tools:**
42
42
 
43
43
  Instead of reading full files, use targeted tools to get only the data needed for the report:
44
44
  - `ROADMAP=$(node "$HOME/.claude/ez-agents/bin/ez-tools.cjs" roadmap analyze)`
@@ -85,7 +85,7 @@ Use this instead of manually reading/parsing ROADMAP.md.
85
85
  </step>
86
86
 
87
87
  <step name="report">
88
- **Generate progress bar from gsd-tools, then present rich status report:**
88
+ **Generate progress bar from ez-tools, then present rich status report:**
89
89
 
90
90
  ```bash
91
91
  # Get formatted progress bar
@@ -1,5 +1,5 @@
1
1
  <purpose>
2
- Execute small, ad-hoc tasks with GSD guarantees (atomic commits, STATE.md tracking). Quick mode spawns gsd-planner (quick mode) + gsd-executor(s), tracks tasks in `.planning/quick/`, and updates STATE.md's "Quick Tasks Completed" table.
2
+ Execute small, ad-hoc tasks with EZ Agents guarantees (atomic commits, STATE.md tracking). Quick mode spawns ez-planner (quick mode) + ez-executor(s), tracks tasks in `.planning/quick/`, and updates STATE.md's "Quick Tasks Completed" table.
3
3
 
4
4
  With `--discuss` flag: lightweight discussion phase before planning. Surfaces assumptions, clarifies gray areas, captures decisions in CONTEXT.md so the planner treats them as locked.
5
5
 
@@ -39,7 +39,7 @@ Display banner based on active flags:
39
39
  If `$DISCUSS_MODE` and `$FULL_MODE`:
40
40
  ```
41
41
  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
42
- GSD ► QUICK TASK (DISCUSS + FULL)
42
+ EZ Agents ► QUICK TASK (DISCUSS + FULL)
43
43
  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
44
44
 
45
45
  ◆ Discussion + plan checking + verification enabled
@@ -48,7 +48,7 @@ If `$DISCUSS_MODE` and `$FULL_MODE`:
48
48
  If `$DISCUSS_MODE` only:
49
49
  ```
50
50
  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
51
- GSD ► QUICK TASK (DISCUSS)
51
+ EZ Agents ► QUICK TASK (DISCUSS)
52
52
  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
53
53
 
54
54
  ◆ Discussion phase enabled — surfacing gray areas before planning
@@ -57,7 +57,7 @@ If `$DISCUSS_MODE` only:
57
57
  If `$FULL_MODE` only:
58
58
  ```
59
59
  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
60
- GSD ► QUICK TASK (FULL MODE)
60
+ EZ Agents ► QUICK TASK (FULL MODE)
61
61
  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
62
62
 
63
63
  ◆ Plan checking + verification enabled
@@ -114,7 +114,7 @@ Skip this step entirely if NOT `$DISCUSS_MODE`.
114
114
  Display banner:
115
115
  ```
116
116
  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
117
- GSD ► DISCUSSING QUICK TASK
117
+ EZ Agents ► DISCUSSING QUICK TASK
118
118
  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
119
119
 
120
120
  ◆ Surfacing gray areas for: ${DESCRIPTION}
@@ -295,7 +295,7 @@ Skip this step entirely if NOT `$FULL_MODE`.
295
295
  Display banner:
296
296
  ```
297
297
  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
298
- GSD ► CHECKING PLAN
298
+ EZ Agents ► CHECKING PLAN
299
299
  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
300
300
 
301
301
  ◆ Spawning plan checker...
@@ -396,7 +396,7 @@ Offer: 1) Force proceed, 2) Abort
396
396
 
397
397
  **Step 6: Spawn executor**
398
398
 
399
- Spawn gsd-executor with plan reference:
399
+ Spawn ez-executor with plan reference:
400
400
 
401
401
  ```
402
402
  Task(
@@ -443,7 +443,7 @@ Skip this step entirely if NOT `$FULL_MODE`.
443
443
  Display banner:
444
444
  ```
445
445
  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
446
- GSD ► VERIFYING RESULTS
446
+ EZ Agents ► VERIFYING RESULTS
447
447
  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
448
448
 
449
449
  ◆ Spawning verifier...
@@ -562,7 +562,7 @@ Display completion output:
562
562
  ```
563
563
  ---
564
564
 
565
- GSD > QUICK TASK COMPLETE (FULL MODE)
565
+ EZ Agents > QUICK TASK COMPLETE (FULL MODE)
566
566
 
567
567
  Quick Task ${quick_id}: ${DESCRIPTION}
568
568
 
@@ -579,7 +579,7 @@ Ready for next task: /ez:quick
579
579
  ```
580
580
  ---
581
581
 
582
- GSD > QUICK TASK COMPLETE
582
+ EZ Agents > QUICK TASK COMPLETE
583
583
 
584
584
  Quick Task ${quick_id}: ${DESCRIPTION}
585
585
 
@@ -77,13 +77,13 @@ Wait for confirmation.
77
77
  </step>
78
78
 
79
79
  <step name="execute_removal">
80
- **Delegate the entire removal operation to gsd-tools:**
80
+ **Delegate the entire removal operation to ez-tools:**
81
81
 
82
82
  ```bash
83
83
  RESULT=$(node "$HOME/.claude/ez-agents/bin/ez-tools.cjs" phase remove "${target}")
84
84
  ```
85
85
 
86
- If the phase has executed plans (SUMMARY.md files), gsd-tools will error. Use `--force` only if the user confirms:
86
+ If the phase has executed plans (SUMMARY.md files), ez-tools will error. Use `--force` only if the user confirms:
87
87
 
88
88
  ```bash
89
89
  RESULT=$(node "$HOME/.claude/ez-agents/bin/ez-tools.cjs" phase remove "${target}" --force)
@@ -140,7 +140,7 @@ Would you like to:
140
140
 
141
141
  - Don't remove completed phases (have SUMMARY.md files) without --force
142
142
  - Don't remove current or past phases
143
- - Don't manually renumber — use `gsd-tools phase remove` which handles all renumbering
143
+ - Don't manually renumber — use `ez-tools phase remove` which handles all renumbering
144
144
  - Don't add "removed phase" notes to STATE.md — git commit is the record
145
145
  - Don't modify completed phase directories
146
146
  </anti_patterns>
@@ -149,7 +149,7 @@ Would you like to:
149
149
  Phase removal is complete when:
150
150
 
151
151
  - [ ] Target phase validated as future/unstarted
152
- - [ ] `gsd-tools phase remove` executed successfully
152
+ - [ ] `ez-tools phase remove` executed successfully
153
153
  - [ ] Changes committed with descriptive message
154
154
  - [ ] User informed of changes
155
155
  </success_criteria>
@@ -1,5 +1,5 @@
1
1
  <purpose>
2
- Research how to implement a phase. Spawns gsd-phase-researcher with phase context.
2
+ Research how to implement a phase. Spawns ez-phase-researcher with phase context.
3
3
 
4
4
  Standalone research command. For most workflows, use `/ez:plan-phase` which integrates research automatically.
5
5
  </purpose>
@@ -8,14 +8,14 @@ Standalone research command. For most workflows, use `/ez:plan-phase` which inte
8
8
 
9
9
  ## Step 0: Resolve Model Profile
10
10
 
11
- @~/.claude/get-shit-done/references/model-profile-resolution.md
11
+ @~/.claude/ez-agents/references/model-profile-resolution.md
12
12
 
13
13
  Resolve model for:
14
- - `gsd-phase-researcher`
14
+ - `ez-phase-researcher`
15
15
 
16
16
  ## Step 1: Normalize and Validate Phase
17
17
 
18
- @~/.claude/get-shit-done/references/phase-argument-parsing.md
18
+ @~/.claude/ez-agents/references/phase-argument-parsing.md
19
19
 
20
20
  ```bash
21
21
  PHASE_INFO=$(node "$HOME/.claude/ez-agents/bin/ez-tools.cjs" roadmap get-phase "${PHASE}")
@@ -11,7 +11,7 @@ Instantly restore full project context so "Where were we?" has an immediate, com
11
11
  </purpose>
12
12
 
13
13
  <required_reading>
14
- @~/.claude/get-shit-done/references/continuation-format.md
14
+ @~/.claude/ez-agents/references/continuation-format.md
15
15
  </required_reading>
16
16
 
17
17
  <process>
@@ -57,9 +57,9 @@ Agents will now use:
57
57
  Example:
58
58
  | Agent | Model |
59
59
  |-------|-------|
60
- | gsd-planner | opus |
61
- | gsd-executor | sonnet |
62
- | gsd-verifier | haiku |
60
+ | ez-planner | opus |
61
+ | ez-executor | sonnet |
62
+ | ez-verifier | haiku |
63
63
  | ... | ... |
64
64
 
65
65
  Next spawned agents will use the new profile.
@@ -120,7 +120,7 @@ If found, delete them — phase is complete, handoffs are stale.
120
120
 
121
121
  <step name="update_roadmap_and_state">
122
122
 
123
- **Delegate ROADMAP.md and STATE.md updates to gsd-tools:**
123
+ **Delegate ROADMAP.md and STATE.md updates to ez-tools:**
124
124
 
125
125
  ```bash
126
126
  TRANSITION=$(node "$HOME/.claude/ez-agents/bin/ez-tools.cjs" phase complete "${current_phase}")
@@ -233,7 +233,7 @@ After (Phase 2 shipped JWT auth, discovered rate limiting needed):
233
233
 
234
234
  <step name="update_current_position_after_transition">
235
235
 
236
- **Note:** Basic position updates (Current Phase, Status, Current Plan, Last Activity) were already handled by `gsd-tools phase complete` in the update_roadmap_and_state step.
236
+ **Note:** Basic position updates (Current Phase, Status, Current Plan, Last Activity) were already handled by `ez-tools phase complete` in the update_roadmap_and_state step.
237
237
 
238
238
  Verify the updates are correct by reading STATE.md. If the progress bar needs updating, use:
239
239
 
@@ -337,7 +337,7 @@ Resume file: None
337
337
 
338
338
  **MANDATORY: Verify milestone status before presenting next steps.**
339
339
 
340
- **Use the transition result from `gsd-tools phase complete`:**
340
+ **Use the transition result from `ez-tools phase complete`:**
341
341
 
342
342
  The `is_last_phase` field from the phase complete result tells you directly:
343
343
  - `is_last_phase: false` → More phases remain → Go to **Route A**
@@ -1,11 +1,11 @@
1
1
  <purpose>
2
- Generate a UI design contract (UI-SPEC.md) for frontend phases. Orchestrates gsd-ui-researcher and gsd-ui-checker with a revision loop. Inserts between discuss-phase and plan-phase in the lifecycle.
2
+ Generate a UI design contract (UI-SPEC.md) for frontend phases. Orchestrates ez-ui-researcher and ez-ui-checker with a revision loop. Inserts between discuss-phase and plan-phase in the lifecycle.
3
3
 
4
4
  UI-SPEC.md locks spacing, typography, color, copywriting, and design system decisions before the planner creates tasks. This prevents design debt caused by ad-hoc styling decisions during execution.
5
5
  </purpose>
6
6
 
7
7
  <required_reading>
8
- @~/.claude/get-shit-done/references/ui-brand.md
8
+ @~/.claude/ez-agents/references/ui-brand.md
9
9
  </required_reading>
10
10
 
11
11
  <process>
@@ -24,8 +24,8 @@ Parse JSON for: `phase_dir`, `phase_number`, `phase_name`, `phase_slug`, `padded
24
24
  Resolve UI agent models:
25
25
 
26
26
  ```bash
27
- UI_RESEARCHER_MODEL=$(node "$HOME/.claude/ez-agents/bin/ez-tools.cjs" resolve-model gsd-ui-researcher --raw)
28
- UI_CHECKER_MODEL=$(node "$HOME/.claude/ez-agents/bin/ez-tools.cjs" resolve-model gsd-ui-checker --raw)
27
+ UI_RESEARCHER_MODEL=$(node "$HOME/.claude/ez-agents/bin/ez-tools.cjs" resolve-model ez-ui-researcher --raw)
28
+ UI_CHECKER_MODEL=$(node "$HOME/.claude/ez-agents/bin/ez-tools.cjs" resolve-model ez-ui-checker --raw)
29
29
  ```
30
30
 
31
31
  Check config:
@@ -87,7 +87,7 @@ If "View": display file contents, exit.
87
87
  If "Skip": proceed to step 7 (checker).
88
88
  If "Update": continue to step 5.
89
89
 
90
- ## 5. Spawn gsd-ui-researcher
90
+ ## 5. Spawn ez-ui-researcher
91
91
 
92
92
  Display:
93
93
  ```
@@ -101,7 +101,7 @@ Display:
101
101
  Build prompt:
102
102
 
103
103
  ```markdown
104
- Read ~/.claude/agents/gsd-ui-researcher.md for instructions.
104
+ Read ~/.claude/agents/ez-ui-researcher.md for instructions.
105
105
 
106
106
  <objective>
107
107
  Create UI design contract for Phase {phase_number}: {phase_name}
@@ -118,7 +118,7 @@ Answer: "What visual and interaction contracts does this phase need?"
118
118
 
119
119
  <output>
120
120
  Write to: {phase_dir}/{padded_phase}-UI-SPEC.md
121
- Template: ~/.claude/get-shit-done/templates/UI-SPEC.md
121
+ Template: ~/.claude/ez-agents/templates/UI-SPEC.md
122
122
  </output>
123
123
 
124
124
  <config>
@@ -147,7 +147,7 @@ Display confirmation. Continue to step 7.
147
147
  **If `## UI-SPEC BLOCKED`:**
148
148
  Display blocker details and options. Exit workflow.
149
149
 
150
- ## 7. Spawn gsd-ui-checker
150
+ ## 7. Spawn ez-ui-checker
151
151
 
152
152
  Display:
153
153
  ```
@@ -161,7 +161,7 @@ Display:
161
161
  Build prompt:
162
162
 
163
163
  ```markdown
164
- Read ~/.claude/agents/gsd-ui-checker.md for instructions.
164
+ Read ~/.claude/agents/ez-ui-checker.md for instructions.
165
165
 
166
166
  <objective>
167
167
  Validate UI design contract for Phase {phase_number}: {phase_name}
@@ -202,7 +202,7 @@ Track `revision_count` (starts at 0).
202
202
 
203
203
  **If `revision_count` < 2:**
204
204
  - Increment `revision_count`
205
- - Re-spawn gsd-ui-researcher with revision context:
205
+ - Re-spawn ez-ui-researcher with revision context:
206
206
 
207
207
  ```markdown
208
208
  <revision>
@@ -279,9 +279,9 @@ node "$HOME/.claude/ez-agents/bin/ez-tools.cjs" state record-session \
279
279
  - [ ] Phase validated against roadmap
280
280
  - [ ] Prerequisites checked (CONTEXT.md, RESEARCH.md — non-blocking warnings)
281
281
  - [ ] Existing UI-SPEC handled (update/view/skip)
282
- - [ ] gsd-ui-researcher spawned with correct context and file paths
282
+ - [ ] ez-ui-researcher spawned with correct context and file paths
283
283
  - [ ] UI-SPEC.md created in correct location
284
- - [ ] gsd-ui-checker spawned with UI-SPEC.md
284
+ - [ ] ez-ui-checker spawned with UI-SPEC.md
285
285
  - [ ] All 6 dimensions evaluated
286
286
  - [ ] Revision loop if BLOCKED (max 2 iterations)
287
287
  - [ ] Final status displayed with next steps
@@ -1,9 +1,9 @@
1
1
  <purpose>
2
- Retroactive 6-pillar visual audit of implemented frontend code. Standalone command that works on any project — GSD-managed or not. Produces scored UI-REVIEW.md with actionable findings.
2
+ Retroactive 6-pillar visual audit of implemented frontend code. Standalone command that works on any project — ez-managed or not. Produces scored UI-REVIEW.md with actionable findings.
3
3
  </purpose>
4
4
 
5
5
  <required_reading>
6
- @~/.claude/get-shit-done/references/ui-brand.md
6
+ @~/.claude/ez-agents/references/ui-brand.md
7
7
  </required_reading>
8
8
 
9
9
  <process>
@@ -18,7 +18,7 @@ if [[ "$INIT" == @file:* ]]; then INIT=$(cat "${INIT#@file:}"); fi
18
18
  Parse: `phase_dir`, `phase_number`, `phase_name`, `phase_slug`, `padded_phase`, `commit_docs`.
19
19
 
20
20
  ```bash
21
- UI_AUDITOR_MODEL=$(node "$HOME/.claude/ez-agents/bin/ez-tools.cjs" resolve-model gsd-ui-auditor --raw)
21
+ UI_AUDITOR_MODEL=$(node "$HOME/.claude/ez-agents/bin/ez-tools.cjs" resolve-model ez-ui-auditor --raw)
22
22
  ```
23
23
 
24
24
  Display banner:
@@ -56,7 +56,7 @@ Build file list for auditor:
56
56
  - UI-SPEC.md (if exists — audit baseline)
57
57
  - CONTEXT.md (if exists — locked decisions)
58
58
 
59
- ## 3. Spawn gsd-ui-auditor
59
+ ## 3. Spawn ez-ui-auditor
60
60
 
61
61
  ```
62
62
  ◆ Spawning UI auditor...
@@ -65,7 +65,7 @@ Build file list for auditor:
65
65
  Build prompt:
66
66
 
67
67
  ```markdown
68
- Read ~/.claude/agents/gsd-ui-auditor.md for instructions.
68
+ Read ~/.claude/agents/ez-ui-auditor.md for instructions.
69
69
 
70
70
  <objective>
71
71
  Conduct 6-pillar visual audit of Phase {phase_number}: {phase_name}
@@ -150,7 +150,7 @@ node "$HOME/.claude/ez-agents/bin/ez-tools.cjs" commit "docs(${padded_phase}): U
150
150
  - [ ] Phase validated
151
151
  - [ ] SUMMARY.md files found (execution completed)
152
152
  - [ ] Existing review handled (re-audit/view)
153
- - [ ] gsd-ui-auditor spawned with correct context
153
+ - [ ] ez-ui-auditor spawned with correct context
154
154
  - [ ] UI-REVIEW.md created in phase directory
155
155
  - [ ] Score summary displayed to user
156
156
  - [ ] Next steps presented
@@ -1,5 +1,5 @@
1
1
  <purpose>
2
- Check for GSD updates via npm, display changelog for versions between installed and latest, obtain user confirmation, and execute clean installation with cache clearing.
2
+ Check for EZ Agents updates via npm, display changelog for versions between installed and latest, obtain user confirmation, and execute clean installation with cache clearing.
3
3
  </purpose>
4
4
 
5
5
  <required_reading>
@@ -9,7 +9,7 @@ Read all files referenced by the invoking prompt's execution_context before star
9
9
  <process>
10
10
 
11
11
  <step name="get_installed_version">
12
- Detect whether GSD is installed locally or globally by checking both locations and validating install integrity.
12
+ Detect whether EZ Agents is installed locally or globally by checking both locations and validating install integrity.
13
13
 
14
14
  First, derive `PREFERRED_RUNTIME` from the invoking prompt's `execution_context` path:
15
15
  - Path contains `/.codex/` -> `codex`
@@ -59,10 +59,10 @@ LOCAL_VERSION_FILE="" LOCAL_MARKER_FILE="" LOCAL_DIR="" LOCAL_RUNTIME=""
59
59
  for entry in $ORDERED_RUNTIME_DIRS; do
60
60
  runtime="${entry%%:*}"
61
61
  dir="${entry#*:}"
62
- if [ -f "./$dir/get-shit-done/VERSION" ] || [ -f "./$dir/get-shit-done/workflows/update.md" ]; then
62
+ if [ -f "./$dir/ez-agents/VERSION" ] || [ -f "./$dir/ez-agents/workflows/update.md" ]; then
63
63
  LOCAL_RUNTIME="$runtime"
64
- LOCAL_VERSION_FILE="./$dir/get-shit-done/VERSION"
65
- LOCAL_MARKER_FILE="./$dir/get-shit-done/workflows/update.md"
64
+ LOCAL_VERSION_FILE="./$dir/ez-agents/VERSION"
65
+ LOCAL_MARKER_FILE="./$dir/ez-agents/workflows/update.md"
66
66
  LOCAL_DIR="$(cd "./$dir" 2>/dev/null && pwd)"
67
67
  break
68
68
  fi
@@ -72,10 +72,10 @@ GLOBAL_VERSION_FILE="" GLOBAL_MARKER_FILE="" GLOBAL_DIR="" GLOBAL_RUNTIME=""
72
72
  for entry in $ORDERED_RUNTIME_DIRS; do
73
73
  runtime="${entry%%:*}"
74
74
  dir="${entry#*:}"
75
- if [ -f "$HOME/$dir/get-shit-done/VERSION" ] || [ -f "$HOME/$dir/get-shit-done/workflows/update.md" ]; then
75
+ if [ -f "$HOME/$dir/ez-agents/VERSION" ] || [ -f "$HOME/$dir/ez-agents/workflows/update.md" ]; then
76
76
  GLOBAL_RUNTIME="$runtime"
77
- GLOBAL_VERSION_FILE="$HOME/$dir/get-shit-done/VERSION"
78
- GLOBAL_MARKER_FILE="$HOME/$dir/get-shit-done/workflows/update.md"
77
+ GLOBAL_VERSION_FILE="$HOME/$dir/ez-agents/VERSION"
78
+ GLOBAL_MARKER_FILE="$HOME/$dir/ez-agents/workflows/update.md"
79
79
  GLOBAL_DIR="$(cd "$HOME/$dir" 2>/dev/null && pwd)"
80
80
  break
81
81
  fi
@@ -143,14 +143,14 @@ Proceed to install step (treat as version 0.0.0 for comparison).
143
143
  Check npm for latest version:
144
144
 
145
145
  ```bash
146
- npm view get-shit-done-cc version 2>/dev/null
146
+ npm view @howlil/ez-agents version 2>/dev/null
147
147
  ```
148
148
 
149
149
  **If npm check fails:**
150
150
  ```
151
151
  Couldn't check for updates (offline or npm unavailable).
152
152
 
153
- To update manually: `npx get-shit-done-cc --global`
153
+ To update manually: `npx ez-agents --global`
154
154
  ```
155
155
 
156
156
  Exit.
@@ -161,7 +161,7 @@ Compare installed vs latest:
161
161
 
162
162
  **If installed == latest:**
163
163
  ```
164
- ## GSD Update
164
+ ## EZ Agents Update
165
165
 
166
166
  **Installed:** X.Y.Z
167
167
  **Latest:** X.Y.Z
@@ -173,7 +173,7 @@ Exit.
173
173
 
174
174
  **If installed > latest:**
175
175
  ```
176
- ## GSD Update
176
+ ## EZ Agents Update
177
177
 
178
178
  **Installed:** X.Y.Z
179
179
  **Latest:** A.B.C
@@ -192,7 +192,7 @@ Exit.
192
192
  3. Display preview and ask for confirmation:
193
193
 
194
194
  ```
195
- ## GSD Update Available
195
+ ## EZ Agents Update Available
196
196
 
197
197
  **Installed:** 1.5.10
198
198
  **Latest:** 1.5.15
@@ -212,22 +212,22 @@ Exit.
212
212
 
213
213
  ────────────────────────────────────────────────────────────
214
214
 
215
- ⚠️ **Note:** The installer performs a clean install of GSD folders:
216
- - `commands/gsd/` will be wiped and replaced
217
- - `get-shit-done/` will be wiped and replaced
218
- - `agents/gsd-*` files will be replaced
215
+ ⚠️ **Note:** The installer performs a clean install of EZ Agents folders:
216
+ - `commands/ez/` will be wiped and replaced
217
+ - `ez-agents/` will be wiped and replaced
218
+ - `agents/ez-*` files will be replaced
219
219
 
220
220
  (Paths are relative to detected runtime install location:
221
221
  global: `~/.claude/`, `~/.config/opencode/`, `~/.opencode/`, `~/.gemini/`, or `~/.codex/`
222
222
  local: `./.claude/`, `./.config/opencode/`, `./.opencode/`, `./.gemini/`, or `./.codex/`)
223
223
 
224
224
  Your custom files in other locations are preserved:
225
- - Custom commands not in `commands/gsd/` ✓
226
- - Custom agents not prefixed with `gsd-` ✓
225
+ - Custom commands not in `commands/ez/` ✓
226
+ - Custom agents not prefixed with `ez-` ✓
227
227
  - Custom hooks ✓
228
228
  - Your CLAUDE.md files ✓
229
229
 
230
- If you've modified any GSD files directly, they'll be automatically backed up to `gsd-local-patches/` and can be reapplied with `/ez:reapply-patches` after the update.
230
+ If you've modified any EZ Agents files directly, they'll be automatically backed up to `ez-agents-local-patches/` and can be reapplied with `/ez:reapply-patches` after the update.
231
231
  ```
232
232
 
233
233
  Use AskUserQuestion:
@@ -249,17 +249,17 @@ RUNTIME_FLAG="--$TARGET_RUNTIME"
249
249
 
250
250
  **If LOCAL install:**
251
251
  ```bash
252
- npx -y get-shit-done-cc@latest "$RUNTIME_FLAG" --local
252
+ npx -y @howlil/ez-agents@latest "$RUNTIME_FLAG" --local
253
253
  ```
254
254
 
255
255
  **If GLOBAL install:**
256
256
  ```bash
257
- npx -y get-shit-done-cc@latest "$RUNTIME_FLAG" --global
257
+ npx -y @howlil/ez-agents@latest "$RUNTIME_FLAG" --global
258
258
  ```
259
259
 
260
260
  **If UNKNOWN install:**
261
261
  ```bash
262
- npx -y get-shit-done-cc@latest --claude --global
262
+ npx -y @howlil/ez-agents@latest --claude --global
263
263
  ```
264
264
 
265
265
  Capture output. If install fails, show error and exit.
@@ -269,12 +269,12 @@ Clear the update cache so statusline indicator disappears:
269
269
  ```bash
270
270
  # Clear update cache across all runtime directories
271
271
  for dir in .claude .config/opencode .opencode .gemini .codex; do
272
- rm -f "./$dir/cache/gsd-update-check.json"
273
- rm -f "$HOME/$dir/cache/gsd-update-check.json"
272
+ rm -f "./$dir/cache/ez-update-check.json"
273
+ rm -f "$HOME/$dir/cache/ez-update-check.json"
274
274
  done
275
275
  ```
276
276
 
277
- The SessionStart hook (`gsd-check-update.js`) writes to the detected runtime's cache directory, so all paths must be cleared to prevent stale update indicators.
277
+ The SessionStart hook (`ez-check-update.js`) writes to the detected runtime's cache directory, so all paths must be cleared to prevent stale update indicators.
278
278
  </step>
279
279
 
280
280
  <step name="display_result">
@@ -282,12 +282,12 @@ Format completion message (changelog was already shown in confirmation step):
282
282
 
283
283
  ```
284
284
  ╔═══════════════════════════════════════════════════════════╗
285
- GSD Updated: v1.5.10 → v1.5.15
285
+ EZ Agents Updated: v1.5.10 → v1.5.15
286
286
  ╚═══════════════════════════════════════════════════════════╝
287
287
 
288
288
  ⚠️ Restart your runtime to pick up the new commands.
289
289
 
290
- [View full changelog](https://github.com/glittercowboy/get-shit-done/blob/main/CHANGELOG.md)
290
+ [View full changelog](https://github.com/howlil/ez-agents/blob/main/CHANGELOG.md)
291
291
  ```
292
292
  </step>
293
293
 
@@ -295,7 +295,7 @@ Format completion message (changelog was already shown in confirmation step):
295
295
  <step name="check_local_patches">
296
296
  After update completes, check if the installer detected and backed up any locally modified files:
297
297
 
298
- Check for gsd-local-patches/backup-meta.json in the config directory.
298
+ Check for ez-agents-local-patches/backup-meta.json in the config directory.
299
299
 
300
300
  **If patches found:**
301
301