release: showcase workspace completion v0.2.23 (E1–E6, #406)#422
Merged
Conversation
chore(release): back-merge v0.2.22 release commit into dev
chore(ci): back-merge dependabot action bumps into dev
docs(docs,repo): showcase workspace e5 release gate — runbook + domain model + prp (#401)
feat(api,ui): add showcase workspace delete endpoint and panel action (#404)
…5-prps docs(repo): track showcase-completion e1-e5 prps (#406)
…etadata-provenance feat(api,db): showcase-completion E1 — workspace metadata & provenance backbone (#407)
…afe-replay-lifecycle feat(api,ui): showcase-completion E2 — safe replay & workspace lifecycle (#408)
…eed-config-scope feat(api,ui): showcase advanced seed config and scope selection (#409)
…e-controls feat(api,ui): showcase-completion E4 — run-config phase controls (#410)
…gent-rag-story feat(api,ui): showcase-completion E5 — agent/hitl + rag story capture (#411)
POST /demo/workspaces/{id}/export writes a checksum-validated bundle
(manifest.json + scenario-plan snapshots + sha256sum-compatible
checksums.sha256) under artifacts/showcase/<workspace_id>/, validating
every checksum before returning. Soft references resolve over in-process
HTTP; model artifacts are referenced (uri + registry hash + live verify),
never copied. Dangling refs are reported, not fatal; 404 missing, 409
while running, deterministic overwrite on re-export. Stateless: no
migration, no DB writes. Traversal guard + chunked sha256 mirror
registry/storage.py (pattern, not import).
Per-row Export button (between Replay and the actions menu) calls
POST /demo/workspaces/{id}/export via a new useExportWorkspace mutation.
Non-destructive, so no confirmation dialog; success toast shows the
bundle path, file count, checksum state, and any unresolved-reference
count; failure surfaces the problem-details message. Self-contained
block to survive an E2 row restyle. Adds WorkspaceExportResult /
ExportFileEntry / UnresolvedReference types.
API_CONTRACTS: add the POST /demo/workspaces/{id}/export row. RUNBOOKS:
add the export-semantics bullet to the showcase-workspace section
(overwrite-on-re-export, dangling-ref warnings, gitignored artifacts/,
sha256sum -c verification) and move export bundles off the out-of-scope
list (import/restore remains out).
…xport-bundle feat(api,ui): showcase-completion E6 — export bundle mvp (#412)
docs(repo): showcase-completion E7 release-gate — domain-model reconciliation + gate PRP (#420)
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (86)
📝 WalkthroughWalkthroughAdds showcase workspace metadata, replay, health, export, HITL, and run-config support across backend APIs, persistence, frontend UI, and contract documentation. It also updates seeder/model-selection flows and expands test coverage for the new showcase lifecycle. ChangesShowcase completion
Sequence Diagram(s)Included in the hidden review stack artifact. Estimated code review effort🎯 5 (Critical) | ⏱️ ~120 minutes Possibly related PRs
Suggested reviewers
Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v0.2.23 — showcase workspace completion (umbrella #406)
Cuts
dev → mainto release the six showcase-completion epics, all merged todevand verified by the E7 release gate (#420):/opshistoryrelease-please will bump v0.2.22 → v0.2.23 (pre-1.0
feat:→ PATCH) on merge.E7 gate evidence: #420. All five CI gates green on
dev.Summary by CodeRabbit
New Features
Documentation