diff --git a/web/reviewer-sandbox/.gitignore b/web/reviewer-sandbox/.gitignore new file mode 100644 index 0000000..c4fac30 --- /dev/null +++ b/web/reviewer-sandbox/.gitignore @@ -0,0 +1,7 @@ +node_modules/ +dist/ +.DS_Store +implementation-desktop-1440x1024.png +implementation-mobile-390x844.png +.vercel +.env* diff --git a/web/reviewer-sandbox/.npmrc b/web/reviewer-sandbox/.npmrc new file mode 100644 index 0000000..1223b5c --- /dev/null +++ b/web/reviewer-sandbox/.npmrc @@ -0,0 +1,2 @@ +fund=false +audit=false diff --git a/web/reviewer-sandbox/.openai/hosting.json b/web/reviewer-sandbox/.openai/hosting.json new file mode 100644 index 0000000..47c28cb --- /dev/null +++ b/web/reviewer-sandbox/.openai/hosting.json @@ -0,0 +1,4 @@ +{ + "d1": null, + "r2": null +} diff --git a/web/reviewer-sandbox/AGENTS.md b/web/reviewer-sandbox/AGENTS.md new file mode 100644 index 0000000..05965fc --- /dev/null +++ b/web/reviewer-sandbox/AGENTS.md @@ -0,0 +1,16 @@ +# Prototype Instructions + +Run the local server yourself and open the preview in the browser available to this environment. Do not give the user server-start instructions when you can run it. + +Before making substantial visual changes, use the Product Design plugin's `get-context` skill when the visual source is unclear or no longer matches the current goal. When the user gives durable prototype-specific design feedback, preferences, or decisions, record them in `AGENTS.md`. + +When implementing from a selected generated mock, treat that image as the source of truth for layout, component anatomy, density, spacing, color, typography, visible content, and hierarchy. + +## Selected Valoris direction + +- The approved Reviewer Sandbox direction is Option 1: a guided, five-step desktop review workspace with a persistent task sidebar, role switcher, explicit orange DEMO/SYNTHETIC warning, and supporting/challenging evidence presented side by side. +- Keep the visual language restrained and institutional: white and pale-gray surfaces, dark navy type, vivid blue actions, orange warning states, compact data density, subtle borders, and small radii. +- Preserve the public-static boundary: no backend, authentication, uploads, private materials, production components, scientific-acceptance claims, or independence claims. Every fixture datum must carry a DEMO or SYNTHETIC label, and cryptography remains BLOCKED_UNVERIFIED. +- The top Perspective control and the four “I’m reviewing as” buttons are two synchronized inputs for the same active reviewer role. The top control must be a functional selector on mobile and desktop, not a focus-only shortcut. + +Build app UI in `src/`. Keep `.openai/hosting.json`, `worker/index.js`, `scripts/prepare-sites-build.mjs`, and `tests/sites-worker.test.mjs` intact so the same local prototype can be handed to Sites. Before a Sites handoff, run `npm run build` and `npm run test:sites`; the build must leave `dist/client/index.html`, `dist/server/index.js`, and `dist/.openai/hosting.json`. diff --git a/web/reviewer-sandbox/DEPLOYMENT.md b/web/reviewer-sandbox/DEPLOYMENT.md new file mode 100644 index 0000000..d0c9c77 --- /dev/null +++ b/web/reviewer-sandbox/DEPLOYMENT.md @@ -0,0 +1,74 @@ +# Vercel Deployment Record + +- **Stable URL:** https://valoris-reviewer-sandbox.vercel.app +- **Deployment ID:** `dpl_5vv3pjqr7D8Gr4jcmrdjZ7kWT8fY` +- **Vercel project:** `halalmfs-projects/valoris-reviewer-sandbox` +- **Target:** Production — promoted from validated preview `dpl_3YjYLjAWMLs5aEN8DUAjwP46JqYj`. +- **Source commit:** `2abf130c878875ca7a51cd6d1dd61efded7c15fd` +- **Status:** `READY` +- **Artifact:** Prebuilt static Vite output from `dist/client`; no functions, API routes, backend, authentication, or upload endpoints. + +## Verification + +- Stable alias returned HTTP 200 without an authentication bypass. +- Deployed HTML title and metadata match the Reviewer Sandbox build. +- Security headers are active: restrictive Content Security Policy, denied framing, disabled camera/microphone/geolocation, no-referrer policy, MIME sniffing disabled, and Vercel HSTS. +- Vercel marks the deployment `noindex`, appropriate for a reviewer demonstration. +- Browser-rendered mobile verification passed at 390 × 844 CSS pixels: document width 390, no horizontal page overflow, single-column evidence layout, static task panel, active step visible, and zero console warnings/errors. +- Browser evidence: `qa/deployed-mobile-390x844.png`. +- Mobile interaction checks passed for role switching, the ADR dialog, `BLOCKED_UNVERIFIED` cryptography, and step navigation. +- Vercel runtime error scan returned no logs; this is expected for a static deployment with no functions. + +## Boundaries + +The deployment remains DEMO/SYNTHETIC. It makes no scientific, security, cryptographic, production-readiness, or independence claim. Local Vercel link metadata and environment files are ignored and are not committed. + +## Reviewer handoff preview — 2026-08-17 + +- **Preview URL:** https://valoris-reviewer-sandbox-aeybsb0lk-halalmfs-projects.vercel.app +- **Deployment ID:** `dpl_3YjYLjAWMLs5aEN8DUAjwP46JqYj` +- **Target:** Preview; the stable production alias was not promoted or changed. +- **Source commit:** `2abf130c878875ca7a51cd6d1dd61efded7c15fd` +- **Status:** `READY` +- **Build artifact:** `index-CAorDIqP.js` and `index-wMgKUQ3e.css` from the static Vite output. +- **Live verification:** Exact deployed title and synthetic boundaries rendered successfully. At 390 × 844 CSS pixels, the role-aware step-5 handoff generated for Materials Science, all three handoff actions remained reachable, document width stayed 390 with no horizontal overflow, and the console had zero warnings or errors. +- **Production check after preview:** `https://valoris-reviewer-sandbox.vercel.app` remained deployment `dpl_Ff6fq9pDQx5LyAiPi8QKKxVvkMqi`, target `production`, status `READY`, and returned HTTP 200. + +## Production promotion — 2026-08-17 + +- **Promoted preview:** `dpl_3YjYLjAWMLs5aEN8DUAjwP46JqYj`. +- **Resulting production deployment:** `dpl_5vv3pjqr7D8Gr4jcmrdjZ7kWT8fY` at `https://valoris-reviewer-sandbox-fv1mxtivr-halalmfs-projects.vercel.app`. +- **Stable public alias:** https://valoris-reviewer-sandbox.vercel.app returned HTTP 200 and resolved to the resulting production deployment with status `READY`. +- **Artifact identity:** production served `index-CAorDIqP.js` and `index-wMgKUQ3e.css`, matching the validated preview artifact. +- **Pre-promotion regression gate:** 7/7 sandbox and review-packet tests passed, 4/4 static-host packaging tests passed, and the Vite static build completed successfully. +- **Desktop gate:** 1440 × 1024 CSS pixels, no horizontal overflow, exact DEMO/SYNTHETIC and BLOCKED_UNVERIFIED boundaries present, and zero console warnings/errors. +- **Mobile gate:** 390 × 844 CSS pixels, no horizontal overflow, role-aware Cryptography handoff generated, all three handoff actions reachable, and zero console warnings/errors. +- **Static boundary:** no backend, authentication, uploads, production components, file inputs, form targets, or Vercel Functions were present. The deployed artifact remained a static Vite bundle. +- **Security headers:** restrictive Content Security Policy, framing denied, camera/microphone/geolocation disabled, no-referrer, MIME sniffing disabled, and HSTS remained active. +- **Post-deploy error scan:** Vercel returned no runtime logs, expected for this static deployment. +- **Promotion boundary:** the deployment remains a DEMO/SYNTHETIC reviewer interface and does not accept scientific, security, cryptographic, production-readiness, or independence policy. + +## Mobile overlap correction — 2026-08-17 + +- **Validated source commit:** `048828823e91d83b882cdf54fe47a6cd5a90e7cd`. +- **Validated preview:** `dpl_Ao99wJAbqzMKBquVr61X1oCvhKFn` at `https://valoris-reviewer-sandbox-jiuzsae9m-halalmfs-projects.vercel.app`, target `preview`, status `READY`. +- **Resulting production deployment:** `dpl_D9U1SqbUZN7ZXLyfJjzezcJtANic` at `https://valoris-reviewer-sandbox-eabn3anzq-halalmfs-projects.vercel.app`, target `production`, status `READY`. +- **Stable public alias:** https://valoris-reviewer-sandbox.vercel.app returned HTTP 200 and resolved to the resulting production deployment. +- **Artifact identity:** preview and production serve `index-FM-UCdAY.js` and `index-BXtRsd-W.css`. Downloaded production assets exactly matched the promoted prebuilt artifact: JS SHA-256 `4f8b86f503be6fe91370dd4fc93ad9ec5ab99439af054c4768479fad8baf5f69`; CSS SHA-256 `60d5630b783cddb11b1cea98246111dbb3ac4aac7521e42c940121c54333e280`. +- **Regression gate:** 8/8 sandbox and review-packet tests passed, 4/4 static-host packaging tests passed, the Vite static build passed, and the repository baseline passed. +- **Responsive gate:** all four roles passed at 390 × 844; Materials Science passed at 320 × 800; desktop passed at 1440 × 1024. The brand, perspective control, global warning, and active walkthrough step remained contained with no document overflow or console warnings/errors. +- **Reported-versus-fixed evidence:** `qa/mobile-overlap-source-vs-fixed.png`; focused corrected captures are in `qa/mobile-header-fixed-390x844.png`, `qa/mobile-header-fixed-320x800.png`, and `qa/desktop-header-fixed-1440x1024.png`. +- **Headers and observability:** restrictive CSP, framing denial, disabled camera/microphone/geolocation, no-referrer, MIME-sniffing protection, HSTS, and `noindex` remained active. The post-deploy runtime error scan returned no logs, expected for this static deployment. +- **Boundary confirmation:** the promoted artifact remains static and synthetic, keeps cryptography `BLOCKED_UNVERIFIED`, and introduces no backend, authentication, uploads, API routes, Vercel Functions, private materials, or scientific/independence claims. + +## Functional perspective selector — 2026-08-17 + +- **Validated source commit:** `32f7e3047c20ba2b0806c1386b0ad7b359d401f2`. +- **Validated preview:** `dpl_BXDijKNvLS87RM7nzXuuCdUnmbXV` at `https://valoris-reviewer-sandbox-cy1ipox2b-halalmfs-projects.vercel.app`, target `preview`, status `READY`. Browser access remained deployment-protected; Vercel-authenticated retrieval verified the exact artifact before promotion. +- **Resulting production deployment:** `dpl_HtfKgVR5R9pvhjbxmYm5xkSWrWJK` at `https://valoris-reviewer-sandbox-p9rm6in6v-halalmfs-projects.vercel.app`, target `production`, status `READY`. +- **Stable public alias:** https://valoris-reviewer-sandbox.vercel.app returned HTTP 200 and resolved to the resulting production deployment. +- **Artifact identity:** production serves `index-_9axtI6i.js` and `index-D7JI5rEz.css`, exactly matching the promoted prebuilt preview. JS SHA-256: `221cd60bef6f62a405c964cafc260ab2a6c311fd827fcc0396c94613527c6a04`; CSS SHA-256: `3bc359bbf0e6d5f722474672dd4ff332f0439e19c61c3a31fafae7ccb455f816`. +- **Interaction gate:** on the public alias at 390 × 844, the top selector changed to Cryptography and synchronized the lower active role plus ADR-0012 packet; the lower Materials Science role then synchronized the top selector plus ADR-0010/ADR-0014 packet. `DEMO / SYNTHETIC` and `BLOCKED_UNVERIFIED` remained visible, with no horizontal overflow or runtime errors. +- **Regression and accessibility gate:** 9/9 sandbox and review-packet tests passed, 4/4 static-host packaging tests passed, the Vite static build and repository baseline passed, and the final automated WCAG A/AA scan reported zero violations. +- **Headers and observability:** restrictive CSP, framing denial, disabled camera/microphone/geolocation, no-referrer, MIME-sniffing protection, HSTS, and `noindex` remained active. The post-deploy runtime error scan returned no logs, expected for this static deployment. +- **Boundary confirmation:** this interaction correction adds no backend, authentication, uploads, persistence, API routes, Vercel Functions, private materials, or scientific/independence claims; cryptography remains `BLOCKED_UNVERIFIED`. diff --git a/web/reviewer-sandbox/LEARNING_EPISODE.md b/web/reviewer-sandbox/LEARNING_EPISODE.md new file mode 100644 index 0000000..7d62b80 --- /dev/null +++ b/web/reviewer-sandbox/LEARNING_EPISODE.md @@ -0,0 +1,19 @@ +# LearningEpisode — Public Reviewer Sandbox + +- **Trigger:** The founder selected visual direction 1 for a public, static, synthetic Reviewer Sandbox. +- **Inputs:** The selected 1487 × 1058 design image; the existing Valoris UI system; the onboarding architecture; the current UX audit; the public architecture; ADR-0006, ADR-0007, and proposed ADR-0010. +- **Invariants:** No backend, authentication, uploads, executable schemas, private materials, production components, scientific-acceptance claim, or independence claim. All fixture data is DEMO/SYNTHETIC. Cryptography stays BLOCKED_UNVERIFIED. +- **Output:** A five-step, ten-minute React walkthrough with four reviewer perspectives, side-by-side supporting and challenging evidence, bounded ADR packets, limitations, and structured local feedback. +- **Failure observed:** At 390 CSS pixels the horizontal walkthrough initially opened on steps 1–2 while active step 3 was offscreen. +- **Correction:** Center the active step on initial responsive render and after navigation; retain the current step in view without changing desktop layout. +- **Handoff extension:** Added a role-aware, session-only review summary with explicit conflict and blocked-decision fields, copy and JSON download actions, and a clean-session reset. No timestamp, reviewer identity, transport, or storage was introduced. +- **Failure observed during extension:** The download action revoked its temporary object URL immediately after the synthetic link click, creating a race for slower browser download handlers. +- **Correction during extension:** Attach the download link to the document, remove it after activation, and defer URL revocation to the next task so the browser can consume the synthetic JSON reliably. +- **Reported-device failure:** User-supplied iOS captures showed the mobile perspective control obscuring the product name and the horizontally centered walkthrough clipping the previous step label. +- **Reported-device correction:** At ≤600 CSS pixels, place the brand, perspective control, and warning in explicit grid rows; show one complete active walkthrough step; reserve automatic horizontal centering for the 601–860-pixel tablet layout. +- **Regression protection:** A source-level test now requires the mobile single-column header, contained perspective control, and active-only phone walkthrough rules. +- **Interaction failure:** The top Perspective affordance visually implied a dropdown but only moved keyboard focus to the first lower role button, so it could not change reviewer viewpoint. +- **Interaction correction:** Replace the focus shortcut with a native controlled selector that shares `roleId` with the lower role buttons. Both entry points now update the selected label, active role, task language, and ADR packet. +- **Accessibility correction:** The interaction audit exposed a serious automated contrast violation in the orange warning and evidence metadata. Darker semantic tokens reduced the follow-up WCAG A/AA result to zero violations; gradient-backed contrast checks remain machine-incomplete and were visually reviewed. +- **Evidence:** Desktop and mobile browser captures, a combined reported-versus-corrected comparison, synchronized selector/button checks at 320, 390, and 1440 CSS pixels, zero runtime errors, passing static build, 9/9 sandbox and review-packet tests, and 4/4 static-host packaging tests in `design-qa.md`. +- **Promotion decision:** The static prototype was published to a dedicated Vercel project for founder and reviewer inspection. Vercel assigned the first deployment to its production target automatically; this makes the static interface reachable but does not imply protocol production readiness, policy acceptance, scientific acceptance, or independence assurance. diff --git a/web/reviewer-sandbox/README.md b/web/reviewer-sandbox/README.md new file mode 100644 index 0000000..2f2cdd6 --- /dev/null +++ b/web/reviewer-sandbox/README.md @@ -0,0 +1,32 @@ +# Valoris Reviewer Sandbox + +A public-safe, static, synthetic walkthrough for evaluating the Valoris reviewer experience. + +## Boundaries + +- Every fixture datum is labeled `DEMO` or `SYNTHETIC`. +- Cryptographic choices remain `BLOCKED_UNVERIFIED`. +- The sandbox makes no scientific, security, production, or independence claim. +- It has no backend, authentication, uploads, executable schemas, private materials, workers, payments, or production infrastructure. +- Feedback remains in browser memory unless the reviewer explicitly copies or downloads the DEMO handoff. +- The generated handoff is role-aware, includes conflict and blocked-decision fields, preserves the non-approval boundaries, and can be reset without persistence. + +## Local commands + +```bash +npm install +npm run dev +npm run build +npm run test:sandbox +npm run test:sites +``` + +The selected design direction and implementation constraints are recorded in `AGENTS.md`. Visual verification is recorded in `design-qa.md`. + +## Vercel preview + +`vercel.json` deploys only `dist/client` as a static site and applies restrictive browser security headers. Vercel link metadata and local environment files remain ignored and must never be committed. + +Live mobile-ready deployment: https://valoris-reviewer-sandbox.vercel.app + +Deployment evidence is recorded in `DEPLOYMENT.md`. diff --git a/web/reviewer-sandbox/design-qa.md b/web/reviewer-sandbox/design-qa.md new file mode 100644 index 0000000..4677ace --- /dev/null +++ b/web/reviewer-sandbox/design-qa.md @@ -0,0 +1,143 @@ +# Reviewer Sandbox Design QA + +## Comparison target + +- Source visual truth: `/Users/monikacruz/.codex/generated_images/019fec1e-fd38-73f1-846f-53fbb765b16e/exec-ed228b72-420b-4fd3-92b0-fec3054abde2.png` +- Browser-rendered desktop implementation: `/Users/monikacruz/Desktop/Valoris/valoris-reviewer-sandbox/web/reviewer-sandbox/implementation-desktop-final-1440x1024.png` +- Browser-rendered responsive evidence: `/Users/monikacruz/Desktop/Valoris/valoris-reviewer-sandbox/web/reviewer-sandbox/implementation-mobile-final-390x844.png` +- Full-view side-by-side comparison: `/Users/monikacruz/Desktop/Valoris/valoris-reviewer-sandbox/web/reviewer-sandbox/qa/source-vs-implementation-final.png` +- Focused-region comparison: `/Users/monikacruz/Desktop/Valoris/valoris-reviewer-sandbox/web/reviewer-sandbox/qa/focused-source-vs-implementation-final.png` +- Handoff-extension comparison state: `/Users/monikacruz/Desktop/Valoris/valoris-reviewer-sandbox/web/reviewer-sandbox/qa/implementation-handoff-pass.png` +- Handoff-extension full-view comparison: `/Users/monikacruz/Desktop/Valoris/valoris-reviewer-sandbox/web/reviewer-sandbox/qa/source-vs-handoff-final.png` +- Handoff-extension focused comparison: `/Users/monikacruz/Desktop/Valoris/valoris-reviewer-sandbox/web/reviewer-sandbox/qa/focused-source-vs-handoff-final.png` +- Generated handoff, desktop: `/Users/monikacruz/Desktop/Valoris/valoris-reviewer-sandbox/web/reviewer-sandbox/qa/review-handoff-desktop.png` +- Generated handoff, mobile: `/Users/monikacruz/Desktop/Valoris/valoris-reviewer-sandbox/web/reviewer-sandbox/qa/review-handoff-mobile-390x844.png` +- Reported iOS overlap source: `/Users/monikacruz/Desktop/Valoris/valoris-reviewer-sandbox/web/reviewer-sandbox/qa/mobile-reported-overlap-materials.jpg` +- Corrected mobile implementation, 390 CSS pixels: `/Users/monikacruz/Desktop/Valoris/valoris-reviewer-sandbox/web/reviewer-sandbox/qa/mobile-header-fixed-390x844.png` +- Corrected narrow-mobile implementation, 320 CSS pixels: `/Users/monikacruz/Desktop/Valoris/valoris-reviewer-sandbox/web/reviewer-sandbox/qa/mobile-header-fixed-320x800.png` +- Corrected desktop implementation: `/Users/monikacruz/Desktop/Valoris/valoris-reviewer-sandbox/web/reviewer-sandbox/qa/desktop-header-fixed-1440x1024.png` +- Reported-versus-corrected full-view comparison: `/Users/monikacruz/Desktop/Valoris/valoris-reviewer-sandbox/web/reviewer-sandbox/qa/mobile-overlap-source-vs-fixed.png` +- Functional perspective selector, mobile Cryptography: `/Users/monikacruz/Desktop/Valoris/valoris-reviewer-sandbox/web/reviewer-sandbox/qa/perspective-selector-mobile-cryptography-390x844.png` +- Functional perspective selector, narrow-mobile Materials Science: `/Users/monikacruz/Desktop/Valoris/valoris-reviewer-sandbox/web/reviewer-sandbox/qa/perspective-selector-mobile-materials-320x800.png` +- Functional perspective selector, desktop Identity & IT: `/Users/monikacruz/Desktop/Valoris/valoris-reviewer-sandbox/web/reviewer-sandbox/qa/perspective-selector-desktop-identity-1440x1024.png` + +## Normalization + +- Source pixels: 1487 × 1058. +- Desktop implementation pixels and CSS viewport: 1440 × 1024 at device scale 1. +- Source and implementation have effectively the same aspect ratio. The side-by-side comparison renders each image to the same column width, preserving its aspect ratio; no crop or density-based finding was filed. +- Responsive implementation CSS viewport: 390 × 844, rendered inside a same-origin browser QA frame. The app document measured exactly 390 CSS pixels wide with no document overflow. +- Compared state: Reviewer perspective, step 3 of 5, “Inspect evidence,” light theme, synthetic fixture. +- Handoff extension evidence: step 5 of 5 with a generated role-aware summary. Desktop pixels: 1440 × 1565 from a 1440 × 1024 CSS viewport at device scale 1. Mobile pixels: 390 × 2807 from a 390 × 844 CSS viewport at device scale 1. +- Reported iOS evidence pixels: 591 × 1280, including browser chrome. The corrected implementation was captured at 390 × 844 CSS pixels at device scale 1. The comparison intentionally preserves the browser-chrome mismatch because the source is user evidence; layout judgments are limited to the shared app viewport. + +## Findings + +### Pass 1 + +- [P2] Completed-step glyphs drifted from the selected visual. + - Location: global five-step walkthrough. + - Evidence: the source retained the numbered circles 1–5 while the first implementation changed completed steps to checkmarks. + - Impact: it changed the visual rhythm and created a second completion language beside the sidebar. + - Fix: restored persistent 1–5 numbering in the global walkthrough; completion checkmarks remain only in the detailed sidebar progress list. + +- [P2] The current mobile step opened outside the initial horizontal viewport. + - Location: mobile walkthrough navigation at 390 CSS pixels. + - Evidence: the first responsive capture showed steps 1 and 2 while the active step was 3. + - Impact: a mobile reviewer could not immediately confirm where they were in the ten-minute flow. + - Fix: the active step now scrolls to the center of the walkthrough on initial load and after step changes. Post-fix measurement confirms the active step is fully visible. + +### Final pass + +- No actionable P0, P1, or P2 findings remain. +- [P3] The implementation is slightly denser than the source in the evidence rows because each fixture value carries the required inline DEMO/SYNTHETIC label and the walkthrough adds explicit time estimates. This is an intentional safety and product-requirement deviation; hierarchy and legibility remain intact. +- [P3] The source’s “View all” text links are represented by expandable evidence rows instead. The replacement preserves the single-page boundary and gives each visible fixture a working inspection state. + +### Handoff extension pass + +- No actionable P0, P1, or P2 findings were introduced by the role-aware handoff extension. +- The step-3 source-comparison state remains aligned after the extension: Reviewer perspective, active step, hierarchy, grid, color system, numbered walkthrough, evidence pairing, and sidebar proportions remain intact. +- Step 5 has no separate source mock. It was evaluated as an intentional extension of the selected UI system: the summary reuses the existing borders, blue action hierarchy, fixture labels, warning tokens, typography, and responsive stacking behavior. +- [P3] The full generated summary makes step 5 a long mobile page. This is acceptable for the present ten-minute static walkthrough because the reviewer sees the form before the summary, actions are stacked at 390 CSS pixels, and no horizontal overflow or hidden controls were observed. + +### Reported iOS overlap correction + +- [P1] The perspective control covered the product name on mobile. + - Location: top bar at the reported iPhone viewport. + - Evidence: the user capture shows the right-aligned “Perspective” pill laid over “Valoris Reviewer Sandbox.” The corrected 390-pixel capture places the brand, full-width perspective control, and global warning in three distinct rows. + - Impact: the product identity was obscured and the control appeared outside its intended container. + - Fix: changed the ≤600-pixel top bar to a single-column grid with explicit rows; allowed safe label wrapping and made the perspective control fill, but never exceed, the available width. + +- [P2] The centered mobile walkthrough clipped the previous step label at the card edge. + - Location: global walkthrough card at the reported iPhone viewport. + - Evidence: the user capture cuts off “Consider limitations” on the left while step 5 is active. The corrected capture displays one complete active step and no adjacent clipped content. + - Impact: partially visible navigation looked broken and made the current stage harder to scan. + - Fix: show only the active walkthrough step at ≤600 pixels, remove its connector, and limit automatic horizontal centering to the 601–860-pixel tablet range. + +- Post-fix evidence: all four roles were checked at 390 × 844; the longest Materials Science label was also checked at 320 × 800; desktop was checked at 1440 × 1024. Brand, perspective control, warning, and active walkthrough card remained contained with no document overflow or console warnings/errors. + +### Perspective interaction correction + +- [P1] The top Perspective control looked like a selector but only focused the lower Reviewer button. + - Location: top bar on mobile and desktop. + - Evidence: the earlier implementation rendered a caret-bearing button whose click handler called `focus()` on the first role button; it could not select Cryptography, Identity & IT, or Materials Science. The corrected captures show a native selector synchronized with the active lower radio button and role-specific task content. + - Impact: users reasonably expected the top control to change viewpoints, but it performed no perspective change. + - Fix: replace the focus-only button with an accessible controlled `select` backed by the same `roleId` state as the four lower role buttons. + +- [P2] Automated WCAG checks found insufficient contrast in the orange warning and seven-pixel evidence metadata. + - Location: global warning and evidence-table secondary labels. + - Evidence: the initial axe run reported one serious color-contrast violation affecting 13 nodes. The corrected run reports zero violations; eight gradient-backed nodes remain machine-incomplete and were visually inspected. + - Impact: low-vision reviewers could struggle to read safety labels and evidence metadata. + - Fix: darken the semantic orange token and use the existing accessible muted token for evidence metadata. + +- Post-fix interaction evidence: the top selector changed Reviewer → Cryptography and synchronized the lower active role, role-specific goal, and ADR-0012 packet at 390 × 844. The lower Materials Science button synchronized the top selector and switched the focus/ADR packet. Identity & IT passed from the top selector at 1440 × 1024; Materials Science passed at 320 × 800. No overflow, runtime errors, or console warnings were observed. + +## Required fidelity surfaces + +- Fonts and typography: matches the existing Valoris Inter/system UI stack, with comparable weight, line height, hierarchy, and wrapping. Small fixture labels use a compact optical treatment without replacing body copy. +- Spacing and layout rhythm: header, role selector, five-step walkthrough, 2.45:1 workspace grid, persistent sidebar, card padding, borders, radii, and footer align with the source. Mobile reorders the task card ahead of the detailed evidence and stacks evidence into one column. +- Colors and visual tokens: white and pale-gray surfaces, dark navy text, vivid blue actions, soft blue fixture labels, and restrained amber warnings map directly to the selected direction. Status is never expressed by color alone. +- Image quality and asset fidelity: the source contains no photography, illustration, or product imagery. All UI icons use one installed Phosphor icon family; there are no custom SVGs, emoji, CSS drawings, or placeholder images. +- Copy and content: all app-specific fixture data is explicitly DEMO or SYNTHETIC. The claim language is bounded, cryptography remains BLOCKED_UNVERIFIED, and the interface makes no scientific, security, production, or independence claim. +- States and interactions: role selection, step navigation, previous/continue controls, expandable evidence rows, the ADR packet dialog, feedback inputs, required conflict acknowledgement, generated local summary, copy, JSON download, and clean-session reset were exercised successfully. +- Accessibility: semantic buttons, radio groups, form controls, dialog labeling, keyboard focus indicators, reduced-motion behavior, and mobile tap targets are present. The 390-pixel document has no horizontal overflow. + +## Browser evidence + +- Primary interactions tested: role changes to Cryptography and Identity & IT; exact BLOCKED_UNVERIFIED status in the role ADR packet; dialog open/close; evidence expansion; step 3 → 4 → 5 progression; feedback text entry; incomplete submission blocked by the required conflict reminder; role-aware summary generation; plain-text copy; a browser-created `valoris-demo-review-handoff.json` download; and clean-session reset to Reviewer / step 1. +- Console warnings/errors: none on desktop or responsive QA frame. +- Static build: passed. +- Static sandbox and review-packet tests: 9 passed, 0 failed. +- Sites-compatible static packaging tests: 4 passed, 0 failed. +- Responsive handoff measurement at 390 × 844: document width 390, no horizontal overflow, one-column summary metadata, vertically stacked actions, active step 5 visible. + +## Comparison history + +1. Initial desktop comparison recorded two P2 findings: global step glyph drift and mobile current-step visibility. +2. The global stepper was restored to numbered circles, and mobile step navigation gained current-step centering. +3. The final desktop comparison and focused-region comparison show the corrected numbered sequence and source-aligned information hierarchy. +4. The final 390 × 844 browser-rendered check measured `documentWidth = 390`, a single evidence column, static task-card positioning, and the current step fully visible. +5. The handoff extension preserved the final step-3 comparison state and added verified desktop/mobile evidence for summary generation, copy, download, and reset. +6. A download reliability check exposed immediate object-URL revocation. The link is now attached for activation and URL revocation is deferred; the browser produced the expected JSON file after the correction. +7. User-supplied iOS evidence exposed a P1 top-bar collision and P2 walkthrough clipping that were not reproduced by the earlier centered-step check. +8. The mobile header now uses three explicit rows, and phone widths show only the complete active walkthrough step. A combined source-versus-fixed comparison confirms both reported failures are removed. +9. Post-fix checks covered Reviewer, Cryptography, Identity & IT, and Materials Science at 390 × 844, the longest label at 320 × 800, and the unchanged desktop composition at 1440 × 1024. +10. User testing exposed that the top Perspective affordance was focus-only. It is now a native controlled selector synchronized bidirectionally with the lower role buttons and role-specific content. +11. The selector passed mobile and desktop interaction checks. A follow-up axe run reports zero WCAG A/AA violations after correcting two contrast tokens. + +## Implementation checklist + +- [x] Match the approved Option 1 composition and UI system. +- [x] Keep all fixture data DEMO/SYNTHETIC and cryptography BLOCKED_UNVERIFIED. +- [x] Implement the complete ten-minute five-step flow. +- [x] Make supporting and challenging evidence inspectable side by side. +- [x] Add bounded ADR packets, limitations, and structured local feedback. +- [x] Verify desktop, responsive mobile, interactions, console health, build, and static hosting package. +- [x] Add regression checks for the public-static boundary and required safety labels. +- [x] Generate a role-aware, session-only review handoff with explicit conflict and blocked-decision fields. +- [x] Verify copy, JSON download, clean reset, mobile stacking, and the unchanged source-comparison state. +- [x] Prevent mobile brand/perspective overlap and clipped walkthrough labels at 320–600 CSS pixels. +- [x] Make the top Perspective control select and synchronize every reviewer role on mobile and desktop. +- [x] Resolve automated warning/metadata contrast violations introduced or exposed by the interaction review. + +final result: passed diff --git a/web/reviewer-sandbox/implementation-desktop-final-1440x1024.png b/web/reviewer-sandbox/implementation-desktop-final-1440x1024.png new file mode 100644 index 0000000..b82cd3f Binary files /dev/null and b/web/reviewer-sandbox/implementation-desktop-final-1440x1024.png differ diff --git a/web/reviewer-sandbox/implementation-mobile-final-390x844.png b/web/reviewer-sandbox/implementation-mobile-final-390x844.png new file mode 100644 index 0000000..ae5d93b Binary files /dev/null and b/web/reviewer-sandbox/implementation-mobile-final-390x844.png differ diff --git a/web/reviewer-sandbox/index.html b/web/reviewer-sandbox/index.html new file mode 100644 index 0000000..b277647 --- /dev/null +++ b/web/reviewer-sandbox/index.html @@ -0,0 +1,13 @@ + + + + + + + Valoris Reviewer Sandbox — DEMO / SYNTHETIC + + +
+ + + diff --git a/web/reviewer-sandbox/package-lock.json b/web/reviewer-sandbox/package-lock.json new file mode 100644 index 0000000..67e1da5 --- /dev/null +++ b/web/reviewer-sandbox/package-lock.json @@ -0,0 +1,1681 @@ +{ + "name": "reviewer-sandbox", + "version": "0.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "reviewer-sandbox", + "version": "0.0.0", + "dependencies": { + "@phosphor-icons/react": "^2.1.10", + "@vitejs/plugin-react": "5.0.4", + "react": "19.2.0", + "react-dom": "19.2.0", + "vite": "6.4.2" + }, + "devDependencies": {} + }, + "node_modules/@babel/code-frame": { + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz", + "integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==", + "license": "MIT", + "dependencies": { + "@babel/helper-validator-identifier": "^7.29.7", + "js-tokens": "^4.0.0", + "picocolors": "^1.1.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.7.tgz", + "integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.7.tgz", + "integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==", + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.29.7", + "@babel/generator": "^7.29.7", + "@babel/helper-compilation-targets": "^7.29.7", + "@babel/helper-module-transforms": "^7.29.7", + "@babel/helpers": "^7.29.7", + "@babel/parser": "^7.29.7", + "@babel/template": "^7.29.7", + "@babel/traverse": "^7.29.7", + "@babel/types": "^7.29.7", + "@jridgewell/remapping": "^2.3.5", + "convert-source-map": "^2.0.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.3", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@babel/generator": { + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.7.tgz", + "integrity": "sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==", + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.29.7", + "@babel/types": "^7.29.7", + "@jridgewell/gen-mapping": "^0.3.12", + "@jridgewell/trace-mapping": "^0.3.28", + "jsesc": "^3.0.2" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz", + "integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==", + "license": "MIT", + "dependencies": { + "@babel/compat-data": "^7.29.7", + "@babel/helper-validator-option": "^7.29.7", + "browserslist": "^4.24.0", + "lru-cache": "^5.1.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-globals": { + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.29.7.tgz", + "integrity": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz", + "integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==", + "license": "MIT", + "dependencies": { + "@babel/traverse": "^7.29.7", + "@babel/types": "^7.29.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz", + "integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==", + "license": "MIT", + "dependencies": { + "@babel/helper-module-imports": "^7.29.7", + "@babel/helper-validator-identifier": "^7.29.7", + "@babel/traverse": "^7.29.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.29.7.tgz", + "integrity": "sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-string-parser": { + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz", + "integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz", + "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz", + "integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.7.tgz", + "integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==", + "license": "MIT", + "dependencies": { + "@babel/template": "^7.29.7", + "@babel/types": "^7.29.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/parser": { + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.7.tgz", + "integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==", + "license": "MIT", + "dependencies": { + "@babel/types": "^7.29.7" + }, + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-transform-react-jsx-self": { + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.29.7.tgz", + "integrity": "sha512-TL0hMc9xzy86VD31nUiwzd5otRAcyEPcsegCxolO0PvcXuH1v0kECe/UIznYFihpkvU5wg/jk4v0TTEFfm53fw==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.29.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-react-jsx-source": { + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.29.7.tgz", + "integrity": "sha512-06IyK09H3wi4cGbhDBwp5gUGo0IKtnYa8tyTiephirPCK6fbobVGiXMMI5zLQ4aKEYP3wZ3ArU44o+8KMrSG/Q==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.29.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/template": { + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.29.7.tgz", + "integrity": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==", + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.29.7", + "@babel/parser": "^7.29.7", + "@babel/types": "^7.29.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.7.tgz", + "integrity": "sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==", + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.29.7", + "@babel/generator": "^7.29.7", + "@babel/helper-globals": "^7.29.7", + "@babel/parser": "^7.29.7", + "@babel/template": "^7.29.7", + "@babel/types": "^7.29.7", + "debug": "^4.3.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/types": { + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.7.tgz", + "integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==", + "license": "MIT", + "dependencies": { + "@babel/helper-string-parser": "^7.29.7", + "@babel/helper-validator-identifier": "^7.29.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@esbuild/aix-ppc64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz", + "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==", + "cpu": [ + "ppc64" + ], + "license": "MIT", + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/android-arm": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz", + "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/android-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz", + "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/android-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz", + "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/darwin-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz", + "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/darwin-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz", + "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/freebsd-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz", + "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/freebsd-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz", + "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-arm": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz", + "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz", + "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-ia32": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz", + "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==", + "cpu": [ + "ia32" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-loong64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz", + "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==", + "cpu": [ + "loong64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-mips64el": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz", + "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==", + "cpu": [ + "mips64el" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-ppc64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz", + "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==", + "cpu": [ + "ppc64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-riscv64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz", + "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==", + "cpu": [ + "riscv64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-s390x": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz", + "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==", + "cpu": [ + "s390x" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz", + "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/netbsd-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz", + "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/netbsd-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz", + "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/openbsd-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz", + "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/openbsd-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz", + "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/openharmony-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz", + "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "openharmony" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/sunos-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz", + "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/win32-arm64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz", + "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/win32-ia32": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz", + "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==", + "cpu": [ + "ia32" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/win32-x64": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz", + "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.13", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", + "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", + "license": "MIT", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.5.0", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, + "node_modules/@jridgewell/remapping": { + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", + "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", + "license": "MIT", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", + "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", + "license": "MIT" + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.31", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", + "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", + "license": "MIT", + "dependencies": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } + }, + "node_modules/@phosphor-icons/react": { + "version": "2.1.10", + "resolved": "https://registry.npmjs.org/@phosphor-icons/react/-/react-2.1.10.tgz", + "integrity": "sha512-vt8Tvq8GLjheAZZYa+YG/pW7HDbov8El/MANW8pOAz4eGxrwhnbfrQZq0Cp4q8zBEu8NIhHdnr+r8thnfRSNYA==", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "react": ">= 16.8", + "react-dom": ">= 16.8" + } + }, + "node_modules/@rolldown/pluginutils": { + "version": "1.0.0-beta.38", + "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.38.tgz", + "integrity": "sha512-N/ICGKleNhA5nc9XXQG/kkKHJ7S55u0x0XUJbbkmdCnFuoRkM1Il12q9q0eX19+M7KKUEPw/daUPIRnxhcxAIw==", + "license": "MIT" + }, + "node_modules/@rollup/rollup-android-arm-eabi": { + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.62.2.tgz", + "integrity": "sha512-6o7ZLZK+BeenkZCFNDXqpbjw9bD6nuWonvS/lwQJp7NoVVxm6p3qE7qQ5jGuBjiFsgvqjD8mZAU5oWxTmbOeOg==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-android-arm64": { + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.62.2.tgz", + "integrity": "sha512-BaH7BllCACHoH1LguOU56UItGfUWjujlO65kS9LAodViaN4bwIKd7oeW/ZHJ/4ljr/7MIiENnNy3HJ0zXv8Zkw==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-darwin-arm64": { + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.62.2.tgz", + "integrity": "sha512-v39RCCvj4He82I9sFmk+M1VZ0PLM9sfsLVikjfx2hYBNALhrrOR2D3JjQA6AhlaSOgcR+RzrKY7e1+bT6SUO/A==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-darwin-x64": { + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.62.2.tgz", + "integrity": "sha512-yl0y2vq3S3lHeuXhEdss6TWfKW8vkujImO12tn4ZkG/4oghr09LvdYm2RElVjokTQiUvDUGXLGsYeLqUMCKpGA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-freebsd-arm64": { + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.62.2.tgz", + "integrity": "sha512-tT4pvt4qXD+vEoezupCWi+a1F0vvDiksiHc+PxRlYTOH1I6/X4id9jPxTP+Fg+545euaFT1jJVs4CEdHZAU1vw==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ] + }, + "node_modules/@rollup/rollup-freebsd-x64": { + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.62.2.tgz", + "integrity": "sha512-6nU5F2wCW+qvCBhTn1pdIU3bzsIoF7EUwsCDRxilWGprQR6yd508YnH9+OKFCwpfS8pjZqDUmnCAr7exax0XCg==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ] + }, + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.62.2.tgz", + "integrity": "sha512-n1GJHPOvpIfhi3TmrCeh6S6URt9BFCt0KQE3qvexyGCTAKpR4Lg+eWvNZEqu7epxwus/8ElT3hacYEucm49SZg==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm-musleabihf": { + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.62.2.tgz", + "integrity": "sha512-JqgflS8wEB+UXV/vS1RpRbifGBeN4D5lz8D8oOFbFZw4vedvdOgCFAjfBmIMdW3yL10XpQQ0Ambepw6MXrhOnA==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-gnu": { + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.62.2.tgz", + "integrity": "sha512-wnFJkogWvN4jm/hQRF2UBaeUmk20j5+DmHvoyWii2b8HJDyvz1MF2OU/6ynXt2KR63rbZLWkFpoytpdc/yBuSA==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-musl": { + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.62.2.tgz", + "integrity": "sha512-HVu2bp0zhvJ8xHEV9+UUs7S90VadmBSY3LcIMvozbPo4AuMGDWlz3ymHLHZPX4hR67TKTt8Qp5PJ5RBg/i+RMQ==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-loong64-gnu": { + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.62.2.tgz", + "integrity": "sha512-mQqqAV8QaoSgr9I2fKDLY2BAVvmKjWoGiu/cSYQonsLvtqwEn1E4QYfnCOcp5zoEqNhsDYin1s6jx/VJmrxlZg==", + "cpu": [ + "loong64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-loong64-musl": { + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.62.2.tgz", + "integrity": "sha512-IxKLoxCQ2IWi6bT2akyDUBGsOImDKB+sPp4EsTmwFQ/fMwpCKm8uLSSgP/Kx/QYUgKis6SEZ5/Nlhup0DIA0PQ==", + "cpu": [ + "loong64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-ppc64-gnu": { + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.62.2.tgz", + "integrity": "sha512-Mk5ha2RQSgyFfmYYLkBpPnUk8D8FriBxesO1u9O75X0mHgXL1UQcH5Itl2lurWL2tj0RxV9b9tJgipac0hRY9A==", + "cpu": [ + "ppc64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-ppc64-musl": { + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.62.2.tgz", + "integrity": "sha512-CjvEnqJL/0/TQ3TXX3OPIJ/kmBellrWd4heXUmHeJlTnmwjKpSJzoehLaL6Xk0ZnMHBu9dZuFADNOrtjF4v+2w==", + "cpu": [ + "ppc64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-gnu": { + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.62.2.tgz", + "integrity": "sha512-1SiZbzwdkaDURsew/tSOrooKiYy7EQGT6m8ufavAi9NEyQb/6VuIxFXAL1fqa4iZe3g4NbNk4P7J32z2tw5Mgg==", + "cpu": [ + "riscv64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-musl": { + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.62.2.tgz", + "integrity": "sha512-nQts12zJ3NQRoE6uYljOH89v7szzLDvG2JD/vsX+vGXU8w/At1GowTZ5/7qeFQ8m7L55rpR8Okugnuo5bgjy2Q==", + "cpu": [ + "riscv64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-s390x-gnu": { + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.62.2.tgz", + "integrity": "sha512-E9/ll019jhPIJgpzfZoIkBGhcz+kKNgVWYRY0zr9srBdPPFVpvOKW8VaJKUbeK+eZXyQF9ltME+Kk6affeaPgg==", + "cpu": [ + "s390x" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.2.tgz", + "integrity": "sha512-5BqxR/pshjey51iliyzTD5Xi3EN0aLmQ2lZ3lvefVV9c82BvrLo2/6OT55iifpWBufs6kdwWbuOKS841DrmK9A==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-musl": { + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.62.2.tgz", + "integrity": "sha512-uNN83XxQrRAh/w0/pmAfibcwyb6YWt4gP+dpnQKPVJshAloQ785ii8CT8ZCIxkGg9opVsvAlGhFitSm6D1Jjpg==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-openbsd-x64": { + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.62.2.tgz", + "integrity": "sha512-srjEIxSH3LRnJN6THczDHWQplqEMFiAJrTab0msUryh9kwNpkICf3Ea6q6MN/2cZwRFUNx5w+h6Hpi4QuHS6Zg==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ] + }, + "node_modules/@rollup/rollup-openharmony-arm64": { + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.62.2.tgz", + "integrity": "sha512-8hOJnxgbyObnCm5AlRA3A931xX19xq80RjVTKgJOvEKWqJruP/Uf12IbAOaDjjEXYRewwHLfmF0YRIdK3OwKWA==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "openharmony" + ] + }, + "node_modules/@rollup/rollup-win32-arm64-msvc": { + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.62.2.tgz", + "integrity": "sha512-mmF4AY1i0hG/bLWUctUq59gtmgaSIRa3cu/A3JFRp/sCNEme2bgDEiDS22P9FbnJB8NJNF4jPJiSP5RHQpUTDg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-ia32-msvc": { + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.62.2.tgz", + "integrity": "sha512-DZgkknc6jhHrk46V25vbAM0zZkyP0nSDkJB8/dRkLTxv470dOmWDqGoEJl/9A0dFfS7yE3REOwNDxpHwSLSt0Q==", + "cpu": [ + "ia32" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-x64-gnu": { + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.62.2.tgz", + "integrity": "sha512-T6xr6ucWSFto+VGajA8YH26LdpHRuP4YLHEKAtCWvJDOlnmWcDZVCI2Jmjr+IFHDlt2zRaTAKE4tfjTaWLgJBg==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-x64-msvc": { + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.62.2.tgz", + "integrity": "sha512-BfzEnDJOt9T8M989/lA37EcJgat01wLRnoi5dQf3QzOH7jzpqTAzdDbVfRljVr5r+jzKqpbHeyOfAaXxAd0PAA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@types/babel__core": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", + "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } + }, + "node_modules/@types/babel__generator": { + "version": "7.27.0", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz", + "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==", + "license": "MIT", + "dependencies": { + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__template": { + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", + "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__traverse": { + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz", + "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==", + "license": "MIT", + "dependencies": { + "@babel/types": "^7.28.2" + } + }, + "node_modules/@types/estree": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz", + "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==", + "license": "MIT" + }, + "node_modules/@vitejs/plugin-react": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-5.0.4.tgz", + "integrity": "sha512-La0KD0vGkVkSk6K+piWDKRUyg8Rl5iAIKRMH0vMJI0Eg47bq1eOxmoObAaQG37WMW9MSyk7Cs8EIWwJC1PtzKA==", + "license": "MIT", + "dependencies": { + "@babel/core": "^7.28.4", + "@babel/plugin-transform-react-jsx-self": "^7.27.1", + "@babel/plugin-transform-react-jsx-source": "^7.27.1", + "@rolldown/pluginutils": "1.0.0-beta.38", + "@types/babel__core": "^7.20.5", + "react-refresh": "^0.17.0" + }, + "engines": { + "node": "^20.19.0 || >=22.12.0" + }, + "peerDependencies": { + "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" + } + }, + "node_modules/baseline-browser-mapping": { + "version": "2.10.42", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.42.tgz", + "integrity": "sha512-c/jurFrDLyui7o1J86yLkRu4LMsTYcBohveus7/I2Hzdn9KIP2bdJPTue/lR1KH46enoPbD77GKeSYNdyPoD3Q==", + "license": "Apache-2.0", + "bin": { + "baseline-browser-mapping": "dist/cli.cjs" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/browserslist": { + "version": "4.28.5", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.5.tgz", + "integrity": "sha512-Cu2E6QejHWzuDMTkuwgpABFgDfZrXLQq5V13YOACZx4mFAG4IwGTbTfHPMr4WtxlHoXSM8FIuRwYYCz5XiabaQ==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "baseline-browser-mapping": "^2.10.42", + "caniuse-lite": "^1.0.30001800", + "electron-to-chromium": "^1.5.387", + "node-releases": "^2.0.50", + "update-browserslist-db": "^1.2.3" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001803", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001803.tgz", + "integrity": "sha512-g/uHREV2ZpK9qMalCsWaxmA6ol+DX8GYhuf3T40RKoP+oL7vhRJh8LNt73PCjpnR6l14FzfPrB5Yux4PKm2meg==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "CC-BY-4.0" + }, + "node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "license": "MIT" + }, + "node_modules/debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/electron-to-chromium": { + "version": "1.5.389", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.389.tgz", + "integrity": "sha512-cEto7aeOqBfU1D+c5py5pE+ooscKE75JifxLBdFUZsqAxRS6y7kebtxAZvICszSl05gPjYHDTjY+lXpyGvpJbg==", + "license": "ISC" + }, + "node_modules/esbuild": { + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz", + "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==", + "hasInstallScript": true, + "license": "MIT", + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=18" + }, + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.25.12", + "@esbuild/android-arm": "0.25.12", + "@esbuild/android-arm64": "0.25.12", + "@esbuild/android-x64": "0.25.12", + "@esbuild/darwin-arm64": "0.25.12", + "@esbuild/darwin-x64": "0.25.12", + "@esbuild/freebsd-arm64": "0.25.12", + "@esbuild/freebsd-x64": "0.25.12", + "@esbuild/linux-arm": "0.25.12", + "@esbuild/linux-arm64": "0.25.12", + "@esbuild/linux-ia32": "0.25.12", + "@esbuild/linux-loong64": "0.25.12", + "@esbuild/linux-mips64el": "0.25.12", + "@esbuild/linux-ppc64": "0.25.12", + "@esbuild/linux-riscv64": "0.25.12", + "@esbuild/linux-s390x": "0.25.12", + "@esbuild/linux-x64": "0.25.12", + "@esbuild/netbsd-arm64": "0.25.12", + "@esbuild/netbsd-x64": "0.25.12", + "@esbuild/openbsd-arm64": "0.25.12", + "@esbuild/openbsd-x64": "0.25.12", + "@esbuild/openharmony-arm64": "0.25.12", + "@esbuild/sunos-x64": "0.25.12", + "@esbuild/win32-arm64": "0.25.12", + "@esbuild/win32-ia32": "0.25.12", + "@esbuild/win32-x64": "0.25.12" + } + }, + "node_modules/escalade": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/fdir": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", + "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", + "license": "MIT", + "engines": { + "node": ">=12.0.0" + }, + "peerDependencies": { + "picomatch": "^3 || ^4" + }, + "peerDependenciesMeta": { + "picomatch": { + "optional": true + } + } + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "license": "MIT" + }, + "node_modules/jsesc": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", + "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", + "license": "MIT", + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "license": "MIT", + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "license": "ISC", + "dependencies": { + "yallist": "^3.0.2" + } + }, + "node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "license": "MIT" + }, + "node_modules/nanoid": { + "version": "3.3.15", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.15.tgz", + "integrity": "sha512-y7Wygv/7mEOvxTuEQDB8StXdMRBWf1kR/tlhAzBRUFkB2jfcLOAxO/SHmOO2zgz1pVgK29/kyupn059/bCHdjA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/node-releases": { + "version": "2.0.50", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.50.tgz", + "integrity": "sha512-J6l92tKHX6w8Jy5nO1Vuc01NoIiRGi/d6qBKVxh+IQ8Cr3b6HbVNfKiF8ZpFKufTwpwxMmce2W3iQZ861ZRyTg==", + "license": "MIT", + "engines": { + "node": ">=18" + } + }, + "node_modules/picocolors": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "license": "ISC" + }, + "node_modules/picomatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz", + "integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/postcss": { + "version": "8.5.16", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.16.tgz", + "integrity": "sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "nanoid": "^3.3.12", + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/react": { + "version": "19.2.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz", + "integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/react-dom": { + "version": "19.2.0", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.0.tgz", + "integrity": "sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==", + "license": "MIT", + "dependencies": { + "scheduler": "^0.27.0" + }, + "peerDependencies": { + "react": "^19.2.0" + } + }, + "node_modules/react-refresh": { + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz", + "integrity": "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/rollup": { + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.62.2.tgz", + "integrity": "sha512-RFnrW4lhXA3s3eqHDZvN654g8OTjzRfqpIRJYczCGB6HzphckVAi/Qh4tbPUbRuDi7s1Llv8g/NspLkttY3gTA==", + "license": "MIT", + "dependencies": { + "@types/estree": "1.0.9" + }, + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=18.0.0", + "npm": ">=8.0.0" + }, + "optionalDependencies": { + "@rollup/rollup-android-arm-eabi": "4.62.2", + "@rollup/rollup-android-arm64": "4.62.2", + "@rollup/rollup-darwin-arm64": "4.62.2", + "@rollup/rollup-darwin-x64": "4.62.2", + "@rollup/rollup-freebsd-arm64": "4.62.2", + "@rollup/rollup-freebsd-x64": "4.62.2", + "@rollup/rollup-linux-arm-gnueabihf": "4.62.2", + "@rollup/rollup-linux-arm-musleabihf": "4.62.2", + "@rollup/rollup-linux-arm64-gnu": "4.62.2", + "@rollup/rollup-linux-arm64-musl": "4.62.2", + "@rollup/rollup-linux-loong64-gnu": "4.62.2", + "@rollup/rollup-linux-loong64-musl": "4.62.2", + "@rollup/rollup-linux-ppc64-gnu": "4.62.2", + "@rollup/rollup-linux-ppc64-musl": "4.62.2", + "@rollup/rollup-linux-riscv64-gnu": "4.62.2", + "@rollup/rollup-linux-riscv64-musl": "4.62.2", + "@rollup/rollup-linux-s390x-gnu": "4.62.2", + "@rollup/rollup-linux-x64-gnu": "4.62.2", + "@rollup/rollup-linux-x64-musl": "4.62.2", + "@rollup/rollup-openbsd-x64": "4.62.2", + "@rollup/rollup-openharmony-arm64": "4.62.2", + "@rollup/rollup-win32-arm64-msvc": "4.62.2", + "@rollup/rollup-win32-ia32-msvc": "4.62.2", + "@rollup/rollup-win32-x64-gnu": "4.62.2", + "@rollup/rollup-win32-x64-msvc": "4.62.2", + "fsevents": "~2.3.2" + } + }, + "node_modules/scheduler": { + "version": "0.27.0", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz", + "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==", + "license": "MIT" + }, + "node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/source-map-js": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/tinyglobby": { + "version": "0.2.17", + "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz", + "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==", + "license": "MIT", + "dependencies": { + "fdir": "^6.5.0", + "picomatch": "^4.0.4" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/SuperchupuDev" + } + }, + "node_modules/update-browserslist-db": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz", + "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "escalade": "^3.2.0", + "picocolors": "^1.1.1" + }, + "bin": { + "update-browserslist-db": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, + "node_modules/vite": { + "version": "6.4.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.2.tgz", + "integrity": "sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==", + "license": "MIT", + "dependencies": { + "esbuild": "^0.25.0", + "fdir": "^6.4.4", + "picomatch": "^4.0.2", + "postcss": "^8.5.3", + "rollup": "^4.34.9", + "tinyglobby": "^0.2.13" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": "^18.0.0 || ^20.0.0 || >=22.0.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" + }, + "optionalDependencies": { + "fsevents": "~2.3.3" + }, + "peerDependencies": { + "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", + "jiti": ">=1.21.0", + "less": "*", + "lightningcss": "^1.21.0", + "sass": "*", + "sass-embedded": "*", + "stylus": "*", + "sugarss": "*", + "terser": "^5.16.0", + "tsx": "^4.8.1", + "yaml": "^2.4.2" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "jiti": { + "optional": true + }, + "less": { + "optional": true + }, + "lightningcss": { + "optional": true + }, + "sass": { + "optional": true + }, + "sass-embedded": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + }, + "tsx": { + "optional": true + }, + "yaml": { + "optional": true + } + } + }, + "node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "license": "ISC" + } + } +} diff --git a/web/reviewer-sandbox/package.json b/web/reviewer-sandbox/package.json new file mode 100644 index 0000000..be2f146 --- /dev/null +++ b/web/reviewer-sandbox/package.json @@ -0,0 +1,20 @@ +{ + "name": "reviewer-sandbox", + "version": "0.0.0", + "private": true, + "type": "module", + "scripts": { + "dev": "vite", + "build": "vite build && node scripts/prepare-sites-build.mjs", + "preview": "vite preview", + "test:sandbox": "node --test tests/sandbox-boundary.test.mjs tests/review-packet.test.mjs", + "test:sites": "node --test tests/sites-worker.test.mjs" + }, + "dependencies": { + "@phosphor-icons/react": "^2.1.10", + "@vitejs/plugin-react": "5.0.4", + "react": "19.2.0", + "react-dom": "19.2.0", + "vite": "6.4.2" + } +} diff --git a/web/reviewer-sandbox/qa-comparison.html b/web/reviewer-sandbox/qa-comparison.html new file mode 100644 index 0000000..9d58b7c --- /dev/null +++ b/web/reviewer-sandbox/qa-comparison.html @@ -0,0 +1,28 @@ + + + + + + Reviewer Sandbox Design QA + + + +
+
+
Source — selected Option 1
+ Selected Option 1 source design +
+
+
Implementation — handoff extension pass
+ Reviewer Sandbox handoff extension implementation +
+
+ + diff --git a/web/reviewer-sandbox/qa-focus.html b/web/reviewer-sandbox/qa-focus.html new file mode 100644 index 0000000..5bb568a --- /dev/null +++ b/web/reviewer-sandbox/qa-focus.html @@ -0,0 +1,43 @@ + + + + + + Reviewer Sandbox Focused Design QA + + + +
Focused QA — header / walkthrough and evidence workspace
+
+
+
Source — header and walkthrough
+
Source header and walkthrough
+
+
+
Implementation — header and walkthrough
+
Implementation header and walkthrough
+
+
+
Source — evidence workspace
+
Source evidence workspace
+
+
+
Implementation — evidence workspace
+
Implementation evidence workspace
+
+
+ + diff --git a/web/reviewer-sandbox/qa-mobile-overlap.html b/web/reviewer-sandbox/qa-mobile-overlap.html new file mode 100644 index 0000000..aadb4bc --- /dev/null +++ b/web/reviewer-sandbox/qa-mobile-overlap.html @@ -0,0 +1,33 @@ + + + + + + Mobile overlap QA + + + +
VALORIS MOBILE HEADER / STEPPER QA
+
+
+
Reported iOS Safari — overlapping header and clipped step
+
Reported mobile header overlap
+
+
+
Fixed responsive viewport — separated rows and one complete active step
+
Fixed mobile header and active step
+
+
+ + diff --git a/web/reviewer-sandbox/qa-mobile.html b/web/reviewer-sandbox/qa-mobile.html new file mode 100644 index 0000000..0466eed --- /dev/null +++ b/web/reviewer-sandbox/qa-mobile.html @@ -0,0 +1,21 @@ + + + + + + Reviewer Sandbox Mobile QA + + + +
+
Browser-rendered responsive viewport — 390 × 844 CSS px
+ +
+ + diff --git a/web/reviewer-sandbox/qa/deployed-mobile-390x844.png b/web/reviewer-sandbox/qa/deployed-mobile-390x844.png new file mode 100644 index 0000000..bd6c8d3 Binary files /dev/null and b/web/reviewer-sandbox/qa/deployed-mobile-390x844.png differ diff --git a/web/reviewer-sandbox/qa/desktop-header-fixed-1440x1024.png b/web/reviewer-sandbox/qa/desktop-header-fixed-1440x1024.png new file mode 100644 index 0000000..f51d9e1 Binary files /dev/null and b/web/reviewer-sandbox/qa/desktop-header-fixed-1440x1024.png differ diff --git a/web/reviewer-sandbox/qa/focused-source-vs-handoff-final.png b/web/reviewer-sandbox/qa/focused-source-vs-handoff-final.png new file mode 100644 index 0000000..237c83a Binary files /dev/null and b/web/reviewer-sandbox/qa/focused-source-vs-handoff-final.png differ diff --git a/web/reviewer-sandbox/qa/focused-source-vs-implementation-final.png b/web/reviewer-sandbox/qa/focused-source-vs-implementation-final.png new file mode 100644 index 0000000..237c83a Binary files /dev/null and b/web/reviewer-sandbox/qa/focused-source-vs-implementation-final.png differ diff --git a/web/reviewer-sandbox/qa/implementation-handoff-pass.png b/web/reviewer-sandbox/qa/implementation-handoff-pass.png new file mode 100644 index 0000000..b82cd3f Binary files /dev/null and b/web/reviewer-sandbox/qa/implementation-handoff-pass.png differ diff --git a/web/reviewer-sandbox/qa/implementation-pass-1.png b/web/reviewer-sandbox/qa/implementation-pass-1.png new file mode 100644 index 0000000..28ed81f Binary files /dev/null and b/web/reviewer-sandbox/qa/implementation-pass-1.png differ diff --git a/web/reviewer-sandbox/qa/implementation-pass-2.png b/web/reviewer-sandbox/qa/implementation-pass-2.png new file mode 100644 index 0000000..b82cd3f Binary files /dev/null and b/web/reviewer-sandbox/qa/implementation-pass-2.png differ diff --git a/web/reviewer-sandbox/qa/mobile-header-fixed-320x800.png b/web/reviewer-sandbox/qa/mobile-header-fixed-320x800.png new file mode 100644 index 0000000..e093aa0 Binary files /dev/null and b/web/reviewer-sandbox/qa/mobile-header-fixed-320x800.png differ diff --git a/web/reviewer-sandbox/qa/mobile-header-fixed-390x844.png b/web/reviewer-sandbox/qa/mobile-header-fixed-390x844.png new file mode 100644 index 0000000..a520f10 Binary files /dev/null and b/web/reviewer-sandbox/qa/mobile-header-fixed-390x844.png differ diff --git a/web/reviewer-sandbox/qa/mobile-overlap-source-vs-fixed.png b/web/reviewer-sandbox/qa/mobile-overlap-source-vs-fixed.png new file mode 100644 index 0000000..e7d0bb2 Binary files /dev/null and b/web/reviewer-sandbox/qa/mobile-overlap-source-vs-fixed.png differ diff --git a/web/reviewer-sandbox/qa/mobile-reported-overlap-materials.jpg b/web/reviewer-sandbox/qa/mobile-reported-overlap-materials.jpg new file mode 100644 index 0000000..b885c41 Binary files /dev/null and b/web/reviewer-sandbox/qa/mobile-reported-overlap-materials.jpg differ diff --git a/web/reviewer-sandbox/qa/perspective-selector-desktop-identity-1440x1024.png b/web/reviewer-sandbox/qa/perspective-selector-desktop-identity-1440x1024.png new file mode 100644 index 0000000..3e82e60 Binary files /dev/null and b/web/reviewer-sandbox/qa/perspective-selector-desktop-identity-1440x1024.png differ diff --git a/web/reviewer-sandbox/qa/perspective-selector-mobile-cryptography-390x844.png b/web/reviewer-sandbox/qa/perspective-selector-mobile-cryptography-390x844.png new file mode 100644 index 0000000..49c4863 Binary files /dev/null and b/web/reviewer-sandbox/qa/perspective-selector-mobile-cryptography-390x844.png differ diff --git a/web/reviewer-sandbox/qa/perspective-selector-mobile-materials-320x800.png b/web/reviewer-sandbox/qa/perspective-selector-mobile-materials-320x800.png new file mode 100644 index 0000000..ba0abf7 Binary files /dev/null and b/web/reviewer-sandbox/qa/perspective-selector-mobile-materials-320x800.png differ diff --git a/web/reviewer-sandbox/qa/perspective-selector-mobile-materials-390x844.png b/web/reviewer-sandbox/qa/perspective-selector-mobile-materials-390x844.png new file mode 100644 index 0000000..6f76b40 Binary files /dev/null and b/web/reviewer-sandbox/qa/perspective-selector-mobile-materials-390x844.png differ diff --git a/web/reviewer-sandbox/qa/review-handoff-desktop.png b/web/reviewer-sandbox/qa/review-handoff-desktop.png new file mode 100644 index 0000000..5d3d649 Binary files /dev/null and b/web/reviewer-sandbox/qa/review-handoff-desktop.png differ diff --git a/web/reviewer-sandbox/qa/review-handoff-mobile-390x844.png b/web/reviewer-sandbox/qa/review-handoff-mobile-390x844.png new file mode 100644 index 0000000..c8f82bc Binary files /dev/null and b/web/reviewer-sandbox/qa/review-handoff-mobile-390x844.png differ diff --git a/web/reviewer-sandbox/qa/source-option-1.png b/web/reviewer-sandbox/qa/source-option-1.png new file mode 100644 index 0000000..4835f2e Binary files /dev/null and b/web/reviewer-sandbox/qa/source-option-1.png differ diff --git a/web/reviewer-sandbox/qa/source-vs-handoff-final.png b/web/reviewer-sandbox/qa/source-vs-handoff-final.png new file mode 100644 index 0000000..b9342cc Binary files /dev/null and b/web/reviewer-sandbox/qa/source-vs-handoff-final.png differ diff --git a/web/reviewer-sandbox/qa/source-vs-implementation-final.png b/web/reviewer-sandbox/qa/source-vs-implementation-final.png new file mode 100644 index 0000000..54b52c5 Binary files /dev/null and b/web/reviewer-sandbox/qa/source-vs-implementation-final.png differ diff --git a/web/reviewer-sandbox/qa/source-vs-implementation-pass-1.png b/web/reviewer-sandbox/qa/source-vs-implementation-pass-1.png new file mode 100644 index 0000000..84bb53d Binary files /dev/null and b/web/reviewer-sandbox/qa/source-vs-implementation-pass-1.png differ diff --git a/web/reviewer-sandbox/scripts/prepare-sites-build.mjs b/web/reviewer-sandbox/scripts/prepare-sites-build.mjs new file mode 100644 index 0000000..86a9e8c --- /dev/null +++ b/web/reviewer-sandbox/scripts/prepare-sites-build.mjs @@ -0,0 +1,21 @@ +#!/usr/bin/env node +import { copyFileSync, existsSync, mkdirSync } from "node:fs"; +import path from "node:path"; +import { fileURLToPath } from "node:url"; + +const root = path.resolve(path.dirname(fileURLToPath(import.meta.url)), ".."); +const dist = path.join(root, "dist"); +const index = path.join(dist, "client", "index.html"); +const worker = path.join(root, "worker", "index.js"); +const hosting = path.join(root, ".openai", "hosting.json"); + +for (const file of [index, worker, hosting]) { + if (!existsSync(file)) throw new Error("Missing Sites build input: " + file); +} + +mkdirSync(path.join(dist, "server"), { recursive: true }); +mkdirSync(path.join(dist, ".openai"), { recursive: true }); +copyFileSync(worker, path.join(dist, "server", "index.js")); +copyFileSync(hosting, path.join(dist, ".openai", "hosting.json")); + +console.log("Prepared Sites build: dist/server/index.js and dist/.openai/hosting.json"); diff --git a/web/reviewer-sandbox/src/App.jsx b/web/reviewer-sandbox/src/App.jsx new file mode 100644 index 0000000..9bc3784 --- /dev/null +++ b/web/reviewer-sandbox/src/App.jsx @@ -0,0 +1,655 @@ +import { useEffect, useMemo, useRef, useState } from "react"; +import { + ArrowLeft, + ArrowRight, + Atom, + CaretDown, + Check, + CheckCircle, + Clock, + Code, + Copy, + Database, + DownloadSimple, + FileText, + Flask, + IdentificationCard, + Info, + Lightbulb, + ListChecks, + LockKey, + MagnifyingGlass, + ShieldWarning, + Target, + Warning, + X, +} from "@phosphor-icons/react"; +import { createReviewPacket, formatReviewPacket, REVIEW_FIXTURE_VERSION } from "./reviewPacket.js"; + +const INITIAL_FEEDBACK = { + recommendation: "Revise the packet", + clear: "", + concerns: "", + blocked: "Cryptographic suite selection remains BLOCKED_UNVERIFIED.", + conflictDisclosed: false, +}; + +const ROLES = [ + { + id: "reviewer", + label: "Reviewer", + shortLabel: "Reviewer", + icon: MagnifyingGlass, + goal: "Assess whether the synthetic evidence is sufficient for this training exercise.", + focus: "Compare supporting and challenging evidence before recording a bounded recommendation.", + outcome: "Provide structured feedback without making a scientific-acceptance decision.", + packet: ["ADR-0011", "ADR-0012", "ADR-0013", "ADR-0014"], + }, + { + id: "cryptography", + label: "Cryptography", + shortLabel: "Cryptography", + icon: LockKey, + goal: "Inspect the proposed evidence boundaries without selecting a cryptographic suite.", + focus: "Look for downgrade paths, identifier confusion, and unsupported trust claims.", + outcome: "Keep every suite choice BLOCKED_UNVERIFIED and record what review is still needed.", + packet: ["ADR-0012"], + }, + { + id: "identity", + label: "Identity & IT", + shortLabel: "Identity & IT", + icon: IdentificationCard, + goal: "Inspect synthetic identity, delegation, revocation, and privacy boundaries.", + focus: "Look for escalation, stale status, ambiguous authority, and excess data exposure.", + outcome: "Record institutional integration risks without accepting identity policy.", + packet: ["ADR-0013"], + }, + { + id: "materials", + label: "Materials Science", + shortLabel: "Materials Science", + icon: Atom, + goal: "Inspect a narrow synthetic symmetry-classification walkthrough.", + focus: "Challenge conventions, tolerances, ambiguity, and the limits of the proposed exercise.", + outcome: "Record methodology feedback without claiming scientific acceptance or independence.", + packet: ["ADR-0010", "ADR-0014"], + }, +]; + +const STEPS = [ + { title: "Understand question", subtitle: "Plain-language summary", minutes: "2 min" }, + { title: "Inspect approach", subtitle: "Plans and methods", minutes: "2 min" }, + { title: "Inspect evidence", subtitle: "Walk through results", minutes: "3 min" }, + { title: "Consider limitations", subtitle: "Risks and constraints", minutes: "1 min" }, + { title: "Record feedback", subtitle: "Your structured input", minutes: "2 min" }, +]; + +const ADRS = { + "ADR-0010": { + title: "Proposed narrow benchmark", + status: "PROPOSED / SYNTHETIC TRAINING SUMMARY", + question: "Is the fixture narrow, deterministic, and scientifically bounded enough for a later domain review?", + boundary: "Does not accept the benchmark or make a scientific claim.", + }, + "ADR-0011": { + title: "Canonical JSON and version compatibility", + status: "DRAFT / DEMO SUMMARY", + question: "Are constraints explicit enough to prevent parser and cross-language ambiguity?", + boundary: "No executable schema or canonicalizer is present in this sandbox.", + }, + "ADR-0012": { + title: "Identifiers and signature-suite agility", + status: "BLOCKED_UNVERIFIED", + question: "Are downgrade boundaries and algorithm identifiers reviewable without selecting a suite?", + boundary: "All cryptographic choices remain BLOCKED_UNVERIFIED.", + }, + "ADR-0013": { + title: "Event identity, delegation, and revocation", + status: "DRAFT / DEMO SUMMARY", + question: "Are authority, revocation time, offline status, and privacy risks explicit?", + boundary: "No identity or access policy is accepted by this training view.", + }, + "ADR-0014": { + title: "Reproduction independence profiles", + status: "DRAFT / DEMO SUMMARY", + question: "Does the language avoid overstating account, operator, environment, or institutional independence?", + boundary: "No independence policy or assurance claim is accepted.", + }, +}; + +const SUPPORTING_EVIDENCE = [ + { + title: "Simulated XRD-like peaks align with the illustrative indexing pattern.", + source: "xrd_sim_01.csv", + type: "Dataset", + icon: Database, + }, + { + title: "Mock structure output returns the proposed discrete classification.", + source: "structure_result_01.json", + type: "Output", + icon: FileText, + }, +]; + +const CHALLENGING_EVIDENCE = [ + { + title: "An alternative stacking sequence also fits the simulated noise envelope.", + source: "xrd_alt_model.csv", + type: "Dataset", + icon: Warning, + }, + { + title: "Thermal stability is not established inside the illustrative run window.", + source: "stability_run_01.log", + type: "Log", + icon: Warning, + }, +]; + +const LIMITATIONS = [ + "All data, methods, and results are synthetic fixtures for reviewer training.", + "No experimental measurements or physical samples are represented.", + "Simulation settings are simplified and have not been scientifically validated.", + "The walkthrough cannot establish researcher, operator, or institutional independence.", + "Cryptographic suites, identifiers, signatures, and key lifecycle remain BLOCKED_UNVERIFIED.", + "Nothing in this sandbox authorizes production use or a scientific-acceptance decision.", +]; + +function FixtureLabel({ kind = "DEMO" }) { + return {kind}; +} + +function StatusChip({ children, tone = "neutral" }) { + return {children}; +} + +function SectionIntro({ step }) { + const copy = [ + "Orient yourself to the synthetic question, the decision boundary, and what this walkthrough cannot establish.", + "Inspect the declared synthetic inputs, simplified method, expected output, and deliberate challenge path.", + "Compare supporting and challenging evidence in plain language. Every item is DEMO or SYNTHETIC.", + "Review constraints and stop conditions before deciding whether the packet is ready for a real expert review.", + "Record a bounded training recommendation. Your response stays in this browser unless you download it.", + ]; + return

{copy[step]}

; +} + +function QuestionStep() { + return ( +
+
+
QUESTION TO REVIEW
+

Can a narrow symmetry-classification fixture produce an inspectable technical result?

+

+ This training exercise asks whether a declared runner can return an expected discrete classification and preserve a deliberately challenging alternative. +

+
+
+
+
+

Decision boundary

+

Review the clarity and sufficiency of the packet. Do not approve science, security, cryptography, or independence policy.

+
+
+
+

What you will inspect

+
+
01Question2 minutes · DEMO
+
02Approach2 minutes · DEMO
+
03Evidence3 minutes · SYNTHETIC
+
04Limits1 minute · DEMO
+
05Feedback2 minutes · DEMO
+
+
+
+ ); +} + +function ApproachStep() { + const cards = [ + { icon: Database, label: "Input", value: "four-site wurtzite-like fixture", detail: "fixture_wz_01.json" }, + { icon: Code, label: "Method", value: "pinned classification walkthrough", detail: "illustrative adapter plan" }, + { icon: ListChecks, label: "Expected output", value: "discrete symmetry fields", detail: "comparison-only result" }, + { icon: Flask, label: "Challenge", value: "alternative convention path", detail: "preserved counterevidence" }, + ]; + return ( +
+
+ {cards.map((card, index) => { + const Icon = card.icon; + return ( +
+
+
+ {card.label} + {card.value} + {card.detail} · SYNTHETIC +
+ {index < cards.length - 1 &&
+ ); + })} +
+
+
+

Declared settings

+ TRAINING ONLY +
+
+
Fixture
wurtzite_training_v1
+
Tolerance
1e-5 (illustrative)
+
Expected fields
number, symbol, Hall value, operation count
+
Runtime target
under 60 seconds (estimate)
+
+
+
+ +

Method status: DEMO. This is a visual review walkthrough, not executable benchmark logic.

+
+
+ ); +} + +function EvidenceList({ title, items, challenging = false }) { + return ( +
+
+

{title}

+ {items.length} items · DEMO +
+
+ + {items.map((item) => { + const Icon = item.icon; + return ( + + ); + })} +
+
+ ); +} + +function EvidenceStep() { + return ( +
+
+

Plain-language summary

+

+ The synthetic packet proposes that a hypothetical material fixture yields an illustrative wurtzite-like classification. Supporting and challenging fixtures are shown together so a reviewer can test the argument instead of seeing only favorable evidence. +

+

No physical material, scientific validity, cryptographic assurance, or independence is implied or claimed. DEMO / SYNTHETIC.

+
+
+ + +
+
+

Limitations

+ +
+
+ ); +} + +function LimitationsStep() { + return ( +
+
+ {LIMITATIONS.map((item, index) => ( +
+ 0{index + 1} + +

{item}

+ +
+ ))} +
+
+
+
+

Stop conditions

+

Stop and mark “Insufficient evidence” if the packet appears to select a cryptographic suite, imply scientific acceptance, hide counterevidence, or claim independent-person assurance.

+
+
+
+ ); +} + +function FeedbackStep({ feedback, setFeedback, submitted, setSubmitted, role, onReset }) { + const [copyStatus, setCopyStatus] = useState(""); + const reviewPacket = useMemo(() => createReviewPacket(role, feedback), [feedback, role]); + + function updateField(field, value) { + setFeedback((current) => ({ ...current, [field]: value })); + setSubmitted(false); + setCopyStatus(""); + } + + function handleSubmit(event) { + event.preventDefault(); + setSubmitted(true); + setCopyStatus(""); + } + + function downloadFeedback() { + const blob = new Blob([JSON.stringify(reviewPacket, null, 2)], { type: "application/json" }); + const href = URL.createObjectURL(blob); + const link = document.createElement("a"); + link.href = href; + link.download = "valoris-demo-review-handoff.json"; + document.body.appendChild(link); + link.click(); + link.remove(); + window.setTimeout(() => URL.revokeObjectURL(href), 0); + setCopyStatus("DEMO JSON handoff download started."); + } + + async function copyFeedback() { + try { + await navigator.clipboard.writeText(formatReviewPacket(reviewPacket)); + setCopyStatus("DEMO review handoff copied."); + } catch { + setCopyStatus("Copy unavailable. Download the DEMO JSON instead."); + } + } + + return ( +
+
+ Training recommendation +
+ {["Ready for qualified review", "Revise the packet", "Insufficient evidence"].map((choice) => ( + + ))} +
+
+
+