helloagents 3.0.12-beta.1 → 3.0.15-beta.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.
Files changed (72) hide show
  1. package/.claude-plugin/marketplace.json +6 -4
  2. package/.claude-plugin/plugin.json +1 -1
  3. package/.codex-plugin/plugin.json +1 -1
  4. package/README.md +169 -30
  5. package/README_CN.md +169 -30
  6. package/bootstrap-lite.md +27 -20
  7. package/bootstrap.md +30 -23
  8. package/cli.mjs +119 -11
  9. package/gemini-extension.json +1 -1
  10. package/install.ps1 +125 -0
  11. package/install.sh +118 -0
  12. package/package.json +12 -3
  13. package/scripts/advisor-state.mjs +36 -63
  14. package/scripts/capability-registry.mjs +3 -3
  15. package/scripts/cli-branch.mjs +84 -0
  16. package/scripts/cli-codex-config.mjs +11 -20
  17. package/scripts/cli-codex.mjs +32 -38
  18. package/scripts/cli-doctor-render.mjs +4 -0
  19. package/scripts/cli-doctor.mjs +40 -30
  20. package/scripts/cli-host-detect.mjs +0 -1
  21. package/scripts/cli-hosts.mjs +16 -8
  22. package/scripts/cli-lifecycle-hosts.mjs +92 -27
  23. package/scripts/cli-lifecycle.mjs +9 -7
  24. package/scripts/cli-messages.mjs +34 -16
  25. package/scripts/cli-runtime-carrier.mjs +36 -0
  26. package/scripts/cli-runtime-root.mjs +72 -0
  27. package/scripts/cli-toml.mjs +0 -79
  28. package/scripts/cli-utils.mjs +30 -4
  29. package/scripts/closeout-state.mjs +35 -62
  30. package/scripts/delivery-gate-messages.mjs +70 -0
  31. package/scripts/delivery-gate.mjs +9 -75
  32. package/scripts/guard-rules.mjs +42 -42
  33. package/scripts/guard.mjs +44 -24
  34. package/scripts/notify-context.mjs +19 -28
  35. package/scripts/notify-gates.mjs +2 -0
  36. package/scripts/notify-route.mjs +9 -7
  37. package/scripts/notify-ui.mjs +46 -33
  38. package/scripts/notify.mjs +60 -32
  39. package/scripts/project-storage.mjs +35 -66
  40. package/scripts/ralph-loop.mjs +36 -31
  41. package/scripts/replay-state.mjs +31 -128
  42. package/scripts/review-state.mjs +34 -61
  43. package/scripts/runtime-artifacts.mjs +95 -0
  44. package/scripts/runtime-context.mjs +35 -29
  45. package/scripts/runtime-scope.mjs +313 -0
  46. package/scripts/session-capsule.mjs +202 -0
  47. package/scripts/turn-state-cli.mjs +17 -0
  48. package/scripts/turn-state.mjs +185 -66
  49. package/scripts/turn-stop-gate.mjs +24 -6
  50. package/scripts/verify-state.mjs +34 -85
  51. package/scripts/visual-state.mjs +38 -65
  52. package/scripts/workflow-core.mjs +2 -2
  53. package/scripts/workflow-plan-files.mjs +1 -1
  54. package/scripts/workflow-recommendation.mjs +17 -13
  55. package/scripts/workflow-state.mjs +5 -5
  56. package/skills/commands/build/SKILL.md +1 -1
  57. package/skills/commands/commit/SKILL.md +1 -1
  58. package/skills/commands/help/SKILL.md +3 -3
  59. package/skills/commands/loop/SKILL.md +1 -1
  60. package/skills/commands/plan/SKILL.md +8 -6
  61. package/skills/commands/prd/SKILL.md +5 -3
  62. package/skills/commands/verify/SKILL.md +5 -5
  63. package/skills/hello-debug/SKILL.md +20 -3
  64. package/skills/hello-review/SKILL.md +2 -2
  65. package/skills/hello-subagent/SKILL.md +2 -2
  66. package/skills/hello-test/SKILL.md +6 -2
  67. package/skills/hello-ui/SKILL.md +4 -4
  68. package/skills/hello-verify/SKILL.md +10 -7
  69. package/skills/helloagents/SKILL.md +12 -7
  70. package/templates/context.md +6 -0
  71. package/templates/plans/plan.md +3 -0
  72. package/templates/plans/tasks.md +8 -3
