@utsu-ri/cli 0.3.2 → 0.3.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/README.md +11 -9
- package/dist/build-manifest.json +8 -8
- package/dist/sbom.spdx.json +14 -14
- package/dist/third-party-licenses.json +4 -4
- package/dist/utsuri.mjs +8 -8
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<!-- doc-language: en; canonical: true -->
|
|
2
2
|
|
|
3
|
-
[English](https://github.com/hokupod/utsuri/blob/v0.3.
|
|
3
|
+
[English](https://github.com/hokupod/utsuri/blob/v0.3.3/README.md) | [日本語](https://github.com/hokupod/utsuri/blob/v0.3.3/README.ja.md) | [简体中文](https://github.com/hokupod/utsuri/blob/v0.3.3/README.zh-CN.md)
|
|
4
4
|
|
|
5
5
|
# Utsuri
|
|
6
6
|
|
|
@@ -25,9 +25,11 @@ Use it when a code or UI change needs a durable report, a clear list of review g
|
|
|
25
25
|
<!-- availability:git-marketplace-cli-and-plugin-public -->
|
|
26
26
|
<!-- support-contract:macos-linux-windows-unsupported -->
|
|
27
27
|
|
|
28
|
+
Release candidates are not public releases; use the verified publication status in the [release guide](https://github.com/hokupod/utsuri/blob/v0.3.3/docs/release.md).
|
|
29
|
+
|
|
28
30
|
The current public Git source contains a verified Git Plugin whose exact `@utsu-ri/cli` release is published. The commands below install that public source; the Plugin executes only its matching complete SemVer. Do not substitute `latest`, a range, or another package.
|
|
29
31
|
|
|
30
|
-
- A Codex or Claude Code release listed in the [runtime compatibility record](https://github.com/hokupod/utsuri/blob/v0.3.
|
|
32
|
+
- A Codex or Claude Code release listed in the [runtime compatibility record](https://github.com/hokupod/utsuri/blob/v0.3.3/docs/compatibility/plugin-runtime.json).
|
|
31
33
|
- macOS or Linux, Node.js 22 or later, and `npx` for first MCP startup.
|
|
32
34
|
- An existing compatible Chrome/Chromium installation for browser capture. Utsuri never downloads a browser.
|
|
33
35
|
- Optional Docker or Podman capability for the isolated container capture mode. Utsuri never pulls an image.
|
|
@@ -101,7 +103,7 @@ In a human conversation, the Agent authors the evidence-backed interpretation in
|
|
|
101
103
|
6. **Serve and verify** — keeps the appropriate loopback viewer alive, confirms that the review brief, first semantic change, code diff, and Agent interpretation load, then returns the live URL.
|
|
102
104
|
7. **Review and return feedback** — stores viewed state, human judgment, and comments outside `report/`. Agent questions can return only to the registered originating project and session.
|
|
103
105
|
|
|
104
|
-
[The detailed design](https://github.com/hokupod/utsuri/blob/v0.3.
|
|
106
|
+
[The detailed design](https://github.com/hokupod/utsuri/blob/v0.3.3/docs/design.md) defines the data model and security boundaries. [The CLI contract](https://github.com/hokupod/utsuri/blob/v0.3.3/skills/utsuri-review/references/cli-contract.md) documents machine-facing behavior.
|
|
105
107
|
|
|
106
108
|
<a id="understand-report"></a><!-- section:understand-report -->
|
|
107
109
|
|
|
@@ -133,7 +135,7 @@ The report preserves source identity, evidence hashes, and review gaps so anothe
|
|
|
133
135
|
|
|
134
136
|
Claude Code may pass other ambient variables to MCP subprocesses. Utsuri does not use them as identity or expose them. `CLAUDE_CODE_SUBPROCESS_ENV_SCRUB=1` is optional host hardening when supported by your Claude Code installation; the Plugin cannot enforce host-wide environment scrubbing.
|
|
135
137
|
|
|
136
|
-
See the [threat model](https://github.com/hokupod/utsuri/blob/v0.3.
|
|
138
|
+
See the [threat model](https://github.com/hokupod/utsuri/blob/v0.3.3/docs/threat-model.md), [capture boundaries](https://github.com/hokupod/utsuri/blob/v0.3.3/skills/utsuri-review/references/capture-modes.md), and [feedback boundary](https://github.com/hokupod/utsuri/blob/v0.3.3/skills/utsuri-review/references/feedback.md) before handling untrusted projects.
|
|
137
139
|
|
|
138
140
|
<a id="troubleshooting-lifecycle"></a><!-- section:troubleshooting-lifecycle -->
|
|
139
141
|
|
|
@@ -186,10 +188,10 @@ claude plugin uninstall utsuri@utsuri
|
|
|
186
188
|
|
|
187
189
|
## Documentation, contributing, and license
|
|
188
190
|
|
|
189
|
-
- [Contributing and developer setup](https://github.com/hokupod/utsuri/blob/v0.3.
|
|
190
|
-
- [Detailed design](https://github.com/hokupod/utsuri/blob/v0.3.
|
|
191
|
-
- [Release and distribution operations](https://github.com/hokupod/utsuri/blob/v0.3.
|
|
192
|
-
- [UI guidelines](https://github.com/hokupod/utsuri/blob/v0.3.
|
|
193
|
-
- [Skill contract](https://github.com/hokupod/utsuri/blob/v0.3.
|
|
191
|
+
- [Contributing and developer setup](https://github.com/hokupod/utsuri/blob/v0.3.3/CONTRIBUTING.md)
|
|
192
|
+
- [Detailed design](https://github.com/hokupod/utsuri/blob/v0.3.3/docs/design.md)
|
|
193
|
+
- [Release and distribution operations](https://github.com/hokupod/utsuri/blob/v0.3.3/docs/release.md)
|
|
194
|
+
- [UI guidelines](https://github.com/hokupod/utsuri/blob/v0.3.3/docs/ui-guidelines.md)
|
|
195
|
+
- [Skill contract](https://github.com/hokupod/utsuri/blob/v0.3.3/skills/utsuri-review/SKILL.md)
|
|
194
196
|
|
|
195
197
|
Utsuri is licensed under `AGPL-3.0-or-later`. The publisher is `hokupod`. CLI publication, Git Plugin promotion, Git push, tags, and releases are separate operator-authorized actions; source changes alone perform none of them.
|
package/dist/build-manifest.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.1",
|
|
3
|
-
"toolVersion": "0.3.
|
|
4
|
-
"sourceHash": "
|
|
3
|
+
"toolVersion": "0.3.3",
|
|
4
|
+
"sourceHash": "aae9bf9d70daa07df0a1a998e3759810f4b60bcf2ee7e359695f9c78c3cab283",
|
|
5
5
|
"sourceHashes": {
|
|
6
6
|
"packages/adapters/generic/src/index.ts": "0fb851c88f14187773d97373b9d848e831abb629bb4b1834c4393f29917c4169",
|
|
7
7
|
"packages/adapters/playwright/src/index.ts": "7714950f8fbcc160493e649a13e2c96d2843530307150357c30b9155c42b6081",
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"packages/capture/src/runtime/container.ts": "d6f53ec8d03dcf2f9774436c533fc0cd6dd72c85fe7f1d60f4f3daf5f3c18452",
|
|
24
24
|
"packages/capture/src/server-runtime.ts": "8b4055dad80efa008548c9efcd502f80ca29abcfae062c63fa3cf701a41a0472",
|
|
25
25
|
"packages/cli/src/arguments.ts": "0ab06574a833531cb6084b555d11847d6deca4fd082fa3035c5e2a72a8870005",
|
|
26
|
-
"packages/cli/src/cli.ts": "
|
|
26
|
+
"packages/cli/src/cli.ts": "e3dcf61bdde2efc24abc320541b38e45e5a3a2c3098926bb864417746e498cb8",
|
|
27
27
|
"packages/cli/src/doctor.ts": "fdf26a40387b433878e257c3f857348e6bbe510e63b56a6a9623c1a5b6876287",
|
|
28
28
|
"packages/cli/src/feedback.ts": "5c85a25385d488b8813edf10ab16f9a071128e67bd3c97aa792820ab54f68892",
|
|
29
29
|
"packages/cli/src/init.ts": "5250d75ae8de6a7471bce58ff4f1b27b830cbf090bc55a8ec16c9125376cfb65",
|
|
30
30
|
"packages/cli/src/main.ts": "d399e4b4a8a951cbb18fb6244ffa789dd3ed16cc49d6b7edb4f62078ab9a18fe",
|
|
31
|
-
"packages/cli/src/mcp.ts": "
|
|
31
|
+
"packages/cli/src/mcp.ts": "ee4cf923fb82926f575f564cf54ce056fa57b73b38b7c7249d7963559f338b18",
|
|
32
32
|
"packages/cli/src/pack.ts": "d6963c6a5a1186b42abca311bd212cc5f4a560cc8284193e06f09b810d04c63b",
|
|
33
33
|
"packages/cli/src/review.ts": "6dd667da53cd5efae84899e23d2381ab3a04193b3ca0590a3c39802e69187709",
|
|
34
34
|
"packages/cli/src/serve.ts": "0a3a302b5b2630354464b3fc6c15ac838649879a820a3a4db0df09f033e4cf88",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"packages/report-model/src/index.ts": "38ba6c90d0404cacc4d738adccbfd7daf0a2c5cfef40178842c776945db226f2",
|
|
59
59
|
"packages/report-model/src/validator.ts": "c6944b0bb97942e2332634b0fded31f7bfadde2612e4531314202d5415332f25",
|
|
60
60
|
"packages/review-inbox/src/index.ts": "f05a3f004952c5752b842eb0c3b5cae5abcf7ad9c38c3d628a4a18ac42745832",
|
|
61
|
-
"packages/review-mcp-server/src/index.ts": "
|
|
61
|
+
"packages/review-mcp-server/src/index.ts": "539bf10c4a6dfdc6c400db71caf0d80746d6974fab8d36abfc2f03770bec0601",
|
|
62
62
|
"packages/review-mcp-server/src/run-registry.ts": "7bdb8aa633b7757bce50652ae8a64636b805622ab9b85de8e5a1c94d2a5809ca",
|
|
63
63
|
"packages/review-state/src/anchors.ts": "5e1488281d5fc2ce64bda08649f8fd14b9993ad0d48b667a07d2e1587b314a42",
|
|
64
64
|
"packages/review-state/src/canonical.ts": "844b47cee854771c920f55e24d25d1487551dd4edff80ce90b7914bb4b63c434",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"packages/review-state/src/model.ts": "523b4f5ab2cc1ead45e272285b93835b29846b74ae1ae9458d5149c4550c2926",
|
|
67
67
|
"packages/review-state/src/persistence.ts": "e825604b9cafac8d22137075e9846fea53d5ea924faaac2aeb6dfbe246f1520f",
|
|
68
68
|
"packages/security/src/index.ts": "a161e28fc3cc3e62f75fed63d3ad8eca363af6f255f27197882c2b2398e2ca50",
|
|
69
|
-
"packages/security/src/native-helper.ts": "
|
|
69
|
+
"packages/security/src/native-helper.ts": "9ec0cdb1009bd389cf0b7ae69c9881bf4af1ee42864e0a45a02a1f804936e17d",
|
|
70
70
|
"packages/security/src/report.ts": "9ae014c99c36b548fe3b18a37ca3e284270d2155fdb313bc75617b95ffbe2533",
|
|
71
71
|
"packages/session-binding/src/index.ts": "57221d67fcff2d6922287a1efbcef7074e7c1df847b09466a43e3310b075825b",
|
|
72
72
|
"schemas/annotations.schema.json": "15de4590de967a253a598418c0577b5e9ae3edda8246ea2dcc51f308e233abd3",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"schemas/review-state.schema.json": "27f9f98344a2b94b75f84fef9bba73978bbacca1e102ed11e459d247fbed7552",
|
|
87
87
|
"schemas/review-thread.schema.json": "6c5957f14b964dfaf1601ac45870b7f3fae013209dd4964aa3831dd753f06fc1"
|
|
88
88
|
},
|
|
89
|
-
"dependencyBaselineSha256": "
|
|
89
|
+
"dependencyBaselineSha256": "ff1f1cd2587740d00daa81c80bd6afae07c4edbd463a8b771323cd053719142a",
|
|
90
90
|
"dependencyHash": "6eef8a22afa4385ae65aa0608b171b407c0398c61f3409918323279daaf883d3",
|
|
91
91
|
"dependencyHashes": {
|
|
92
92
|
"ajv-formats@3.0.1/dist/formats.js": "b61693a26869970a92cc1fe832c931ccd3afe8b6d66802b19c48306349e84880",
|
|
@@ -287,5 +287,5 @@
|
|
|
287
287
|
"app.css": "26db3b18b936af3b1cf306bbc984db50d7144d1706712bcad400e5e3af3d485a",
|
|
288
288
|
"app.js": "0a54377c7bb4d89d7211965163dd6206889ba1136a828ddeef8bd22c8c796627"
|
|
289
289
|
},
|
|
290
|
-
"bundleSha256": "
|
|
290
|
+
"bundleSha256": "2e90a0537992547da21cd36b38e0791e52179e4cdf771b4343fcc1b3e8564c6a"
|
|
291
291
|
}
|
package/dist/sbom.spdx.json
CHANGED
|
@@ -5,15 +5,15 @@
|
|
|
5
5
|
"creators": ["Tool: Utsuri SBOM generator 1"]
|
|
6
6
|
},
|
|
7
7
|
"dataLicense": "CC0-1.0",
|
|
8
|
-
"documentNamespace": "https://github.com/hokupod/utsuri/sbom/0.3.
|
|
9
|
-
"name": "utsuri-0.3.
|
|
8
|
+
"documentNamespace": "https://github.com/hokupod/utsuri/sbom/0.3.3/66adaf969e02a01de1a7aa7052ee99f1c12c39c3dbfd7b1ea36da095ff9bc8ff",
|
|
9
|
+
"name": "utsuri-0.3.3",
|
|
10
10
|
"packages": [
|
|
11
11
|
{
|
|
12
|
-
"SPDXID": "SPDXRef-Package-utsuri-workspace-0.3.
|
|
12
|
+
"SPDXID": "SPDXRef-Package-utsuri-workspace-0.3.3",
|
|
13
13
|
"checksums": [
|
|
14
14
|
{
|
|
15
15
|
"algorithm": "SHA256",
|
|
16
|
-
"checksumValue": "
|
|
16
|
+
"checksumValue": "f5c53d92264317694e37ec4f4fa8ba67504b8b8baca93754a58c6c86f969e9f3"
|
|
17
17
|
}
|
|
18
18
|
],
|
|
19
19
|
"downloadLocation": "NOASSERTION",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"licenseConcluded": "AGPL-3.0-or-later",
|
|
22
22
|
"licenseDeclared": "AGPL-3.0-or-later",
|
|
23
23
|
"name": "utsuri-workspace",
|
|
24
|
-
"versionInfo": "0.3.
|
|
24
|
+
"versionInfo": "0.3.3"
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
27
|
"SPDXID": "SPDXRef-Package-ajv-8.20.0",
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
],
|
|
243
243
|
"relationships": [
|
|
244
244
|
{
|
|
245
|
-
"relatedSpdxElement": "SPDXRef-Package-utsuri-workspace-0.3.
|
|
245
|
+
"relatedSpdxElement": "SPDXRef-Package-utsuri-workspace-0.3.3",
|
|
246
246
|
"relationshipType": "DESCRIBES",
|
|
247
247
|
"spdxElementId": "SPDXRef-DOCUMENT"
|
|
248
248
|
},
|
|
@@ -279,42 +279,42 @@
|
|
|
279
279
|
{
|
|
280
280
|
"relatedSpdxElement": "SPDXRef-Package-ajv-8.20.0",
|
|
281
281
|
"relationshipType": "DEPENDS_ON",
|
|
282
|
-
"spdxElementId": "SPDXRef-Package-utsuri-workspace-0.3.
|
|
282
|
+
"spdxElementId": "SPDXRef-Package-utsuri-workspace-0.3.3"
|
|
283
283
|
},
|
|
284
284
|
{
|
|
285
285
|
"relatedSpdxElement": "SPDXRef-Package-ajv-formats-3.0.1",
|
|
286
286
|
"relationshipType": "DEPENDS_ON",
|
|
287
|
-
"spdxElementId": "SPDXRef-Package-utsuri-workspace-0.3.
|
|
287
|
+
"spdxElementId": "SPDXRef-Package-utsuri-workspace-0.3.3"
|
|
288
288
|
},
|
|
289
289
|
{
|
|
290
290
|
"relatedSpdxElement": "SPDXRef-Package-axe-core-4.13.0",
|
|
291
291
|
"relationshipType": "DEPENDS_ON",
|
|
292
|
-
"spdxElementId": "SPDXRef-Package-utsuri-workspace-0.3.
|
|
292
|
+
"spdxElementId": "SPDXRef-Package-utsuri-workspace-0.3.3"
|
|
293
293
|
},
|
|
294
294
|
{
|
|
295
295
|
"relatedSpdxElement": "SPDXRef-Package-fflate-0.8.3",
|
|
296
296
|
"relationshipType": "DEPENDS_ON",
|
|
297
|
-
"spdxElementId": "SPDXRef-Package-utsuri-workspace-0.3.
|
|
297
|
+
"spdxElementId": "SPDXRef-Package-utsuri-workspace-0.3.3"
|
|
298
298
|
},
|
|
299
299
|
{
|
|
300
300
|
"relatedSpdxElement": "SPDXRef-Package-pixelmatch-7.2.0",
|
|
301
301
|
"relationshipType": "DEPENDS_ON",
|
|
302
|
-
"spdxElementId": "SPDXRef-Package-utsuri-workspace-0.3.
|
|
302
|
+
"spdxElementId": "SPDXRef-Package-utsuri-workspace-0.3.3"
|
|
303
303
|
},
|
|
304
304
|
{
|
|
305
305
|
"relatedSpdxElement": "SPDXRef-Package-playwright-core-1.62.1",
|
|
306
306
|
"relationshipType": "DEPENDS_ON",
|
|
307
|
-
"spdxElementId": "SPDXRef-Package-utsuri-workspace-0.3.
|
|
307
|
+
"spdxElementId": "SPDXRef-Package-utsuri-workspace-0.3.3"
|
|
308
308
|
},
|
|
309
309
|
{
|
|
310
310
|
"relatedSpdxElement": "SPDXRef-Package-pngjs-7.0.0",
|
|
311
311
|
"relationshipType": "DEPENDS_ON",
|
|
312
|
-
"spdxElementId": "SPDXRef-Package-utsuri-workspace-0.3.
|
|
312
|
+
"spdxElementId": "SPDXRef-Package-utsuri-workspace-0.3.3"
|
|
313
313
|
},
|
|
314
314
|
{
|
|
315
315
|
"relatedSpdxElement": "SPDXRef-Package-yaml-2.9.0",
|
|
316
316
|
"relationshipType": "DEPENDS_ON",
|
|
317
|
-
"spdxElementId": "SPDXRef-Package-utsuri-workspace-0.3.
|
|
317
|
+
"spdxElementId": "SPDXRef-Package-utsuri-workspace-0.3.3"
|
|
318
318
|
}
|
|
319
319
|
],
|
|
320
320
|
"spdxVersion": "SPDX-2.3"
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.2",
|
|
3
|
-
"dependencyBaselineSha256": "
|
|
4
|
-
"productionDependencySha256": "
|
|
3
|
+
"dependencyBaselineSha256": "ff1f1cd2587740d00daa81c80bd6afae07c4edbd463a8b771323cd053719142a",
|
|
4
|
+
"productionDependencySha256": "66adaf969e02a01de1a7aa7052ee99f1c12c39c3dbfd7b1ea36da095ff9bc8ff",
|
|
5
5
|
"packages": [
|
|
6
6
|
{
|
|
7
|
-
"checksum": "SHA256:
|
|
7
|
+
"checksum": "SHA256:f5c53d92264317694e37ec4f4fa8ba67504b8b8baca93754a58c6c86f969e9f3",
|
|
8
8
|
"license": "AGPL-3.0-or-later",
|
|
9
9
|
"name": "utsuri-workspace",
|
|
10
10
|
"packageVerificationCode": null,
|
|
11
|
-
"version": "0.3.
|
|
11
|
+
"version": "0.3.3"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"checksum": "SHA512:4e16e58be3a53a3fa230f60505505f2773a60809da4b2367e0cd6fcfd4fa1a46b926df5b6bf1c8479ea3a32eb9b58ea4c7f142179557341f35f58eff194ac118",
|
package/dist/utsuri.mjs
CHANGED
|
@@ -218304,7 +218304,7 @@ var nativeHelperTargets = [
|
|
|
218304
218304
|
"linux-arm64",
|
|
218305
218305
|
"linux-x64"
|
|
218306
218306
|
];
|
|
218307
|
-
var nativeHelperPackageVersion = "0.3.
|
|
218307
|
+
var nativeHelperPackageVersion = "0.3.3";
|
|
218308
218308
|
function currentTarget() {
|
|
218309
218309
|
const value2 = `${process.platform}-${process.arch}`;
|
|
218310
218310
|
return nativeHelperTargets.find((target) => target === value2) ?? null;
|
|
@@ -228523,7 +228523,7 @@ function exactArguments(value2, required, optional = []) {
|
|
|
228523
228523
|
var ReviewMcpService = class {
|
|
228524
228524
|
toolDefinitions = toolDefinitions;
|
|
228525
228525
|
structuredToolErrors = false;
|
|
228526
|
-
serverInfo = { name: "utsu-ri-review", version: "0.3.
|
|
228526
|
+
serverInfo = { name: "utsu-ri-review", version: "0.3.3" };
|
|
228527
228527
|
#runDirectory;
|
|
228528
228528
|
#report;
|
|
228529
228529
|
#currentSession;
|
|
@@ -228722,7 +228722,7 @@ async function runReviewMcpStdio(service, streams = {}) {
|
|
|
228722
228722
|
result2 = {
|
|
228723
228723
|
protocolVersion: "2025-06-18",
|
|
228724
228724
|
capabilities: { tools: { listChanged: false } },
|
|
228725
|
-
serverInfo: service.serverInfo ?? { name: "utsu-ri-review", version: "0.3.
|
|
228725
|
+
serverInfo: service.serverInfo ?? { name: "utsu-ri-review", version: "0.3.3" }
|
|
228726
228726
|
};
|
|
228727
228727
|
} else if (request3.method === "ping") result2 = {};
|
|
228728
228728
|
else if (request3.method === "tools/list")
|
|
@@ -231536,7 +231536,7 @@ async function readPublishedOrigin(runDirectory) {
|
|
|
231536
231536
|
assertArtifact("report", report);
|
|
231537
231537
|
return structuredClone(report.origin);
|
|
231538
231538
|
}
|
|
231539
|
-
var help = `Utsuri 0.3.
|
|
231539
|
+
var help = `Utsuri 0.3.3
|
|
231540
231540
|
|
|
231541
231541
|
Usage: utsuri <command> [options]
|
|
231542
231542
|
|
|
@@ -231578,10 +231578,10 @@ async function executeCli(argv2, cwd = process.cwd(), environment = process.env)
|
|
|
231578
231578
|
ok: true,
|
|
231579
231579
|
command: "version",
|
|
231580
231580
|
package: "@utsu-ri/cli",
|
|
231581
|
-
version: "0.3.
|
|
231581
|
+
version: "0.3.3",
|
|
231582
231582
|
protocolVersion: "1.1"
|
|
231583
231583
|
},
|
|
231584
|
-
human: "0.3.
|
|
231584
|
+
human: "0.3.3",
|
|
231585
231585
|
json
|
|
231586
231586
|
};
|
|
231587
231587
|
}
|
|
@@ -231665,7 +231665,7 @@ async function executeCli(argv2, cwd = process.cwd(), environment = process.env)
|
|
|
231665
231665
|
publishedOrigin
|
|
231666
231666
|
);
|
|
231667
231667
|
const built = await buildReport(runDirectory, report, {
|
|
231668
|
-
toolVersion: "0.3.
|
|
231668
|
+
toolVersion: "0.3.3",
|
|
231669
231669
|
annotations,
|
|
231670
231670
|
...report.origin.bindingMode === "unbound" ? {} : { origin: report.origin }
|
|
231671
231671
|
});
|
|
@@ -232070,7 +232070,7 @@ function sameRegistration(left, right) {
|
|
|
232070
232070
|
var PluginBrokerMcpService = class {
|
|
232071
232071
|
toolDefinitions = brokerMcpToolDefinitions;
|
|
232072
232072
|
structuredToolErrors = true;
|
|
232073
|
-
serverInfo = { name: "utsu-ri-plugin-broker", version: "0.3.
|
|
232073
|
+
serverInfo = { name: "utsu-ri-plugin-broker", version: "0.3.3" };
|
|
232074
232074
|
#projectRoot;
|
|
232075
232075
|
#environment;
|
|
232076
232076
|
#readRegistrations;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@utsu-ri/cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "Evidence-backed visual change review for Codex and Claude Code",
|
|
5
5
|
"license": "AGPL-3.0-or-later",
|
|
6
6
|
"author": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"type": "git",
|
|
11
11
|
"url": "git+https://github.com/hokupod/utsuri.git"
|
|
12
12
|
},
|
|
13
|
-
"homepage": "https://github.com/hokupod/utsuri/tree/v0.3.
|
|
13
|
+
"homepage": "https://github.com/hokupod/utsuri/tree/v0.3.3#readme",
|
|
14
14
|
"bugs": {
|
|
15
15
|
"url": "https://github.com/hokupod/utsuri/issues"
|
|
16
16
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {},
|
|
33
33
|
"optionalDependencies": {
|
|
34
|
-
"@utsu-ri/cli-darwin-arm64": "0.3.
|
|
35
|
-
"@utsu-ri/cli-darwin-x64": "0.3.
|
|
36
|
-
"@utsu-ri/cli-linux-arm64": "0.3.
|
|
37
|
-
"@utsu-ri/cli-linux-x64": "0.3.
|
|
34
|
+
"@utsu-ri/cli-darwin-arm64": "0.3.3",
|
|
35
|
+
"@utsu-ri/cli-darwin-x64": "0.3.3",
|
|
36
|
+
"@utsu-ri/cli-linux-arm64": "0.3.3",
|
|
37
|
+
"@utsu-ri/cli-linux-x64": "0.3.3"
|
|
38
38
|
}
|
|
39
39
|
}
|