@pellux/goodvibes-agent 1.0.33 → 1.0.34

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 (57) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/README.md +71 -59
  3. package/dist/package/main.js +565 -420
  4. package/docs/README.md +25 -21
  5. package/docs/channels-remote-and-api.md +2 -2
  6. package/docs/connected-host.md +3 -3
  7. package/docs/getting-started.md +87 -86
  8. package/docs/providers-and-routing.md +3 -3
  9. package/docs/release-and-publishing.md +3 -3
  10. package/docs/tools-and-commands.md +149 -139
  11. package/docs/voice-and-live-tts.md +1 -1
  12. package/package.json +1 -1
  13. package/release/live-verification/live-verification.json +2 -2
  14. package/release/live-verification/live-verification.md +2 -2
  15. package/release/release-notes.md +6 -15
  16. package/release/release-readiness.json +4 -4
  17. package/src/agent/harness-control.ts +42 -3
  18. package/src/runtime/bootstrap.ts +10 -18
  19. package/src/tools/agent-analysis-registry-policy.ts +2 -9
  20. package/src/tools/agent-channel-send-tool.ts +1 -5
  21. package/src/tools/agent-context-policy.ts +1 -5
  22. package/src/tools/agent-find-policy.ts +1 -4
  23. package/src/tools/agent-harness-channel-metadata.ts +23 -23
  24. package/src/tools/agent-harness-cli-metadata.ts +4 -1
  25. package/src/tools/agent-harness-command-catalog.ts +10 -3
  26. package/src/tools/agent-harness-connected-host-status.ts +8 -2
  27. package/src/tools/agent-harness-delegation-posture.ts +5 -5
  28. package/src/tools/agent-harness-mcp-metadata.ts +30 -28
  29. package/src/tools/agent-harness-media-posture.ts +9 -9
  30. package/src/tools/agent-harness-metadata.ts +25 -7
  31. package/src/tools/agent-harness-model-routing.ts +14 -14
  32. package/src/tools/agent-harness-model-tool-catalog.ts +7 -2
  33. package/src/tools/agent-harness-notification-metadata.ts +17 -17
  34. package/src/tools/agent-harness-pairing-posture.ts +7 -7
  35. package/src/tools/agent-harness-panel-metadata.ts +26 -12
  36. package/src/tools/agent-harness-provider-account-metadata.ts +33 -31
  37. package/src/tools/agent-harness-security-posture.ts +9 -7
  38. package/src/tools/agent-harness-service-posture.ts +22 -16
  39. package/src/tools/agent-harness-session-metadata.ts +9 -7
  40. package/src/tools/agent-harness-setup-posture.ts +6 -6
  41. package/src/tools/agent-harness-tool-schema.ts +1 -0
  42. package/src/tools/agent-harness-tool.ts +79 -36
  43. package/src/tools/agent-harness-ui-surface-metadata.ts +19 -11
  44. package/src/tools/agent-harness-workspace-actions.ts +29 -1
  45. package/src/tools/agent-knowledge-ingest-tool.ts +1 -5
  46. package/src/tools/agent-knowledge-tool.ts +1 -5
  47. package/src/tools/agent-local-registry-tool.ts +1 -4
  48. package/src/tools/agent-media-generate-tool.ts +1 -5
  49. package/src/tools/agent-notify-tool.ts +1 -5
  50. package/src/tools/agent-operator-action-tool.ts +1 -5
  51. package/src/tools/agent-operator-briefing-tool.ts +1 -5
  52. package/src/tools/agent-read-policy.ts +1 -4
  53. package/src/tools/agent-reminder-schedule-tool.ts +1 -5
  54. package/src/tools/agent-tool-policy-guard.ts +7 -34
  55. package/src/tools/agent-web-search-policy.ts +1 -4
  56. package/src/tools/agent-work-plan-tool.ts +1 -5
  57. package/src/version.ts +1 -1
package/docs/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # GoodVibes Agent Docs
2
2
 
3
- These are the package-facing docs for the GoodVibes Agent `1.0.x` release line, the personal operator assistant TUI for GoodVibes.
3
+ These are the package-facing docs for the GoodVibes Agent `1.0.x` release line.
4
4
 
5
- Current package docs:
5
+ ## Current Docs
6
6
 
7
7
  - [Getting Started](getting-started.md)
8
8
  - [Connected Host](connected-host.md)
@@ -14,22 +14,26 @@ Current package docs:
14
14
  - [Project Planning](project-planning.md)
15
15
  - [Release And Publishing](release-and-publishing.md)
16
16
 
