@pellux/goodvibes-agent 0.1.67 → 0.1.68

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 CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to GoodVibes Agent will be recorded here.
4
4
 
5
+ ## 0.1.68 - 2026-05-31
6
+
7
+ - Removed internal foundation-phase language and blocked lifecycle command examples from package-facing docs.
8
+ - Stopped advertising runtime lifecycle and surface-management commands in shell completion while keeping safety blocks for accidental invocations.
9
+ - Added package text guards so shipped docs stay focused on the Agent TUI product path.
10
+
5
11
  ## 0.1.67 - 2026-05-31
6
12
 
7
13
  - Reworked remote bridge and remote review language from copied runner/control-room wording to Agent-facing worker/review wording.
@@ -377,7 +383,7 @@ All notable changes to GoodVibes Agent will be recorded here.
377
383
  ## 0.1.0 - 2026-05-28
378
384
 
379
385
  - Published the first public alpha package for `@pellux/goodvibes-agent`.
380
- - Kept the near-fork GoodVibes TUI shell, renderer, input, fullscreen workspace, command registry, and release foundation.
386
+ - Kept the GoodVibes TUI-derived shell, renderer, input, fullscreen workspace, command registry, and release foundation.
381
387
  - Preserved Agent product policy: serial/proactive main conversation by default, no local Agent-owned WRFC/spawn fanout, and explicit GoodVibes TUI delegation for build/fix/review work.
382
388
  - Moved Agent-owned runtime state to `.goodvibes/agent` surface roots.
383
389
  - Updated packaged Agent guidance, reviewer persona, and provider skill to avoid copied TUI WRFC/multi-agent defaults.
@@ -386,7 +392,7 @@ All notable changes to GoodVibes Agent will be recorded here.
386
392
 
387
393
  ## 0.0.0 - Private Baseline
388
394
 
389
- - Copied the GoodVibes terminal foundation as a near-fork starting point for the Agent product.
395
+ - Adopted the GoodVibes terminal foundation as the starting point for the Agent product.
390
396
  - Renamed package identity to `@pellux/goodvibes-agent` and exposed one executable, `goodvibes-agent`.
391
397
  - Pinned `@pellux/goodvibes-sdk` to `0.33.35`.
