Skip to content

release: promote dev to main for v0.2.22 — showcase workspace restore/replay (E1–E4)#398

Merged
w7-mgfcode merged 58 commits into
mainfrom
dev
Jun 12, 2026
Merged

release: promote dev to main for v0.2.22 — showcase workspace restore/replay (E1–E4)#398
w7-mgfcode merged 58 commits into
mainfrom
dev

Conversation

@w7-mgfcode

Copy link
Copy Markdown
Owner

Release scope (since v0.2.21)

Showcase Workspace initiative (umbrella #389 — all four epics)

Fixes

Docs

  • Reliability E5/E6 + showcase-workspace PRPs tracked; API_CONTRACTS.md updated per epic

Pre-1.0 train: feat: → PATCH → expected v0.2.22.

Merge note: use the default merge-commit subject (Merge pull request #N from w7-mgfcode/dev) — a conventional non-bumping subject would make release-please skip the bump (see RUNBOOKS).

w7-mgfcode and others added 30 commits June 1, 2026 11:34
chore(repo): back-merge v0.2.21 release commits into dev (#366)
feat(docs,repo): flow-pack E1 foundation — /flow-prime + tracked contract + rule (#369)
feat(docs,repo): flow-pack E4 — /flow-epics command template + local install (#373)
docs(repo): flow-pack closeout — PRPs, onboarding docs, flow-prime fix (#368)
…vider-prefix

fix(api): reject doubled provider prefixes in agent model ids (#334)
…ailures

fix(agents,api): surface fallback model failures with classified details (#335)
…ontext

fix(ui): avoid crypto.randomUUID crash on LAN HTTP showcase (#332)
refactor(forecast,registry): move model family taxonomy to shared (#268)
w7-mgfcode and others added 27 commits June 12, 2026 11:32
…price-inertia

fix(data): model_exogenous price inertia — discriminator tests + seeder price coupling (#237)
…stence-backbone

feat(api): showcase workspace persistence backbone (#390)
feat(ui): showcase workspace full preset exposure (#391)
…d-plans

feat(api,ui): showcase workspace-tagged scenario plans (#392)
…re-replay

feat(api,ui): showcase workspace restore/replay (#393)

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry @w7-mgfcode, your pull request is larger than the review limit of 150000 diff characters

@coderabbitai

coderabbitai Bot commented Jun 12, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@w7-mgfcode, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 7 minutes and 22 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more credits in the billing tab to continue.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 965c40c1-5dd4-4c55-9eae-4806a5838ff3

📥 Commits

Reviewing files that changed from the base of the PR and between 38f7e8a and c54e69b.

⛔ Files ignored due to path filters (1)
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (105)
  • .gitignore
  • PRPs/PRP-flow-pack-E1-foundation.md
  • PRPs/PRP-flow-pack-E3-flow-umbrella.md
  • PRPs/PRP-flow-pack-E4-flow-epics.md
  • PRPs/PRP-reliability-E1-doubled-provider-prefixes.md
  • PRPs/PRP-reliability-E2-surface-fallback-failures.md
  • PRPs/PRP-reliability-E3-safe-uuid-non-secure-context.md
  • PRPs/PRP-reliability-E4-shared-model-taxonomy.md
  • PRPs/PRP-reliability-E5-model-exogenous-price-inertia.md
  • PRPs/PRP-reliability-E6-release-gate.md
  • PRPs/PRP-showcase-workspace-E1-persistence-backbone.md
  • PRPs/PRP-showcase-workspace-E2-preset-exposure.md
  • PRPs/PRP-showcase-workspace-E3-workspace-tagged-plans.md
  • PRPs/PRP-showcase-workspace-E4-restore-replay.md
  • PRPs/flow-brainstorm.md
  • alembic/env.py
  • alembic/versions/324a2fa37fcc_create_showcase_workspace_table.py
  • app/core/config.py
  • app/core/exceptions.py
  • app/core/problem_details.py
  • app/core/tests/test_problem_details.py
  • app/features/agents/failures.py
  • app/features/agents/schemas.py
  • app/features/agents/service.py
  • app/features/agents/tests/test_config_validation.py
  • app/features/agents/tests/test_failures.py
  • app/features/agents/tests/test_routes.py
  • app/features/agents/tests/test_schemas.py
  • app/features/agents/tests/test_service.py
  • app/features/batch/service.py
  • app/features/config/service.py
  • app/features/config/tests/test_routes.py
  • app/features/config/tests/test_schemas.py
  • app/features/config/tests/test_service.py
  • app/features/demo/models.py
  • app/features/demo/pipeline.py
  • app/features/demo/routes.py
  • app/features/demo/schemas.py
  • app/features/demo/service.py
  • app/features/demo/tests/conftest.py
  • app/features/demo/tests/test_models.py
  • app/features/demo/tests/test_pipeline.py
  • app/features/demo/tests/test_routes.py
  • app/features/demo/tests/test_schemas.py
  • app/features/demo/tests/test_workspace.py
  • app/features/demo/workspace.py
  • app/features/forecasting/feature_metadata.py
  • app/features/forecasting/schemas.py
  • app/features/forecasting/service.py
  • app/features/forecasting/tests/test_regression_forecaster.py
  • app/features/model_selection/capabilities.py
  • app/features/model_selection/service.py
  • app/features/model_selection/tests/test_service.py
  • app/features/registry/schemas.py
  • app/features/scenarios/tests/test_feature_frame.py
  • app/features/scenarios/tests/test_routes_integration.py
  • app/shared/model_taxonomy.py
  • app/shared/seeder/config.py
  • app/shared/seeder/core.py
  • app/shared/seeder/generators/__init__.py
  • app/shared/seeder/generators/facts.py
  • app/shared/seeder/tests/test_generators.py
  • app/shared/tests/__init__.py
  • app/shared/tests/test_model_taxonomy.py
  • docs/DATA-SEEDER.md
  • docs/ONBOARDING.md
  • docs/_base/API_CONTRACTS.md
  • docs/_base/ARCHITECTURE.md
  • docs/_base/REPO_MAP_INDEX.md
  • docs/_base/RUNBOOKS.md
  • docs/_repoKB-deepdive/deepdive-ai-engineer.md
  • docs/_repoKB-deepdive/deepdive-product-manager.md
  • docs/_repoKB-deepdive/deepdive-software-architect.md
  • docs/_repoKB-deepdive/deepdive-software-developer.md
  • docs/arch-dia.md
  • docs/arch-techstack.md
  • docs/flow-pack-methodology.md
  • docs/flow-pack/commands/flow-brainstorm.md
  • docs/flow-pack/commands/flow-epics.md
  • docs/flow-pack/commands/flow-prime.md
  • docs/flow-pack/commands/flow-umbrella.md
  • frontend/eslint.config.js
  • frontend/src/components/demo/InspectArtifactsPanel.test.tsx
  • frontend/src/components/demo/PHASE_DEFS.test.ts
  • frontend/src/components/demo/RunHistoryStrip.test.tsx
  • frontend/src/components/demo/RunHistoryStrip.tsx
  • frontend/src/components/demo/ScenarioPicker.test.tsx
  • frontend/src/components/demo/ScenarioPicker.tsx
  • frontend/src/components/demo/WorkspaceArtifactsPanel.test.tsx
  • frontend/src/components/demo/WorkspaceArtifactsPanel.tsx
  • frontend/src/components/demo/WorkspacePanel.test.tsx
  • frontend/src/components/demo/WorkspacePanel.tsx
  • frontend/src/components/demo/index.ts
  • frontend/src/hooks/index.ts
  • frontend/src/hooks/use-demo-pipeline.test.ts
  • frontend/src/hooks/use-demo-pipeline.ts
  • frontend/src/hooks/use-workspaces.ts
  • frontend/src/lib/url-params.test.ts
  • frontend/src/lib/url-params.ts
  • frontend/src/lib/uuid-utils.test.ts
  • frontend/src/lib/uuid-utils.ts
  • frontend/src/pages/showcase.tsx
  • frontend/src/pages/visualize/planner.tsx
  • frontend/src/types/api.ts
  • tests/test_e2e_demo.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dev

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@w7-mgfcode w7-mgfcode merged commit 381e400 into main Jun 12, 2026
13 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.

1 participant