17
- Important baseline constraints:
18
-
19
- - Agent installs one executable: `goodvibes-agent`.
20
- - Current package version is recorded in `package.json`; the top `CHANGELOG.md` section is the latest completed `1.0.x` release in this tree.
21
- - Agent uses Bun `1.3.10` or newer and TypeScript-authored source.
22
- - Agent depends on `@pellux/goodvibes-sdk@0.33.36`.
23
- - Agent connects to a GoodVibes host owned outside this product.
24
- - Agent does not start, stop, restart, install, uninstall, or own the connected GoodVibes host.
25
- - User-facing Agent workspace categories/actions, single workspace-action lookup/execution, built-in panels and single-panel lookup, modal/overlay/picker UI surfaces and single-surface lookup, named operator surfaces, top-level CLI mirrors and single-mirror lookup with preferred model routes, fixed shortcuts, configurable keybindings, single-keybinding lookup, shell-safe keybinding execution, slash commands, single-command lookup with effect, boundary, and preferred-route policy metadata, channel readiness summary/search/single-channel lookup, redacted notification target summary/search/single-target lookup, provider account summary/search/single-provider lookup, MCP server summary/search/single-server lookup with trust, role, quarantine, and tool inventory posture, setup/onboarding posture summary/search/single-item lookup, provider/model routing posture summary/search/single-route-or-model lookup, pairing posture summary/search/single-route lookup, delegation posture summary/search/single-route lookup, security posture summary/search/single-finding lookup, support/auth/trust/subscription/voice bundle route discovery and redacted bundle inspection, voice/media posture summary/search/single-provider lookup, session/bookmark posture summary/search/single-session lookup, compact model tools with optional schema inlining and individual model tool schemas, release evidence bundle summary/search/single-artifact lookup, release-readiness inventory summary/search/single-item lookup, settings catalog filtering and single-setting lookup, local registries, public operator method catalog, single operator method inspection, service endpoint posture, single service endpoint inspection, connected-host capability boundaries, single connected-host capability inspection, and live connected-host readiness are model-visible through Agent-owned tools. Visible UI routing includes the command browser, reasoning-effort picker, live process output, runtime activity, settings, workspaces, and pickers the user can open. Every workspace editor descriptor reports model-execution route metadata, and local memory, note, persona, skill, and routine create editors can also run through confirmed workspace actions. Mutations, visible UI routing, keybinding execution, channel delivery, notification delivery, provider auth changes, setup apply/import/profile changes, provider/model selection/refresh/favorite/custom-provider changes, pairing/manual-token/companion connection changes, delegation submissions, security/trust/bundle export-import changes, voice/media generation and voice toggle changes, session/bookmark save/resume/export/delete changes, and MCP server configuration/trust/role/quarantine changes remain explicit and confirmation-gated; prompt-editor-only shortcuts stay direct user interaction; and ambiguous lookup matches are refused with candidates instead of guessed.
26
- - Agent Knowledge uses only `/api/goodvibes-agent/knowledge/*`; there is no default knowledge or non-Agent product fallback.
27
- - Agent supports isolated Agent homes with `GOODVIBES_AGENT_HOME=<path>` and named profile homes with `goodvibes-agent profiles create <name> --template <starter> --yes` plus `--agent-profile <name>`.
28
- - Agent supports connected-host URL overrides with `--runtime-url http://host:port` or `GOODVIBES_AGENT_RUNTIME_URL=http://host:port`; these only change the Agent connection target.
29
- - Agent ships starter profile templates for household, research, travel, operations, and personal productivity local state; `profiles templates export/import` and `/agent-profile guide` support local custom starters.
30
- - First-run setup can seed an initial scratchpad note, local persona, skill, and routine without writing to connected-host knowledge or non-Agent segments.
31
- - Local memory, notes, personas, routines, and Agent skills are stored under the Agent home. Notes are scratchpad records; reviewed memory, personas, routines, and skills are injected only into the serial Agent conversation.
32
- - Normal assistant chat is not coding-session delegation.
33
- - Build/fix/review delegation to GoodVibes TUI must be explicit; delegated review is not the default Agent behavior.
34
-
35
- The Agent docs above define supported `1.0.x` behavior.
17
+ ## Baseline
18
+
19
+ - Package executable: `goodvibes-agent`.
20
+ - Install/runtime: Bun `1.3.10` or newer.
21
+ - Current Agent version: `package.json`.
22
+ - SDK pin: exact `@pellux/goodvibes-sdk@0.33.36` version in `package.json`.
23
+ - Connected host: owned outside Agent; Agent reports and uses it but does not manage lifecycle.
24
+ - Agent Knowledge: only `/api/goodvibes-agent/knowledge/*`; no default knowledge fallback.
25
+ - Local state: memory, notes, personas, skills, routines, sessions, setup, and profiles live under the Agent home.
26
+ - Build/fix/review work: explicit delegation to GoodVibes TUI, not normal chat behavior.
27
+
28
+ ## Model Access Baseline
29
+
30
+ Agent-owned model tools expose the same user-facing harness surfaces:
31
+
32
+ - `agent_harness` for workspace actions, slash commands, settings, panels, UI surfaces, keybindings, tool schemas, service/daemon posture, connected-host capability/status, release evidence, and posture catalogs.
33
+ - `agent_knowledge` and `agent_knowledge_ingest` for isolated Agent Knowledge.
34
+ - `agent_local_registry` for Agent-local memory, notes, personas, skills, bundles, and routines.
35
+ - `agent_work_plan` for visible local work-plan state.
36
+ - `agent_operator_briefing` and `agent_operator_action` for public connected operator state and exact confirmed actions.
37
+ - `agent_channel_send`, `agent_notify`, `agent_reminder_schedule`, and `agent_media_generate` for explicit confirmed effects.
38
+
39
+ Catalog modes are compact by default. Detailed schemas, route hints, redacted log tail, release artifact data, and editor fields require `includeParameters:true` or a singular inspect mode. Mutations, external delivery, UI routing, keybinding changes, setting writes, local destructive actions, media generation, reminders, and connected-host operator actions remain confirmation-gated and refuse ambiguous lookup.
@@ -19,9 +19,9 @@ Agent-local memory, routines, skills, and personas are not automatically broadca
19
19
 
20
20
  The model can inspect pairing posture with `agent_harness` mode `pairing_posture`, and inspect one pairing route with mode `pairing_route` using `pairingRouteId`, `target`, or `query`. Those pairing modes return endpoint binding, pairing surface id, route catalog, and token fingerprint only; raw tokens and QR payloads are never returned by the read-only posture modes. QR display, manual token display, companion connection, channel delivery, task, approval, provider/model, and attachment actions stay visible user flows.
21
21
 
22
- The model can inspect channel-facing workspace actions with `agent_harness`, list the structured channel readiness map with `agent_harness` mode `channels`, and inspect one channel with mode `channel` using `channelId`, `target`, or `query`. Those readiness modes are read-only: they return setup state, delivery posture, risk labels, safe config-key names, default-target key names, and preferred model routes without printing secret values or sending messages. The model can send one explicit configured delivery through `agent_channel_send` only when the user asks for that exact effect. It must not create routes, authorize accounts, infer recipients, or expose new public surfaces from chat.
22
+ The model can inspect channel-facing workspace actions with `agent_harness`, list the structured channel readiness map with `agent_harness` mode `channels`, and inspect one channel with mode `channel` using `channelId`, `target`, or `query`. Channel discovery is compact by default. Use `includeParameters:true` or single-channel inspection when the model needs delivery target shape, read-only connected-route hints, or full route metadata. These modes are read-only: they return setup state, delivery posture, risk labels, safe config-key names, and default-target key names without printing secret values or sending messages. The model can send one explicit configured delivery through `agent_channel_send` only when the user asks for that exact effect. It must not create routes, authorize accounts, infer recipients, or expose new public surfaces from chat.
23
23
 
24
- The model can inspect configured notification target posture with `agent_harness` mode `notifications`, and inspect one redacted target with mode `notification_target` using `notificationTargetId`, `target`, or `query`. Those notification modes return target count, validity, protocol/host posture, fingerprints, and management route hints, but not full webhook URLs. Use `agent_notify` for one explicit confirmed notification. Use confirmed `/notify` mirrors for target management only when the user supplies the exact add/remove/clear/test intent.
24
+ The model can inspect configured notification target posture with `agent_harness` mode `notifications`, and inspect one redacted target with mode `notification_target` using `notificationTargetId`, `target`, or `query`. Notification discovery is compact by default. Use `includeParameters:true` or single-target inspection when management route hints are needed. These modes return target count, validity, protocol/host posture, and fingerprints, but not full webhook URLs. Use `agent_notify` for one explicit confirmed notification. Use confirmed `/notify` mirrors for target management only when the user supplies the exact add/remove/clear/test intent.
25
25
 
26
26
  ## Companion And Session Routes
27
27
 
@@ -69,13 +69,13 @@ Agent owns the operator assistant TUI, local profiles, local memory/notes/routin
69
69
 
70
70
  Agent does not own connected-host lifecycle. It does not provide commands to install, expose, start, stop, restart, or mutate the connected GoodVibes host.
71
71
 