392
398
  - Removed packaged runtime-host binaries and blocked Agent-owned runtime/service lifecycle commands.
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
4
4
  [![Status: alpha](https://img.shields.io/badge/status-alpha-orange.svg)](#install)
5
5
 
6
- GoodVibes Agent is the personal operator assistant built on the GoodVibes terminal UI foundation. This repository is intentionally in a near-fork baseline phase: the shell, renderer, input, fullscreen workspace, command, and release bones are copied from the terminal product first, then the coding-specific behavior is removed or reshaped deliberately.
6
+ GoodVibes Agent is the personal operator assistant TUI for GoodVibes. It is built for day-to-day operator work: chat, setup, local profiles, routines, skills, personas, isolated Agent Knowledge, status review, approvals, automation visibility, and explicit build delegation.
7
7
 
8
8
  The Agent product connects to an already-running GoodVibes runtime. It does not install, start, stop, restart, or own runtime connectivity or service lifecycle.
9
9
 
@@ -87,15 +87,7 @@ Starting a routine records local usage and prints its steps; it does not spawn b
87
87
 
88
88
  Start or restart the GoodVibes runtime from GoodVibes TUI or the owning host before launching Agent. Agent status and companion/knowledge routes connect to that external runtime, normally on `http://127.0.0.1:3421`.
89
89
 
90
- Agent intentionally blocks runtime lifecycle commands:
91
-
92
- ```sh
93
- goodvibes-agent serve
94
- goodvibes-agent service start
95
- goodvibes-agent surfaces enable web
96
- ```
97
-
98
- Those commands should return explicit external-runtime guidance instead of mutating local service posture.
90
+ Agent reports unavailable, unauthenticated, or incompatible runtime state through `goodvibes-agent status`, `goodvibes-agent doctor`, and the TUI status surfaces. It does not provide runtime lifecycle setup commands.
99
91
 
100
92
  ## Product Boundary
101
93
 
@@ -107,10 +99,10 @@ GoodVibes TUI owns coding execution: file edits, git/worktree workflows, coding
107
99
 
108
100
  ## Package Docs
109
101
 
110
- Package-facing docs are intentionally narrow during the near-fork baseline:
102
+ Package-facing docs:
111
103
 
112
104
  - [Getting Started](docs/getting-started.md)
113
105
  - [Deployment And Services](docs/deployment-and-services.md)
114
106
  - [Release And Publishing](docs/release-and-publishing.md)
115
107
 
116
- Broader foundation reference docs may exist in the source tree while the near-fork foundation is being completed, but the package-facing Agent documentation is limited to the docs listed above.
108
+ The package-facing Agent documentation is limited to the docs listed above.
package/docs/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # GoodVibes Agent Docs
2
2
 
3
- These are the package-facing docs for GoodVibes Agent.
4
-
5
- GoodVibes Agent is a near-fork of the GoodVibes terminal foundation with a different product brain. It uses the copied terminal shell, renderer, input, fullscreen workspace, command, and release bones while the Agent-specific assistant behavior is being rebuilt.
3
+ These are the package-facing docs for GoodVibes Agent, the personal operator assistant TUI for GoodVibes.
6
4
 
7
5
  Current package docs:
8
6
 
@@ -24,4 +22,4 @@ Important baseline constraints:
24
22
  - Normal assistant chat is not coding-session delegation.
25
23
  - Build/fix/review delegation to GoodVibes TUI must be explicit; WRFC is not the default Agent behavior.
26
24
 
27
- Copied TUI release and UAT histories are intentionally not part of this repository. The Agent docs above define the supported alpha behavior.
25
+ The Agent docs above define the supported alpha behavior.
@@ -1,8 +1,8 @@
1
1
  # Deployment And Services
2
2
 
3
- GoodVibes Agent is a client/operator surface. It does not own runtime or listener deployment.
3
+ GoodVibes Agent is a client/operator TUI. It connects to an already-running GoodVibes runtime and does not own runtime or listener deployment.
4
4
 
5
- ## Service Ownership
5
+ ## Runtime Ownership
6
6
 
7
7
  Agent must not:
8
8
 
@@ -12,7 +12,7 @@ Agent must not:
12
12
  - start, stop, or restart runtime services
13
13
  - enable web, listener, control-plane, or channel surface posture
14
14
 
15
- Those operations belong to GoodVibes TUI or the owning runtime host.
15
+ Those operations belong to GoodVibes TUI or the owning runtime host. Agent reports external runtime readiness but does not configure that host.
16
16
 
17
17
  ## Agent Runtime
18
18
 
@@ -40,12 +40,6 @@ http://127.0.0.1:3421
40
40
 
41
41
  If the runtime is unavailable, unauthenticated, or on an incompatible SDK version, Agent commands should report actionable diagnostics without printing token values.
42
42
 
43
- ## Surface Commands
44
-
45
- `goodvibes-agent surfaces`, `surfaces check`, and `surfaces show <surfaceId>` are read-only diagnostics.
46
-
47
- `surfaces enable` and `surfaces disable` are intentionally blocked in Agent because they can mutate runtime/listener/web/channel posture.
48
-
49
43
  ## Release Rule
50
44
 
51
45
  Only publish Agent releases that preserve the Agent product policy:
@@ -101,6 +101,6 @@ Agent Knowledge/Wiki is an Agent-owned product segment. Agent commands must not
101
101
 
102
102
  Agent lifecycle commands that would start or mutate runtime posture are blocked intentionally. Use `goodvibes-agent status`, `goodvibes-agent doctor`, and read-only surface checks for diagnostics.
103
103
 
104
- ## Current Baseline Notes
104
+ ## Current Product Notes
105
105
 
106
- This repository keeps broad terminal foundation code intentionally so Agent can use the mature shell, renderer, input, fullscreen workspace, command registry, and release bones. The active Agent policy is serial/proactive by default, blocks local Agent-owned WRFC/spawn fanout, and delegates explicit build/fix/review work to GoodVibes TUI instead of turning the Agent into a coding TUI.
106
+ 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 local Agent-owned WRFC/spawn fanout, and delegates explicit build/fix/review work to GoodVibes TUI instead of turning the Agent into a coding TUI.
@@ -55,6 +55,6 @@ Do not publish if Agent Knowledge commands can fall back to default Knowledge/Wi
55
55
 
56
56
  Do not ship runtime host binaries from this package. If Agent later gets compiled artifacts, they must use Agent artifact names and remain separate from runtime ownership.
57
57
 
58
- ## Near-Fork Baseline Rule
58
+ ## Product Rule
59
59
 
60
- The public alpha can include copied terminal foundation code, but package-facing behavior must follow Agent product policy. Follow-up work should continue pruning or reshaping copied coding-first surfaces while preserving the renderer, input, fullscreen workspace, command registry, and release bones.
60
+ The public alpha can include mature terminal foundation code, but package-facing behavior must follow Agent product policy. Follow-up work should continue pruning or reshaping coding-first surfaces while preserving the renderer, input, fullscreen workspace, command registry, and release bones.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pellux/goodvibes-agent",
3
- "version": "0.1.67",
3
+ "version": "0.1.68",
4
4
  "private": false,
5
5
  "description": "GoodVibes personal operator assistant TUI with a proactive Agent product brain, isolated Agent Knowledge, local profiles, routines, skills, personas, and explicit build delegation.",
6
6
  "type": "module",
@@ -2,9 +2,6 @@ const COMMANDS = [
2
2
  'tui',
3
3
  'run',
4
4
  'exec',
5
- 'serve',
6
- 'web',
7
- 'service',
8
5
  'onboarding',
9
6
  'setup',
10
7
  'doctor',
@@ -25,9 +22,6 @@ const COMMANDS = [
25
22
  'tasks',
26
23
  'pair',
27
24
  'qrcode',
28
- 'surfaces',
29
- 'listener',
30
- 'control-plane',
31
25
  'bundle',
32
26
  'remote',
33
27
  'bridge',
@@ -44,7 +38,6 @@ const OPTIONS = [
44
38
  '--agent-profile',
45
39
  '--cd',
46
40
  '--working-dir',
47
- '--daemon-home',
48
41
  '--config',
49
42
  '--enable',
50
43
  '--disable',
@@ -54,8 +47,6 @@ const OPTIONS = [
54
47
  '--output-format',
55
48
  '--json',
56
49
  '--no-alt-screen',
57
- '--port',
58
- '--hostname',
59
50
  '--open',
60
51
  '--resume',
61
52
  '--session',
@@ -73,6 +73,10 @@ const PACKAGE_FACING_FORBIDDEN_TEXT = [
73
73
  ['Her', 'mes'].join(''),
74
74
  ['capabilities', ' audit'].join(''),
75
75
  ['capabilities', ' command'].join(''),
76
+ ['near', '-fork'].join(''),
77
+ ['goodvibes-agent', 'serve'].join(' '),
78
+ ['goodvibes-agent', 'service start'].join(' '),
79
+ ['goodvibes-agent', 'surfaces enable'].join(' '),
76
80
  'Every plan must have a multi-agent execution strategy',
77
81
  'NEVER skip WRFC',
78
82
  'ALWAYS work in parallel when implementing a plan',
@@ -2,7 +2,7 @@
2
2
  * Runtime module barrel for GoodVibes Agent.
3
3
  *
4
4
  * SDK 0.33 intentionally removed private deep imports and the runtime root
5
- * god-barrel. This file keeps the near-fork Agent app on public SDK seams
5
+ * god-barrel. This file keeps the Agent app on public SDK seams
6
6
  * while preserving the local import surface used by the shell.
7
7
  */
8
8
 
@@ -783,7 +783,7 @@ function narrowStringEnumProperty(
783
783
  property.description = description;
784
784
  }
785
785
 
786
- // Compatibility exports for copied TUI tests/imports during the near-fork phase.
786
+ // Compatibility exports for inherited terminal-foundation tests/imports.
787
787
  export const installWrfcAgentToolGuard = installAgentToolPolicyGuard;
788
788
  export const wrapWrfcAgentTool = wrapAgentToolForAgentPolicy;
789
789
  export const validateWrfcAgentToolInvocation = validateAgentToolInvocationForAgentPolicy;
package/src/version.ts CHANGED
@@ -6,7 +6,7 @@ import { join } from 'node:path';
6
6
  // The prebuild script updates the fallback value before compilation.
7
7
  // Uses import.meta.dir (Bun) to locate package.json relative to this file,
8
8
  // which is correct regardless of the process working directory.
9
- let _version = '0.1.67';
9
+ let _version = '0.1.68';
10
10
  let _sdkVersion = '0.33.35';
11
11
  try {
12
12
  const pkg = JSON.parse(readFileSync(join(import.meta.dir, '..', 'package.json'), 'utf-8')) as {