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.
- package/.claude-plugin/marketplace.json +6 -4
- package/.claude-plugin/plugin.json +1 -1
- package/.codex-plugin/plugin.json +1 -1
- package/README.md +169 -30
- package/README_CN.md +169 -30
- package/bootstrap-lite.md +27 -20
- package/bootstrap.md +30 -23
- package/cli.mjs +119 -11
- package/gemini-extension.json +1 -1
- package/install.ps1 +125 -0
- package/install.sh +118 -0
- package/package.json +12 -3
- package/scripts/advisor-state.mjs +36 -63
- package/scripts/capability-registry.mjs +3 -3
- package/scripts/cli-branch.mjs +84 -0
- package/scripts/cli-codex-config.mjs +11 -20
- package/scripts/cli-codex.mjs +32 -38
- package/scripts/cli-doctor-render.mjs +4 -0
- package/scripts/cli-doctor.mjs +40 -30
- package/scripts/cli-host-detect.mjs +0 -1
- package/scripts/cli-hosts.mjs +16 -8
- package/scripts/cli-lifecycle-hosts.mjs +92 -27
- package/scripts/cli-lifecycle.mjs +9 -7
- package/scripts/cli-messages.mjs +34 -16
- package/scripts/cli-runtime-carrier.mjs +36 -0
- package/scripts/cli-runtime-root.mjs +72 -0
- package/scripts/cli-toml.mjs +0 -79
- package/scripts/cli-utils.mjs +30 -4
- package/scripts/closeout-state.mjs +35 -62
- package/scripts/delivery-gate-messages.mjs +70 -0
- package/scripts/delivery-gate.mjs +9 -75
- package/scripts/guard-rules.mjs +42 -42
- package/scripts/guard.mjs +44 -24
- package/scripts/notify-context.mjs +19 -28
- package/scripts/notify-gates.mjs +2 -0
- package/scripts/notify-route.mjs +9 -7
- package/scripts/notify-ui.mjs +46 -33
- package/scripts/notify.mjs +60 -32
- package/scripts/project-storage.mjs +35 -66
- package/scripts/ralph-loop.mjs +36 -31
- package/scripts/replay-state.mjs +31 -128
- package/scripts/review-state.mjs +34 -61
- package/scripts/runtime-artifacts.mjs +95 -0
- package/scripts/runtime-context.mjs +35 -29
- package/scripts/runtime-scope.mjs +313 -0
- package/scripts/session-capsule.mjs +202 -0
- package/scripts/turn-state-cli.mjs +17 -0
- package/scripts/turn-state.mjs +185 -66
- package/scripts/turn-stop-gate.mjs +24 -6
- package/scripts/verify-state.mjs +34 -85
- package/scripts/visual-state.mjs +38 -65
- package/scripts/workflow-core.mjs +2 -2
- package/scripts/workflow-plan-files.mjs +1 -1
- package/scripts/workflow-recommendation.mjs +17 -13
- package/scripts/workflow-state.mjs +5 -5
- package/skills/commands/build/SKILL.md +1 -1
- package/skills/commands/commit/SKILL.md +1 -1
- package/skills/commands/help/SKILL.md +3 -3
- package/skills/commands/loop/SKILL.md +1 -1
- package/skills/commands/plan/SKILL.md +8 -6
- package/skills/commands/prd/SKILL.md +5 -3
- package/skills/commands/verify/SKILL.md +5 -5
- package/skills/hello-debug/SKILL.md +20 -3
- package/skills/hello-review/SKILL.md +2 -2
- package/skills/hello-subagent/SKILL.md +2 -2
- package/skills/hello-test/SKILL.md +6 -2
- package/skills/hello-ui/SKILL.md +4 -4
- package/skills/hello-verify/SKILL.md +10 -7
- package/skills/helloagents/SKILL.md +12 -7
- package/templates/context.md +6 -0
- package/templates/plans/plan.md +3 -0
- package/templates/plans/tasks.md +8 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "helloagents
|
|
3
|
-
"description": "
|
|
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
|
-
"
|
|
13
|
-
|
|
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.
|
|
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.
|
|
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
|
-
[](./package.json)
|
|
12
12
|
[](https://www.npmjs.com/package/helloagents)
|
|
13
13
|
[](./package.json)
|
|
14
14
|
[](./skills)
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
## Contents
|
|
31
31
|
|
|
32
32
|
- [What HelloAGENTS Does](#what-helloagents-does)
|
|
33
|
-
- [What Changed Since v3.0.
|
|
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.
|
|
80
|
+
## What Changed Since v3.0.12
|
|
81
81
|
|
|
82
|
-
These are the main user-visible
|
|
82
|
+
These are the main user-visible changes in `v3.0.15`, compared with `v3.0.12`:
|
|
83
83
|
|
|
84
|
-
-
|
|
85
|
-
-
|
|
86
|
-
-
|
|
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
|
|
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
|
|
209
|
-
- `.helloagents
|
|
210
|
-
- `.helloagents
|
|
211
|
-
- `.helloagents
|
|
212
|
-
- `.helloagents/
|
|
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`
|
|
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 ->
|
|
309
|
-
| Gemini CLI | `~/.gemini/GEMINI.md`, `~/.gemini/settings.json`, `~/.gemini/helloagents ->
|
|
310
|
-
| Codex CLI | `~/.codex/AGENTS.md`, `~/.codex/config.toml`, `~/.codex/helloagents ->
|
|
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
|
-
|
|
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
|
-
- `.
|
|
379
|
-
-
|
|
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
|
|
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` |
|
|
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
|
|
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 ->
|
|
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 ->
|
|
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
|
|
503
|
-
- standby writes a managed `notify` command for closeout notification
|
|
504
|
-
- standby creates `~/.codex/helloagents ->
|
|
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.
|
|
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
|
|