72
- The model can inspect this boundary with `agent_harness` mode `connected_host`. That report includes the configured base URL, token presence, token path, allowed route families, first-class Agent tool capabilities, tool availability, and blocked capabilities. Allowed capabilities include read-only operator briefing, explicit allowlisted approval/automation/schedule actions, isolated Agent Knowledge status/ask/search/source/node/issue/item/map/connector reads, isolated Agent Knowledge ingest, confirmed channel or notification delivery, confirmed reminder schedules, and configured media generation. Blocked capabilities include connected-host lifecycle, listener mutation, default or non-Agent knowledge fallback, hidden background Agent jobs, implicit delegated review, route/account creation, and arbitrary connected-host mutations. To inspect one surface without parsing the full report, use `connected_host_capability` with `capabilityId`, `target`, or `query`; it returns either the allowed capability with related route families or the blocked capability with the boundary reason.
72
+ The model can inspect this boundary with `agent_harness` mode `connected_host`. `daemon` is an alias for the same posture report. By default the report is compact: configured base URL, token posture, ownership, mode hints, and capability counts. Use `includeParameters:true` for full route families, allowed capabilities, blocked capabilities, and first-class Agent tool availability. Allowed capabilities include read-only operator briefing, explicit allowlisted approval/automation/schedule actions, isolated Agent Knowledge read/ingest, confirmed channel or notification delivery, confirmed reminder schedules, and configured media generation. Blocked capabilities include connected-host lifecycle, listener mutation, default or non-Agent knowledge fallback, hidden background Agent jobs, implicit delegated review, route/account creation, and arbitrary connected-host mutations. To inspect one surface without parsing the full report, use `connected_host_capability` with `capabilityId`, `target`, or `query`.
73
73
 
74
74
  The model can inspect the public operator method catalog with `agent_harness` mode `operator_methods`. That report lists the allowlisted read and mutation methods, their public routes, owning first-class model tools, confirmation policy, and boundary. To inspect one method without parsing the full report, use `operator_method` with `methodId`, `target`, or `query`. This is a read-only catalog and does not expose arbitrary route invocation.
75
75
 
76
- The model can inspect service posture with `agent_harness` mode `service_posture`. That report exposes the same read-only endpoint binding, network-facing posture, issue, and redacted-log diagnostics used by status, doctor, and support bundles. To inspect one endpoint without parsing the full report, use `service_endpoint` with `endpointId`, `target`, or `query`; valid endpoint ids are `controlPlane`, `httpListener`, and `web`. These modes are diagnostic only and do not expose host start, stop, restart, install, listener, or account-management operations.
76
+ The model can inspect service posture with `agent_harness` mode `service_posture`. That report exposes the same read-only endpoint binding, network-facing posture, issue, and redacted-log diagnostics used by status, doctor, and support bundles. Use `includeParameters:true` when reachability probes and redacted log tail are needed. To inspect one endpoint, use `service_endpoint` with `endpointId`, `target`, or `query`; valid endpoint ids are `controlPlane`, `httpListener`, and `web`. These modes are diagnostic only and do not expose host start, stop, restart, install, listener, or account-management operations.
77
77
 
78
- The model can inspect live connected-host readiness with `agent_harness` mode `connected_host_status`. That report uses the same read-only status probe as the CLI: it checks the connected-host status route, verifies the SDK version pin, checks the isolated Agent Knowledge status route when token and version posture allow it, reports endpoint bindings and token posture without printing token values, and returns actionable findings. It is diagnostic only and does not expose host start, stop, restart, install, listener, or account-management operations.
78
+ The model can inspect live connected-host readiness with `agent_harness` mode `connected_host_status`. `daemon_status` is an alias. That report uses the same read-only status probe as the CLI: it checks the connected-host status route, verifies the SDK version pin, checks the isolated Agent Knowledge status route when token and version posture allow it, reports endpoint bindings and token posture without printing token values, and returns actionable findings. `includeParameters:true` adds route family and capability detail. It is diagnostic only and does not expose host start, stop, restart, install, listener, or account-management operations.
79
79
 
80
80
  The model can inspect companion pairing posture with `agent_harness` mode `pairing_posture`, and inspect one pairing/mobile route with `pairing_route`. Those modes report the control-plane endpoint binding, pairing surface id, token presence/fingerprint, and route catalog without returning raw tokens or QR payloads. Pairing display, manual token display, companion connection, channel delivery, task, approval, provider/model, and attachment actions remain visible user flows.
81
81
 
@@ -1,16 +1,14 @@
1
1
  # Getting Started
2
2
 
3
- GoodVibes Agent is the installable `1.0.x` personal operator assistant built on the GoodVibes TUI foundation.
3
+ GoodVibes Agent is the installable `1.0.x` personal operator assistant TUI for GoodVibes.
4
4
 
5
5
  ## Requirements
6
6
 
7
- - Bun `1.3.10` or newer
8
- - A connected GoodVibes host compatible with `@pellux/goodvibes-sdk@0.33.36`
9
- - A token/config path accepted by the connected host
7
+ - Bun `1.3.10` or newer.
8
+ - A connected GoodVibes host compatible with the exact `@pellux/goodvibes-sdk@0.33.36` pin in `package.json`.
9
+ - Connected-host token/config state accepted by that host.
10
10
 
11
- Agent does not launch the connected host for you.
12
-
13
- Use the interactive TUI first. CLI subcommands are secondary support paths for install checks, setup inspection, and scriptable mirrors of workflows that are already reachable from the workspace.
11
+ Agent does not launch or manage the connected host.
14
12
 
15
13
  ## Install From Package
16
14
 
@@ -20,13 +18,15 @@ goodvibes-agent --help
20
18
  goodvibes-agent
21
19
  ```
22
20
 
23
- If the installed command is not found, add Bun's global bin directory to `PATH`:
21
+ If `goodvibes-agent` is not on `PATH`:
24
22
 
25
23
  ```sh
26
24
  export PATH="$(bun pm bin -g):$PATH"
27
25
  goodvibes-agent --help
28
26
  ```
29
27
 
28
+ `goodvibes-agent` starts the interactive TUI. On a fresh Agent home, setup opens first. After setup is applied, the TUI opens directly into the Agent workspace.
29
+
30
30
  ## Run From Source
31
31
 
32
32
  ```sh
@@ -36,130 +36,131 @@ bun install
36
36
  bun run dev
