Skip to content

Promote dev/v0.14 to main for v0.14.0 - #210

Merged
scttbnsn merged 12 commits into
mainfrom
dev/v0.14
Aug 24, 2026
Merged

Promote dev/v0.14 to main for v0.14.0#210
scttbnsn merged 12 commits into
mainfrom
dev/v0.14

Conversation

@scttbnsn

Copy link
Copy Markdown
Contributor

Promotes the reviewed v0.14 release branch after #205.

Verified on the final signed feature head:

  • Full chat-first desktop UI and backend workflow cutover
  • 3,491 tests passing, 14 intentional skips, zero failures
  • Web and website production builds passing
  • Real Windows x64 NSIS build, silent install, packaged app/PDF/Chromium smoke, synchronous uninstall, and cleanup passing
  • Signed/notarized macOS packaging path and release-chain safety gates
  • Remote plus New York locality search coverage
  • Durable threads, deep ingest, missions, mock interview, and supervised application filling with submit untouched
  • Signed release-tag ancestry, immutable draft identity, Code signing policy, and SignPath metadata gates

This is the protected release promotion PR. No direct commit is being made to main.

…y and calendar (#204)

- fix(web): settings badges say Connected or Not connected in plain words,
  with the route detail on hover, and raw runtime command strings move
  behind the existing advanced expander pattern
- fix(web): network next-touch dates get a label, and the first-run empty
  state drops ATS vendor jargon
- fix(web): library tab terms get hover explanations and the tab row
  scrolls on narrow screens instead of wrapping an orphan
- fix(web): the calendar export link says Download file instead of .ics
- fix(web): the deep-ingest nudge no longer shows on the deep-ingest page
- fix(onboarding): the chat, search and packet pages get the favicon the
  app shell already had
- fix(examples): demo workspace offer and onsite applications now carry
  evaluations and artifact files so the jobs drawer matches the stage it
  shows
Build the fixed-size desktop shell, durable threads, missions, mock interviews, workspace exports, browser readiness, and supervised application preparation.

Remove the page-based interface and enforce user-controlled final submission.

BREAKING CHANGE: removes the page-based UI and all automatic application submission paths.
@vercel

vercel Bot commented Aug 24, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
careerrat-website Ready Ready Preview Aug 24, 2026 9:53pm

@coderabbitai

coderabbitai Bot commented Aug 24, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 455 files, which is 355 over the limit of 100.

To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch.

Upgrade to a paid plan to raise the limit.

Usage-priced reviews support at most 300 files.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 3fec42d2-545c-4033-8492-65e011c3e4b9

📥 Commits

Reviewing files that changed from the base of the PR and between 36727c0 and f041771.

⛔ Files ignored due to path filters (18)
  • CHANGELOG.md is excluded by !CHANGELOG.md
  • apps/desktop/assets/rat-emoji.png is excluded by !**/*.png
  • apps/desktop/build/icon.icns is excluded by !**/build/**
  • apps/desktop/build/icon.ico is excluded by !**/*.ico, !**/build/**
  • apps/desktop/build/icon.png is excluded by !**/*.png, !**/build/**
  • apps/desktop/runtime-dependencies/package-lock.json is excluded by !**/package-lock.json, !**/package-lock.json
  • examples/demo-workspace/candidate/form-defaults.yml is excluded by !examples/**
  • examples/demo-workspace/tracker.json is excluded by !examples/**
  • examples/demo-workspace/workspace/tailored/demo/cyberdyne-staff-ml-engineer-cover-letter.md is excluded by !examples/**
  • examples/demo-workspace/workspace/tailored/demo/cyberdyne-staff-ml-engineer-resume.md is excluded by !examples/**
  • examples/demo-workspace/workspace/tailored/demo/e-corp-staff-software-engineer-answers.md is excluded by !examples/**
  • examples/demo-workspace/workspace/tailored/demo/e-corp-staff-software-engineer-cover-letter.md is excluded by !examples/**
  • examples/demo-workspace/workspace/tailored/demo/e-corp-staff-software-engineer-resume.md is excluded by !examples/**
  • examples/demo-workspace/workspace/tailored/demo/massive-dynamic-staff-engineer-cover-letter.md is excluded by !examples/**
  • examples/demo-workspace/workspace/tailored/demo/massive-dynamic-staff-engineer-resume.md is excluded by !examples/**
  • examples/sample-candidate/README.md is excluded by !examples/**
  • examples/sample-candidate/form-defaults.yml is excluded by !examples/**
  • package-lock.json is excluded by !**/package-lock.json, !**/package-lock.json
📒 Files selected for processing (455)
  • .agents/skills/apply-job/SKILL.md
  • .agents/skills/coach-gaps/SKILL.md
  • .agents/skills/company-health/SKILL.md
  • .agents/skills/discover-companies/SKILL.md
  • .agents/skills/ingest-mail/SKILL.md
  • .agents/skills/ingest-messages/SKILL.md
  • .agents/skills/intake-extract/SKILL.md
  • .agents/skills/reevaluate-strategy/SKILL.md
  • .agents/skills/relationship-sourcing/SKILL.md
  • .agents/skills/research-boards/SKILL.md
  • .agents/skills/research-comp/SKILL.md
  • .agents/skills/research-company/SKILL.md
  • .agents/skills/resume-extract/SKILL.md
  • .agents/skills/search-jobs/SKILL.md
  • .agents/skills/sync-status/SKILL.md
  • .claude/skills
  • .github/workflows/ci-verify.yml
  • .github/workflows/desktop-release.yml
  • .github/workflows/publish.yml
  • .github/workflows/release-assets.yml
  • .github/workflows/sbom.yml
  • .gitignore
  • AGENTS.md
  • README.md
  • apps/desktop/README.md
  • apps/desktop/desktop-routing.mjs
  • apps/desktop/desktop-runtime.mjs
  • apps/desktop/desktop-smoke.mjs
  • apps/desktop/electron-builder.yml
  • apps/desktop/main.mjs
  • apps/desktop/package.json
  • apps/desktop/runtime-dependencies/package.json
  • apps/desktop/scripts/make-icon.mjs
  • apps/desktop/scripts/make-windows-icon.mjs
  • apps/desktop/scripts/npm-invocation.mjs
  • apps/desktop/scripts/release-upload.mjs
  • apps/desktop/scripts/stage.mjs
  • apps/desktop/scripts/verify-packaged.mjs
  • apps/desktop/scripts/verify-windows.mjs
  • apps/desktop/scripts/windows-package.mjs
  • apps/desktop/window-options.mjs
  • apps/docs/content/docs/advanced/browser-automation.mdx
  • apps/docs/content/docs/advanced/configuration.mdx
  • apps/docs/content/docs/advanced/privacy.mdx
  • apps/docs/content/docs/getting-started/dashboard.mdx
  • apps/docs/content/docs/getting-started/install.mdx
  • apps/docs/content/docs/guides/applying.mdx
  • apps/docs/content/docs/reference/cli.mdx
  • apps/docs/content/docs/reference/disclaimer.mdx
  • apps/docs/content/docs/reference/skills.mdx
  • apps/docs/src/app/globals.css
  • apps/web/README.md
  • apps/web/index.html
  • apps/web/package.json
  • apps/web/public/theme-init.js
  • apps/web/src/App.jsx
  • apps/web/src/App.test.jsx
  • apps/web/src/app-shell/ActivityBell.jsx
  • apps/web/src/app-shell/ActivityBell.test.jsx
  • apps/web/src/app-shell/AppShell.jsx
  • apps/web/src/app-shell/AppShell.test.jsx
  • apps/web/src/app-shell/AskBar.jsx
  • apps/web/src/app-shell/AskBar.test.jsx
  • apps/web/src/app-shell/NavList.jsx
  • apps/web/src/app-shell/NavList.test.jsx
  • apps/web/src/app-shell/UpdateAvailableDock.jsx
  • apps/web/src/app-shell/UpdateAvailableDock.test.jsx
  • apps/web/src/app-shell/ask-events.js
  • apps/web/src/app-shell/ask-rehydrate.js
  • apps/web/src/app-shell/ask-rehydrate.test.js
  • apps/web/src/app-shell/ask-terminal.js
  • apps/web/src/app-shell/useNeedsYouCount.js
  • apps/web/src/calendar/CalendarPage.jsx
  • apps/web/src/calendar/CalendarPage.test.jsx
  • apps/web/src/calendar/calendarPreviewData.js
  • apps/web/src/chat-first/ChatFirstApp.jsx
  • apps/web/src/chat-first/ChatFirstApp.test.jsx
  • apps/web/src/chat-first/FirstRunController.jsx
  • apps/web/src/chat-first/FirstRunController.test.jsx
  • apps/web/src/chat-first/FirstRunExperience.jsx
  • apps/web/src/chat-first/FirstRunExperience.test.jsx
  • apps/web/src/chat-first/ProfileSettings.jsx
  • apps/web/src/chat-first/ProfileSettings.test.jsx
  • apps/web/src/chat-first/ProfileSettingsController.jsx
  • apps/web/src/chat-first/ProfileSettingsController.test.jsx
  • apps/web/src/chat-first/RuntimeIcon.jsx
  • apps/web/src/chat-first/WorkspaceBrowser.jsx
  • apps/web/src/chat-first/WorkspaceBrowser.test.jsx
  • apps/web/src/chat-first/agent-copy.js
  • apps/web/src/chat-first/agent-copy.test.js
  • apps/web/src/chat-first/api.js
  • apps/web/src/chat-first/app-foundation.css
  • apps/web/src/chat-first/browser-model.js
  • apps/web/src/chat-first/browser-model.test.js
  • apps/web/src/chat-first/chat-first-app-controller.js
  • apps/web/src/chat-first/chat-first-app-controller.test.js
  • apps/web/src/chat-first/chat-first-controller.js
  • apps/web/src/chat-first/chat-first-controller.test.js
  • apps/web/src/chat-first/chat-first-icons.jsx
  • apps/web/src/chat-first/chat-first-icons.test.jsx
  • apps/web/src/chat-first/chat-first-model.js
  • apps/web/src/chat-first/chat-first-model.test.js
  • apps/web/src/chat-first/chat-first.css
  • apps/web/src/chat-first/conversation-surfaces.jsx
  • apps/web/src/chat-first/conversation-surfaces.test.jsx
  • apps/web/src/chat-first/dashboard-context.jsx
  • apps/web/src/chat-first/dashboard-context.test.jsx
  • apps/web/src/chat-first/deep-ingest-controller.js
  • apps/web/src/chat-first/deep-ingest-controller.test.js
  • apps/web/src/chat-first/first-run-controller.js
  • apps/web/src/chat-first/first-run-controller.test.js
  • apps/web/src/chat-first/first-run.css
  • apps/web/src/chat-first/location-policy.js
  • apps/web/src/chat-first/profile-settings-controller.js
  • apps/web/src/chat-first/profile-settings-controller.test.js
  • apps/web/src/chat-first/profile-settings.css
  • apps/web/src/chat-first/skill-chat-model.js
  • apps/web/src/chat-first/skill-chat-model.test.js
  • apps/web/src/chat-first/workspace-browser.css
  • apps/web/src/chat-first/workspace-shell.jsx
  • apps/web/src/chat-first/workspace-shell.test.jsx
  • apps/web/src/components/Button.jsx
  • apps/web/src/components/Card.jsx
  • apps/web/src/components/Chip.jsx
  • apps/web/src/components/CompanyAvatar.jsx
  • apps/web/src/components/CompanyAvatar.test.jsx
  • apps/web/src/components/PageScaffold.jsx
  • apps/web/src/components/Toast.jsx
  • apps/web/src/components/Toast.test.jsx
  • apps/web/src/components/form.jsx
  • apps/web/src/components/form.test.jsx
  • apps/web/src/components/icons.jsx
  • apps/web/src/components/icons.test.jsx
  • apps/web/src/deep-ingest/DeepIngestPage.jsx
  • apps/web/src/deep-ingest/DeepIngestPage.test.jsx
  • apps/web/src/design/previewMockData.js
  • apps/web/src/jobs/ArtifactViewerModal.jsx
  • apps/web/src/jobs/ArtifactViewerModal.test.jsx
  • apps/web/src/jobs/CoachingPlanCard.jsx
  • apps/web/src/jobs/CoachingPlanCard.test.jsx
  • apps/web/src/jobs/FunnelSankey.css
  • apps/web/src/jobs/FunnelSankey.jsx
  • apps/web/src/jobs/FunnelSankey.test.jsx
  • apps/web/src/jobs/InterviewDossierCard.jsx
  • apps/web/src/jobs/InterviewDossierCard.test.jsx
  • apps/web/src/jobs/JobDrawer.jsx
  • apps/web/src/jobs/JobDrawer.test.jsx
  • apps/web/src/jobs/JobsPage.jsx
  • apps/web/src/jobs/JobsPage.test.jsx
  • apps/web/src/jobs/PacketDocumentsCard.jsx
  • apps/web/src/jobs/PacketDocumentsCard.test.jsx
  • apps/web/src/jobs/PacketGateCard.jsx
  • apps/web/src/jobs/PacketGateCard.test.jsx
  • apps/web/src/jobs/jobsExplorer.js
  • apps/web/src/jobs/jobsExplorer.test.js
  • apps/web/src/jobs/jobsPreviewData.js
  • apps/web/src/jobs/jobsSearch.js
  • apps/web/src/jobs/jobsSearch.test.js
  • apps/web/src/jobs/useApplicationGates.js
  • apps/web/src/jobs/useApplicationGates.test.js
  • apps/web/src/lib/api.js
  • apps/web/src/lib/api.test.js
  • apps/web/src/lib/chat-first-api.test.js
  • apps/web/src/lib/commLinks.js
  • apps/web/src/lib/dashboard-events.js
  • apps/web/src/lib/errorCopy.js
  • apps/web/src/lib/errorCopy.test.js
  • apps/web/src/lib/intake-events.js
  • apps/web/src/lib/intake-labels.js
  • apps/web/src/lib/quickFacts.js
  • apps/web/src/lib/quickFacts.test.js
  • apps/web/src/lib/sse.js
  • apps/web/src/lib/sse.test.js
  • apps/web/src/lib/theme.js
  • apps/web/src/lib/useGlobalShortcut.js
  • apps/web/src/library/LibraryPage.css
  • apps/web/src/library/LibraryPage.jsx
  • apps/web/src/library/LibraryPage.test.jsx
  • apps/web/src/library/libraryPreviewData.js
  • apps/web/src/main.jsx
  • apps/web/src/network/NetworkPage.css
  • apps/web/src/network/NetworkPage.jsx
  • apps/web/src/network/NetworkPage.test.jsx
  • apps/web/src/network/networkPreviewData.js
  • apps/web/src/onboarding/ChatPanel.jsx
  • apps/web/src/onboarding/ChatPanel.test.jsx
  • apps/web/src/onboarding/ConfirmPill.jsx
  • apps/web/src/onboarding/ConfirmPill.test.jsx
  • apps/web/src/onboarding/EngineScreen.jsx
  • apps/web/src/onboarding/EngineScreen.test.jsx
  • apps/web/src/onboarding/FilePane.jsx
  • apps/web/src/onboarding/FilePane.test.jsx
  • apps/web/src/onboarding/InterviewSurface.jsx
  • apps/web/src/onboarding/InterviewSurface.test.jsx
  • apps/web/src/onboarding/OnboardingBar.jsx
  • apps/web/src/onboarding/OnboardingBar.test.jsx
  • apps/web/src/onboarding/OnboardingPage.jsx
  • apps/web/src/onboarding/OnboardingPage.test.jsx
  • apps/web/src/onboarding/OnboardingShell.jsx
  • apps/web/src/onboarding/OnboardingShell.test.jsx
  • apps/web/src/onboarding/chatActivity.jsx
  • apps/web/src/onboarding/chatActivity.test.jsx
  • apps/web/src/onboarding/chatMarkdown.jsx
  • apps/web/src/onboarding/chatMarkdown.test.jsx
  • apps/web/src/onboarding/companyUnion.js
  • apps/web/src/onboarding/companyUnion.test.js
  • apps/web/src/onboarding/discoveryBlocks.js
  • apps/web/src/onboarding/discoveryBlocks.test.js
  • apps/web/src/onboarding/inlineMarkdown.jsx
  • apps/web/src/onboarding/onboardingSetup.js
  • apps/web/src/onboarding/onboardingSetup.test.js
  • apps/web/src/onboarding/patchFields.js
  • apps/web/src/onboarding/patchFields.test.js
  • apps/web/src/onboarding/steps/GuardrailsStep.errors.test.jsx
  • apps/web/src/onboarding/steps/GuardrailsStep.jsx
  • apps/web/src/onboarding/steps/GuardrailsStep.test.jsx
  • apps/web/src/onboarding/steps/RoleLaneEditor.jsx
  • apps/web/src/pages/ComingSoonPage.jsx
  • apps/web/src/pages/DashboardPage.jsx
  • apps/web/src/pages/DashboardPage.test.jsx
  • apps/web/src/pages/DashboardStrategyPanel.test.jsx
  • apps/web/src/pages/SetupReadinessCard.jsx
  • apps/web/src/pages/SetupReadinessCard.test.jsx
  • apps/web/src/pages/dashboardPreviewData.js
  • apps/web/src/preview/staticPreviewApi.js
  • apps/web/src/settings/AutomationControls.jsx
  • apps/web/src/settings/AutomationControls.test.jsx
  • apps/web/src/settings/DesktopUpdateSettings.jsx
  • apps/web/src/settings/DesktopUpdateSettings.test.jsx
  • apps/web/src/settings/InstalledRuntimeChoices.jsx
  • apps/web/src/settings/InstalledRuntimeChoices.test.jsx
  • apps/web/src/settings/SettingsPage.jsx
  • apps/web/src/settings/SettingsPage.test.jsx
  • apps/web/src/settings/SourceMaintenance.jsx
  • apps/web/src/settings/SourceMaintenance.test.jsx
  • apps/web/src/settings/error-map.js
  • apps/web/src/settings/error-map.test.js
  • apps/web/src/settings/usage-summary.js
  • apps/web/src/settings/usage-summary.test.js
  • apps/web/src/styles/app.css
  • apps/web/src/styles/tokens.css
  • apps/web/tests/chat-first-source-graph.test.js
  • apps/web/tests/design-system-regression.test.js
  • apps/web/vite.config.js
  • apps/website/public/AGENTS.md
  • apps/website/src/app/page.tsx
  • config/automation.schema.json
  • config/form-defaults.schema.json
  • config/modes.schema.json
  • docs/ARCHITECTURE.md
  • docs/BROWSER.md
  • docs/CHAT_FIRST_RUNTIME.md
  • docs/CODE_SIGNING_POLICY.md
  • docs/DISCLAIMER.md
  • docs/LIBRARY_UX_RESEARCH.md
  • docs/RELEASE.md
  • docs/ROADMAP.md
  • docs/SETUP.md
  • docs/WINDOWS.md
  • docs/activity-and-action-state.md
  • docs/foundations-spec.md
  • knip.json
  • package.json
  • scripts/build-demo.mjs
  • scripts/capture-demo-frames.mjs
  • scripts/deploy-demo.mjs
  • scripts/dns-demo-record.sh
  • scripts/harden-static-html.mjs
  • scripts/protect-tags.sh
  • scripts/rebase-demo-dates.mjs
  • scripts/record-demo-video.mjs
  • scripts/scan-sourced.mjs
  • scripts/shot-cards.mjs
  • scripts/shot-funnel.mjs
  • scripts/shot-status.mjs
  • scripts/tokenize-dashboard.mjs
  • scripts/verify-themes.mjs
  • src/cli/automation-route.mjs
  • src/cli/boards-route.mjs
  • src/cli/chat-first-route.mjs
  • src/cli/chat-route.mjs
  • src/cli/dashboard-route.mjs
  • src/cli/deep-ingest-route.mjs
  • src/cli/discovery-route.mjs
  • src/cli/doctor.mjs
  • src/cli/installed-runtime-route.mjs
  • src/cli/intake-route.mjs
  • src/cli/onboard-route.mjs
  • src/cli/packet-route.mjs
  • src/cli/search-route.mjs
  • src/cli/skill-run-route.mjs
  • src/cli/tracker-dev.mjs
  • src/cli/tracker.mjs
  • src/cli/workspace-agent-route.mjs
  • src/cli/workspace-export-route.mjs
  • src/core/agent-guidance.mjs
  • src/core/agent/workspace-agent.mjs
  • src/core/agent/workspace-thread.mjs
  • src/core/ai/ai-env.mjs
  • src/core/ai/answer-page.mjs
  • src/core/ai/call-ai.mjs
  • src/core/ai/chat-runtime.mjs
  • src/core/ai/installed-runtimes.mjs
  • src/core/ai/runtime-tools.mjs
  • src/core/ai/skill-runtime.mjs
  • src/core/apply/apply-driver.mjs
  • src/core/apply/apply-executor-factory.mjs
  • src/core/apply/form-fill.mjs
  • src/core/apply/orca-ops.mjs
  • src/core/apply/playwright-executor.mjs
  • src/core/apply/playwright-ops.mjs
  • src/core/automation/consent.mjs
  • src/core/automation/session.mjs
  • src/core/db/connection.mjs
  • src/core/db/migrations.mjs
  • src/core/db/migrations/012-chat-first-workspace.mjs
  • src/core/db/migrations/013-durable-skill-chat.mjs
  • src/core/db/migrations/014-chat-first-preferences.mjs
  • src/core/db/verbs/app.mjs
  • src/core/db/verbs/candidate.mjs
  • src/core/db/verbs/chat-first.mjs
  • src/core/db/verbs/comm.mjs
  • src/core/db/verbs/deep-ingest.mjs
  • src/core/db/verbs/index.mjs
  • src/core/db/verbs/intake.mjs
  • src/core/db/verbs/skill-chat.mjs
  • src/core/documents/dossier-pdf.mjs
  • src/core/export/workspace-export.mjs
  • src/core/intake/dispatch-summary.mjs
  • src/core/intake/dispatch.mjs
  • src/core/onboarding/chat-page.mjs
  • src/core/onboarding/onboard-page.mjs
  • src/core/onboarding/packet-page.mjs
  • src/core/onboarding/search-page.mjs
  • src/core/packet/answers.mjs
  • src/core/packet/context.mjs
  • src/core/packet/gate.mjs
  • src/core/packet/generate.mjs
  • src/core/packet/one-off-answer.mjs
  • src/core/packet/schemas/packet-schemas.mjs
  • src/core/profile/candidate-defaults.mjs
  • src/core/profile/generate-search-sources.mjs
  • src/core/profile/resume-parser.mjs
  • src/core/providers/career-ops/vendor/ashby.mjs
  • src/core/scoring/sourced-intake.mjs
  • src/core/scoring/sourced-scanner.mjs
  • src/core/security/browser-policy.mjs
  • src/core/tracker/agent-guidance-snapshot.mjs
  • src/core/tracker/client-script.mjs
  • src/core/tracker/dashboard-data.js
  • src/core/tracker/dashboard-shell.html
  • src/core/tracker/demo-logos.mjs
  • src/core/tracker/dev-server.mjs
  • src/core/tracker/rebase-dates.mjs
  • src/core/tracker/request-security.mjs
  • src/core/tracker/settings-snapshot.mjs
  • src/core/tracker/styles.mjs
  • src/core/tracker/tracker-data.mjs
  • templates/AGENTS.md
  • templates/automation.example.yml
  • templates/form-defaults.example.yml
  • tests/agent-guidance.test.mjs
  • tests/answer-page.test.mjs
  • tests/api-server.test.mjs
  • tests/app-default-runtime-guard.test.mjs
  • tests/app-route-guard.test.mjs
  • tests/app-shell-dist.test.mjs
  • tests/app-shell-style.test.mjs
  • tests/apply-driver.test.mjs
  • tests/apply-form-fill.test.mjs
  • tests/automation-consent.test.mjs
  • tests/automation-route.test.mjs
  • tests/boards-route.test.mjs
  • tests/call-ai.test.mjs
  • tests/candidate-setup.test.mjs
  • tests/chat-first-backend.test.mjs
  • tests/chat-first-foundation-style.test.mjs
  • tests/chat-first-route.test.mjs
  • tests/chat-page.test.mjs
  • tests/chat-route.test.mjs
  • tests/chat-runtime.test.mjs
  • tests/client-script.test.mjs
  • tests/comm-recipient.test.mjs
  • tests/dashboard-data.test.mjs
  • tests/dashboard-route.test.mjs
  • tests/db-app-shell-regression.test.mjs
  • tests/db-migrations.test.mjs
  • tests/db-private-permissions.test.mjs
  • tests/db-verbs.test.mjs
  • tests/decomposition-map.test.mjs
  • tests/deep-ingest-db.test.mjs
  • tests/deep-ingest-route.test.mjs
  • tests/desktop-dev-branding.test.mjs
  • tests/desktop-docs-release.test.mjs
  • tests/desktop-package-resources.test.mjs
  • tests/desktop-routing.test.mjs
  • tests/desktop-runtime.test.mjs
  • tests/desktop-smoke.test.mjs
  • tests/desktop-window-options.test.mjs
  • tests/discovery-quick-start-db-only.test.mjs
  • tests/discovery-readiness-cli.test.mjs
  • tests/discovery-route.test.mjs
  • tests/dispatch-summary.test.mjs
  • tests/fixtures/apply-radio-form/index.html
  • tests/fixtures/apply-radio-form/unwrapped.html
  • tests/fixtures/career-ops/providers/ashby.conformance.mjs
  • tests/html-test-helpers.mjs
  • tests/installed-runtime-route.test.mjs
  • tests/installed-runtime.test.mjs
  • tests/intake-route.test.mjs
  • tests/interview-dossier-pdf.test.mjs
  • tests/location-policy-regression.test.mjs
  • tests/manual-submit-contract.test.mjs
  • tests/onboard-page.test.mjs
  • tests/onboard-public-sync.test.mjs
  • tests/onboarding-chat-draft.test.mjs
  • tests/onboarding-style.test.mjs
  • tests/one-off-answer.test.mjs
  • tests/orca-apply-executor.test.mjs
  • tests/packet-answers.test.mjs
  • tests/packet-engine.test.mjs
  • tests/packet-generate-route.test.mjs
  • tests/packet-page.test.mjs
  • tests/packet-runtime-boundary.test.mjs
  • tests/playwright-apply-executor.test.mjs
  • tests/playwright-live.test.mjs
  • tests/protect-tags-verify.test.mjs
  • tests/public-preview-contract.test.mjs
  • tests/quick-onboarding-auto-sourcing-regression.test.mjs
  • tests/release-safety.test.mjs
  • tests/release-workflow-chain.test.mjs
  • tests/resume-parser.test.mjs
  • tests/runtime-config-route.test.mjs
  • tests/scan-sourced.test.mjs
  • tests/scanner-seen-set-db.test.mjs
  • tests/schema-validator.test.mjs
  • tests/search-page.test.mjs
  • tests/search-route.test.mjs
  • tests/session.test.mjs
  • tests/skill-distribution.test.mjs
  • tests/skill-run-route.test.mjs
  • tests/skill-runtime.test.mjs
  • tests/sourced-intake.test.mjs
  • tests/sourced-scanner.test.mjs
  • tests/static-dashboard-retirement.test.mjs
  • tests/static-html-security.test.mjs
  • tests/styles.test.mjs
  • tests/tracker-dev-server.test.mjs
  • tests/windows-desktop-release.test.mjs
  • tests/workspace-agent-prepare-submit.test.mjs
  • tests/workspace-agent-preview.test.mjs
  • tests/workspace-agent.test.mjs
  • tests/workspace-export-route.test.mjs
  • tests/workspace-export.test.mjs
  • tests/yaml.test.mjs

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


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.

@biggest-littlest biggest-littlest left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Reviewed the final dev/v0.14 head after PR #211. The promotion includes the signed consolidated job-card fix and is on the exact head under CI.

@ALARGECOMPANY ALARGECOMPANY left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Reviewed the final dev/v0.14 release head after the job-card correction. Promotion is approved only for this current head.

@scttbnsn
scttbnsn merged commit 388dc3a into main Aug 24, 2026
29 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.

3 participants