@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.
- package/CHANGELOG.md +22 -0
- package/README.md +71 -59
- package/dist/package/main.js +565 -420
- package/docs/README.md +25 -21
- package/docs/channels-remote-and-api.md +2 -2
- package/docs/connected-host.md +3 -3
- package/docs/getting-started.md +87 -86
- package/docs/providers-and-routing.md +3 -3
- package/docs/release-and-publishing.md +3 -3
- package/docs/tools-and-commands.md +149 -139
- package/docs/voice-and-live-tts.md +1 -1
- package/package.json +1 -1
- package/release/live-verification/live-verification.json +2 -2
- package/release/live-verification/live-verification.md +2 -2
- package/release/release-notes.md +6 -15
- package/release/release-readiness.json +4 -4
- package/src/agent/harness-control.ts +42 -3
- package/src/runtime/bootstrap.ts +10 -18
- package/src/tools/agent-analysis-registry-policy.ts +2 -9
- package/src/tools/agent-channel-send-tool.ts +1 -5
- package/src/tools/agent-context-policy.ts +1 -5
- package/src/tools/agent-find-policy.ts +1 -4
- package/src/tools/agent-harness-channel-metadata.ts +23 -23
- package/src/tools/agent-harness-cli-metadata.ts +4 -1
- package/src/tools/agent-harness-command-catalog.ts +10 -3
- package/src/tools/agent-harness-connected-host-status.ts +8 -2
- package/src/tools/agent-harness-delegation-posture.ts +5 -5
- package/src/tools/agent-harness-mcp-metadata.ts +30 -28
- package/src/tools/agent-harness-media-posture.ts +9 -9
- package/src/tools/agent-harness-metadata.ts +25 -7
- package/src/tools/agent-harness-model-routing.ts +14 -14
- package/src/tools/agent-harness-model-tool-catalog.ts +7 -2
- package/src/tools/agent-harness-notification-metadata.ts +17 -17
- package/src/tools/agent-harness-pairing-posture.ts +7 -7
- package/src/tools/agent-harness-panel-metadata.ts +26 -12
- package/src/tools/agent-harness-provider-account-metadata.ts +33 -31
- package/src/tools/agent-harness-security-posture.ts +9 -7
- package/src/tools/agent-harness-service-posture.ts +22 -16
- package/src/tools/agent-harness-session-metadata.ts +9 -7
- package/src/tools/agent-harness-setup-posture.ts +6 -6
- package/src/tools/agent-harness-tool-schema.ts +1 -0
- package/src/tools/agent-harness-tool.ts +79 -36
- package/src/tools/agent-harness-ui-surface-metadata.ts +19 -11
- package/src/tools/agent-harness-workspace-actions.ts +29 -1
- package/src/tools/agent-knowledge-ingest-tool.ts +1 -5
- package/src/tools/agent-knowledge-tool.ts +1 -5
- package/src/tools/agent-local-registry-tool.ts +1 -4
- package/src/tools/agent-media-generate-tool.ts +1 -5
- package/src/tools/agent-notify-tool.ts +1 -5
- package/src/tools/agent-operator-action-tool.ts +1 -5
- package/src/tools/agent-operator-briefing-tool.ts +1 -5
- package/src/tools/agent-read-policy.ts +1 -4
- package/src/tools/agent-reminder-schedule-tool.ts +1 -5
- package/src/tools/agent-tool-policy-guard.ts +7 -34
- package/src/tools/agent-web-search-policy.ts +1 -4
- package/src/tools/agent-work-plan-tool.ts +1 -5
- 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
|
|
3
|
+
These are the package-facing docs for the GoodVibes Agent `1.0.x` release line.
|
|
4
4
|
|
|
5
|
-
Current
|
|
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
|
-
|
|
18
|
-
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
- Agent
|
|
22
|
-
-
|
|
23
|
-
- Agent
|
|
24
|
-
- Agent
|
|
25
|
-
-
|
|
26
|
-
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
-
|
|
31
|
-
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
|
|
35
|
-
|
|
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`.
|
|
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`.
|
|
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
|
|
package/docs/connected-host.md
CHANGED
|
@@ -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`.
|
|
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.
|
|
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
|
|
package/docs/getting-started.md
CHANGED
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
# Getting Started
|
|
2
2
|
|
|
3
|
-
GoodVibes Agent is the installable `1.0.x` personal operator assistant
|
|
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
|
-
-
|
|
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
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
41
|
+
Use the interactive workspace first. CLI subcommands are secondary support paths for install checks, setup inspection, and scriptable mirrors.
|
|
50
42
|
|
|
51
|
-
|
|
43
|
+
Primary first-run areas:
|
|
52
44
|
|
|
53
|
-
|
|
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
|
-
|
|
53
|
+
Press `/` inside the Agent workspace to search actions by name, category, command, or detail.
|
|
56
54
|
|
|
57
|
-
|
|
55
|
+
## Model Access
|
|
58
56
|
|
|
59
|
-
|
|
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
|
-
|
|
59
|
+
Default discovery is intentionally compact:
|
|
62
60
|
|
|
63
|
-
|
|
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
|
-
|
|
65
|
+
Common model routes:
|
|
66
66
|
|
|
67
|
-
|
|
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
|
-
|
|
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
|
|
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
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
108
|
+
Use the workspace first:
|
|
108
109
|
|
|
109
|
-
|
|
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
|
-
|
|
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
|
-
|
|
119
|
+
## Knowledge And Artifacts
|
|
114
120
|
|
|
115
|
-
|
|
121
|
+
Use Agent Workspace -> Knowledge for source-backed Agent Knowledge. The valid route family is:
|
|
116
122
|
|
|
117
|
-
|
|
118
|
-
-
|
|
119
|
-
|
|
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
|
-
|
|
127
|
+
Agent commands fail closed if the route is unavailable or a successful-looking response exposes default-scope metadata.
|
|
124
128
|
|
|
125
|
-
|
|
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
|
|
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
|
-
|
|
133
|
+
## Connected Host
|
|
130
134
|
|
|
131
|
-
|
|
135
|
+
Start the owning GoodVibes host before using connected features. Agent expects:
|
|
132
136
|
|
|
133
|
-
|
|
137
|
+
```text
|
|
138
|
+
http://127.0.0.1:3421
|
|
139
|
+
```
|
|
134
140
|
|
|
135
|
-
|
|
141
|
+
Override for one launch:
|
|
136
142
|
|
|
137
|
-
|
|
138
|
-
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
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
|
-
|
|
153
|
+
Host diagnostics:
|
|
158
154
|
|
|
159
|
-
|
|
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
|
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|