37
37
  ```
38
38
 
39
- `bun run dev` starts the Agent TUI. The same entrypoint backs the installed `goodvibes-agent` command.
40
-
41
- `goodvibes-agent` starts the interactive Agent TUI. On a fresh Agent home, the TUI opens Agent setup first.
42
-
43
- After setup has been applied once, the TUI opens directly into the Agent operator workspace. You can also reopen it with `/agent`, `/home`, or `/operator`. That fullscreen workspace is the current front door for setup/config, conversation/session controls, provider/model selection, read-only web research, Agent Knowledge, local memory/notes/skills/routines/personas, channel readiness, voice/media setup, read-only work/approval/automation views, and explicit GoodVibes TUI build delegation.
44
-
45
- Press `/` inside the Agent workspace to search every workspace action by name, category, command, or detail. Use that finder before reaching for shell commands; CLI subcommands are scriptable mirrors of these TUI workflows.
46
-
47
- The model can inspect and use the same harness surface through Agent-owned tools. `agent_harness` exposes workspace category discovery, workspace action discovery, single workspace-action inspection and execution by action id, command, or lookup text, built-in panel discovery/routing by panel id or lookup text, modal/overlay/picker UI surface discovery/routing by surface id or lookup text, top-level CLI mirror discovery and single-mirror lookup by command string, command token, or lookup text, fixed shortcut and configurable keybinding discovery, keybinding inspection/mutation by action id or lookup text, confirmation-gated shell-safe keybinding execution, slash-command discovery, single slash-command inspection by typed command or lookup text, concrete built-in command effect, boundary, and preferred-route policy metadata, single slash-command execution by typed command or lookup text with confirmation, channel readiness discovery and single-channel inspection by id or lookup text, redacted notification target discovery and single-target inspection by id or lookup text, provider account discovery and single-account inspection by provider id or lookup text, MCP server discovery and single-server inspection by id or lookup text, setup/onboarding posture discovery and single setup-item inspection by id or lookup text, provider/model routing discovery and single route-or-model inspection by id or lookup text, companion pairing posture discovery and single pairing-route inspection by id or lookup text, explicit build-delegation posture discovery and single delegation-route inspection by id or lookup text, redacted security posture discovery and single-finding inspection by id or lookup text, support/auth/trust/subscription/voice bundle route discovery and redacted existing-bundle inspection by path, voice/media readiness discovery and single-provider inspection by id or lookup text, session/bookmark posture discovery and single saved-session inspection by id or lookup text, compact model tool discovery with optional schema inlining and single-tool schema inspection, release evidence bundle discovery with summary, search, and single-artifact lookup, release-readiness inventory discovery with summary, search, and single-item lookup, settings catalog filtering plus inspection/mutation by key or lookup text, public operator method catalog and single-method inspection, service posture and single-endpoint inspection, connected-host capability inventory, single connected-host capability inspection, and live connected-host readiness posture.
39
+ ## First Run
48
40
 
49
- CLI mirror modes are read-only catalog/parser inspection and point the model to the matching in-process tool, workspace action, setting mode, slash-command mirror, or current-conversation response route. Panel modes expose catalog/open state and route visible panel/workspace changes through the current Agent shell bridge with confirmation. UI surface modes expose help, shortcuts, command browser, conversation search, prompt-history search, slash-command mode, file picker, block actions, context, runtime activity, live process output, bookmarks, model/provider/reasoning-effort pickers, TTS provider/voice pickers, session/profile pickers, the panel-picker compatibility route, security/knowledge/subscription operator surfaces, settings, MCP workspace, onboarding, and Agent workspace entrypoints; `open_ui_surface` is confirmation-gated and only performs visible shell navigation. Shortcut modes expose the fixed runtime/editor shortcuts and the live keybindings table; keybinding descriptors include a model operation route, `run_keybinding` executes supported shell-safe equivalents only with confirmation, prompt-editor-only or terminal-selection shortcuts remain direct user interaction, and confirmed keybinding edits write the same `keybindings.json` file the user edits and reload the runtime manager.
41
+ Use the interactive workspace first. CLI subcommands are secondary support paths for install checks, setup inspection, and scriptable mirrors.
50
42
 
51
- Workspace action discovery can include editor field schemas with `includeParameters:true`, including starter-template defaults for profile creation and selected-routine defaults for routine schedule promotion when `recordId` is supplied; model tool discovery can include JSON schemas with `includeParameters:true`; channel readiness discovery can include target-shape hints with `includeParameters:true`; notification target discovery can include management-route hints with `includeParameters:true`; provider account discovery can include login/logout route hints with `includeParameters:true`; MCP server discovery can include per-server tool inventory with `includeParameters:true`; setup posture discovery can include model route hints with `includeParameters:true`; model routing discovery can include mutation-route hints with `includeParameters:true`; pairing posture discovery can include connected-host/channel route hints with `includeParameters:true`; delegation posture discovery can include delegation route hints with `includeParameters:true`; security posture discovery can include finding detail with `includeParameters:true`; support bundle route discovery can include route parameter hints with `includeParameters:true`; voice/media posture discovery can include model route hints with `includeParameters:true`; session discovery can include saved-session file paths and search snippets with `includeParameters:true`; release evidence discovery can include artifact source/data with `includeParameters:true`; release-readiness discovery can include source and quality detail with `includeParameters:true`; operator method discovery can include parameter hints with `includeParameters:true`; service posture discovery can include reachability probes and redacted log tail with `includeParameters:true`; every editor descriptor reports `modelExecution` route metadata, and single-action lookup and execution use the same user-facing search fields, return lookup metadata where the action result carries descriptors, and refuse ambiguous run requests with candidates.
43
+ Primary first-run areas:
52
44
 
53
- Single-CLI-mirror, single-panel, single-surface, single-keybinding, single-slash-command, single-channel, single-notification-target, single-provider-account, single-MCP-server, single-setup-item, single-model-route-or-model, single-pairing-route, single-delegation-route, single-security-finding, single-support-bundle, single-voice-media-provider, single-saved-session, single-tool, single-release-evidence-artifact, single-release-readiness-item, single-operator-method, single-service-endpoint, single-setting, and single-connected-host-capability lookup use their catalog search fields, return lookup metadata where the result carries it, and refuse ambiguous route, schema, capability, or mutation requests with candidates; confirmed slash-command execution uses the same slash-command lookup and refuses ambiguous requests before any handler runs. Selection-based local workspace actions accept a local `recordId`, so the model can use the same note promotion and local registry flows as the TUI. Direct local create editors for memory, notes, personas, skills, and routines can execute from submitted fields through `run_workspace_action` and `agent_local_registry` with confirmation. Command-backed editor forms execute through the shared slash-command registry with confirmation, and web research/fetch forms return the main-conversation prompt for the model to use directly. First-class model tools cover the main product workflows directly: Agent Knowledge status/ask/search, source/node/issue lists, item lookup, map summary, connector list/detail/doctor, Agent Knowledge ingest, Agent-local memory/notes/personas/skills/routines, operator actions, notifications, channel sends, reminders, generated media, and work plans.
45
+ - Setup: provider/model, connected-host compatibility, Agent Knowledge readiness, profiles, support bundles, subscriptions, and auth review.
46
+ - Home: normal chat, operator briefing, model selection, and health.
47
+ - Knowledge: isolated Agent Knowledge status, ask/search, inspection, and confirmed ingest.
48
+ - Memory & Skills: local memory, notes, personas, skills, routines, and learned behavior capture.
49
+ - Channels: companion pairing, channel readiness, notification targets, and confirmed sends.
50
+ - Voice & Media: TTS setup, image input, and confirmed generated media.
51
+ - Work & Automation: work-plan tracking, approvals, schedules, reminders, and explicit operator actions.
54
52
 
55
- Use the Artifacts area for concrete files and generated output: attach images to prompts, export conversations or saved sessions, ingest local source files and URL lists into Agent Knowledge, import bookmarks or browser history, inspect source records, and generate media artifacts from confirmed prompts.
53
+ Press `/` inside the Agent workspace to search actions by name, category, command, or detail.
56
54
 
57
- The setup workspace scans Agent-local behavior folders and shows importable persona, skill, and routine files before asking you to create blank records. It can also create one initial scratchpad note, local persona, skill, and routine from the setup form. Use the workspace action finder to search for local behavior discovery/import actions, preview files, then import reviewed records from the matching workspace.
55
+ ## Model Access
58
56
 
59
- Use the Profiles workspace Starter authoring guide to walk through starter-profile authoring. It lists built-in and local starters, exports a JSON starter for editing, imports the edited starter back into this Agent home, and creates isolated profiles from the result.
57
+ The main Agent model can use the same user-facing harness through Agent-owned tools. Use `agent_harness mode:"summary"` for a compact map, then drill into plural catalogs or single-item inspect modes.
60
58
 
61
- Use the Profiles workspace form to assemble a local starter template and isolated Agent profile from reviewed discovered persona, skill, and routine files. Scriptable profile commands mirror the same flow for automation; use them only when you intentionally want a shell-driven setup path.
59
+ Default discovery is intentionally compact:
62
60
 
63
- Use the Knowledge area in that workspace to ingest source URLs, local files, URL-list files, bookmarks, browser history, and connector input without leaving the TUI. Every ingest path requires typed confirmation and writes only to the isolated Agent Knowledge segment.
61
+ - plural modes return ids, labels, counts, safe state, and route hints;
62
+ - singular modes return detailed policy and lookup metadata;
63
+ - `includeParameters:true` adds schemas, editor fields, model routes, parameter hints, release artifact data, redacted log tail, and detail that would be too large for normal discovery.
64
64
 
65
- Use the Voice & Media area to review media provider readiness, attach images to conversation prompts, and generate image/video artifacts from a confirmed form. Generated media stays in GoodVibes artifact storage and returns artifact ids for follow-up conversation or delegation; it is not written into default knowledge or non-Agent knowledge segments.
65
+ Common model routes:
66
66
 
67
- Use the Routines workspace receipt actions to review redacted local routine promotion history and reconcile those receipts with live connected schedules through public `schedules.list`. The `/schedule receipts` and `/schedule reconcile` commands are the power-user equivalents inside the TUI.
67
+ | Need | Tool Or Mode |
68
+ | --- | --- |
69
+ | Workspace actions | `agent_harness workspace_actions`, `workspace_action`, `run_workspace_action` |
70
+ | Slash commands | `agent_harness commands`, `command`, `run_command` |
71
+ | Settings | `agent_harness settings`, `get_setting`, `set_setting`, `reset_setting` |
72
+ | Visible UI | `agent_harness panels`, `ui_surfaces`, `open_panel`, `open_ui_surface` |
73
+ | Keybindings | `agent_harness shortcuts`, `keybindings`, `keybinding`, `run_keybinding`, `set_keybinding` |
74
+ | Agent Knowledge | `agent_knowledge`, `agent_knowledge_ingest` |
75
+ | Local memory/notes/personas/skills/routines | `agent_local_registry` or confirmed workspace actions |
76
+ | Work plan | `agent_work_plan` |
77
+ | Channels, notifications, reminders, media | `agent_channel_send`, `agent_notify`, `agent_reminder_schedule`, `agent_media_generate` |
78
+ | Operator state/actions | `agent_operator_briefing`, `agent_operator_action`, `operator_methods` |
79
+ | Connected host/daemon posture | `service_posture`, `connected_host`, `connected_host_status`, `daemon`, `daemon_status` |
68
80
 
69
- The local behavior libraries are configured in the TUI first:
70
-
71
- - Memory & Skills -> Create memory, Create note, or Capture learned behavior.
72
- - Notes -> Create note for source triage, temporary decisions, or operator handoff without writing memory or Agent Knowledge.
73
- - Personas -> Create persona, Use selected, Review selected, or Delete selected.
74
- - Skills -> Create skill, Create bundle, Enable selected, Review selected, or Delete selected.
75
- - Routines -> Create routine, Start selected, Enable selected, Promote to schedule, review receipts, or run a confirmed connected schedule.
76
- - Work -> Add work item, Review work plan, or Update work item status.
77
-
78
- The installed CLI mirrors these libraries for scripts, but it is not the primary user workflow.
81
+ All effects require explicit user request and confirmation. Ambiguous lookup is refused with candidates.
79
82
 
80
83
  ## Isolated Agent Profiles
81
84
 
82
- Use a separate Agent home when you want isolated local state. The normal launch still opens the TUI:
85
+ Use a separate Agent home for isolated local state:
83
86
 
84
87
  ```sh
