@utsu-ri/cli 0.2.0 → 0.3.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  <!-- doc-language: en; canonical: true -->
2
2
 
3
- [English](https://github.com/hokupod/utsuri/blob/v0.2.0/README.md) | [日本語](https://github.com/hokupod/utsuri/blob/v0.2.0/README.ja.md) | [简体中文](https://github.com/hokupod/utsuri/blob/v0.2.0/README.zh-CN.md)
3
+ [English](https://github.com/hokupod/utsuri/blob/v0.3.0/README.md) | [日本語](https://github.com/hokupod/utsuri/blob/v0.3.0/README.ja.md) | [简体中文](https://github.com/hokupod/utsuri/blob/v0.3.0/README.zh-CN.md)
4
4
 
5
5
  # Utsuri
6
6
 
@@ -14,6 +14,10 @@ Utsuri turns a Git change into a local review that connects code, browser captur
14
14
 
15
15
  Use it when a code or UI change needs a durable report, a clear list of review gaps, or structured questions returned to the coding session that created the report.
16
16
 
17
+ <p align="center">
18
+ <img src="https://raw.githubusercontent.com/hokupod/utsuri/main/docs/assets/utsuri.jpg" alt="Two figures facing each other across a folded mirror" width="480">
19
+ </p>
20
+
17
21
  <a id="availability-requirements"></a><!-- section:availability-requirements -->
18
22
 
19
23
  ## Availability and requirements
@@ -21,9 +25,9 @@ Use it when a code or UI change needs a durable report, a clear list of review g
21
25
  <!-- availability:git-marketplace-source-ready-cli-publication-pending -->
22
26
  <!-- support-contract:macos-linux-windows-unsupported -->
23
27
 
24
- The source contains a Git Plugin that exact-pins the matching published `@utsu-ri/cli` release. Public Git installation remains gated until that CLI release is published and the Plugin source is merged. The commands below are verified host command shapes; do not substitute `latest`, a range, or another package.
28
+ The source contains a Git Plugin that exact-pins its matching `@utsu-ri/cli` release. When the source version is newer than the latest verified public release, Git installation of that source remains gated until the exact CLI is published and the Plugin source is publicly reachable. The commands below are verified host command shapes; do not substitute `latest`, a range, or another package.
25
29
 
26
- - A Codex or Claude Code release listed in the [runtime compatibility record](https://github.com/hokupod/utsuri/blob/v0.2.0/docs/compatibility/plugin-runtime.json).
30
+ - A Codex or Claude Code release listed in the [runtime compatibility record](https://github.com/hokupod/utsuri/blob/v0.3.0/docs/compatibility/plugin-runtime.json).
27
31
  - macOS or Linux, Node.js 22 or later, and `npx` for first MCP startup.
28
32
  - An existing compatible Chrome/Chromium installation for browser capture. Utsuri never downloads a browser.
29
33
  - Optional Docker or Podman capability for the isolated container capture mode. Utsuri never pulls an image.
@@ -49,7 +53,7 @@ codex plugin marketplace add hokupod/utsuri
49
53
  codex plugin add utsuri@utsuri
50
54
  ```
51
55
 
52
- Installation enables the Plugin. In the Codex app, the Plugin UI is also the supported place to inspect or change its enabled state.
56
+ Installation enables the Plugin. In the Codex app, the Plugin UI is also the supported place to inspect or change its enabled state. Codex uses the Utsuri product illustration as both the composer icon and Plugin logo.
53
57
 
54
58
  ### Claude Code
55
59
 
@@ -65,6 +69,8 @@ claude plugin marketplace add hokupod/utsuri
65
69
  claude plugin install utsuri@utsuri
66
70
  ```
67
71
 
72
+ Claude Code's current Plugin manifest does not expose an icon or logo field, so Utsuri does not add unsupported image metadata there.
73
+
68
74
  Restart the host after an install or update when it asks you to do so. The Plugin starts the exact CLI through native `npx`; a global Utsuri installation is neither required nor used.
69
75
 
70
76
  <a id="first-review"></a><!-- section:first-review -->
@@ -76,29 +82,33 @@ Open the repository in Codex or Claude Code, start a new session with Utsuri ena
76
82
  <!-- sync-command:first-review-prompt -->
77
83
 
78
84
  ```text
79
- Review the current change with Utsuri. Create a local evidence-backed report and call out every incomplete or uncovered check.
85
+ Review the current change with Utsuri. Create and validate an evidence-backed report, explain each change in my language, start the local report viewer, verify that the diff loads, and return its live URL with every incomplete or uncovered check.
80
86
  ```
81
87
 
82
88
  Utsuri first checks available capabilities without installing anything. It can produce a code-only report when browser evidence was not requested or is unavailable. For browser evidence, start any required before/after application yourself and approve only explicit commands you trust.
83
89
 
84
- The final response gives you the local report location, confirmed coverage, findings, failures, and gaps. Opening or serving the report remains a separate explicit action.
90
+ In a human conversation, the Agent authors the evidence-backed interpretation in your selected language, strictly validates the report, starts the appropriate persistent loopback viewer, verifies that the report and diff load, and returns the live URL with confirmed coverage, findings, failures, and gaps. A filesystem path alone is not a completed handoff. Serving is skipped only for an explicitly requested artifact-only or CI workflow.
85
91
 
86
92
  <a id="how-it-works"></a><!-- section:how-it-works -->
87
93
 
88
94
  ## How it works
89
95
 
90
96
  1. **Collect** — reads the requested patch, worktree, range, or merge base into a bounded run.
91
- 2. **Capture** — records separately isolated before/after browser evidence only when configured and authorized.
92
- 3. **Discover and compare** — maps changed code to targets, then compares pixels, DOM, ARIA, styles, accessibility, runtime, network, and overflow evidence.
93
- 4. **Finalize** — publishes an immutable, hash-validated local `report/`; failed or partial evidence is preserved.
94
- 5. **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.
97
+ 2. **Interpret** — the current Agent uses the conversation, diff, and indexed evidence to group causally related hunks across files into semantic changes, explains each change, and adds a concise purpose and meaning for every hunk without inventing unsupported intent.
98
+ 3. **Capture** — records separately isolated before/after browser evidence only when configured and authorized.
99
+ 4. **Discover and compare** — maps changed code to targets, then compares pixels, DOM, ARIA, styles, accessibility, runtime, network, and overflow evidence.
100
+ 5. **Finalize** — publishes an immutable, hash-validated local `report/` with the Agent-authored annotations; failed or partial evidence is preserved.
101
+ 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
+ 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.
95
103
 
96
- [The detailed design](https://github.com/hokupod/utsuri/blob/v0.2.0/docs/design.md) defines the data model and security boundaries. [The CLI contract](https://github.com/hokupod/utsuri/blob/v0.2.0/skills/utsuri-review/references/cli-contract.md) documents machine-facing behavior.
104
+ [The detailed design](https://github.com/hokupod/utsuri/blob/v0.3.0/docs/design.md) defines the data model and security boundaries. [The CLI contract](https://github.com/hokupod/utsuri/blob/v0.3.0/skills/utsuri-review/references/cli-contract.md) documents machine-facing behavior.
97
105
 
98
106
  <a id="understand-report"></a><!-- section:understand-report -->
99
107
 
100
108
  ## Understand the report
101
109
 
110
+ - **Review brief** combines the Agent-authored overview, deterministic evidence posture, and a prioritized map of semantic changes. One semantic change may span several files; file and hunk links are evidence, not review boundaries.
111
+ - **Hunk explanations** put the Agent-authored purpose and meaning immediately before each annotated code hunk. New annotations that omit or duplicate a collected hunk are rejected; `unclassifiedHunkRefs` is reserved for deterministic fallback reports created without annotations. Older reports without these fields remain viewable and omit the panel.
102
112
  - **Findings** are evidence-backed observations, not automatic proof of a regression.
103
113
  - **`INCOMPLETE`** means required evidence failed, was malformed, exceeded a limit, or was unavailable. It is never converted to pass.
104
114
  - **`UNCOVERED`** means changed code has no verified target or the coverage denominator is unknown.
@@ -122,7 +132,7 @@ The report preserves source identity, evidence hashes, and review gaps so anothe
122
132
 
123
133
  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.
124
134
 
125
- See the [threat model](https://github.com/hokupod/utsuri/blob/v0.2.0/docs/threat-model.md), [capture boundaries](https://github.com/hokupod/utsuri/blob/v0.2.0/skills/utsuri-review/references/capture-modes.md), and [feedback boundary](https://github.com/hokupod/utsuri/blob/v0.2.0/skills/utsuri-review/references/feedback.md) before handling untrusted projects.
135
+ See the [threat model](https://github.com/hokupod/utsuri/blob/v0.3.0/docs/threat-model.md), [capture boundaries](https://github.com/hokupod/utsuri/blob/v0.3.0/skills/utsuri-review/references/capture-modes.md), and [feedback boundary](https://github.com/hokupod/utsuri/blob/v0.3.0/skills/utsuri-review/references/feedback.md) before handling untrusted projects.
126
136
 
127
137
  <a id="troubleshooting-lifecycle"></a><!-- section:troubleshooting-lifecycle -->
128
138
 
@@ -175,10 +185,10 @@ claude plugin uninstall utsuri@utsuri
175
185
 
176
186
  ## Documentation, contributing, and license
177
187
 
178
- - [Contributing and developer setup](https://github.com/hokupod/utsuri/blob/v0.2.0/CONTRIBUTING.md)
179
- - [Detailed design](https://github.com/hokupod/utsuri/blob/v0.2.0/docs/design.md)
180
- - [Release and distribution operations](https://github.com/hokupod/utsuri/blob/v0.2.0/docs/release.md)
181
- - [UI guidelines](https://github.com/hokupod/utsuri/blob/v0.2.0/docs/ui-guidelines.md)
182
- - [Skill contract](https://github.com/hokupod/utsuri/blob/v0.2.0/skills/utsuri-review/SKILL.md)
188
+ - [Contributing and developer setup](https://github.com/hokupod/utsuri/blob/v0.3.0/CONTRIBUTING.md)
189
+ - [Detailed design](https://github.com/hokupod/utsuri/blob/v0.3.0/docs/design.md)
190
+ - [Release and distribution operations](https://github.com/hokupod/utsuri/blob/v0.3.0/docs/release.md)
191
+ - [UI guidelines](https://github.com/hokupod/utsuri/blob/v0.3.0/docs/ui-guidelines.md)
192
+ - [Skill contract](https://github.com/hokupod/utsuri/blob/v0.3.0/skills/utsuri-review/SKILL.md)
183
193
 
184
194
  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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schemaVersion": "1.1",
3
- "toolVersion": "0.2.0",
4
- "sourceHash": "6acebe5922d7f2e718eaf999578a56664a579886b57691cf0c154a67f8524ad0",
3
+ "toolVersion": "0.3.0",
4
+ "sourceHash": "ac154c621f3b9f963ea7c831cee9403f37bb0e6f271d7cea9e7593b9e6ceee09",
5
5
  "sourceHashes": {
6
6
  "packages/adapters/generic/src/index.ts": "0fb851c88f14187773d97373b9d848e831abb629bb4b1834c4393f29917c4169",
7
7
  "packages/adapters/playwright/src/index.ts": "7714950f8fbcc160493e649a13e2c96d2843530307150357c30b9155c42b6081",
@@ -23,13 +23,13 @@
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": "94a61922650a3e2c9b0b5f4b55882524de8e8787dd5084269696f0eef2c6a7e8",
26
+ "packages/cli/src/cli.ts": "7cd4022fb99315fe221a8ebe73cf89ce8d934dcde985322723af5e9544f87430",
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": "e37e4188db24534133e83c373c0539537735861cf4d7e0585ecaed881f10d782",
32
- "packages/cli/src/pack.ts": "2e59a6fd8c28adaa34219eb1b7f2467d1f742f8fc3cf6c55925dc002cc2be2fc",
31
+ "packages/cli/src/mcp.ts": "e91ff3ad919cace034def51486eaa3d9f10089d88399e3fbfe8ce3334e59e0f6",
32
+ "packages/cli/src/pack.ts": "d6963c6a5a1186b42abca311bd212cc5f4a560cc8284193e06f09b810d04c63b",
33
33
  "packages/cli/src/review.ts": "6dd667da53cd5efae84899e23d2381ab3a04193b3ca0590a3c39802e69187709",
34
34
  "packages/cli/src/serve.ts": "0a3a302b5b2630354464b3fc6c15ac838649879a820a3a4db0df09f033e4cf88",
35
35
  "packages/clipboard-handoff/src/index.ts": "87e3bd52dee66181afadca1c36cd8cbb1472c2a21933a16b1a72721496aeca90",
@@ -51,14 +51,14 @@
51
51
  "packages/git-collector/src/index.ts": "c8686ef8faa57f1fa17a105a57f7306ff8372de171f9469ae6e22aa1b278f86d",
52
52
  "packages/git-collector/src/patch.ts": "2ad71151ca382bc5be3b9396e60aeb36394151e5ae5670687414f967fa893e96",
53
53
  "packages/interactive-server/src/index.ts": "66bac04d327797d4d57a594f7032b87f0a32dd8ccd3c1ed1647bcf1b6a87b5b1",
54
- "packages/report-builder/src/generated-ui-assets.ts": "7e0bc643e805e3d1e3af0438fd21e7bc6d8cba9e6fb93bedc9b54f9cc1d75fcf",
55
- "packages/report-builder/src/index.ts": "9b3822c279dd29cbbf5fbda74f294d00f93ad0d7cc432ed06506a7eaae7fcc17",
54
+ "packages/report-builder/src/generated-ui-assets.ts": "03ee2cc57c8a80c319813711907d6f952e5ab5040d7f69e0749e8b2bbcff3141",
55
+ "packages/report-builder/src/index.ts": "785ee8a37295077ec710c4c030aeaf0f26404f13cc1e33ea3a28155a575301e4",
56
56
  "packages/report-builder/src/native-publish.ts": "1476a27dfbb7172caf656b996b7aa71ca8c7ec3ddf1d85ee0028d11a3029f222",
57
57
  "packages/report-builder/src/schema-assets.ts": "ef080b08889e19f291d92f260fc4f731b1505552c5f3481734de9c6414d0c23a",
58
58
  "packages/report-model/src/index.ts": "38ba6c90d0404cacc4d738adccbfd7daf0a2c5cfef40178842c776945db226f2",
59
- "packages/report-model/src/validator.ts": "1d0b77a813bb2f2323de3791a9f76d5f390cf89148ffcc4c30c759ea47a568e1",
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": "560c00d3c5113b7a467735f3b0f1a8d062fbb18471ae75f5acf3350652f2674d",
61
+ "packages/review-mcp-server/src/index.ts": "47a058e2fb5fd8af47ac03938a7b97e8ac74061446c3fd3afbe5b939d2ea943c",
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,19 +66,19 @@
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": "7940b4eece17827bb41cf39d60bda82bb9955e437c787836647c7a71dddef967",
70
- "packages/security/src/report.ts": "61d67acfeb62d4b86fdd56c9f054fbeeba545a394cb683dfba47710ddfc83add",
69
+ "packages/security/src/native-helper.ts": "80421da92bdc6dc8939c2281fab4acd3dad4ac27e3385d1cadda2a2920443d5c",
70
+ "packages/security/src/report.ts": "9ae014c99c36b548fe3b18a37ca3e284270d2155fdb313bc75617b95ffbe2533",
71
71
  "packages/session-binding/src/index.ts": "57221d67fcff2d6922287a1efbcef7074e7c1df847b09466a43e3310b075825b",
72
- "schemas/annotations.schema.json": "463cd4ca0baeca7c17624d9b7a260471713c1f2e3a0380a1f21643c40ecc6061",
72
+ "schemas/annotations.schema.json": "15de4590de967a253a598418c0577b5e9ae3edda8246ea2dcc51f308e233abd3",
73
73
  "schemas/capture-action.schema.json": "9639715c364b0ea8791523a3bc7206d0c5f67acb81380324f25ba22eed79fc05",
74
- "schemas/config.schema.json": "4710b6e8018d8bc7fa272bc9bfcc87b65439908380f716e3df97bcf24f517ddd",
74
+ "schemas/config.schema.json": "d664131a7ddf9eebedc98125017849e426752a8946a97f0c292f11ed59486ca9",
75
75
  "schemas/context-pack.schema.json": "9e2b7f19ca6db78f72de6f4ce0acb287c8ed64b94e8dca32fee194e6f5e26fa3",
76
76
  "schemas/diff.schema.json": "be0188f12c5b4ed65957d9ac1401007f8e31912a0f21ed2af8e33ce274e9ebef",
77
77
  "schemas/evidence-index.schema.json": "2d907acba09f208673849354afc8cb5aa788b8b213658e04641b3ccdeafd7c4e",
78
78
  "schemas/feedback-batch.schema.json": "1da68f409506fd1a1f999785f666f15883e7c8d51a57b7996ba73b61eb3c24ef",
79
79
  "schemas/mcp-run-registration.schema.json": "7bbf67677302463fd01ee157f13885340dbb624aeca4260be6aca1e8c2098320",
80
80
  "schemas/origin-session.schema.json": "39e49ff5cfa7fa033cca453048a1e8b0ae631ddc98ca10e9d1bcd8ecb9b33538",
81
- "schemas/report.schema.json": "8eb9f70ea1ae6897bf48891d67ab1245f6ef3a3a177bb212633a6546f3fb12dd",
81
+ "schemas/report.schema.json": "b107789650aeb84496287a7a95675bbcd08029ba26fe61598324e62542c685d3",
82
82
  "schemas/review-answer.schema.json": "fd7765261d2c71c0cf9fcd604f0607beeff6d21d59402468cf2ff84a57b4c42b",
83
83
  "schemas/review-bundle.schema.json": "5f445f745da093f565669ce13a3eb59e182eabe98c3df1b51f8b49e4b67b33d6",
84
84
  "schemas/review-event.schema.json": "57c75a0383645435e20e752cb24de9517929381cf2d3b684575dd8d053e12ad3",
@@ -266,16 +266,16 @@
266
266
  "yaml@2.8.3/dist/visit.js": "a757e3b924af184b25e2386d1678b1fe341805a516ebf9bccee219b47aebd5e7"
267
267
  },
268
268
  "schemaHashes": {
269
- "annotations.schema.json": "463cd4ca0baeca7c17624d9b7a260471713c1f2e3a0380a1f21643c40ecc6061",
269
+ "annotations.schema.json": "15de4590de967a253a598418c0577b5e9ae3edda8246ea2dcc51f308e233abd3",
270
270
  "capture-action.schema.json": "9639715c364b0ea8791523a3bc7206d0c5f67acb81380324f25ba22eed79fc05",
271
- "config.schema.json": "4710b6e8018d8bc7fa272bc9bfcc87b65439908380f716e3df97bcf24f517ddd",
271
+ "config.schema.json": "d664131a7ddf9eebedc98125017849e426752a8946a97f0c292f11ed59486ca9",
272
272
  "context-pack.schema.json": "9e2b7f19ca6db78f72de6f4ce0acb287c8ed64b94e8dca32fee194e6f5e26fa3",
273
273
  "diff.schema.json": "be0188f12c5b4ed65957d9ac1401007f8e31912a0f21ed2af8e33ce274e9ebef",
274
274
  "evidence-index.schema.json": "2d907acba09f208673849354afc8cb5aa788b8b213658e04641b3ccdeafd7c4e",
275
275
  "feedback-batch.schema.json": "1da68f409506fd1a1f999785f666f15883e7c8d51a57b7996ba73b61eb3c24ef",
276
276
  "mcp-run-registration.schema.json": "7bbf67677302463fd01ee157f13885340dbb624aeca4260be6aca1e8c2098320",
277
277
  "origin-session.schema.json": "39e49ff5cfa7fa033cca453048a1e8b0ae631ddc98ca10e9d1bcd8ecb9b33538",
278
- "report.schema.json": "8eb9f70ea1ae6897bf48891d67ab1245f6ef3a3a177bb212633a6546f3fb12dd",
278
+ "report.schema.json": "b107789650aeb84496287a7a95675bbcd08029ba26fe61598324e62542c685d3",
279
279
  "review-answer.schema.json": "fd7765261d2c71c0cf9fcd604f0607beeff6d21d59402468cf2ff84a57b4c42b",
280
280
  "review-bundle.schema.json": "5f445f745da093f565669ce13a3eb59e182eabe98c3df1b51f8b49e4b67b33d6",
281
281
  "review-event.schema.json": "57c75a0383645435e20e752cb24de9517929381cf2d3b684575dd8d053e12ad3",
@@ -284,8 +284,8 @@
284
284
  "review-thread.schema.json": "6c5957f14b964dfaf1601ac45870b7f3fae013209dd4964aa3831dd753f06fc1"
285
285
  },
286
286
  "uiAssetHashes": {
287
- "app.css": "24367977f02573eef337192857d07e9cc3d237d7870a9607cd7c7d1ae9b71c92",
288
- "app.js": "68aeb0d987d16e181dba7570570bf3a0409b09464401f6c11d0dde881e33f9bc"
287
+ "app.css": "26db3b18b936af3b1cf306bbc984db50d7144d1706712bcad400e5e3af3d485a",
288
+ "app.js": "4874583e6dc717bf4d7fab0744b758627312f5b7397c1e4cb86463a13c9c891d"
289
289
  },
290
- "bundleSha256": "4181c72ff425175ac297220c665daf1dc35e5927f46150dd9ea79bf7bdac767d"
290
+ "bundleSha256": "db5cf998f5c41b08be30d23394f131de1fcbdcef8715a7d77e09deeeb717fc99"
291
291
  }
@@ -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.2.0/de680198df088328333bfc628c92f876890fdd9ec6bc12d4f583607c843f1660",
9
- "name": "utsuri-0.2.0",
8
+ "documentNamespace": "https://github.com/hokupod/utsuri/sbom/0.3.0/de680198df088328333bfc628c92f876890fdd9ec6bc12d4f583607c843f1660",
9
+ "name": "utsuri-0.3.0",
10
10
  "packages": [
11
11
  {
12
- "SPDXID": "SPDXRef-Package-utsuri-workspace-0.2.0",
12
+ "SPDXID": "SPDXRef-Package-utsuri-workspace-0.3.0",
13
13
  "checksums": [
14
14
  {
15
15
  "algorithm": "SHA256",
16
- "checksumValue": "f3b2dca16cf624803df096347b3d03fa0a2bda04d2c3b4b6f9af1f2b3ace78b0"
16
+ "checksumValue": "7830188d0171dc696c366d53e35f06e01e82c53cec0862171503522013b85c7e"
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.2.0"
24
+ "versionInfo": "0.3.0"
25
25
  },
26
26
  {
27
27
  "SPDXID": "SPDXRef-Package-ajv-8.18.0",
@@ -242,7 +242,7 @@
242
242
  ],
243
243
  "relationships": [
244
244
  {
245
- "relatedSpdxElement": "SPDXRef-Package-utsuri-workspace-0.2.0",
245
+ "relatedSpdxElement": "SPDXRef-Package-utsuri-workspace-0.3.0",
246
246
  "relationshipType": "DESCRIBES",
247
247
  "spdxElementId": "SPDXRef-DOCUMENT"
248
248
  },
@@ -279,42 +279,42 @@
279
279
  {
280
280
  "relatedSpdxElement": "SPDXRef-Package-ajv-8.18.0",
281
281
  "relationshipType": "DEPENDS_ON",
282
- "spdxElementId": "SPDXRef-Package-utsuri-workspace-0.2.0"
282
+ "spdxElementId": "SPDXRef-Package-utsuri-workspace-0.3.0"
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.2.0"
287
+ "spdxElementId": "SPDXRef-Package-utsuri-workspace-0.3.0"
288
288
  },
289
289
  {
290
290
  "relatedSpdxElement": "SPDXRef-Package-axe-core-4.10.3",
291
291
  "relationshipType": "DEPENDS_ON",
292
- "spdxElementId": "SPDXRef-Package-utsuri-workspace-0.2.0"
292
+ "spdxElementId": "SPDXRef-Package-utsuri-workspace-0.3.0"
293
293
  },
294
294
  {
295
295
  "relatedSpdxElement": "SPDXRef-Package-fflate-0.8.2",
296
296
  "relationshipType": "DEPENDS_ON",
297
- "spdxElementId": "SPDXRef-Package-utsuri-workspace-0.2.0"
297
+ "spdxElementId": "SPDXRef-Package-utsuri-workspace-0.3.0"
298
298
  },
299
299
  {
300
300
  "relatedSpdxElement": "SPDXRef-Package-pixelmatch-7.1.0",
301
301
  "relationshipType": "DEPENDS_ON",
302
- "spdxElementId": "SPDXRef-Package-utsuri-workspace-0.2.0"
302
+ "spdxElementId": "SPDXRef-Package-utsuri-workspace-0.3.0"
303
303
  },
304
304
  {
305
305
  "relatedSpdxElement": "SPDXRef-Package-playwright-core-1.61.1",
306
306
  "relationshipType": "DEPENDS_ON",
307
- "spdxElementId": "SPDXRef-Package-utsuri-workspace-0.2.0"
307
+ "spdxElementId": "SPDXRef-Package-utsuri-workspace-0.3.0"
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.2.0"
312
+ "spdxElementId": "SPDXRef-Package-utsuri-workspace-0.3.0"
313
313
  },
314
314
  {
315
315
  "relatedSpdxElement": "SPDXRef-Package-yaml-2.8.3",
316
316
  "relationshipType": "DEPENDS_ON",
317
- "spdxElementId": "SPDXRef-Package-utsuri-workspace-0.2.0"
317
+ "spdxElementId": "SPDXRef-Package-utsuri-workspace-0.3.0"
318
318
  }
319
319
  ],
320
320
  "spdxVersion": "SPDX-2.3"
@@ -4,11 +4,11 @@
4
4
  "lockfileSha256": "de680198df088328333bfc628c92f876890fdd9ec6bc12d4f583607c843f1660",
5
5
  "packages": [
6
6
  {
7
- "checksum": "SHA256:f3b2dca16cf624803df096347b3d03fa0a2bda04d2c3b4b6f9af1f2b3ace78b0",
7
+ "checksum": "SHA256:7830188d0171dc696c366d53e35f06e01e82c53cec0862171503522013b85c7e",
8
8
  "license": "AGPL-3.0-or-later",
9
9
  "name": "utsuri-workspace",
10
10
  "packageVerificationCode": null,
11
- "version": "0.2.0"
11
+ "version": "0.3.0"
12
12
  },
13
13
  {
14
14
  "checksum": "SHA512:3e55cf78458c5cc67bb0f60e1ea983c8227371f36b52bddf18d2ad7b35f5e3291738422fc8af3577eab2771f3d298e4eef514a30f690daf05f04523934747adc",