Skip to content

feat(onboarding): demo workflow showcase (Stage 4) - #444

Merged
jeonghun-jj-lee merged 1 commit into
mainfrom
jeonghun-jj-lee/437-demo-workflow-showcase
Aug 19, 2026
Merged

feat(onboarding): demo workflow showcase (Stage 4)#444
jeonghun-jj-lee merged 1 commit into
mainfrom
jeonghun-jj-lee/437-demo-workflow-showcase

Conversation

@jeonghun-jj-lee

Copy link
Copy Markdown
Contributor

Summary

Implements #437 — the demo workflow showcase that gates on Julia readiness, creates a disposable __demo__ workspace, runs the transmon X-gate via the vetted template, and auto-archives after completion.

What's included

  • src/demo_showcase.ts:

    • checkJuliaReadiness / checkJuliaReadinessWithChecker: Julia on PATH + Manifest.toml gate
    • createDemoWorkspace / archiveDemoWorkspace: ephemeral __demo__ lifecycle
    • isDemoCompleted: archive-marker detection (no re-offer on resume)
    • isDemoWorkspace: exclusion predicate for problem listings
    • buildDemoSolveSpec: vetted-tier solvespec for the demo run
    • DEMO_PARAMS: stock parameters (T=10ns, N=50, max_iter=60)
  • scores/overture/SCORE.md: Stage 4 (demo) added with opt-in question and body instructions

Tests

14 unit tests in test/demo_showcase.test.ts covering readiness gate, workspace lifecycle, archival, exclusion, and parameters.

Closes #437

- Julia readiness gate (binary on PATH + Manifest.toml)
- Demo workspace: create/archive lifecycle under __demo__
- isDemoWorkspace predicate for listing exclusion
- buildDemoSolveSpec for vetted-tier launch
- Stage 4 wired into overture SCORE.md (optional, gated on readiness)
- Golden parity regenerated
- 14 unit tests covering AC1-AC10
@jeonghun-jj-lee
jeonghun-jj-lee marked this pull request as ready for review August 19, 2026 19:39
@coderabbitai

coderabbitai Bot commented Aug 19, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: c76c9775-8402-4d46-972f-1a3768baea91

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

@jeonghun-jj-lee
jeonghun-jj-lee merged commit 6502434 into main Aug 19, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Demo workflow showcase (Stage 4): Julia gate + __demo__ workspace

1 participant