@pellux/goodvibes-agent 0.1.99 → 0.1.100
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 +5 -0
- package/docs/release-and-publishing.md +3 -1
- package/package.json +1 -21
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to GoodVibes Agent will be recorded here.
|
|
4
4
|
|
|
5
|
+
## 0.1.100 - 2026-06-01
|
|
6
|
+
|
|
7
|
+
- e2d5eee Run release tests only through branch CI
|
|
8
|
+
- 7d46e87 Prune dormant copied command modules
|
|
9
|
+
|
|
5
10
|
## 0.1.99 - 2026-06-01
|
|
6
11
|
|
|
7
12
|
- 804edd2 Prune copied setup commands and single-test CI
|
|
@@ -38,7 +38,9 @@ git diff --check
|
|
|
38
38
|
|
|
39
39
|
The GitHub release workflow publishes to npm only when the repository variable `PUBLISH_NPM` is `true` and the repository secret `NPM_TOKEN` is configured. Without those repository settings, the workflow still validates and creates the GitHub release, but npm publish must be run from a local environment with an exported token.
|
|
40
40
|
|
|
41
|
-
CI
|
|
41
|
+
Branch CI is the only workflow that runs the full test suite. It runs `bun run test` once for the release SHA. The release workflow must not run tests again; it verifies that branch CI passed for the exact checked-out SHA and then continues with non-test release validation.
|
|
42
|
+
|
|
43
|
+
Do not add targeted `bun test` passes or separate release-only test gates to CI, release, or aggregate scripts. Tests that matter for release must be included in the single full branch-CI suite.
|
|
42
44
|
|
|
43
45
|
Also run the package install smoke from a packed artifact. It must prove:
|
|
44
46
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pellux/goodvibes-agent",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.100",
|
|
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",
|
|
@@ -16,32 +16,16 @@
|
|
|
16
16
|
"!src/test",
|
|
17
17
|
"!src/**/*.test.ts",
|
|
18
18
|
"!src/**/__tests__",
|
|
19
|
-
"!src/input/commands/branch-runtime.ts",
|
|
20
|
-
"!src/input/commands/control-room-runtime.ts",
|
|
21
|
-
"!src/input/commands/discovery-runtime.ts",
|
|
22
|
-
"!src/input/commands/hooks-runtime.ts",
|
|
23
|
-
"!src/input/commands/incident-runtime.ts",
|
|
24
|
-
"!src/input/commands/integration-runtime.ts",
|
|
25
|
-
"!src/input/commands/managed-runtime.ts",
|
|
26
|
-
"!src/input/commands/marketplace-runtime.ts",
|
|
27
|
-
"!src/input/commands/memory-product-runtime.ts",
|
|
28
|
-
"!src/input/commands/operator-panel-runtime.ts",
|
|
29
|
-
"!src/input/commands/profile-sync-runtime.ts",
|
|
30
19
|
"!src/input/commands/provider.ts",
|
|
31
20
|
"!src/input/commands/remote-runtime.ts",
|
|
32
21
|
"!src/input/commands/remote-runtime-pool.ts",
|
|
33
22
|
"!src/input/commands/remote-runtime-setup.ts",
|
|
34
23
|
"!src/input/commands/replay-runtime.ts",
|
|
35
|
-
"!src/input/commands/settings-sync-runtime.ts",
|
|
36
|
-
"!src/input/commands/share-runtime.ts",
|
|
37
24
|
"!src/input/commands/skills-runtime.ts",
|
|
38
|
-
"!src/input/commands/teleport-runtime.ts",
|
|
39
25
|
"!src/panels/cockpit-panel.ts",
|
|
40
26
|
"!src/panels/communication-panel.ts",
|
|
41
27
|
"!src/panels/control-plane-panel.ts",
|
|
42
|
-
"!src/panels/diff-panel.ts",
|
|
43
28
|
"!src/panels/forensics-panel.ts",
|
|
44
|
-
"!src/panels/git-panel.ts",
|
|
45
29
|
"!src/panels/hooks-panel.ts",
|
|
46
30
|
"!src/panels/incident-review-panel.ts",
|
|
47
31
|
"!src/panels/marketplace-panel.ts",
|
|
@@ -51,13 +35,10 @@
|
|
|
51
35
|
"!src/panels/plugins-panel.ts",
|
|
52
36
|
"!src/panels/remote-panel.ts",
|
|
53
37
|
"!src/panels/routes-panel.ts",
|
|
54
|
-
"!src/panels/sandbox-panel.ts",
|
|
55
38
|
"!src/panels/services-panel.ts",
|
|
56
39
|
"!src/panels/settings-sync-panel.ts",
|
|
57
40
|
"!src/panels/skills-panel.ts",
|
|
58
41
|
"!src/panels/watchers-panel.ts",
|
|
59
|
-
"!src/panels/worktree-panel.ts",
|
|
60
|
-
"!src/panels/wrfc-panel.ts",
|
|
61
42
|
"!src/verification",
|
|
62
43
|
"tsconfig.json",
|
|
63
44
|
"README.md",
|
|
@@ -89,7 +70,6 @@
|
|
|
89
70
|
"publish:dry-run": "bun run scripts/publish-package.ts --dry-run",
|
|
90
71
|
"publish:check": "bun run scripts/publish-check.ts",
|
|
91
72
|
"package:install-check": "bun run scripts/package-install-check.ts",
|
|
92
|
-
"eval:gate": "bun test src/test/runtime/eval/runner.test.ts",
|
|
93
73
|
"ci:gate": "bun run typecheck && bun run test && bun run architecture:check && bun run perf:check && bun run build && bun run publish:check && bun run package:install-check && bun run verification:ledger",
|
|
94
74
|
"build:prod": "bun run scripts/build.ts",
|
|
95
75
|
"build:all": "bun run scripts/build.ts --all",
|
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.
|
|
9
|
+
let _version = '0.1.100';
|
|
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 {
|