vertex-palace 0.2.2 → 0.2.3
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/BUILD_WEEK.md +17 -1
- package/CHANGELOG.md +29 -0
- package/README.md +11 -7
- package/dist/palace.cjs +3 -3
- package/package.json +1 -1
- package/plugins/vertex-palace/mcp/server.cjs +2 -2
package/BUILD_WEEK.md
CHANGED
|
@@ -30,6 +30,22 @@ Version 0.1.5 adds `palace evaluate` and the `palace_evaluate` MCP tool. The eva
|
|
|
30
30
|
|
|
31
31
|
This feature addresses a concrete limitation found during large-project use: a plausible-looking route and a high confidence value do not prove that the route included the files that ultimately mattered.
|
|
32
32
|
|
|
33
|
+
### Cross-ecosystem release routing
|
|
34
|
+
|
|
35
|
+
Version 0.2.3 adds a dedicated release task type after the tool misclassified
|
|
36
|
+
its own 0.2.2 publication task as `unknown`. The frozen real-repository baseline
|
|
37
|
+
found only 3/19 changed files with 0.25 route focus and 0.52 overconfidence
|
|
38
|
+
error. The corrected route reached 12/19 coverage, 1.00 focus, and 0.02
|
|
39
|
+
calibration error.
|
|
40
|
+
|
|
41
|
+
A protocol committed before matrix execution then tested JavaScript monorepo,
|
|
42
|
+
Codex plugin, Python/PyPI, and Chinese release scenarios plus publication
|
|
43
|
+
failure, explanation, review, test-only, and deployment controls. The final
|
|
44
|
+
matrix passed without lowering thresholds, and all scored routes reached 1.00
|
|
45
|
+
focus. Rejected intermediate results remain in the repository research record.
|
|
46
|
+
This study measures routing quality and does not claim lower total agent tokens
|
|
47
|
+
or faster wall-clock time.
|
|
48
|
+
|
|
33
49
|
## Codex And GPT-5.6 Collaboration
|
|
34
50
|
|
|
35
51
|
The submission-period work was developed with Codex using GPT-5.6. Codex was used to:
|
|
@@ -54,7 +70,7 @@ The Devpost submission will include the `/feedback` Session ID from the primary
|
|
|
54
70
|
Install the public competition release, then run it in the repository you want to evaluate:
|
|
55
71
|
|
|
56
72
|
```bash
|
|
57
|
-
npm install -g vertex-palace@0.2.
|
|
73
|
+
npm install -g vertex-palace@0.2.3
|
|
58
74
|
palace --version
|
|
59
75
|
palace context "improve route confidence calibration" --auto --format json
|
|
60
76
|
palace evaluate "improve route confidence calibration" --changed-file packages/core/src/evaluation/evaluate-route.ts
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,35 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 0.2.3 - 2026-07-19
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
|
|
9
|
+
- A dedicated `release` task type with English and Chinese publication intent recognition.
|
|
10
|
+
- Cross-ecosystem package-manifest routing for npm, PyPI, Cargo, Go, Maven/Gradle, Composer, Ruby, and .NET projects.
|
|
11
|
+
- Reproducible release-routing matrix fixtures for JavaScript monorepos, Codex plugins, Python/PyPI, Chinese release tasks, and negative intent controls.
|
|
12
|
+
- Opt-in structured test reporters for the frozen real-repository release task and the cross-ecosystem matrix.
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
|
|
16
|
+
- Release routes reserve capacity for implementation, regression tests, package manifests, plugin metadata, release records, MCP, CLI, shared contracts, and CI surfaces.
|
|
17
|
+
- Explicit route limits are treated as maxima instead of targets; unused capacity no longer pulls unrelated files into a release route.
|
|
18
|
+
- Package-manifest selection is ecosystem-aware, and release test slots require release-related path evidence.
|
|
19
|
+
- Release-route confidence remains conservatively capped and is evaluated against observed changed-file coverage.
|
|
20
|
+
|
|
21
|
+
### Fixed
|
|
22
|
+
|
|
23
|
+
- Prevented actual npm, Git tag, and plugin publication work from falling through to `unknown`.
|
|
24
|
+
- Prevented explanation, review, test-only, and publication-failure tasks from being misclassified as releases.
|
|
25
|
+
- Recognized `pyproject.toml` and other non-JavaScript package manifests as release surfaces.
|
|
26
|
+
- Preserved the caller's explicit route limit for plugin distribution tasks.
|
|
27
|
+
|
|
28
|
+
### Research
|
|
29
|
+
|
|
30
|
+
- The frozen Vertex Palace release task improved from 3/19 changed-file coverage and 0.25 route focus to 12/19 coverage and 1.00 focus, with calibration error reduced from 0.52 to 0.02.
|
|
31
|
+
- The preregistered cross-ecosystem matrix passed without lowering thresholds; all scored final routes reached 1.00 focus.
|
|
32
|
+
- These routing results do not claim lower total agent tokens or faster wall-clock time.
|
|
33
|
+
|
|
5
34
|
## 0.2.2 - 2026-07-19
|
|
6
35
|
|
|
7
36
|
### Fixed
|
package/README.md
CHANGED
|
@@ -43,6 +43,8 @@ The first floor also has an entrance pitfall board at `.palace/00-entrance/pitfa
|
|
|
43
43
|
Adaptive mode reports `contextBytes`, `contextEstimatedTokens`, route-tier counts, memory usage, and guardrails in Markdown and JSON. It is designed to reduce unnecessary preloaded context. It does **not** guarantee lower total agent tokens or faster wall-clock time on every task; those outcomes must be measured end to end with repeated, order-balanced trials.
|
|
44
44
|
|
|
45
45
|
Version 0.2.2 preserves relevant memory when Adaptive selects `full-palace`. This fixes the omission reproduced in all four useful-memory trials of the public [Adaptive v2.2 benchmark](https://github.com/lohchanhin/benchmarks-ab-demo/blob/main/docs/research/ADAPTIVE_V2_2_FINAL.md); the frozen v0.2.1 research results remain unchanged. The [0.2.2 remediation record](https://github.com/lohchanhin/vertex-palace/blob/main/docs/research/ADAPTIVE_MEMORY_FIX_0_2_2.md) documents the root cause and clean-install evidence.
|
|
46
|
+
|
|
47
|
+
Version 0.2.3 adds a dedicated release-task route across implementation, tests, package manifests, plugin metadata, MCP, CLI, shared contracts, CI, and release records. It recognizes npm, PyPI, Cargo, Go, Maven/Gradle, Composer, Ruby, and .NET manifests while keeping explain, review, test-only, and publish-failure intent separate. The frozen [baseline](./docs/research/RELEASE_ROUTING_BASELINE_0_2_2.md), [real-repository result](./docs/research/RELEASE_ROUTING_RESULT_0_2_3.md), and [cross-ecosystem matrix](./docs/research/RELEASE_ROUTING_MATRIX_RESULT_0_2_3.md) preserve both failed intermediate results and final evidence. This routing study does not claim lower total agent tokens or faster wall-clock time.
|
|
46
48
|
|
|
47
49
|
## Usage Guide
|
|
48
50
|
|
|
@@ -69,10 +71,10 @@ adaptive context (one call) -> inspect Primary -> expand Deferred only when need
|
|
|
69
71
|
1. Install the plugin:
|
|
70
72
|
|
|
71
73
|
```bash
|
|
72
|
-
codex plugin marketplace add lohchanhin/vertex-palace --ref v0.2.
|
|
74
|
+
codex plugin marketplace add lohchanhin/vertex-palace --ref v0.2.3
|
|
73
75
|
```
|
|
74
76
|
|
|
75
|
-
Use `v0.2.
|
|
77
|
+
Use `v0.2.3` or newer for release routing, Full Palace memory fidelity, and the corrected Adaptive selector. Avoid `v0.1.0` and `v0.1.1`; those early tags had broken MCP install metadata.
|
|
76
78
|
|
|
77
79
|
2. Or install the CLI directly from npm:
|
|
78
80
|
|
|
@@ -173,6 +175,8 @@ Vertex Palace 是一个面向 Codex 编程任务的本地上下文路由工具
|
|
|
173
175
|
Adaptive Palace 的目标是减少不必要的“预载上下文”,不是承诺每个任务的总 Token 与总时间都一定下降。端到端效果必须用相同任务、重复执行、平衡顺序的 A/B 测试判断。
|
|
174
176
|
|
|
175
177
|
0.2.2 修复了 Adaptive 选择 `full-palace` 时遗漏相关记忆的问题。这个缺陷由公开的 [Adaptive v2.2 基准研究](https://github.com/lohchanhin/benchmarks-ab-demo/blob/main/docs/research/ADAPTIVE_V2_2_FINAL.md)在四组 useful-memory trial 中稳定复现;冻结的 v0.2.1 研究结果不会被改写。[0.2.2 修复记录](https://github.com/lohchanhin/vertex-palace/blob/main/docs/research/ADAPTIVE_MEMORY_FIX_0_2_2.md)公开根因与 clean-install 证据。
|
|
178
|
+
|
|
179
|
+
0.2.3 新增专门的发布任务路线,会同时覆盖实现、回归测试、package manifest、plugin metadata、MCP、CLI、shared contract、CI 和发布记录。它支持 npm、PyPI、Cargo、Go、Maven/Gradle、Composer、Ruby 与 .NET manifest,并把说明、审核、仅测试和发布失败任务与真正发布动作分开。冻结的[基线](./docs/research/RELEASE_ROUTING_BASELINE_0_2_2.md)、[真实仓库结果](./docs/research/RELEASE_ROUTING_RESULT_0_2_3.md)和[跨生态矩阵](./docs/research/RELEASE_ROUTING_MATRIX_RESULT_0_2_3.md)都保留失败中间结果与最终证据;这项路由研究不宣称总 Token 或总时间一定下降。
|
|
176
180
|
|
|
177
181
|
## 使用说明
|
|
178
182
|
|
|
@@ -199,10 +203,10 @@ adaptive context(单次调用)-> 先读 Primary -> 证据需要时再展开
|
|
|
199
203
|
1. 安装插件:
|
|
200
204
|
|
|
201
205
|
```bash
|
|
202
|
-
codex plugin marketplace add lohchanhin/vertex-palace --ref v0.2.
|
|
206
|
+
codex plugin marketplace add lohchanhin/vertex-palace --ref v0.2.3
|
|
203
207
|
```
|
|
204
208
|
|
|
205
|
-
请使用 `v0.2.
|
|
209
|
+
请使用 `v0.2.3` 或更新版本,以启用发布任务路由、Full Palace 记忆一致性与修正后的 Adaptive 模式选择器。不要再使用 `v0.1.0` 和 `v0.1.1`,这两个早期标签的 MCP 安装元数据有问题。
|
|
206
210
|
|
|
207
211
|
2. 打开 Codex,输入 `/plugins`,安装 Vertex Palace。
|
|
208
212
|
|
|
@@ -272,15 +276,15 @@ npx vertex-palace status
|
|
|
272
276
|
Install the Codex plugin:
|
|
273
277
|
|
|
274
278
|
```bash
|
|
275
|
-
codex plugin marketplace add lohchanhin/vertex-palace --ref v0.2.
|
|
279
|
+
codex plugin marketplace add lohchanhin/vertex-palace --ref v0.2.3
|
|
276
280
|
```
|
|
277
281
|
|
|
278
|
-
Use `v0.2.
|
|
282
|
+
Use `v0.2.3` or newer for release routing, Full Palace memory fidelity, and the corrected Adaptive selector; `v0.1.0` and `v0.1.1` are obsolete because their MCP install metadata was broken.
|
|
279
283
|
|
|
280
284
|
The plugin launches its MCP server through npm:
|
|
281
285
|
|
|
282
286
|
```bash
|
|
283
|
-
npx -y -p vertex-palace@0.2.
|
|
287
|
+
npx -y -p vertex-palace@0.2.3 vertex-palace-mcp-stdio --stdio
|
|
284
288
|
```
|
|
285
289
|
|
|
286
290
|
Open Codex:
|