85
88
  GOODVIBES_AGENT_HOME=/path/to/agent-home goodvibes-agent
86
89
  ```
87
90
 
88
- Use named Agent profiles for repeatable local identities from Agent Workspace -> Profiles. The workspace can browse starter templates, create isolated Agent profiles, set or clear the default profile for the next launch, and export/import starter JSON.
89
-
90
- Scriptable equivalents for automation and setup scripts:
91
+ Use named Agent profiles from Agent Workspace -> Profiles. Scriptable equivalents:
91
92
 
92
93
  ```sh
93
94
  goodvibes-agent profiles templates
94
95
  goodvibes-agent profiles create household --template household --yes
95
96
  goodvibes-agent profiles use household --yes
96
- goodvibes-agent
97
+ goodvibes-agent --agent-profile household
97
98
  goodvibes-agent profiles templates export research ./research-starter.json --yes
98
99
  goodvibes-agent profiles templates import ./research-starter.json --yes
99
- goodvibes-agent --agent-profile household status
100
- goodvibes-agent --agent-profile household
101
100
  ```
102
101
 
103
- Named profiles isolate Agent-local config, sessions, memory, notes, personas, skills, routines, and setup state under a profile-specific home. `profiles use <name> --yes` makes one profile the default for the next plain `goodvibes-agent` launch; `--agent-profile <name>` still overrides it for one launch, and `profiles default clear --yes` returns plain launches to the base Agent home. First-run setup seeds new profiles from a built-in starter by default unless you explicitly choose `No profile`. Starter templates seed local personas, skills, and routines for household, research, travel, operations, and personal productivity profiles; exported starter JSON can be edited and re-imported as a local starter. They do not start or isolate the connected host by themselves.
102
+ Named profiles isolate Agent-local config, sessions, memory, notes, personas, skills, routines, and setup state. They do not start or isolate the connected host.
103
+
104
+ ## Local Behavior
104
105
 
105
- ## Local Memory, Personas, Routines, And Skills
106
+ Memory, notes, personas, routines, and Agent skills are local to GoodVibes Agent. They do not write into default knowledge or other product segments.
106
107
 
107
- Memory, notes, personas, routines, and reusable Agent skills are local to GoodVibes Agent. First-run setup, TUI workspace forms, and CLI commands all write them to Agent-local registries. They do not write into default knowledge or non-Agent knowledge segments.
108
+ Use the workspace first:
108
109
 
109
- Use `Capture learned behavior` in the Agent workspace after reviewing a repeated workflow, lesson, or operating style. It saves one local skill, routine, or persona from the TUI and does not call connected-host mutation routes.
110
+ - Memory & Skills -> Create memory, Create note, or Capture learned behavior.
111
+ - Notes -> Create notes for source triage, temporary decisions, and operator handoff.
112
+ - Personas -> Create, inspect, activate, review, stale, or delete.
113
+ - Skills -> Create, enable/disable, review, bundle, or delete.
114
+ - Routines -> Create, start in chat, review receipts, or explicitly promote to a connected schedule.
115
+ - Work -> Add work item, review work plan, and update status.
110
116
 
111
- Use Agent Workspace -> Research for web research and URL inspection. Research requests run in the normal main conversation, can use connected read-only web tools when you ask, and do not ingest sources. Use confirmed Agent Knowledge ingest actions only when a reviewed source should become durable Agent-owned knowledge.
117
+ Starting a routine records local usage and prints its steps in the main conversation. It does not start background automation. Promotion to a connected schedule is separate, explicit, confirmation-gated, and keeps Agent Knowledge isolated.
112
118
 
113
- Use Agent Workspace -> Notes for source triage and temporary context. Notes are a scratchpad: they are reviewable local records, but they do not become durable memory or Agent Knowledge unless you explicitly promote them into memory/skills/routines/personas or run a confirmed Agent Knowledge ingest action. A reviewed note with a source URL can prefill the Agent Knowledge URL ingest form so you do not have to copy the URL by hand.
119
+ ## Knowledge And Artifacts
114
120
 
115
- Day-one local behavior setup should stay in the fullscreen workspace:
121
+ Use Agent Workspace -> Knowledge for source-backed Agent Knowledge. The valid route family is:
116
122
 
117
- - Personas -> Create persona, then Use selected.
118
- - Routines -> Create routine, Start selected, or Promote to schedule after entering real timing and confirmation.
119
- - Skills -> Create skill, Enable selected, and review setup requirements.
120
- - Memory & Skills -> Create memory, Create note, or Search memory.
121
- - Channels -> inspect readiness, send one explicit channel delivery message, add notification targets, and send notification messages only through confirmed actions.
123
+ ```text
124
+ /api/goodvibes-agent/knowledge/*
125
+ ```
122
126
 
123
- Typed slash commands are available for repeat users, but they are not required for the first-run workflow.
127
+ Agent commands fail closed if the route is unavailable or a successful-looking response exposes default-scope metadata.
124
128
 
125
- The active persona plus enabled Agent routines, reviewed memory, and skills are injected into the main serial assistant conversation. Starting a routine records local usage and prints its steps in the main conversation; it does not start background automation. Promoting a routine to a schedule is an explicit `schedules.create` call, requires `--yes`, writes a local redacted promotion receipt, and preserves the rule that Agent Knowledge never falls back to default knowledge or non-Agent knowledge segments.
129
+ Use Agent Workspace -> Research for read-only web research and URL inspection. Research requests do not ingest sources. Use confirmed Agent Knowledge ingest actions when a reviewed source should become durable.
126
130
 
127
- Use `/channels` inside the TUI for channel readiness and exact confirmed sends. Readiness views show enabled channels, missing config key names, delivery posture, and risk labels without sending messages or rendering token values. The model can inspect the same readiness map through `agent_harness` modes `channels` and `channel`; delivery still goes through `agent_channel_send` only after an explicit user request. Notification target posture is similarly available through `agent_harness` modes `notifications` and `notification_target`, with webhook values redacted; delivery still goes through `agent_notify` only after an explicit user request. Companion pairing is QR-first; `/pair` hides the raw token in text, and manual token display requires `/pair --show-token --yes`. `/channels send --channel <surface[:route[:label]]> --message <text> --yes` sends one explicit delivery through configured strategies.
131
+ Use the Artifacts area and Voice & Media workspace for images, source files, generated media, and exported sessions. Generated media returns artifact ids and metadata, not inline base64.
128
132
 
129
- The main assistant conversation can perform narrow confirmed operator actions when the user explicitly asks for a specific target: approve/deny/cancel one approval, run/pause/resume one automation job, cancel/retry one automation run, or run one schedule. Those calls use only public connected-host routes, require confirmation, and do not create, edit, or delete automation definitions.
133
+ ## Connected Host
130
134
 
131
- When the main assistant conversation needs to change Agent settings, inspect/change/run supported Agent keybindings, open a visible UI surface, or run a user-facing harness action, it should use `agent_harness` rather than generic SDK context/settings tools. Panel, UI surface, keybinding, and setting descriptors report lookup metadata when resolved from `target` or `query`; ambiguous route or mutation requests return candidates instead of guessing. Settings catalog discovery accepts `category`, `prefix`, `query`, `includeHidden:true`, and `limit`, and setting descriptors also report writability, workspace visibility, and lock reasons. Keybinding descriptors report fixed shortcuts, resolved bindings, defaults, custom state, config path, and model-operation route; unsupported prompt-editor-only shortcuts stay direct user interaction instead of hidden model operations. UI surface descriptors report the visible shell opener, preferred model route, and confirmation policy; secret-backed settings store raw values through the secret manager; connected-host lifecycle settings stay read-only in Agent; and destructive local record deletion requires explicit confirmation.
135
+ Start the owning GoodVibes host before using connected features. Agent expects:
132
136
 
133
- ## Connected GoodVibes Host
137
+ ```text
138
+ http://127.0.0.1:3421
139
+ ```
134
140
 
135
- Start the owning GoodVibes host before using connected Agent features. Agent expects that host to expose the public operator/Agent routes, including:
141
+ Override for one launch:
136
142
 
137
- - `GET /status`
138
- - `GET /api/goodvibes-agent/knowledge/status`
139
- - `POST /api/goodvibes-agent/knowledge/ask`
140
- - `POST /api/goodvibes-agent/knowledge/search`
141
- - `GET /api/goodvibes-agent/knowledge/sources`
142
- - `GET /api/goodvibes-agent/knowledge/nodes`
143
- - `GET /api/goodvibes-agent/knowledge/issues`
144
- - `GET /api/goodvibes-agent/knowledge/items/{id}`
145
- - `GET /api/goodvibes-agent/knowledge/map`
146
- - `GET /api/goodvibes-agent/knowledge/connectors`
147
- - `GET /api/goodvibes-agent/knowledge/connectors/{id}`
148
- - `GET /api/goodvibes-agent/knowledge/connectors/{id}/doctor`
149
- - `POST /api/goodvibes-agent/knowledge/ingest/url`
150
- - `POST /api/goodvibes-agent/knowledge/ingest/artifact`
151
- - `POST /api/goodvibes-agent/knowledge/ingest/urls`
152
- - `POST /api/goodvibes-agent/knowledge/ingest/bookmarks`
153
- - `POST /api/goodvibes-agent/knowledge/ingest/browser-history`
154
- - `POST /api/goodvibes-agent/knowledge/ingest/connector`
155
- - `POST /api/goodvibes-agent/knowledge/reindex`
143
+ ```sh
144
+ goodvibes-agent --runtime-url http://host:port
145
+ ```
146
+
147
+ Persistent shell/session override:
148
+
149
+ ```sh
150
+ export GOODVIBES_AGENT_RUNTIME_URL=http://host:port
151
+ ```
156
152
 
157
- If the GoodVibes API is not on `http://127.0.0.1:3421`, pass `--runtime-url http://host:port` for a one-off TUI launch or set `GOODVIBES_AGENT_RUNTIME_URL=http://host:port` before launching the TUI.
153
+ Host diagnostics:
158
154
 
159
- Agent Knowledge is an Agent-owned product segment. Agent commands must not fall back to default knowledge or other product-specific knowledge spaces. Successful responses that expose default-scope metadata are treated as scope contamination and fail closed.
155
+ - Agent Workspace -> Home -> Host compatibility
156
+ - Agent Workspace -> Home -> Doctor diagnostics
157
+ - Agent Workspace -> Home -> Review health
158
+ - `goodvibes-agent status --json`
159
+ - `goodvibes-agent doctor`
160
+ - `goodvibes-agent compat`
160
161
 
161
- Host lifecycle commands are not part of GoodVibes Agent. Use Agent Workspace -> Home -> Host compatibility, Doctor diagnostics, and Review health for diagnostics. CLI status/doctor/compat commands are scriptable mirrors for install checks. The model-visible `service_posture` harness report exposes the same read-only endpoint binding, network-facing posture, issue, and redacted-log diagnostics used by status, doctor, and support bundles; `service_endpoint` inspects one endpoint by `endpointId`, `target`, or `query`. The model-visible `connected_host` harness report lists usable Agent route families, first-class tool capabilities, and blocked lifecycle/non-Agent surfaces. `connected_host_capability` inspects one allowed or blocked connected-host capability and returns the matching route families, first-class tools, and boundary reason. The model-visible `connected_host_status` report performs the live read-only connected-host status and isolated Agent Knowledge readiness checks, reports SDK compatibility, token posture, endpoint bindings, route readiness, and actionable findings, and still does not expose host start/stop/restart/install operations.
162
+ Model-visible diagnostics are `service_posture`, `service_endpoint`, `connected_host`, `connected_host_status`, `connected_host_capability`, `daemon`, and `daemon_status`. These are read-only and do not expose host lifecycle control.
162
163
 
163
164
  ## Current Product Notes
164
165
 
165
- Agent uses the mature GoodVibes terminal shell, renderer, input, fullscreen workspace, command registry, and release foundation. The active Agent policy is serial/proactive by default, blocks Agent-owned review/job fanout, and delegates explicit build/fix/review work to GoodVibes TUI instead of turning the Agent into a coding TUI.
166
+ Agent uses the GoodVibes terminal shell, renderer, input, fullscreen workspace, command registry, and release foundation. The active policy is serial/proactive by default, blocks hidden Agent-owned job fanout, and delegates explicit build/fix/review work to GoodVibes TUI instead of turning Agent into a coding TUI.
@@ -11,8 +11,8 @@ Provider and model state should be visible in:
11
11
  - `/model` and `/provider`;
12
12
  - the Agent operator workspace setup checklist;
13
13
  - the TTS configuration workspace when spoken turns are used.
14
- - `agent_harness` modes `model_routing` and `model_route` when the model needs read-only provider/model route posture, selectable model metadata, pinned model status, reasoning support, context-window posture, and safe setting keys.
15
- - `agent_harness` modes `provider_accounts` and `provider_account` when the model needs read-only provider auth route posture, subscription freshness, usage windows, route issues, and repair guidance without tokens or authorization codes.
14
+ - `agent_harness` modes `model_routing` and `model_route` when the model needs read-only provider/model route posture, selectable model metadata, pinned model status, reasoning support, context-window posture, and safe setting keys. `model_routing` is compact by default; use `includeParameters:true` or `model_route` for full capabilities and route-change hints.
15
+ - `agent_harness` modes `provider_accounts` and `provider_account` when the model needs read-only provider auth route posture, subscription freshness, usage windows, route issues, and repair guidance without tokens or authorization codes. `provider_accounts` is compact by default; use `includeParameters:true` or `provider_account` for route records, usage windows, issues, notes, and auth-flow hints.
16
16
 
17
17
  When a selected model is provider-qualified, Agent keeps the runtime provider row and raw model id separate. For example, `openai-subscriber` plus `openai:gpt-5.5` should route as provider `openai-subscriber` and model `gpt-5.5` where the public route expects provider/model fields.
18
18
 
@@ -41,7 +41,7 @@ Search, voice, media, and multimodal providers are valid Agent features when the
41
41
 
42
42
  Outputs that should become durable knowledge must go through Agent Knowledge routes. No provider output should be inserted into default knowledge or another product segment by Agent.
43
43
 
44
- Setting changes are available to the model through `agent_harness` only when the user explicitly asks. `model_routing` is read-only; model/provider selection, catalog refresh, pin/unpin, custom provider edits, and route setting changes stay visible picker, settings, workspace, or slash-command flows. Secret-backed provider or channel values are stored through the secret manager and displayed as redacted references.
44
+ Setting discovery is compact by default and full with `includeParameters:true` or `get_setting`. Setting changes are available to the model through `agent_harness` only when the user explicitly asks. `model_routing` is read-only; model/provider selection, catalog refresh, pin/unpin, custom provider edits, and route setting changes stay visible picker, settings, workspace, or slash-command flows. Secret-backed provider or channel values are stored through the secret manager and displayed as redacted references.
45
45
 
46
46
  ## Related Docs
47
47
 
@@ -24,7 +24,7 @@ Do not add non-Bun install instructions for this product. The package is hosted
24
24
 
25
25
  ## Required Gates
26
26
 
27
- The release readiness inventory is the release-quality gate for the current release line. `release/release-readiness.json` must list every release capability that GoodVibes Agent is expected to cover, including capabilities owned by Agent, the connected host, the companion app, and release operations. A bare `covered` status is not enough: every inventory item must also carry `quality` evidence for capability coverage, direct user access, model access through Agent tools or harness routes, safety/product boundary, and release evidence. Package verification rejects any release readiness item that is missing those dimensions or marks them as unknown, todo, gap, unverified, or unproven. The packaged Agent exposes the release evidence bundle through `agent_harness` modes `release_evidence` and `release_evidence_artifact`, and exposes the readiness inventory through `release_readiness` and `release_readiness_item`, so the model can inspect what the user can inspect without relying on hidden project context.
27
+ The release-quality inventory, `release/release-readiness.json`, is the capability gate for the current release line. It must list every release capability that GoodVibes Agent is expected to cover, including capabilities owned by Agent, the connected host, the companion app, and release operations. A bare `covered` status is not enough: every inventory item must also carry `quality` evidence for capability coverage, direct user access, model access through Agent tools or harness routes, safety/product boundary, and release evidence. Package verification rejects any inventory item that is missing those dimensions or marks them as unknown, todo, gap, unverified, or unproven. The packaged Agent exposes the release evidence bundle through `agent_harness` modes `release_evidence` and `release_evidence_artifact`, and exposes the inventory through `release_readiness` and `release_readiness_item`, so the model can inspect what the user can inspect without relying on hidden project context.
28
28
 
29
29
  Use neutral evidence aliases in release evidence.
30
30
 
@@ -50,7 +50,7 @@ Shared release metadata verification requires the `prebuild` and `version` packa
50
50
 
51
51
  `bun run publish:package` publishes from a staged package directory to the package registry. It re-runs the shared package policy checks against the source tree, filters forbidden package paths during staging, and verifies the staged package docs, required package paths, and metadata before invoking npm. If `NPM_CONFIG_USERCONFIG` is already set, the registry publish command uses it. Otherwise the script creates a temporary 0600 registry userconfig from `NODE_AUTH_TOKEN` or `NPM_TOKEN`, uses it for that publish command, and removes it with the staging directory. The publish script is idempotent for reruns: if the exact package version is already present on the registry, it reports that state and exits successfully instead of failing the release retry. Shared release metadata verification requires those staged source/staged policy checks, forbidden-path filtering, docs checks, auth handoff, idempotent lookup, dry-run pack, public publish, and cleanup markers to remain in the publish script.
52
52
 
53
- `bun run release` requires product release notes instead of raw git-log output. Pass `--notes-file ./release-notes.md` or set `GOODVIBES_AGENT_RELEASE_NOTES` before a real release. For patch releases, use product-facing notes that summarize the complete patch contents, not only the first fix in the batch. Release metadata verification keeps `release/release-notes.md` with the release readiness and live-verification evidence, and package verification requires the installed package to ship the same current release evidence bundle: release notes, performance snapshot, readiness inventory, and live-verification JSON/Markdown. Release notes should describe what changed for Agent users: TUI behavior, setup, Agent Knowledge, local behavior libraries, connected-host compatibility, package/install behavior, model-visible harness behavior, and safety policy. Do not use commit hashes as the shipped changelog content.
53
+ `bun run release` requires product release notes instead of raw git-log output. Pass `--notes-file ./release-notes.md` or set `GOODVIBES_AGENT_RELEASE_NOTES` before a real release. For patch releases, use product-facing notes that summarize the complete patch contents, not only the first fix in the batch. Release metadata verification keeps `release/release-notes.md` with the release-quality inventory and live-verification evidence, and package verification requires the installed package to ship the same current release evidence bundle: release notes, performance snapshot, release-quality inventory, and live-verification JSON/Markdown. Release notes should describe what changed for Agent users: TUI behavior, setup, Agent Knowledge, local behavior libraries, connected-host compatibility, package/install behavior, model-visible harness behavior, and safety policy. Do not use commit hashes as the shipped changelog content.
54
54
 
55
55
  Before it mutates version metadata or creates a tag, `bun run release` checks the declared files under `release/` for existence, non-empty content, final newlines, trailing whitespace, and space-before-tab indentation, then enforces the non-test release gates: typecheck, architecture check, performance check, build, publish check, packed install smoke, verification ledger, pack dry-run, and `git diff --check`. Dry-run previews run the same evidence text hygiene check without writing files, commits, or tags. After it writes the release version, `src/version.ts` fallback, and changelog section, it verifies release metadata and package-facing text policy again, then reruns evidence hygiene and diff hygiene before creating the commit and tag. That package policy check proves `package.json`, `CHANGELOG.md`, and the `src/version.ts` fallback literals agree on the Agent and SDK versions, that the package manifest keeps the required Agent runtime/docs files, exclusions, release/publish script entrypoints, and local CI gate entrypoints without explicitly including forbidden Agent/TUI boundary paths or leaving existing forbidden paths reachable through broad includes, that the local release script still requires product notes, real-release validation, post-mutation package policy, docs staging, and annotated tags, that the GitHub setup action uses the same Bun version as `packageManager`, and that package-facing text is present and still follows Agent docs, rendered CLI help, parser-backed CLI command snippets, parser/type/alias/help/handler/top-level help command coverage, exported package-text source coverage, autocomplete overlay text, context inspector text, in-app help overlays, file/bookmark picker text, live process output text, MCP workspace text, model picker/workspace text, profile/session picker text, process/runtime activity text, search overlays, shared selection/picker chrome, setup/onboarding wizard text, settings workspace text, slash-command registry text, Agent workspace catalog text, route boundaries, install policy, and version pins. The generated changelog heading uses the operator's local release date in `YYYY-MM-DD` form, not UTC rollover time. The prebuild version sync refuses missing, ranged, or otherwise non-exact Agent or SDK versions instead of writing placeholder fallbacks. The release commit stages those metadata files plus every package-facing `docs/*.md` page, so release docs cannot drift outside the tag. The full test suite remains a branch-CI responsibility and must already be green for the release SHA.
56
56
 
@@ -70,7 +70,7 @@ Shared release metadata verification requires `architecture:check` to keep the A
70
70
 
71
71
  Shared release metadata verification requires `perf:check` to load `release/performance-snapshot.json`, validate its render samples and extra SLO/queue/tool/compaction/integration metrics, run the CI performance-budget evaluation, print the formatted report, and exit from the budget result. The release performance snapshot is staged with release metadata so the tag carries the exact non-live fixture used by the branch-CI performance gate.
72
72
 
73
- Shared release metadata verification requires `verification:ledger` to keep JSON and Markdown evidence output plus inventory coverage for settings schema, feature flags, slash commands, built-in panels, top-level CLI commands, external surfaces, onboarding capability bundles, the model-visible release evidence bundle, the model-visible service posture surface, the model-visible channel readiness surface, the model-visible notification target surface, the model-visible provider account surface, the model-visible MCP server surface, the model-visible setup/onboarding surface, the model-visible model routing surface, the model-visible pairing surface, the model-visible delegation surface, the model-visible security/support bundle surface, the model-visible voice/media posture surface, the model-visible sessions/bookmarks surface, the model-visible operator method catalog, and the release quality readiness dimensions from `release/release-readiness.json`, including local-signal, local-behavior, and external-outcome accounting. Package verification also enforces compact model tool registration and schema descriptions so tool metadata stays usable.
73
+ Shared release metadata verification requires `verification:ledger` to keep JSON and Markdown evidence output plus inventory coverage for settings schema, feature flags, slash commands, built-in panels, top-level CLI commands, external surfaces, onboarding capability bundles, the model-visible release evidence bundle, the model-visible service posture surface, the model-visible channel readiness surface, the model-visible notification target surface, the model-visible provider account surface, the model-visible MCP server surface, the model-visible setup/onboarding surface, the model-visible model routing surface, the model-visible pairing surface, the model-visible delegation surface, the model-visible security/support bundle surface, the model-visible voice/media posture surface, the model-visible sessions/bookmarks surface, the model-visible operator method catalog, and the release-quality dimensions from `release/release-readiness.json`, including local-signal, local-behavior, and external-outcome accounting. Package verification also enforces compact model tool registration, wrapped tool definitions, harness catalog defaults, and schema descriptions so tool metadata stays usable.
74
74
 
75
75
  Shared release metadata verification requires `verification:live` to keep the external-outcome audit for stable releases: compiled CLI checks, connected-host token/URL discovery, connected-host status/health/model routes, isolated Agent Knowledge status/ask/search/source/node/issue/map/connector route checks plus packaged evidence for item inspection, SDK-version mismatch skip policy, JSON/Markdown report artifacts, strict mode, and Agent Knowledge contamination guards.
76
76