@@ -1,6 +1,6 @@
1
1
  {
2
- "name": "helloagents-dev",
3
- "description": "Development marketplace for HelloAGENTS quality-driven orchestration kernel",
2
+ "name": "helloagents",
3
+ "description": "Official marketplace for the HelloAGENTS quality-driven orchestration kernel",
4
4
  "owner": {
5
5
  "name": "HelloWind",
6
6
  "email": "hellowind777@gmail.com"
@@ -9,8 +9,10 @@
9
9
  {
10
10
  "name": "helloagents",
11
11
  "description": "Quality-driven orchestration kernel for AI CLIs: intelligent routing, quality verification, safety guards, and notifications",
12
- "version": "3.0.12-beta.1",
13
- "source": "./",
12
+ "source": {
13
+ "source": "github",
14
+ "repo": "hellowind777/helloagents"
15
+ },
14
16
  "author": {
15
17
  "name": "HelloWind",
16
18
  "email": "hellowind777@gmail.com"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "helloagents",
3
- "version": "3.0.12-beta.1",
3
+ "version": "3.0.15-beta.1",
4
4
  "description": "HelloAGENTS — The orchestration kernel that makes any AI CLI smarter. Adds intelligent routing, quality verification (Ralph Loop), safety guards, and notifications.",
5
5
  "author": {
6
6
  "name": "HelloWind",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "helloagents",
3
- "version": "3.0.12-beta.1",
3
+ "version": "3.0.15-beta.1",
4
4
  "description": "HelloAGENTS — Quality-driven orchestration kernel for AI CLIs with intelligent routing, quality verification (Ralph Loop), safety guards, and notifications.",
5
5
  "author": {
6
6
  "name": "HelloWind",
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  **A workflow layer for AI coding CLIs: skills, project knowledge, delivery checks, safer config writes, and resumable execution.**
10
10
 
11
- [![Version](https://img.shields.io/badge/version-3.0.12-orange.svg)](./package.json)
11
+ [![Version](https://img.shields.io/badge/version-3.0.15-orange.svg)](./package.json)
12
12
  [![npm](https://img.shields.io/npm/v/helloagents.svg)](https://www.npmjs.com/package/helloagents)
13
13
  [![Node](https://img.shields.io/badge/node-%3E%3D18-339933.svg)](./package.json)
14
14
  [![Skills](https://img.shields.io/badge/skills-14-6366f1.svg)](./skills)
@@ -30,7 +30,7 @@
30
30
  ## Contents
31
31
 
32
32
  - [What HelloAGENTS Does](#what-helloagents-does)
33
- - [What Changed Since v3.0.11](#what-changed-since-v3011)
33
+ - [What Changed Since v3.0.12](#what-changed-since-v3012)
34
34
  - [Core Features](#core-features)
35
35
  - [Quick Start](#quick-start)
36
36
  - [CLI Management](#cli-management)
@@ -77,13 +77,20 @@ HelloAGENTS adds a workflow layer on top of Claude Code, Gemini CLI, and Codex C
77
77
  | Completion is vague | Natural language says “done” | Delivery checks use state, evidence, and verification |
78
78
  | Config writes are risky | CLI files can drift | Install, update, cleanup, and doctor flows check managed files |
79
79
 
80
- ## What Changed Since v3.0.11
80
+ ## What Changed Since v3.0.12
81
81
 
82
- These are the main user-visible runtime changes in `v3.0.12`, compared with `v3.0.11`:
82
+ These are the main user-visible changes in `v3.0.15`, compared with `v3.0.12`:
83
83
 
84
- - Explicit `~auto` and `~loop` no longer get a free pass to stop a turn early. Before the runtime accepts the turn end, it now checks whether the main agent wrote a valid structured stop state.
85
- - `waiting` and `blocked` turn states now require both a `reasonCategory` and a concrete `reason`, so only real blockers can pause the workflow instead of vague “next step” hand-offs.
86
- - The stop hook and Codex turn-complete notification path now enforce the same gate, reducing cases where work still should continue but the agent stops as if it is waiting for approval.
84
+ - Install, update, uninstall, and branch switching now work through npm scripts and one-shot scripts, so host sync no longer depends on a stale `helloagents` executable during package updates.
85
+ - Standby mode now reads from the stable runtime root `~/.helloagents/helloagents`; managed hooks use the `helloagents-js` entrypoint, and skills, templates, and runtime scripts no longer point at Node versioned global package paths.
86
+ - Global mode now attempts Claude Code plugin and Gemini extension installation automatically, while Codex keeps using the managed local-plugin chain with marketplace and cache refresh.
87
+ - Structured turn-state gating is stricter for `~auto` and `~loop`, so incomplete hand-offs must include concrete blocker evidence before the runtime accepts a pause.
88
+ - Runtime state now uses session capsules under `.helloagents/sessions/<branch>/<session>/`, separating turn state, events, and delivery artifacts for concurrent CLI windows and worktrees.
89
+ - Runtime state is written only when a workflow needs it, using the stable `helloagents-turn-state write --kind complete --role main` entrypoint instead of package script paths.
90
+ - Codex standby refresh and cleanup preserve user-owned config content while refreshing managed carriers, local plugin files, marketplace entries, and doctor checks.
91
+ - Output-format settings stay aligned across carriers and runtime injection, reducing cases where the final closeout layout is missed.
92
+ - Debugging, testing, verification, and planning flows now include feedback loops, vertical-slice TDD, domain language, and AFK/HITL task markers while reusing the existing skills and templates.
93
+ - Runtime prompts now use more consistent wording, and the docs explicitly state that AI CLI sessions must be restarted after reinstalling, refreshing, or switching modes.
87
94
 
88
95
  ## Core Features
89
96
 
@@ -110,7 +117,7 @@ HelloAGENTS includes 14 `hello-*` skills. They are loaded only when the current
110
117
 
111
118
  All UI work first follows the shared UI quality baseline.
112
119
  In activated projects or explicit UI workflows, `hello-ui` adds deeper design-contract execution, design-system mapping, and visual validation.
113
- When visual evidence is required, HelloAGENTS can record `.helloagents/.ralph-visual.json`.
120
+ When visual evidence is required, HelloAGENTS records it in the current session `artifacts/visual.json`.
114
121
 
115
122
  ### 2) Commands for different work styles
116
123
 
@@ -205,11 +212,13 @@ HelloAGENTS does not treat “tests passed” and “task complete” as the sam
205
212
 
206
213
  Runtime evidence files include:
207
214
 
208
- - `.helloagents/.ralph-review.json`
209
- - `.helloagents/.ralph-advisor.json`
210
- - `.helloagents/.ralph-visual.json`
211
- - `.helloagents/.ralph-closeout.json`
212
- - `.helloagents/loop-results.tsv`
215
+ - `.helloagents/sessions/<branch>/<session>/capsule.json`
216
+ - `.helloagents/sessions/<branch>/<session>/events.jsonl`
217
+ - `.helloagents/sessions/<branch>/<session>/artifacts/review.json`
218
+ - `.helloagents/sessions/<branch>/<session>/artifacts/advisor.json`
219
+ - `.helloagents/sessions/<branch>/<session>/artifacts/visual.json`
220
+ - `.helloagents/sessions/<branch>/<session>/artifacts/closeout.json`
221
+ - `.helloagents/sessions/<branch>/<session>/artifacts/loop-results.tsv`
213
222
 
214
223
  ### 7) Safer install, update, cleanup, and diagnostics
215
224
 
@@ -235,7 +244,7 @@ If another executable named `helloagents` already exists in your `PATH`, use the
235
244
  helloagents-js
236
245
  ```
237
246
 
238
- `postinstall` only installs the package command and initializes `~/.helloagents/helloagents.json`. It does not deploy to any AI CLI automatically.
247
+ By default, `postinstall` installs the package command, initializes `~/.helloagents/helloagents.json`, and syncs runtime files to `~/.helloagents/helloagents`. No host CLI is deployed unless you set `HELLOAGENTS=target[:mode]`, such as `HELLOAGENTS=codex:global`.
239
248
 
240
249
  ### 2) Deploy to a CLI
241
250
 
@@ -250,8 +259,11 @@ Use global mode when you want full rules everywhere:
250
259
 
251
260
  ```bash
252
261
  helloagents --global
262
+ helloagents install --all --global
253
263
  ```
254
264
 
265
+ After reinstalling, refreshing, or switching modes, restart the target AI CLI or open a new session; already running sessions do not reload injected rules automatically.
266
+
255
267
  ### 3) Verify inside your AI CLI
256
268
 
257
269
  Type:
@@ -288,6 +300,8 @@ helloagents install --all --global
288
300
  helloagents update codex
289
301
  helloagents cleanup claude --global
290
302
  helloagents uninstall gemini
303
+ helloagents switch-branch beta
304
+ helloagents switch-branch beta claude --global
291
305
  helloagents doctor
292
306
  helloagents doctor codex --json
293
307
  ```
@@ -301,13 +315,123 @@ Supported targets:
301
315
 
302
316
  If you omit `--standby` or `--global`, HelloAGENTS first reuses the tracked/detected mode for that CLI, then falls back to `standby`.
303
317
 
318
+ ### npm and one-shot script entries
319
+
320
+ Use these when you do not want to depend on the `helloagents` binary being available during package updates. In `HELLOAGENTS=target[:mode]`, target can be `all`, `claude`, `gemini`, or `codex`; mode can be `standby` or `global`, and defaults to `standby`.
321
+
322
+ Host configs use the stable `helloagents-js` entrypoint and runtime root `~/.helloagents/helloagents`, so Node global package paths can change without breaking managed hooks or Codex `notify`.
323
+
324
+ #### npm commands
325
+
326
+ macOS / Linux:
327
+
328
+ ```bash
329
+ # Install to Codex in standby mode
330
+ HELLOAGENTS=codex npm install -g helloagents
331
+
332
+ # Install to Codex in global mode
333
+ HELLOAGENTS=codex:global npm install -g helloagents
334
+
335
+ # Update and sync Claude in standby mode
336
+ HELLOAGENTS=claude:standby npm update -g helloagents
337
+
338
+ # Switch to the beta branch and sync all CLIs in standby mode
339
+ HELLOAGENTS=all:standby npm install -g github:hellowind777/helloagents#beta
340
+
341
+ # Clean Gemini integration before package uninstall
342
+ npm explore -g helloagents -- npm run uninstall -- gemini --standby
343
+ npm uninstall -g helloagents
344
+ ```
345
+
346
+ Windows PowerShell:
347
+
348
+ ```powershell
349
+ # Install to Codex in standby mode
350
+ $env:HELLOAGENTS="codex"; npm install -g helloagents
351
+
352
+ # Install to Codex in global mode
353
+ $env:HELLOAGENTS="codex:global"; npm install -g helloagents
354
+
355
+ # Update and sync Claude in standby mode
356
+ $env:HELLOAGENTS="claude:standby"; npm update -g helloagents
357
+
358
+ # Switch to the beta branch and sync all CLIs in standby mode
359
+ $env:HELLOAGENTS="all:standby"; npm install -g github:hellowind777/helloagents#beta
360
+
361
+ # Clean Gemini integration before package uninstall
362
+ npm explore -g helloagents -- npm run uninstall -- gemini --standby
363
+ npm uninstall -g helloagents
364
+ ```
365
+
366
+ After the package is installed, you can also call its npm scripts directly:
367
+
368
+ ```bash
369
+ npm explore -g helloagents -- npm run deploy:global
370
+ npm explore -g helloagents -- npm run sync-hosts -- --all --standby
371
+ npm explore -g helloagents -- npm run cleanup-hosts -- codex --standby
372
+ npm explore -g helloagents -- npm run uninstall -- --all --standby
373
+ ```
374
+
375
+ #### One-shot scripts
376
+
377
+ macOS / Linux:
378
+
379
+ ```bash
380
+ # Install
381
+ HELLOAGENTS=codex curl -fsSL https://raw.githubusercontent.com/hellowind777/helloagents/main/install.sh | sh
382
+
383
+ # Update
384
+ HELLOAGENTS=claude:standby HELLOAGENTS_ACTION=update curl -fsSL https://raw.githubusercontent.com/hellowind777/helloagents/main/install.sh | sh
385
+
386
+ # Switch branch
387
+ HELLOAGENTS=all:global HELLOAGENTS_ACTION=switch-branch HELLOAGENTS_BRANCH=beta curl -fsSL https://raw.githubusercontent.com/hellowind777/helloagents/main/install.sh | sh
388
+
389
+ # Uninstall
390
+ HELLOAGENTS=gemini HELLOAGENTS_ACTION=uninstall curl -fsSL https://raw.githubusercontent.com/hellowind777/helloagents/main/install.sh | sh
391
+ ```
392
+
393
+ Windows PowerShell:
394
+
395
+ ```powershell
396
+ # Install
397
+ $env:HELLOAGENTS="codex"; irm https://raw.githubusercontent.com/hellowind777/helloagents/main/install.ps1 | iex
398
+
399
+ # Update
400
+ $env:HELLOAGENTS="claude:standby"; $env:HELLOAGENTS_ACTION="update"; irm https://raw.githubusercontent.com/hellowind777/helloagents/main/install.ps1 | iex
401
+
402
+ # Switch branch
403
+ $env:HELLOAGENTS="all:global"; $env:HELLOAGENTS_ACTION="switch-branch"; $env:HELLOAGENTS_BRANCH="beta"; irm https://raw.githubusercontent.com/hellowind777/helloagents/main/install.ps1 | iex
404
+
405
+ # Uninstall
406
+ $env:HELLOAGENTS="gemini"; $env:HELLOAGENTS_ACTION="uninstall"; irm https://raw.githubusercontent.com/hellowind777/helloagents/main/install.ps1 | iex
407
+ ```
408
+
409
+ ### Branch switching
410
+
411
+ `switch-branch` installs the requested npm/GitHub ref first, then syncs host CLIs through npm scripts so it does not depend on the `helloagents` executable during updates:
412
+
413
+ ```bash
414
+ helloagents switch-branch beta
415
+ helloagents switch-branch beta claude --global
416
+ helloagents branch github:hellowind777/helloagents#beta --all --standby
417
+ ```
418
+
419
+ Use normal npm commands when you only want to change the package and not sync host CLIs immediately:
420
+
421
+ ```bash
422
+ npm install -g github:hellowind777/helloagents#beta
423
+ npm update -g helloagents
424
+ npm explore -g helloagents -- npm run uninstall -- --all --standby
425
+ npm uninstall -g helloagents
426
+ ```
427
+
304
428
  ### Standby mode files
305
429
 
306
430
  | CLI | Files written or updated | Cleanup behavior |
307
431
  |-----|--------------------------|------------------|
308
- | Claude Code | `~/.claude/CLAUDE.md`, `~/.claude/settings.json`, `~/.claude/helloagents -> <package-root>` | removes managed marker block, HelloAGENTS hooks/permissions, and symlink |
309
- | Gemini CLI | `~/.gemini/GEMINI.md`, `~/.gemini/settings.json`, `~/.gemini/helloagents -> <package-root>` | removes managed marker block, HelloAGENTS hooks, and symlink |
310
- | Codex CLI | `~/.codex/AGENTS.md`, `~/.codex/config.toml`, `~/.codex/helloagents -> <package-root>`, managed backups | removes managed marker block, managed config keys, symlink, and the latest managed backup |
432
+ | Claude Code | `~/.claude/CLAUDE.md`, `~/.claude/settings.json`, `~/.claude/helloagents -> ~/.helloagents/helloagents` | removes managed marker block, HelloAGENTS hooks/permissions, and symlink |
433
+ | Gemini CLI | `~/.gemini/GEMINI.md`, `~/.gemini/settings.json`, `~/.gemini/helloagents -> ~/.helloagents/helloagents` | removes managed marker block, HelloAGENTS hooks, and symlink |
434
+ | Codex CLI | `~/.codex/AGENTS.md`, `~/.codex/config.toml`, `~/.codex/helloagents -> ~/.helloagents/helloagents`, managed backups | removes managed marker block, managed config keys, symlink, and the latest managed backup |
311
435
 
312
436
  ### Global mode files
313
437
 
@@ -317,13 +441,16 @@ If you omit `--standby` or `--global`, HelloAGENTS first reuses the tracked/dete
317
441
  | Gemini CLI | native extension install | managed by Gemini extension system |
318
442
  | Codex CLI | native local-plugin chain | `~/.agents/plugins/marketplace.json`, `~/plugins/helloagents/`, `~/.codex/plugins/cache/local-plugins/helloagents/local/`, `~/.codex/config.toml`, `~/.codex/helloagents -> ~/plugins/helloagents` |
319
443
 
320
- Claude Code and Gemini CLI global mode still require their host-native install commands:
444
+ In global mode, HelloAGENTS now attempts the host-native install commands automatically. If a host command is unavailable, run the same commands manually:
321
445
 
322
446
  ```text
323
447
  /plugin marketplace add hellowind777/helloagents
448
+ /plugin install helloagents@helloagents
324
449
  gemini extensions install https://github.com/hellowind777/helloagents
325
450
  ```
326
451
 
452
+ For Claude Code, the CLI also tries the equivalent `claude plugin marketplace add ...` and `claude plugin install ...` commands. The marketplace is named `helloagents`, and the plugin is also named `helloagents`, so the install target is `helloagents@helloagents`. Restart the host CLI after a global install.
453
+
327
454
  Codex global mode is installed by HelloAGENTS automatically through the local-plugin path.
328
455
 
329
456
  ## Commands in Chat
@@ -375,8 +502,20 @@ When `project_store_mode = "repo-shared"`:
375
502
  Runtime state and evidence remain local to the working project:
376
503
 
377
504
  - `state_path`
378
- - `.ralph-*.json`
379
- - `loop-results.tsv`
505
+ - `.helloagents/sessions/<branch>/<session>/capsule.json`
506
+ - `.helloagents/sessions/<branch>/<session>/events.jsonl`
507
+ - `.helloagents/sessions/<branch>/<session>/artifacts/*.json`
508
+ - `.helloagents/sessions/<branch>/<session>/artifacts/loop-results.tsv`
509
+
510
+ ### Unactivated or temporary sessions
511
+
512
+ If neither the current directory nor its parents contain an activated `.helloagents/` directory, HelloAGENTS does not write project files automatically. Temporary runtime state is kept under the user-level directory:
513
+
514
+ ```text
515
+ ~/.helloagents/runtime/<scope-key>/
516
+ ```
517
+
518
+ This only stores short-lived `capsule.json`, `events.jsonl`, and `artifacts/`. It is not project knowledge. Expired transient sessions are removed by TTL cleanup.
380
519
 
381
520
  ### Knowledge creation rules
382
521
 
@@ -430,7 +569,7 @@ For heavier UI work, `contract.json` can require:
430
569
  - `ui.styleAdvisor.required`
431
570
  - `ui.visualValidation.required`
432
571
 
433
- Those requirements are closed with `.helloagents/.ralph-advisor.json` and `.helloagents/.ralph-visual.json`.
572
+ Those requirements are closed with the current session `artifacts/advisor.json` and `artifacts/visual.json`.
434
573
 
435
574
  ### Verification sources
436
575
 
@@ -469,9 +608,9 @@ Default shape:
469
608
  | Key | Default | Meaning |
470
609
  |-----|---------|---------|
471
610
  | `output_language` | `""` | follow the user language unless set |
472
- | `output_format` | `true` | only the main agent's final closeout message may use the HelloAGENTS layout |
611
+ | `output_format` | `true` | main-agent final closeout must use the HelloAGENTS layout; intermediate and sub-agent output stays natural |
473
612
  | `notify_level` | `0` | `0` off, `1` desktop, `2` sound, `3` both |
474
- | `ralph_loop_enabled` | `true` | run verification after task completion |
613
+ | `ralph_loop_enabled` | `true` | run verification for explicit `~verify` / `~loop` or required closeout gates |
475
614
  | `guard_enabled` | `true` | block dangerous commands |
476
615
  | `kb_create_mode` | `1` | control automatic knowledge base updates |
477
616
  | `project_store_mode` | `"local"` | `local` or `repo-shared` |
@@ -484,14 +623,14 @@ Default shape:
484
623
 
485
624
  - standby writes `~/.claude/CLAUDE.md`
486
625
  - standby updates `~/.claude/settings.json` with managed hooks and permissions
487
- - standby creates `~/.claude/helloagents -> <package-root>`
626
+ - standby creates `~/.claude/helloagents -> ~/.helloagents/helloagents`
488
627
  - global mode uses Claude Code's plugin system
489
628
 
490
629
  ### Gemini CLI
491
630
 
492
631
  - standby writes `~/.gemini/GEMINI.md`
493
632
  - standby updates `~/.gemini/settings.json` with managed hooks
494
- - standby creates `~/.gemini/helloagents -> <package-root>`
633
+ - standby creates `~/.gemini/helloagents -> ~/.helloagents/helloagents`
495
634
  - global mode uses Gemini's extension system
496
635
 
497
636
  ### Codex CLI
@@ -499,9 +638,9 @@ Default shape:
499
638
  Codex is rules-file driven by default.
500
639
 
501
640
  - standby writes `~/.codex/AGENTS.md`
502
- - standby writes a managed `model_instructions_file` pointing to that file
503
- - standby writes a managed `notify` command for closeout notification
504
- - standby creates `~/.codex/helloagents -> <package-root>`
641
+ - standby writes a managed `model_instructions_file = "~/.codex/AGENTS.md"`
642
+ - standby writes a managed `notify = ["helloagents-js", "codex-notify"]` command for closeout notification
643
+ - standby creates `~/.codex/helloagents -> ~/.helloagents/helloagents`
505
644
  - global mode installs the native local-plugin chain
506
645
  - HelloAGENTS does not enable Codex hooks by default
507
646
 
@@ -520,7 +659,7 @@ The current test suite covers:
520
659
  - Codex managed `model_instructions_file`, `notify`, local plugin, marketplace, and cache behavior
521
660
  - `helloagents doctor`
522
661
  - project storage and `repo-shared` behavior
523
- - session-scoped `state_path`
662
+ - session-scoped `state_path`, runtime signals, and evidence
524
663
  - runtime routing, guard, verification, visual evidence, and delivery gates
525
664
  - README and skill contract alignment
526
665
 
@@ -560,7 +699,7 @@ Yes.
560
699
 
561
700
  ### Does `npm uninstall -g helloagents` remove project knowledge?
562
701
 
563
- No. Package uninstall removes the package. Project `.helloagents/` files and `~/.helloagents/helloagents.json` are intentionally preserved unless you remove them yourself.
702
+ No. Run `npm explore -g helloagents -- npm run uninstall -- --all --standby` before package removal to clean host integrations and the stable runtime copy. Project `.helloagents/` files and `~/.helloagents/helloagents.json` are intentionally preserved unless you remove them yourself.
564
703
 
565
704
  ## Troubleshooting
566
705