Skip to content

feat: ban jsdoc blocks and cap line-comment runs - #985

Merged
zgeoff merged 4 commits into
mainfrom
feat/no-jsdoc
Sep 3, 2026
Merged

feat: ban jsdoc blocks and cap line-comment runs#985
zgeoff merged 4 commits into
mainfrom
feat/no-jsdoc

Conversation

@zgeoff

@zgeoff zgeoff commented Sep 2, 2026

Copy link
Copy Markdown
Owner

Description

Adopts @zgeoff/oxlint-config 0.1.0, whose zgeoff/no-jsdoc and zgeoff/max-consecutive-line-comments rules replace the prose comment rules in the code-style skill. A comment now holds only the reason the obvious alternative is wrong when the cause lives outside the file, and a caller-facing rule lives in a test name or the subsystem doc.

  • Every JSDoc block lint covers is deleted: 1,929 blocks, about 10,000 lines. infra/sdks stays as is, since lint already ignores it.
  • 77 comment runs over three lines are cut to the external-cause fact.
  • 131 facts return as line comments of at most three lines. Each names a library, platform, parser, or runtime behaviour an agent cannot derive from the tree.
  • The isolation opt-out comments the testing skill requires on schema-isolated suites stay, rewritten as line comments.
  • The generated kysely schema keeps its codegen header through a per-file override.
  • The package is under the 7-day release gate, so bunfig.toml carries a dated exclude; an upkeep issue tracks its removal.

Testing

Adopts @zgeoff/oxlint-config 0.1.0, whose zgeoff/no-jsdoc and
zgeoff/max-consecutive-line-comments rules replace the prose comment rules in
the code-style skill. Deletes every JSDoc block lint covers and cuts every
comment run over three lines, keeping only the facts whose cause lives outside
the file as line comments.
@coderabbitai

coderabbitai Bot commented Sep 2, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 1121 files, which is 971 over the limit of 150.

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

Upgrade to Team to raise the limit.

Usage-priced reviews support at most 300 files.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Essentials

Run ID: 2fdb2b7a-73e0-4e02-94d8-bb8806e7cedf

📥 Commits

Reviewing files that changed from the base of the PR and between 84d8bed and 655fa5d.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock, !bun.lock
📒 Files selected for processing (1121)
  • .claude/skills/code-style/SKILL.md
  • .claude/skills/docs-writing/SKILL.md
  • .oxlintrc.json
  • AGENTS.md
  • apps/web-e2e/benchmarks/drag-pan.spec.ts
  • apps/web-e2e/playwright.bench.config.ts
  • apps/web-e2e/playwright.stack.config.ts
  • apps/web-e2e/specs/avatar-roster.spec.ts
  • apps/web-e2e/specs/avatar-satellite.spec.ts
  • apps/web-e2e/specs/canvas-persistence.spec.ts
  • apps/web-e2e/specs/checkpoint-hash-parity.spec.ts
  • apps/web-e2e/specs/home-smoke.spec.ts
  • apps/web-e2e/specs/production-boot-smoke.spec.ts
  • apps/web-e2e/specs/signup-journey.spec.ts
  • apps/web-e2e/specs/web-locks-fallback.spec.ts
  • apps/web-e2e/src/create-stack-seed.ts
  • apps/web-e2e/src/load-e2e-environment.ts
  • apps/web-e2e/src/serve-mock-services.ts
  • apps/web-e2e/src/serve-resend-stub.ts
  • apps/web-e2e/src/test.ts
  • apps/web-e2e/src/wait-for-honeypot-window.ts
  • apps/web-e2e/src/wait-for-stable-frames.ts
  • apps/web/augment-bun-test.ts
  • apps/web/reset-zustand-stores.ts
  • apps/web/src/components/auth-layout.tsx
  • apps/web/src/components/avatar-switched-notice.tsx
  • apps/web/src/components/game-updated-notice.tsx
  • apps/web/src/components/hydration-marker.tsx
  • apps/web/src/components/placeholder-grid.tsx
  • apps/web/src/components/root-error-screen.tsx
  • apps/web/src/components/screen-layout.tsx
  • apps/web/src/components/screen-panel.tsx
  • apps/web/src/components/step-up-challenge-form.tsx
  • apps/web/src/lib/account/get-account-content.tsx
  • apps/web/src/lib/activity/build-activity-rewards-query-options.ts
  • apps/web/src/lib/activity/build-avatar-progression-query-options.ts
  • apps/web/src/lib/activity/build-current-activity-query-options.ts
  • apps/web/src/lib/activity/build-optimistic-progression.ts
  • apps/web/src/lib/activity/build-revealed-nodes-query-options.ts
  • apps/web/src/lib/activity/merge-revealed-rewards.ts
  • apps/web/src/lib/activity/require-active-activity.ts
  • apps/web/src/lib/activity/types.ts
  • apps/web/src/lib/activity/use-activity-rewards.ts
  • apps/web/src/lib/activity/use-is-activity-ingested.ts
  • apps/web/src/lib/auth/build-auth-session-config.ts
  • apps/web/src/lib/auth/build-honeypot-valid-from.ts
  • apps/web/src/lib/auth/build-verify-session-config.ts
  • apps/web/src/lib/auth/check-honeypot.ts
  • apps/web/src/lib/auth/check-step-up.ts
  • apps/web/src/lib/auth/create-step-up-transaction-token.ts
  • apps/web/src/lib/auth/find-step-up-token.ts
  • apps/web/src/lib/auth/get-auth-session.ts
  • apps/web/src/lib/auth/get-honeypot-valid-from.ts
  • apps/web/src/lib/auth/get-login-path-with-redirect.ts
  • apps/web/src/lib/auth/get-verify-session.ts
  • apps/web/src/lib/auth/honeypot-field-names.ts
  • apps/web/src/lib/auth/honeypot-inputs.tsx
  • apps/web/src/lib/auth/read-session-secret.ts
  • apps/web/src/lib/auth/remove-auth-session.ts
  • apps/web/src/lib/auth/require-anonymous.ts
  • apps/web/src/lib/auth/require-auth.ts
  • apps/web/src/lib/auth/run-logout.ts
  • apps/web/src/lib/auth/run-session-sign-in.ts
  • apps/web/src/lib/auth/spam-error.ts
  • apps/web/src/lib/auth/to-safe-redirect-path.ts
  • apps/web/src/lib/auth/types.ts
  • apps/web/src/lib/auth/update-auth-session.ts
  • apps/web/src/lib/auth/update-verify-session.ts
  • apps/web/src/lib/auth/verify-step-up-handler.ts
  • apps/web/src/lib/auth/verify-step-up.ts
  • apps/web/src/lib/avatar/find-active-avatar.ts
  • apps/web/src/lib/avatar/get-avatar-content.tsx
  • apps/web/src/lib/avatar/read-avatars.ts
  • apps/web/src/lib/avatar/require-active-avatar.ts
  • apps/web/src/lib/build-umami-scripts.ts
  • apps/web/src/lib/forms/to-field-errors.ts
  • apps/web/src/lib/forms/types.ts
  • apps/web/src/lib/forms/use-form-submit.test.tsx
  • apps/web/src/lib/forms/use-form-submit.ts
  • apps/web/src/lib/idle/run-ignoring-rejection.ts
  • apps/web/src/lib/idle/send-idle-cache-node-seeds.ts
  • apps/web/src/lib/idle/send-idle-initialize.ts
  • apps/web/src/lib/idle/send-idle-report-online.ts
  • apps/web/src/lib/idle/send-idle-start-activity.ts
  • apps/web/src/lib/idle/send-idle-stop-activity.ts
  • apps/web/src/lib/idle/use-idle-worker-handle.ts
  • apps/web/src/lib/metrics/record-service-call-failure.ts
  • apps/web/src/lib/metrics/record-service-call-retry.ts
  • apps/web/src/lib/product-events/emit-product-event.ts
  • apps/web/src/lib/product-events/product-event-schema.ts
  • apps/web/src/lib/product-events/run-product-event-ingest.ts
  • apps/web/src/lib/product-events/send-product-event.ts
  • apps/web/src/lib/product-events/send-stamped-product-event.ts
  • apps/web/src/lib/proxy/send-rpc-request.ts
  • apps/web/src/lib/query/build-query-client.ts
  • apps/web/src/lib/query/rsc-query-key-prefix.ts
  • apps/web/src/lib/query/subscribe-to-query-broadcast.ts
  • apps/web/src/lib/rpc/build-proxy-service-link.ts
  • apps/web/src/lib/rpc/build-service-link.ts
  • apps/web/src/lib/rpc/clients/session-existence-client.ts
  • apps/web/src/lib/rpc/clients/session-refresh-client.ts
  • apps/web/src/lib/rpc/clients/user-client.test.ts
  • apps/web/src/lib/rpc/create-edge-service-token.ts
  • apps/web/src/lib/rpc/load-session-actor.ts
  • apps/web/src/lib/rpc/make-bounded-fetch.ts
  • apps/web/src/lib/rpc/service-dispatcher.ts
  • apps/web/src/lib/rpc/service-urls.ts
  • apps/web/src/lib/rpc/types.ts
  • apps/web/src/lib/scene/build-scene-transition-types.ts
  • apps/web/src/lib/scene/resolve-scene-state-for-location.ts
  • apps/web/src/lib/send-analytics-event.ts
  • apps/web/src/lib/session/load-current-user.ts
  • apps/web/src/lib/session/read-current-user.ts
  • apps/web/src/lib/umami-paths.ts
  • apps/web/src/lib/validation/confirm-password-schema.ts
  • apps/web/src/mocks/browser.ts
  • apps/web/src/mocks/node.ts
  • apps/web/src/router.tsx
  • apps/web/src/routes/-account-2fa-verify/load-two-factor-setup.ts
  • apps/web/src/routes/-account-2fa-verify/two-factor-setup-form.tsx
  • apps/web/src/routes/-account-2fa-verify/types.ts
  • apps/web/src/routes/-account-2fa-verify/verify-two-factor-setup-handler.ts
  • apps/web/src/routes/-account-2fa-verify/verify-two-factor-setup.ts
  • apps/web/src/routes/-account-change-email/change-email-form.tsx
  • apps/web/src/routes/-account-change-email/change-email.ts
  • apps/web/src/routes/-account-change-email/run-change-email.ts
  • apps/web/src/routes/-account-change-email/types.ts
  • apps/web/src/routes/-account-change-password/change-password-form.tsx
  • apps/web/src/routes/-account-change-password/change-password.ts
  • apps/web/src/routes/-account-change-password/run-change-password.ts
  • apps/web/src/routes/-account-change-password/types.ts
  • apps/web/src/routes/-account/account-content.tsx
  • apps/web/src/routes/-account/account-screen.tsx
  • apps/web/src/routes/-account/disable-two-factor-auth-form.tsx
  • apps/web/src/routes/-account/disable-two-factor-auth.ts
  • apps/web/src/routes/-account/run-disable-two-factor-auth.ts
  • apps/web/src/routes/-account/types.ts
  • apps/web/src/routes/-activity/activity-panel.tsx
  • apps/web/src/routes/-avatar-create/avatar-create.ts
  • apps/web/src/routes/-avatar-create/run-avatar-create.ts
  • apps/web/src/routes/-avatar-create/types.ts
  • apps/web/src/routes/-avatar/avatar-panel.tsx
  • apps/web/src/routes/-avatar/avatar-progression.tsx
  • apps/web/src/routes/-avatar/avatar-viewer.tsx
  • apps/web/src/routes/-avatars/avatar-roster.tsx
  • apps/web/src/routes/-avatars/find-ongoing-run-owner.ts
  • apps/web/src/routes/-avatars/run-avatar-select.ts
  • apps/web/src/routes/-avatars/types.ts
  • apps/web/src/routes/-explore-current/activity-rewards-panel.tsx
  • apps/web/src/routes/-explore-current/approaching-cap-warning.tsx
  • apps/web/src/routes/-explore-current/explore-current-panel.test.tsx
  • apps/web/src/routes/-explore-current/explore-current-panel.tsx
  • apps/web/src/routes/-explore-node/explore-node-focus.tsx
  • apps/web/src/routes/-explore/explore-panel.tsx
  • apps/web/src/routes/-forgot-password/forgot-password.ts
  • apps/web/src/routes/-forgot-password/run-forgot-password.ts
  • apps/web/src/routes/-game/ambient-sheet.tsx
  • apps/web/src/routes/-game/avatar-chip.tsx
  • apps/web/src/routes/-game/game-canvas-mount.tsx
  • apps/web/src/routes/-game/game-simulation-mount.tsx
  • apps/web/src/routes/-game/game-world.tsx
  • apps/web/src/routes/-game/nav-rail.tsx
  • apps/web/src/routes/-game/playing-elsewhere-notice.tsx
  • apps/web/src/routes/-game/respite-scene.tsx
  • apps/web/src/routes/-game/satellite-stack.tsx
  • apps/web/src/routes/-game/scene-root.tsx
  • apps/web/src/routes/-game/scene-state-sync.tsx
  • apps/web/src/routes/-game/use-avatar-region-graph.ts
  • apps/web/src/routes/-game/use-offline-cleared-node-ids.ts
  • apps/web/src/routes/-game/use-seed-prefetch.ts
  • apps/web/src/routes/-game/welcome-back-modal.tsx
  • apps/web/src/routes/-login-force-logout/force-logout-form.tsx
  • apps/web/src/routes/-login-force-logout/force-logout.ts
  • apps/web/src/routes/-login-force-logout/require-force-logout-pending.ts
  • apps/web/src/routes/-login-force-logout/run-force-logout.ts
  • apps/web/src/routes/-login/login-form.tsx
  • apps/web/src/routes/-login/login.ts
  • apps/web/src/routes/-login/run-login.ts
  • apps/web/src/routes/-login/types.ts
  • apps/web/src/routes/-logout/run-logout.ts
  • apps/web/src/routes/-market-listing/market-listing-panel.tsx
  • apps/web/src/routes/-onboarding/onboarding-form.tsx
  • apps/web/src/routes/-onboarding/onboarding.ts
  • apps/web/src/routes/-onboarding/require-onboarding-session.ts
  • apps/web/src/routes/-onboarding/run-onboarding.ts
  • apps/web/src/routes/-reset-password/require-reset-password-access.ts
  • apps/web/src/routes/-reset-password/reset-password-form.tsx
  • apps/web/src/routes/-reset-password/reset-password-handler.ts
  • apps/web/src/routes/-reset-password/reset-password.ts
  • apps/web/src/routes/-signup/run-signup.ts
  • apps/web/src/routes/-signup/signup-form.tsx
  • apps/web/src/routes/-signup/signup.ts
  • apps/web/src/routes/-verify-otp/run-2fa.ts
  • apps/web/src/routes/-verify-otp/run-change-email.ts
  • apps/web/src/routes/-verify-otp/run-onboarding.ts
  • apps/web/src/routes/-verify-otp/run-unsupported.ts
  • apps/web/src/routes/-verify-otp/run-verification.ts
  • apps/web/src/routes/-verify-otp/types.ts
  • apps/web/src/routes/-verify-otp/verify-otp-form.tsx
  • apps/web/src/routes/-verify-otp/verify-otp-handler.ts
  • apps/web/src/routes/-verify-otp/verify-otp.ts
  • apps/web/src/routes/api/rpc/$service/$.ts
  • apps/web/src/routes/health.ts
  • apps/web/src/routes/logout.tsx
  • apps/web/src/routes/reset-password-started.tsx
  • apps/web/src/server.ts
  • apps/web/src/server/build-csp-header-value.ts
  • apps/web/src/server/csp-nonce-header.ts
  • apps/web/src/server/get-client-ip-address.ts
  • apps/web/src/server/make-rate-limiter.ts
  • apps/web/src/server/make-request-logger.ts
  • apps/web/src/server/make-secure-headers.ts
  • apps/web/src/server/make-umami-proxy.ts
  • apps/web/src/server/middleware.ts
  • apps/web/src/server/redirect-to-https.ts
  • apps/web/src/server/remove-trailing-slash.ts
  • apps/web/src/server/start-sentry-node.ts
  • apps/web/src/server/with-request-trace.ts
  • apps/web/src/start-sentry-react.ts
  • apps/web/src/test-utils/build-deferred.ts
  • apps/web/src/test-utils/build-form-data.ts
  • apps/web/src/test-utils/create-active-avatar.ts
  • apps/web/src/test-utils/create-signed-in-user.ts
  • apps/web/src/test-utils/create-stub-worker-client.ts
  • apps/web/src/test-utils/idle-worker-handle-stub.ts
  • apps/web/src/test-utils/register-avatar-viewer-mock.tsx
  • apps/web/src/test-utils/register-game-canvas-mock.tsx
  • apps/web/src/test-utils/register-idle-checkpoint-db-reset.ts
  • apps/web/src/test-utils/register-idle-worker-handle-mock.ts
  • apps/web/src/test-utils/register-request-context-mock.ts
  • apps/web/src/test-utils/register-respite-scene-mock.tsx
  • apps/web/src/test-utils/register-world-map-node-codex-slot-mock.tsx
  • apps/web/src/test-utils/register-worldmap-scene-mock.tsx
  • apps/web/src/test-utils/render-hook.tsx
  • apps/web/src/test-utils/render-with-router.tsx
  • apps/web/src/test-utils/render.tsx
  • apps/web/src/test-utils/request-context-holder.ts
  • apps/web/src/test-utils/resolve-idle-checkpoint-db.ts
  • apps/web/src/test-utils/set-idle-worker-handle.ts
  • apps/web/src/test-utils/with-request-context.ts
  • apps/web/test-setup.ts
  • apps/web/vite.config.ts
  • bunfig.toml
  • contracts/activity/src/activity-contract.ts
  • contracts/activity/src/activity-data-schema.ts
  • contracts/activity/src/activity-failure-action-schema.ts
  • contracts/activity/src/activity-status-schema.ts
  • contracts/activity/src/advance-checkpoint-invalid-reason-schema.ts
  • contracts/activity/src/build-checkpoint-hash-from-entry.ts
  • contracts/activity/src/build-checkpoint-hash.ts
  • contracts/activity/src/build-offline-activity-start-submission.ts
  • contracts/activity/src/build-snapshot-schema.ts
  • contracts/activity/src/build-start-hash.ts
  • contracts/activity/src/catch-up-continuation-schema.ts
  • contracts/activity/src/checkpoint-batch-entry-schema.ts
  • contracts/activity/src/checkpoint-invalid-reason-schema.ts
  • contracts/activity/src/checkpoint-payload-schema.ts
  • contracts/activity/src/checkpoint-schema.ts
  • contracts/activity/src/content-document-schema.ts
  • contracts/activity/src/create-genesis-seed.ts
  • contracts/activity/src/encounter-content-schema.ts
  • contracts/activity/src/encounter-node-schema.ts
  • contracts/activity/src/entropy-source-schema.ts
  • contracts/activity/src/loot-tables-schema.ts
  • contracts/activity/src/max-catch-up-batch-checkpoints.ts
  • contracts/activity/src/max-reveal-batch-nodes.ts
  • contracts/activity/src/node-seed-schema.ts
  • contracts/activity/src/offline-activity-start-submission-schema.ts
  • contracts/activity/src/offline-progress-cap-ms.ts
  • contracts/activity/src/reveal-viewport-cell-cap.ts
  • contracts/activity/src/reward-item-affix-schema.ts
  • contracts/activity/src/reward-slot-schema.ts
  • contracts/activity/src/scope-identifier-schema.ts
  • contracts/activity/src/test-utils/factories/create-mock-catch-up-continuation.ts
  • contracts/avatar/src/avatar-contract.ts
  • contracts/avatar/src/avatar-data-schema.ts
  • contracts/avatar/src/avatar-mode-cap.ts
  • contracts/avatar/src/avatar-mode-schema.ts
  • contracts/avatar/src/avatar-name-schema.ts
  • contracts/avatar/src/avatar-roster-schema.ts
  • contracts/base/src/authed-route.ts
  • contracts/base/src/define-errors.ts
  • contracts/base/src/public-route.ts
  • contracts/base/src/standard-errors.ts
  • contracts/email/src/email-contract.ts
  • contracts/email/src/email-job-output-schema.ts
  • contracts/email/src/send-change-email-notification-input-schema.ts
  • contracts/email/src/send-change-email-verification-input-schema.ts
  • contracts/email/src/send-existing-account-input-schema.ts
  • contracts/email/src/send-password-changed-input-schema.ts
  • contracts/email/src/send-welcome-input-schema.ts
  • contracts/keys/src/keys-contract.ts
  • contracts/keys/src/population-schema.ts
  • contracts/keys/src/secret-ref-schema.ts
  • contracts/replay/src/activity-checkpoint-schema.ts
  • contracts/replay/src/activity-input-schema.ts
  • contracts/replay/src/attack-data-schema.ts
  • contracts/replay/src/avatar-data-schema.ts
  • contracts/replay/src/encounter-definition-schema.ts
  • contracts/replay/src/enemy-data-schema.ts
  • contracts/replay/src/equipment-weapon-schema.ts
  • contracts/replay/src/replay-contract.ts
  • contracts/replay/src/replay-segment-input-schema.ts
  • contracts/replay/src/replay-segment-output-schema.ts
  • contracts/replay/src/test-utils/factories/create-mock-replay-segment-input.ts
  • contracts/replay/src/wake-output-schema.ts
  • contracts/session/src/pending-transaction-data-schema.ts
  • contracts/session/src/secure-action-schema.ts
  • contracts/session/src/session-contract.ts
  • contracts/session/src/session-data-schema.ts
  • contracts/session/src/session-tokens-schema.ts
  • contracts/user/src/name-schema.ts
  • contracts/user/src/password-schema.ts
  • contracts/user/src/user-contract.ts
  • contracts/user/src/user-data-schema.ts
  • contracts/user/src/user-email-schema.ts
  • contracts/user/src/username-schema.ts
  • contracts/verification/src/verification-contract.ts
  • contracts/verification/src/verification-data-schema.ts
  • contracts/verification/src/verification-type-schema.ts
  • deploy.config.ts
  • docs/architecture/services/auth.md
  • infra/axiom.ts
  • infra/github.ts
  • infra/index.ts
  • infra/neon.ts
  • libs/core/email/augment-bun-test.ts
  • libs/core/email/scripts/preview.ts
  • libs/core/email/src/create-email-client.ts
  • libs/core/email/src/mocks/handlers/http/resend-emails.ts
  • libs/core/email/src/previews.ts
  • libs/core/email/src/render-email.ts
  • libs/core/flags/src/env-flag-provider.ts
  • libs/core/flags/src/flags.ts
  • libs/core/flags/src/get-flag-client.ts
  • libs/core/flags/src/is-flag-key.ts
  • libs/core/flags/src/orpc/require-flag.ts
  • libs/core/flags/src/resolve-flags.ts
  • libs/core/flags/src/to-flag-env-var.ts
  • libs/core/flags/src/types.ts
  • libs/core/trace/src/build-traceparent.ts
  • libs/core/trace/src/create-trace-context.ts
  • libs/core/trace/src/parse-traceparent.ts
  • libs/core/trace/src/types.ts
  • libs/core/utils/src/unreachable-code-error.ts
  • libs/data/active-avatar/src/find-active-avatar.ts
  • libs/data/active-avatar/src/find-live-activity-avatar.ts
  • libs/data/active-avatar/src/upsert-active-avatar.ts
  • libs/data/content-registry/src/create-content-version.ts
  • libs/data/content-registry/src/find-content-document.ts
  • libs/data/content-registry/src/find-current-content-version.test.ts
  • libs/data/content-registry/src/find-current-content-version.ts
  • libs/data/content-registry/src/make-content-document-loader.ts
  • libs/data/db/kysely.config.ts
  • libs/data/db/migrations/1783000000001_users.ts
  • libs/data/db/migrations/1783000000002_sessions.ts
  • libs/data/db/migrations/1783000000003_verifications.ts
  • libs/data/db/migrations/1783000000004_step_up_transactions.ts
  • libs/data/db/migrations/1783000000005_avatars.ts
  • libs/data/db/migrations/1783000000006_sessions_user_id_index.ts
  • libs/data/db/migrations/1783774951592_activities.ts
  • libs/data/db/migrations/1783841492812_drop_avatar_class.ts
  • libs/data/db/migrations/1783900000000_activity_chains.ts
  • libs/data/db/migrations/1783900000001_activities_start_chain_index.ts
  • libs/data/db/migrations/1783900000002_generalize_chain_scope.ts
  • libs/data/db/migrations/1783957774984_replay_pipeline.ts
  • libs/data/db/migrations/1784026943796_activities_key_version.ts
  • libs/data/db/migrations/1784027000000_offline_progress_meter.ts
  • libs/data/db/migrations/1784027000001_sim_versions.ts
  • libs/data/db/migrations/1784030090542_add_parked_activity_status.ts
  • libs/data/db/migrations/1784108335096_add_avatar_mode.ts
  • libs/data/db/migrations/1784109603045_add_avatar_items.ts
  • libs/data/db/migrations/1784198842155_releases.ts
  • libs/data/db/migrations/1784200000000_activities_encounter_node.ts
  • libs/data/db/migrations/1784357566065_avatars_failure_action.ts
  • libs/data/db/migrations/1784541880118_activities_start_key.ts
  • libs/data/db/migrations/1784643637283_active_avatars.ts
  • libs/data/db/migrations/1784715446972_activities_parked_from.ts
  • libs/data/db/migrations/1784723149793_activities_settled_xp.ts
  • libs/data/db/migrations/1784725414770_activities_settled_xp_catch_up.ts
  • libs/data/db/migrations/1784728873775_activity_snapshot_sources.ts
  • libs/data/db/migrations/1784852824301_purge_activity_chain_data.ts
  • libs/data/db/migrations/1786249778921_activities_scope_secret.ts
  • libs/data/db/migrations/1786262400000_require_activities_scope_secret.ts
  • libs/data/db/migrations/1786294009362_content_registry.ts
  • libs/data/db/migrations/1786328921111_max_content_version.ts
  • libs/data/db/migrations/1786353600000_avatars_world_seed.ts
  • libs/data/db/migrations/1786400000000_activities_predecessor_order.ts
  • libs/data/db/seeds/1783262629921_dev_user.ts
  • libs/data/db/src/apply-migrations.test.ts
  • libs/data/db/src/apply-migrations.ts
  • libs/data/db/src/content-seed/content-document-v1.ts
  • libs/data/db/src/content-seed/content-document-v2.ts
  • libs/data/db/src/create-db.ts
  • libs/data/db/src/test-support/build-advisory-lock-key.ts
  • libs/data/db/src/test-support/build-test-template-db-name.ts
  • libs/data/db/src/test-support/create-cloned-database.ts
  • libs/data/db/src/test-support/create-test-db.ts
  • libs/data/db/src/test-support/create-test-template.ts
  • libs/data/db/src/test-support/is-test-container-reachable.ts
  • libs/data/db/src/test-support/is-test-template-db-name.ts
  • libs/data/db/src/test-support/normalize-db-part.ts
  • libs/data/db/src/test-support/read-current-branch.ts
  • libs/data/db/src/test-support/require-safe-db-identifier.ts
  • libs/data/db/src/test-support/resolve-test-db-target.ts
  • libs/data/db/src/test-support/test-template-db-prefix.ts
  • libs/data/db/src/to-json.ts
  • libs/data/db/src/types.ts
  • libs/data/db/test-setup.ts
  • libs/data/release-registry/src/find-latest-release.ts
  • libs/data/release-registry/src/record-release.ts
  • libs/data/release-registry/src/test-utils/create-release-row.ts
  • libs/data/release-registry/src/test-utils/factories/create-mock-release-row.ts
  • libs/data/release-registry/src/types.ts
  • libs/data/sim-registry/src/find-current-sim-version.ts
  • libs/data/sim-registry/src/find-sim-version.ts
  • libs/data/sim-registry/src/test-utils/create-sim-version-row.ts
  • libs/data/sim-registry/src/test-utils/factories/create-mock-sim-version-row.ts
  • libs/data/sim-registry/src/types.ts
  • libs/data/sim-registry/src/update-expired-sim-versions.ts
  • libs/data/sim-registry/src/upsert-sim-version.ts
  • libs/design/design-system/augment-bun-test.ts
  • libs/design/design-system/src/components/button/button.tsx
  • libs/design/design-system/src/components/cast-bar/cast-bar.tsx
  • libs/design/design-system/src/components/dialog/dialog.tsx
  • libs/design/design-system/src/components/resource-bar/resource-bar.tsx
  • libs/design/design-system/src/components/sheet/sheet.tsx
  • libs/design/design-system/src/components/sigil/sigil.tsx
  • libs/design/design-system/src/components/status-button/status-button.stories.tsx
  • libs/design/design-system/src/components/status-pill/status-pill.tsx
  • libs/design/design-system/src/components/tabs/tabs.tsx
  • libs/design/design-system/src/scene-colors.ts
  • libs/game/content-version/src/bundled-content-version.ts
  • libs/game/game-rendering/augment-bun-test.ts
  • libs/game/game-rendering/src/create-game-loop.ts
  • libs/game/game-rendering/src/create-tunnel.tsx
  • libs/game/game-rendering/src/game-canvas.tsx
  • libs/game/game-rendering/src/game-loop-driver.tsx
  • libs/game/game-rendering/src/get-scene-state.ts
  • libs/game/game-rendering/src/register-game-loop-callback.ts
  • libs/game/game-rendering/src/register-renderer-diagnostics.ts
  • libs/game/game-rendering/src/register-satellite.ts
  • libs/game/game-rendering/src/remove-satellite.ts
  • libs/game/game-rendering/src/resolve-scene-state.ts
  • libs/game/game-rendering/src/satellite-host.tsx
  • libs/game/game-rendering/src/scene-tunnel.ts
  • libs/game/game-rendering/src/to-frameloop.ts
  • libs/game/game-rendering/src/use-renderer.ts
  • libs/game/game-rendering/src/use-satellite.ts
  • libs/game/game-rendering/src/use-scene-state.ts
  • libs/game/game-utils/src/build-encounter.ts
  • libs/game/game-utils/src/build-state-from-seed.ts
  • libs/game/game-utils/src/decode-state.ts
  • libs/game/game-utils/src/encode-state.ts
  • libs/game/game-utils/src/roll-encounter-from-stream.ts
  • libs/game/game-utils/src/types.ts
  • libs/game/idle-client/augment-bun-test.ts
  • libs/game/idle-client/src/components/avatar-unit-plate.tsx
  • libs/game/idle-client/src/components/build-swing-progress.ts
  • libs/game/idle-client/src/components/enemy-unit-plate.tsx
  • libs/game/idle-client/src/components/mission-header.tsx
  • libs/game/idle-client/src/components/swing-bar.tsx
  • libs/game/idle-client/src/components/use-swing-charge.ts
  • libs/game/idle-client/src/content/find-cached-content-document.ts
  • libs/game/idle-client/src/content/load-content-document.ts
  • libs/game/idle-client/src/content/write-content-document-cache.ts
  • libs/game/idle-client/src/mocks/node.ts
  • libs/game/idle-client/src/resync/drain-offline-batches.ts
  • libs/game/idle-client/src/resync/plan-offline-continuations.ts
  • libs/game/idle-client/src/resync/plan-resync.ts
  • libs/game/idle-client/src/resync/run-fast-forward.test.ts
  • libs/game/idle-client/src/resync/run-fast-forward.ts
  • libs/game/idle-client/src/resync/run-reconstruction.ts
  • libs/game/idle-client/src/resync/run-resync.test.ts
  • libs/game/idle-client/src/resync/run-resync.ts
  • libs/game/idle-client/src/resync/split-continuations-into-batches.ts
  • libs/game/idle-client/src/resync/types.ts
  • libs/game/idle-client/src/state/advance-writer-generation.ts
  • libs/game/idle-client/src/state/create-sync-slice.ts
  • libs/game/idle-client/src/state/create-worker-slice.ts
  • libs/game/idle-client/src/state/set-checkpoint-stream-error.ts
  • libs/game/idle-client/src/state/set-last-completed-activity-id.ts
  • libs/game/idle-client/src/state/set-last-ingested-activity-id.ts
  • libs/game/idle-client/src/state/set-reward-slot-ledger.ts
  • libs/game/idle-client/src/state/set-simulation-snapshot.ts
  • libs/game/idle-client/src/state/update-reward-slot-ledger.ts
  • libs/game/idle-client/src/state/use-idle-store.test.ts
  • libs/game/idle-client/src/submission/build-activity-key-range.ts
  • libs/game/idle-client/src/submission/build-checkpoint-batch-entry.ts
  • libs/game/idle-client/src/submission/build-machine-types.ts
  • libs/game/idle-client/src/submission/checkpoint-activity-machine.ts
  • libs/game/idle-client/src/submission/checkpoint-submitter-machine.ts
  • libs/game/idle-client/src/submission/constants.ts
  • libs/game/idle-client/src/submission/create-activity-service-client.ts
  • libs/game/idle-client/src/submission/create-checkpoint-submitter.ts
  • libs/game/idle-client/src/submission/ingest-activity-start.ts
  • libs/game/idle-client/src/submission/read-activity-start.ts
  • libs/game/idle-client/src/submission/read-all-activity-starts.ts
  • libs/game/idle-client/src/submission/read-cached-node-ids.ts
  • libs/game/idle-client/src/submission/read-failure-action-cache.ts
  • libs/game/idle-client/src/submission/read-last-started-activity.ts
  • libs/game/idle-client/src/submission/read-node-seed.ts
  • libs/game/idle-client/src/submission/read-offline-cleared-node-ids.ts
  • libs/game/idle-client/src/submission/read-pending-stop-intent.ts
  • libs/game/idle-client/src/submission/read-queued-checkpoints.ts
  • libs/game/idle-client/src/submission/read-start-stamps.ts
  • libs/game/idle-client/src/submission/remove-activity-start.ts
  • libs/game/idle-client/src/submission/remove-confirmed-checkpoints.ts
  • libs/game/idle-client/src/submission/remove-last-started-activity.ts
  • libs/game/idle-client/src/submission/remove-offline-work.ts
  • libs/game/idle-client/src/submission/remove-pending-stop-intent.ts
  • libs/game/idle-client/src/submission/remove-queued-checkpoints.ts
  • libs/game/idle-client/src/submission/resolve-checkpoint-queue-db.test.ts
  • libs/game/idle-client/src/submission/resolve-checkpoint-queue-db.ts
  • libs/game/idle-client/src/submission/run-checkpoint-flush-attempt.ts
  • libs/game/idle-client/src/submission/subscribe-to-shutdown-abort.ts
  • libs/game/idle-client/src/submission/sweep-stale-checkpoints.ts
  • libs/game/idle-client/src/submission/types.ts
  • libs/game/idle-client/src/submission/upgrade-checkpoint-queue-db.ts
  • libs/game/idle-client/src/submission/write-activity-start.ts
  • libs/game/idle-client/src/submission/write-failure-action-cache.ts
  • libs/game/idle-client/src/submission/write-last-started-activity.ts
  • libs/game/idle-client/src/submission/write-node-anchor.ts
  • libs/game/idle-client/src/submission/write-node-seeds.ts
  • libs/game/idle-client/src/submission/write-pending-stop-intent.ts
  • libs/game/idle-client/src/submission/write-queued-checkpoint.ts
  • libs/game/idle-client/src/submission/write-start-stamps.ts
  • libs/game/idle-client/src/test-utils/create-fake-web-locks.ts
  • libs/game/idle-client/src/test-utils/create-fast-clock.ts
  • libs/game/idle-client/src/test-utils/create-stub-submitter.ts
  • libs/game/idle-client/src/test-utils/create-stub-worker-context.ts
  • libs/game/idle-client/src/test-utils/create-test-client.ts
  • libs/game/idle-client/src/test-utils/factories/create-mock-started-checkpoint.ts
  • libs/game/idle-client/src/test-utils/make-fail-first-match-handler.ts
  • libs/game/idle-client/src/transport/constants.ts
  • libs/game/idle-client/src/transport/create-broadcast-port.ts
  • libs/game/idle-client/src/transport/create-shared-worker-client.ts
  • libs/game/idle-client/src/transport/create-web-locks-client.ts
  • libs/game/idle-client/src/transport/create-worker-client.ts
  • libs/game/idle-client/src/transport/is-web-locks-supported.ts
  • libs/game/idle-client/src/transport/pick-transport-kind.ts
  • libs/game/idle-client/src/transport/types.ts
  • libs/game/idle-client/src/transport/use-simulation-transport.test.ts
  • libs/game/idle-client/src/transport/use-simulation-transport.ts
  • libs/game/idle-client/src/types.ts
  • libs/game/idle-client/src/worker/apply-eviction.ts
  • libs/game/idle-client/src/worker/build-activity-start.ts
  • libs/game/idle-client/src/worker/build-deferred.ts
  • libs/game/idle-client/src/worker/bundled-engine-hash.ts
  • libs/game/idle-client/src/worker/create-worker-demux.ts
  • libs/game/idle-client/src/worker/create-worker-router.ts
  • libs/game/idle-client/src/worker/create-worker-runtime.test.ts
  • libs/game/idle-client/src/worker/create-worker-runtime.ts
  • libs/game/idle-client/src/worker/drain-activity-starts.ts
  • libs/game/idle-client/src/worker/flush-pending-stop.ts
  • libs/game/idle-client/src/worker/handle-cache-node-seeds-message.ts
  • libs/game/idle-client/src/worker/handle-disconnect-message.ts
  • libs/game/idle-client/src/worker/handle-initialize-message.ts
  • libs/game/idle-client/src/worker/handle-report-online-message.ts
  • libs/game/idle-client/src/worker/handle-set-failure-action-message.test.ts
  • libs/game/idle-client/src/worker/handle-set-failure-action-message.ts
  • libs/game/idle-client/src/worker/handle-start-activity-message.ts
  • libs/game/idle-client/src/worker/handle-stop-activity-message.ts
  • libs/game/idle-client/src/worker/ingest-and-broadcast-activity-start.ts
  • libs/game/idle-client/src/worker/is-abort-error.ts
  • libs/game/idle-client/src/worker/offline-cap-warning-ms.ts
  • libs/game/idle-client/src/worker/pick-post-terminal-action.ts
  • libs/game/idle-client/src/worker/register-simulation-listeners.ts
  • libs/game/idle-client/src/worker/report-worker-fault.ts
  • libs/game/idle-client/src/worker/reset-simulation.ts
  • libs/game/idle-client/src/worker/run-continuation.test.ts
  • libs/game/idle-client/src/worker/run-continuation.ts
  • libs/game/idle-client/src/worker/run-reconnect-recovery.ts
  • libs/game/idle-client/src/worker/run-resync-flow.ts
  • libs/game/idle-client/src/worker/run-resync-turn.test.ts
  • libs/game/idle-client/src/worker/run-resync-turn.ts
  • libs/game/idle-client/src/worker/run-simulation.test.ts
  • libs/game/idle-client/src/worker/run-simulation.ts
  • libs/game/idle-client/src/worker/run-start-flow.ts
  • libs/game/idle-client/src/worker/sentry-handle.ts
  • libs/game/idle-client/src/worker/simulation-snapshot-schema.ts
  • libs/game/idle-client/src/worker/start-error-reporting.ts
  • libs/game/idle-client/src/worker/start-writer-election.ts
  • libs/game/idle-client/src/worker/submit-stop-intent.ts
  • libs/game/idle-client/src/worker/types.ts
  • libs/game/idle-client/src/worker/update-writer-displaced-status.ts
  • libs/game/idle-client/src/worker/worker-contract.ts
  • libs/game/idle-client/src/worker/worker-lifecycle-machine.test.ts
  • libs/game/idle-client/src/worker/worker-lifecycle-machine.ts
  • libs/game/idle-client/src/worker/worker-to-client-message-schema.ts
  • libs/game/idle-core/src/core/build-simulation-input.ts
  • libs/game/idle-core/src/core/create-combat-executor.test.ts
  • libs/game/idle-core/src/core/create-simulation-driver.ts
  • libs/game/idle-core/src/core/run-attempt.ts
  • libs/game/idle-core/src/core/run-simulation.ts
  • libs/game/idle-core/src/core/simulation-timestep-ms.ts
  • libs/game/idle-core/src/core/utils/build-kill-rewards.ts
  • libs/game/idle-core/src/core/utils/build-wave-clear-reward-slots.ts
  • libs/game/idle-core/src/core/utils/create-event-sorter.ts
  • libs/game/idle-core/src/core/utils/create-progress-checkpoint.ts
  • libs/game/idle-core/src/core/utils/create-started-checkpoint.ts
  • libs/game/idle-core/src/core/utils/create-wave.ts
  • libs/game/idle-core/src/entities/create-enemy.ts
  • libs/game/idle-core/src/progression/build-completion-xp.ts
  • libs/game/idle-core/src/progression/build-failure-xp-loss.ts
  • libs/game/idle-core/src/progression/build-level-from-xp.ts
  • libs/game/idle-core/src/progression/build-life-from-level.ts
  • libs/game/idle-core/src/progression/build-unsettled-xp.ts
  • libs/game/idle-core/src/progression/build-xp-threshold.ts
  • libs/game/idle-core/src/progression/constants.ts
  • libs/game/idle-core/src/progression/fold-optimistic-build.ts
  • libs/game/idle-core/src/progression/parse-terminal-checkpoint-xp.ts
  • libs/game/idle-core/src/replay.bench.ts
  • libs/game/idle-core/src/replay.test.ts
  • libs/game/idle-core/src/replay.ts
  • libs/game/idle-core/src/types/activity.ts
  • libs/game/idle-core/src/types/combat.ts
  • libs/game/idle-core/src/types/simulation.ts
  • libs/game/idle-core/src/utils/is-terminal-checkpoint-type.ts
  • libs/game/idle-core/src/utils/logger.ts
  • libs/game/item-gen/src/build-affix-pool.ts
  • libs/game/item-gen/src/build-position-stream.ts
  • libs/game/item-gen/src/build-salt-stream.ts
  • libs/game/item-gen/src/encode-position-bytes.ts
  • libs/game/item-gen/src/roll-affixes-from-stream.ts
  • libs/game/item-gen/src/roll-item-from-stream.ts
  • libs/game/item-gen/src/types.ts
  • libs/game/roll-crypto/src/build-roll-digest.ts
  • libs/game/roll-crypto/src/build-roll-stream.ts
  • libs/game/roll-crypto/src/derive-avatar-key.ts
  • libs/game/roll-crypto/src/derive-scope-secret.ts
  • libs/game/roll-crypto/src/types.ts
  • libs/game/worldmap-client/augment-bun-test.ts
  • libs/game/worldmap-client/src/build-viewport-graph.ts
  • libs/game/worldmap-client/src/chunk-stream/build-chunk-key.ts
  • libs/game/worldmap-client/src/chunk-stream/create-chunk-cache.ts
  • libs/game/worldmap-client/src/chunk-stream/parse-chunk-key.ts
  • libs/game/worldmap-client/src/chunk-stream/resolve-chunk-stream.ts
  • libs/game/worldmap-client/src/chunk-stream/use-chunk-stream.ts
  • libs/game/worldmap-client/src/components-three/biome-ground.test.tsx
  • libs/game/worldmap-client/src/components-three/biome-ground.tsx
  • libs/game/worldmap-client/src/components-three/fog-of-war.test.tsx
  • libs/game/worldmap-client/src/components-three/fog-of-war.tsx
  • libs/game/worldmap-client/src/components-three/isometric-camera.tsx
  • libs/game/worldmap-client/src/components-three/perf-probe.tsx
  • libs/game/worldmap-client/src/components-three/scene-tsl.ts
  • libs/game/worldmap-client/src/components-three/use-make-default-camera.ts
  • libs/game/worldmap-client/src/components-three/viewport-tracker.tsx
  • libs/game/worldmap-client/src/components-three/world-map-nodes.test.tsx
  • libs/game/worldmap-client/src/components-three/world-map-nodes.tsx
  • libs/game/worldmap-client/src/components-ui/node-tooltip.tsx
  • libs/game/worldmap-client/src/consts.ts
  • libs/game/worldmap-client/src/scatter-build-stats.ts
  • libs/game/worldmap-client/src/state/set-completed-node-projections.ts
  • libs/game/worldmap-client/src/state/set-world-region.ts
  • libs/game/worldmap-client/src/state/use-fog-viewport.ts
  • libs/game/worldmap-client/src/state/use-selected-node.ts
  • libs/game/worldmap-client/src/types.ts
  • libs/game/worldmap-client/src/utils/build-chunk-aligned-viewport.ts
  • libs/game/worldmap-client/src/utils/build-viewport-from-camera.test.ts
  • libs/game/worldmap-client/src/utils/build-viewport-from-camera.ts
  • libs/game/worldmap-client/src/utils/lru-map.ts
  • libs/game/worldmap-content/src/derive-worldmap-content.ts
  • libs/game/worldmap-content/src/derive-worldmap-descriptor.ts
  • libs/game/worldmap-content/src/mocks/server.ts
  • libs/game/worldmap-content/src/read-scope-secret.ts
  • libs/game/worldmap-core/src/build-biome-field.ts
  • libs/game/worldmap-core/src/build-cell-node.ts
  • libs/game/worldmap-core/src/build-chunk.ts
  • libs/game/worldmap-core/src/build-coord-hash.ts
  • libs/game/worldmap-core/src/build-reveal-distance-field.ts
  • libs/game/worldmap-core/src/build-reveal-sources.ts
  • libs/game/worldmap-core/src/build-value-noise.ts
  • libs/game/worldmap-core/src/can-encode-morton-key.ts
  • libs/game/worldmap-core/src/collect-node-edges.ts
  • libs/game/worldmap-core/src/collect-revealed-cells.ts
  • libs/game/worldmap-core/src/collect-selectable-node-ids.ts
  • libs/game/worldmap-core/src/consts.ts
  • libs/game/worldmap-core/src/decode-morton-key.ts
  • libs/game/worldmap-core/src/encode-morton-key.ts
  • libs/game/worldmap-core/src/find-cell-coord.ts
  • libs/game/worldmap-core/src/find-edge-neighbour-id.ts
  • libs/game/worldmap-core/src/get-biome.ts
  • libs/game/worldmap-core/src/get-difficulty.ts
  • libs/game/worldmap-core/src/get-hex-distance.ts
  • libs/game/worldmap-core/src/is-edge-owner.ts
  • libs/game/worldmap-core/src/is-node-revealed.ts
  • libs/game/worldmap-core/src/is-node-selectable.ts
  • libs/game/worldmap-core/src/test-utils/get-nearest-base-id-by-wide-scan.ts
  • libs/game/worldmap-core/src/to-cell-coord.ts
  • libs/game/worldmap-core/src/to-chunk-coord.ts
  • libs/game/worldmap-core/src/to-hex-position.ts
  • libs/game/worldmap-core/src/to-node-id.ts
  • libs/game/worldmap-core/src/types.ts
  • libs/service/jobs/src/create-job-queue.ts
  • libs/service/jobs/src/define-jobs.ts
  • libs/service/jobs/src/types.ts
  • libs/service/product-analytics/src/encode-product-event-row.ts
  • libs/service/product-analytics/src/make-product-event-sender.ts
  • libs/service/product-analytics/src/metrics/record-delivery-failure.ts
  • libs/service/product-analytics/src/mocks/server.ts
  • libs/service/product-analytics/src/types.ts
  • libs/service/service-auth/src/build-service-audience.ts
  • libs/service/service-auth/src/create-service-token.ts
  • libs/service/service-auth/src/is-token-issuer.ts
  • libs/service/service-auth/src/parse-service-jwks.ts
  • libs/service/service-auth/src/parse-service-private-key.ts
  • libs/service/service-auth/src/parse-service-token.test.ts
  • libs/service/service-auth/src/parse-service-token.ts
  • libs/service/service-auth/src/token-claims.ts
  • libs/service/service-runtime/src/base-env-schema.ts
  • libs/service/service-runtime/src/build-env-contract.ts
  • libs/service/service-runtime/src/create-logger.ts
  • libs/service/service-runtime/src/create-service.ts
  • libs/service/service-runtime/src/flush-error-reports.ts
  • libs/service/service-runtime/src/report-unexpected-error.ts
  • libs/service/service-runtime/src/sentry-handle.ts
  • libs/service/service-runtime/src/set-sentry-handle-for-testing.ts
  • libs/service/service-runtime/src/should-trace-request.ts
  • libs/service/service-runtime/src/start-error-reporting.ts
  • libs/service/service-runtime/src/types.ts
  • libs/service/service-utils/src/orpc/build-retry-interceptor.ts
  • libs/service/service-utils/src/orpc/build-tracing-interceptor.ts
  • libs/service/service-utils/src/orpc/make-is-retryable.ts
  • libs/service/service-utils/src/otel/build-log-record.ts
  • libs/service/service-utils/src/otel/build-telemetry-resource.ts
  • libs/service/service-utils/src/otel/create-otlp-log-stream.ts
  • libs/service/service-utils/src/otel/start-metrics-export.ts
  • libs/service/service-utils/src/otel/start-trace-export.ts
  • libs/service/service-utils/src/trace/find-span-trace-context.ts
  • libs/service/service-utils/src/trace/find-trace-context.ts
  • libs/service/service-utils/src/trace/get-trace-storage.ts
  • libs/service/service-utils/src/trace/with-root-span.ts
  • libs/service/service-utils/src/trace/with-trace-context.ts
  • libs/service/service-utils/src/utils/create-logger.ts
  • libs/service/service-utils/src/utils/expand-env.ts
  • libs/testing/client-test-utils/src/orpc/build-contract-mock.test.ts
  • libs/testing/client-test-utils/src/orpc/build-contract-mock.ts
  • libs/testing/client-test-utils/src/orpc/build-mock-service.test.ts
  • libs/testing/client-test-utils/src/orpc/build-mock-service.ts
  • libs/testing/client-test-utils/src/orpc/mocks/server.ts
  • libs/testing/client-test-utils/src/orpc/rpc-prefix.ts
  • libs/testing/client-test-utils/src/orpc/to-rpc-http-path.ts
  • libs/testing/client-test-utils/src/register-zustand-reset.ts
  • libs/testing/mock-services/src/activity/advance-activity.ts
  • libs/testing/mock-services/src/activity/build-activity-mock-handlers.ts
  • libs/testing/mock-services/src/activity/get-activity-rewards.ts
  • libs/testing/mock-services/src/activity/get-avatar-progression.ts
  • libs/testing/mock-services/src/activity/get-latest-activity-progress.ts
  • libs/testing/mock-services/src/activity/get-revealed-nodes.ts
  • libs/testing/mock-services/src/activity/mock-activity-service.ts
  • libs/testing/mock-services/src/activity/resolve-encounter-node.ts
  • libs/testing/mock-services/src/activity/resume-activity.ts
  • libs/testing/mock-services/src/activity/reveal-nodes.ts
  • libs/testing/mock-services/src/activity/track-activity-progress.ts
  • libs/testing/mock-services/src/avatar/build-avatar-mock-handlers.ts
  • libs/testing/mock-services/src/avatar/create-avatar.ts
  • libs/testing/mock-services/src/avatar/find-live-activity-avatar.ts
  • libs/testing/mock-services/src/avatar/upsert-active-avatar.ts
  • libs/testing/mock-services/src/bun/register-mock-db-reset.ts
  • libs/testing/mock-services/src/create-authed-service-client.ts
  • libs/testing/mock-services/src/create-demo-seed.ts
  • libs/testing/mock-services/src/create-test-access-token.ts
  • libs/testing/mock-services/src/create-viewer.ts
  • libs/testing/mock-services/src/db/active-avatar-collection.ts
  • libs/testing/mock-services/src/db/activity-collection.ts
  • libs/testing/mock-services/src/db/avatar-collection.ts
  • libs/testing/mock-services/src/db/avatar-item-collection.ts
  • libs/testing/mock-services/src/db/checkpoint-collection.ts
  • libs/testing/mock-services/src/db/content-document-collection.ts
  • libs/testing/mock-services/src/db/pending-transaction-collection.ts
  • libs/testing/mock-services/src/db/product-event-collection.ts
  • libs/testing/mock-services/src/db/reset-mock-db.ts
  • libs/testing/mock-services/src/db/sent-email-collection.ts
  • libs/testing/mock-services/src/db/session-collection.ts
  • libs/testing/mock-services/src/db/used-transaction-token-collection.ts
  • libs/testing/mock-services/src/db/user-collection.ts
  • libs/testing/mock-services/src/db/verification-collection.ts
  • libs/testing/mock-services/src/demo-accounts.ts
  • libs/testing/mock-services/src/email/build-email-mock-handlers.ts
  • libs/testing/mock-services/src/keys/build-keys-mock-handlers.ts
  • libs/testing/mock-services/src/keys/build-mock-scope-secret.ts
  • libs/testing/mock-services/src/keys/derive-avatar-key.ts
  • libs/testing/mock-services/src/keys/derive-scope-secret.ts
  • libs/testing/mock-services/src/keys/mock-keys-service.ts
  • libs/testing/mock-services/src/replay/build-replay-mock-handlers.ts
  • libs/testing/mock-services/src/replay/mock-replay-service.ts
  • libs/testing/mock-services/src/replay/replay-segment.ts
  • libs/testing/mock-services/src/replay/wake.ts
  • libs/testing/mock-services/src/resolve-service-url.ts
  • libs/testing/mock-services/src/resolve-session-context.ts
  • libs/testing/mock-services/src/session/build-session-mock-handlers.ts
  • libs/testing/mock-services/src/session/create-session.ts
  • libs/testing/mock-services/src/session/delete-session.ts
  • libs/testing/mock-services/src/session/refresh-tokens.ts
  • libs/testing/mock-services/src/session/step-up/consume-pending-transaction.ts
  • libs/testing/mock-services/src/session/step-up/consume-transaction-token.ts
  • libs/testing/mock-services/src/session/step-up/create-pending-transaction.ts
  • libs/testing/mock-services/src/session/step-up/find-live-pending-transaction.ts
  • libs/testing/mock-services/src/session/step-up/record-failed-attempt.ts
  • libs/testing/mock-services/src/session/verify-session.ts
  • libs/testing/mock-services/src/tinybird/build-tinybird-mock-handlers.ts
  • libs/testing/mock-services/src/user/build-user-mock-handlers.ts
  • libs/testing/mock-services/src/verification/build-verification-mock-handlers.ts
  • libs/testing/mock-services/src/verification/create-verification.ts
  • libs/testing/mock-services/src/verification/verify-code.ts
  • libs/testing/service-test-utils/src/bun/composites/create-active-avatar-row.ts
  • libs/testing/service-test-utils/src/bun/composites/create-activity-chain-row.ts
  • libs/testing/service-test-utils/src/bun/composites/create-activity-row.ts
  • libs/testing/service-test-utils/src/bun/composites/create-anonymous-viewer.ts
  • libs/testing/service-test-utils/src/bun/composites/create-avatar-row.ts
  • libs/testing/service-test-utils/src/bun/composites/create-viewer.ts
  • libs/testing/service-test-utils/src/bun/create-database-from-template.ts
  • libs/testing/service-test-utils/src/bun/create-service-key-pair.ts
  • libs/testing/service-test-utils/src/bun/create-service-token.ts
  • libs/testing/service-test-utils/src/bun/create-test-db.ts
  • libs/testing/service-test-utils/src/bun/create-test-user.ts
  • libs/testing/service-test-utils/src/bun/factories/create-mock-activity-chain.ts
  • libs/testing/service-test-utils/src/bun/factories/create-mock-activity.ts
  • libs/testing/service-test-utils/src/bun/factories/create-mock-avatar.ts
  • libs/testing/service-test-utils/src/bun/factories/create-mock-user.ts
  • libs/testing/service-test-utils/src/bun/get-test-service-key-pair.ts
  • libs/testing/service-test-utils/src/bun/make-test-db.ts
  • libs/testing/service-test-utils/src/bun/setup-bun-test-db.ts
  • libs/testing/service-test-utils/src/bun/strategies/create-database-test-db.ts
  • libs/testing/service-test-utils/src/bun/strategies/create-schema-test-db.test.ts
  • libs/testing/service-test-utils/src/bun/strategies/create-schema-test-db.ts
  • libs/testing/service-test-utils/src/bun/strategies/create-transaction-test-db.ts
  • libs/testing/service-test-utils/src/bun/test-db-handle.ts
  • libs/testing/service-test-utils/src/bun/test-preload.ts
  • libs/testing/service-test-utils/src/create-postgres-container.ts
  • libs/testing/test-utils/src/build-rpc-test-client.test.ts
  • libs/testing/test-utils/src/build-rpc-test-client.ts
  • libs/testing/test-utils/src/bun/create-in-memory-metrics.ts
  • libs/testing/test-utils/src/bun/original-env.ts
  • libs/testing/test-utils/src/bun/register-bun-test-cleanup.ts
  • libs/testing/test-utils/src/bun/register-happy-dom.ts
  • libs/testing/test-utils/src/bun/register-msw-lifecycle.ts
  • libs/testing/test-utils/src/bun/remove-env-overrides.ts
  • libs/testing/test-utils/src/bun/update-env.ts
  • libs/testing/test-utils/src/collect-conformance-cases.test.ts
  • libs/testing/test-utils/src/collect-conformance-cases.ts
  • libs/testing/test-utils/src/get-test-jwt-key-pair.ts
  • libs/testing/test-utils/src/wait-for.ts
  • package.json
  • scripts/src/bin/check-env-coverage.ts
  • scripts/src/bin/deploy.ts
  • scripts/src/bin/issue-hygiene.ts
  • scripts/src/bin/pg-dev-ensure.ts
  • scripts/src/bin/pg-mcp-launch.ts
  • scripts/src/bin/retrieval-policy.ts
  • scripts/src/bin/write-env-contracts.ts
  • scripts/src/content/parse-content-document-source.ts
  • scripts/src/content/run-content-publish.ts
  • scripts/src/deploy/apply-build.ts
  • scripts/src/deploy/apply-deploy.ts
  • scripts/src/deploy/apply-ip-posture-actions.ts
  • scripts/src/deploy/apply-machine-sweep-actions.ts
  • scripts/src/deploy/apply-retention-actions.ts
  • scripts/src/deploy/apply-scheduled-machine-actions.ts
  • scripts/src/deploy/apply-sim-version-actions.ts
  • scripts/src/deploy/build-image-ref.ts
  • scripts/src/deploy/build-provider-app-name.ts
  • scripts/src/deploy/check-parked-app.ts
  • scripts/src/deploy/check-target.ts
  • scripts/src/deploy/find-stale-reason.ts
  • scripts/src/deploy/format-machine-table.ts
  • scripts/src/deploy/is-service-machine.ts
  • scripts/src/deploy/load-deploy-manifest.ts
  • scripts/src/deploy/load-engine-hash.test.ts
  • scripts/src/deploy/load-engine-hash.ts
  • scripts/src/deploy/parse-app-state.ts
  • scripts/src/deploy/parse-ip-list.ts
  • scripts/src/deploy/plan-ip-posture.ts
  • scripts/src/deploy/plan-machine-sweep.ts
  • scripts/src/deploy/plan-retention-actions.ts
  • scripts/src/deploy/plan-scheduled-machine-actions.ts
  • scripts/src/deploy/plan-sim-version-actions.ts
  • scripts/src/deploy/read-changes-since.ts
  • scripts/src/deploy/read-fleet-image.ts
  • scripts/src/deploy/read-fly-env-keys.ts
  • scripts/src/deploy/read-fly-secret-names.ts
  • scripts/src/deploy/read-provider-app-state.ts
  • scripts/src/deploy/read-sim-version-row.ts
  • scripts/src/deploy/run-probes.ts
  • scripts/src/deploy/types.ts
  • scripts/src/deploy/update-parked-activities.ts
  • scripts/src/deploy/wait-for-deployed-sha.ts
  • scripts/src/docs/collect-doc-paths.ts
  • scripts/src/docs/types.ts
  • scripts/src/env/collect-compose-env-keys.ts
  • scripts/src/env/env-file-manifest.ts
  • scripts/src/env/find-env-gaps.ts
  • scripts/src/env/load-env-contract.ts
  • scripts/src/env/load-env-shape.ts
  • scripts/src/env/parse-env-keys.ts
  • scripts/src/env/parse-notes-plain.ts
  • scripts/src/env/plan-env-writes.ts
  • scripts/src/env/read-op-item.ts
  • scripts/src/env/render-env-contract.ts
  • scripts/src/env/write-env-file.ts
  • scripts/src/hooks/collect-loaded-skills.ts
  • scripts/src/hooks/pick-retrieval-kind.ts
  • scripts/src/hooks/plan-retrieval-nudge.ts
  • scripts/src/hooks/plan-skill-gate.ts
  • scripts/src/hooks/types.ts
  • scripts/src/issue-hygiene/build-heading-pattern.ts
  • scripts/src/issue-hygiene/check-issue.ts
  • scripts/src/issue-hygiene/collect-scope-paths.ts
  • scripts/src/issue-hygiene/find-section-stub.ts
  • scripts/src/issue-hygiene/render-hygiene-comment.ts
  • scripts/src/issue-hygiene/types.ts
  • scripts/src/postgres/build-dev-db-name.ts
  • scripts/src/postgres/build-dev-db-prefix.ts
  • scripts/src/postgres/build-dev-dsn.ts
  • scripts/src/postgres/create-dev-db.ts
  • scripts/src/postgres/pick-orphaned-dev-dbs.ts
  • scripts/src/postgres/pick-orphaned-test-templates.ts
  • scripts/src/postgres/read-local-branches.ts
  • scripts/src/postgres/read-vault-dsn.ts
  • scripts/src/postgres/refresh-dev-base.ts
  • scripts/src/postgres/render-dbhub-toml.ts
  • scripts/src/postgres/sweep-dev-dbs.ts
  • scripts/src/postgres/sweep-test-templates.ts
  • scripts/src/upkeep/is-trigger-fired.ts
  • scripts/src/upkeep/parse-ignored-advisories.ts
  • scripts/src/upkeep/parse-trigger.ts
  • scripts/src/utils/require-env-var.ts
  • scripts/src/utils/run-flyctl.ts
  • services/activity/src/create-activity-service.ts
  • services/activity/src/find-checkpoint-batch-invalid-reason.ts
  • services/activity/src/get-optimistic-build.ts
  • services/activity/src/handlers/admit-activity-start.ts
  • services/activity/src/handlers/advance-activity.test.ts
  • services/activity/src/handlers/advance-activity.ts
  • services/activity/src/handlers/get-activity-rewards.test.ts
  • services/activity/src/handlers/get-activity-rewards.ts
  • services/activity/src/handlers/get-avatar-progression.test.ts
  • services/activity/src/handlers/get-avatar-progression.ts
  • services/activity/src/handlers/get-content-document.ts
  • services/activity/src/handlers/get-current-activity.test.ts
  • services/activity/src/handlers/get-current-activity.ts
  • services/activity/src/handlers/get-latest-activity-progress.test.ts
  • services/activity/src/handlers/get-latest-activity-progress.ts
  • services/activity/src/handlers/get-revealed-nodes.test.ts
  • services/activity/src/handlers/get-revealed-nodes.ts
  • services/activity/src/handlers/resume-activity.test.ts
  • services/activity/src/handlers/resume-activity.ts
  • services/activity/src/handlers/reveal-nodes.test.ts
  • services/activity/src/handlers/reveal-nodes.ts
  • services/activity/src/handlers/stop-activity.test.ts
  • services/activity/src/handlers/stop-activity.ts
  • services/activity/src/handlers/to-activity-data.ts
  • services/activity/src/handlers/to-checkpoint-data.ts
  • services/activity/src/handlers/track-activity-progress.test.ts
  • services/activity/src/handlers/track-activity-progress.ts
  • services/activity/src/handlers/update-appended-anchor-from-tail.ts
  • services/activity/src/handlers/update-failure-action.ts
  • services/activity/src/is-terminal-checkpoint-type.ts
  • services/activity/src/is-unique-violation.ts
  • services/activity/src/metrics/record-advance-bailout.ts
  • services/activity/src/metrics/record-advance-continuation.ts
  • services/activity/src/metrics/record-avatar-not-active-rejection.ts
  • services/activity/src/metrics/record-content-incompatible-rejection.ts
  • services/activity/src/metrics/record-replay-poke-failed.ts
  • services/activity/src/metrics/record-reveal-mint.ts
  • services/activity/src/metrics/record-reveal-query.ts
  • services/activity/src/metrics/record-reveal-refusal.ts
  • services/activity/src/metrics/record-terminal-transition.ts
  • services/activity/src/metrics/record-writer-takeover.ts
  • services/activity/src/mocks/server.ts
  • services/activity/src/pick-checkpoint-batch-race-outcome.ts
  • services/activity/src/require-active-avatar.ts
  • services/activity/src/resolve-encounter-node.ts
  • services/activity/src/resolve-sim-version-stamp.ts
  • services/activity/src/test-utils/factories/create-mock-activity.ts
  • services/activity/src/test-utils/factories/create-mock-catch-up-continuation.ts
  • services/activity/src/test-utils/factories/create-mock-checkpoint-batch.ts
  • services/activity/src/test-utils/factories/create-mock-offline-activity-start-submission.ts
  • services/activity/src/types.ts
  • services/activity/src/wake/make-replay-waker.ts
  • services/activity/src/wake/make-send-replay-wake.ts
  • services/avatar/src/build-router.ts
  • services/avatar/src/create-avatar-service.ts
  • services/avatar/src/handlers/create-avatar.ts
  • services/avatar/src/handlers/get-avatar.ts
  • services/avatar/src/handlers/get-avatars.ts
  • services/avatar/src/handlers/remove-avatar.ts
  • services/avatar/src/handlers/select-avatar.ts
  • services/avatar/src/handlers/to-avatar-data.ts
  • services/avatar/src/handlers/update-avatar.ts
  • services/avatar/src/types.ts
  • services/email/src/build-router.ts
  • services/email/src/create-email-job-queue.ts
  • services/email/src/create-email-service.ts
  • services/email/src/metrics/record-delivery-failure.ts
  • services/email/src/sweep.ts
  • services/keys/src/build-router.ts
  • services/keys/src/create-keys-service.ts
  • services/keys/src/env-shape.ts
  • services/keys/src/handlers/derive-avatar-key.ts
  • services/keys/src/handlers/derive-scope-secret.ts
  • services/keys/src/metrics/record-derive-rejection.ts
  • services/keys/src/parse-roll-key-roots.ts
  • services/keys/src/parse-scope-secret-roots.ts
  • services/keys/src/types.ts
  • services/replay/src/apply/apply-verified-segment.test.ts
  • services/replay/src/apply/apply-verified-segment.ts
  • services/replay/src/apply/update-verified-chain-anchor.ts
  • services/replay/src/build-provider-router.ts
  • services/replay/src/build-router.ts
  • services/replay/src/create-replay-provider.ts
  • services/replay/src/create-replay-service.ts
  • services/replay/src/dispatch/park-activity.ts
  • services/replay/src/dispatch/run-replay-segment.ts
  • services/replay/src/env-shape.ts
  • services/replay/src/get-baked-engine-hash.ts
  • services/replay/src/handlers/replay-segment.ts
  • services/replay/src/handlers/run-replay-simulation.ts
  • services/replay/src/handlers/wake.ts
  • services/replay/src/metrics/record-backlog-claimed.ts
  • services/replay/src/metrics/record-clamped-settlement.ts
  • services/replay/src/metrics/record-drain-duration.ts
  • services/replay/src/metrics/record-iteration-failure.ts
  • services/replay/src/metrics/record-rejection.ts
  • services/replay/src/metrics/record-settled-xp.ts
  • services/replay/src/metrics/record-verification-lag.ts
  • services/replay/src/metrics/record-wake.ts
  • services/replay/src/mint/read-avatar-roll-key.ts
  • services/replay/src/mint/roll-reward-items.test.ts
  • services/replay/src/mint/roll-reward-items.ts
  • services/replay/src/mocks/server.ts
  • services/replay/src/provider-env-shape.ts
  • services/replay/src/queue/claim-next-seed-chain.test.ts
  • services/replay/src/queue/claim-next-seed-chain.ts
  • services/replay/src/queue/find-replay-target.ts
  • services/replay/src/queue/find-verified-anchor-predecessor.ts
  • services/replay/src/queue/update-replay-attempts.ts
  • services/replay/src/replay/build-segment-duration.ts
  • services/replay/src/replay/compare-replay-segment.ts
  • services/replay/src/replay/create-replay-cache.ts
  • services/replay/src/replay/find-descriptor-divergence.ts
  • services/replay/src/replay/find-seed-divergence.ts
  • services/replay/src/replay/is-forward-exited.ts
  • services/replay/src/replay/load-replay-segment.ts
  • services/replay/src/replay/to-wire-replay-segment-input.ts
  • services/replay/src/replay/types.ts
  • services/replay/src/serve-provider.ts
  • services/replay/src/serve.ts
  • services/replay/src/test-utils/create-activity-row.ts
  • services/replay/src/test-utils/create-avatar-row.ts
  • services/replay/src/test-utils/create-chain-row.ts
  • services/replay/src/test-utils/create-honest-activity-fixture.ts
  • services/replay/src/test-utils/create-provider-process.ts
  • services/replay/src/test-utils/create-remote-replay-provider.ts
  • services/replay/src/test-utils/factories/create-mock-activity-row.ts
  • services/replay/src/test-utils/factories/create-mock-chain-row.ts
  • services/replay/src/test-utils/factories/create-mock-encounter-node.ts
  • services/replay/src/test-utils/factories/create-mock-replay-segment.ts
  • services/replay/src/test-utils/find-listening-port.ts
  • services/replay/src/types.ts
  • services/replay/src/worker/drain-replay-queue.ts
  • services/replay/src/worker/reject-activity.ts
  • services/replay/src/worker/run-replay-iteration.test.ts
  • services/replay/src/worker/run-replay-iteration.ts
  • services/replay/src/worker/run-replay-target.ts
  • services/replay/src/worker/types.ts
  • services/replay/src/worker/update-verified-anchor-from-predecessor.ts
  • services/session/src/build-router.ts
  • services/session/src/consts.ts
  • services/session/src/create-jwt.ts
  • services/session/src/create-session-service.ts
  • services/session/src/handlers/consume-pending-transaction.ts
  • services/session/src/handlers/consume-transaction-token.ts
  • services/session/src/handlers/create-pending-transaction.ts
  • services/session/src/handlers/create-session.ts
  • services/session/src/handlers/get-pending-transaction.ts
  • services/session/src/handlers/get-session.ts
  • services/session/src/handlers/get-sessions.ts
  • services/session/src/handlers/record-failed-attempt.ts
  • services/session/src/handlers/refresh-tokens.ts
  • services/session/src/handlers/remove-session.ts
  • services/session/src/handlers/to-pending-transaction-data.ts
  • services/session/src/handlers/to-session-data.ts
  • services/session/src/handlers/verify-session.ts
  • services/session/src/is-deadlock-error.ts
  • services/session/src/metrics/record-failed-attempt.ts
  • services/session/src/test-utils/create-pending-transaction-row.ts
  • services/session/src/test-utils/create-session-row.ts
  • services/session/src/test-utils/factories/create-mock-pending-transaction.ts
  • services/session/src/test-utils/factories/create-mock-session.ts
  • services/session/src/types.ts
  • services/user/src/build-router.ts
  • services/user/src/create-user-service.ts
  • services/user/src/handlers/change-password.ts
  • services/user/src/handlers/create-password-reset-token.ts
  • services/user/src/handlers/create-user.ts
  • services/user/src/handlers/get-current-user.ts
  • services/user/src/handlers/get-user.ts
  • services/user/src/handlers/reset-password.ts
  • services/user/src/handlers/to-user-data.ts
  • services/user/src/handlers/update-email.ts
  • services/user/src/handlers/update-user.ts
  • services/user/src/handlers/verify-password.ts
  • services/user/src/test-utils/create-session-row.ts
  • services/user/src/test-utils/create-verification-row.ts
  • services/user/src/test-utils/factories/create-mock-session.ts
  • services/user/src/test-utils/factories/create-mock-verification.ts
  • services/user/src/types.ts
  • services/verification/src/build-router.ts
  • services/verification/src/create-verification-service.ts
  • services/verification/src/handlers/create-verification.ts
  • services/verification/src/handlers/get-2fa-verification-uri.ts
  • services/verification/src/handlers/get-verification.ts
  • services/verification/src/handlers/remove-verification.ts
  • services/verification/src/handlers/to-verification-data.ts
  • services/verification/src/handlers/update-verification.ts
  • services/verification/src/handlers/verify-code.ts
  • services/verification/src/test-utils/create-verification-row.ts
  • services/verification/src/test-utils/factories/create-mock-verification.ts
  • services/verification/src/types.ts

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

@socket-security

socket-security Bot commented Sep 2, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​zgeoff/​oxlint-config@​0.0.6 ⏵ 0.1.076 +210094 +591100

View full report

@github-actions

github-actions Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

🍹 preview on vers-infra/prod

Pulumi report
   Previewing update (prod):
Downloading plugin github-6.14.0: starting
Downloading plugin terraform-provider-1.2.0: starting
Downloading plugin cloudflare-6.17.0: starting
Downloading plugin github-6.14.0: done
Installing plugin github-6.14.0: starting
Downloading plugin terraform-provider-1.2.0: done
Installing plugin terraform-provider-1.2.0: starting
Downloading plugin cloudflare-6.17.0: done
Installing plugin cloudflare-6.17.0: starting
Installing plugin github-6.14.0: done
@ previewing update....
Installing plugin terraform-provider-1.2.0: done
Installing plugin cloudflare-6.17.0: done

@ previewing update.....
~  pulumi:pulumi:Stack vers-infra-prod refreshing 
~  pulumi:pulumi:Stack vers-infra-prod refreshing 
~  pulumi:providers:axiom axiom refreshing 
~  pulumi:providers:axiom axiom refresh 
~  cloudflare:index:DnsRecord resend-dmarc refreshing 
~  cloudflare:index:DnsRecord apex refreshing 
~  cloudflare:index:DnsRecord resend-return-path-spf refreshing 
~  github:index:ActionsVariable vite-umami-website-id refreshing 
~  github:index:RepositoryRuleset main-protection refreshing 
~  axiom:index:Notifier vers-alarms refreshing 
~  axiom:index:Dashboard vers-services-baseline refreshing 
~  axiom:index:Token vers-production refreshing 
~  axiom:index:Token vers-mcp refreshing 
~  axiom:index:Dataset vers-metrics refreshing 
~  axiom:index:Dataset vers-logs refreshing 
~  axiom:index:Dataset vers-traces refreshing 
~  github:index:ActionsSecret dotenv-app-web-dev refreshing 
~  cloudflare:index:DnsRecord www refreshing 
~  github:index:ActionsSecret dotenv-app-web-e2e refreshing 
~  github:index:RepositoryEnvironment production refreshing 
~  github:index:ActionsVariable vite-umami-website-id refresh 
~  cloudflare:index:DnsRecord resend-dkim refreshing 
~  axiom:index:Dataset vers-metrics refresh 
~  cloudflare:index:DnsRecord resend-return-path-mx refreshing 
~  axiom:index:Dataset vers-traces refresh 
~  axiom:index:Dataset vers-logs refresh 
~  axiom:index:Monitor vers-replay-poke-failed refreshing 
~  axiom:index:Monitor vers-5xx-responses refreshing 
~  axiom:index:Notifier vers-alarms refresh 
~  axiom:index:Monitor vers-slow-requests refreshing 
~  axiom:index:Token vers-production refresh 
~  github:index:ActionsEnvironmentSecret database-url refreshing 
~  axiom:index:Token vers-mcp refresh 
~  github:index:ActionsEnvironmentSecret sentry-auth-token refreshing 
~  axiom:index:Monitor vers-5xx-responses refresh 
~  axiom:index:Monitor vers-replay-poke-failed refresh 
~  github:index:ActionsEnvironmentVariable vite-sentry-dsn refreshing 
~  github:index:ActionsEnvironmentSecret discord-webhook-url refreshing 
~  axiom:index:Monitor vers-slow-requests refresh 
~  github:index:ActionsEnvironmentVariable service-auth-jwks refreshing 
~  cloudflare:index:DnsRecord apex refresh 
~  github:index:ActionsEnvironmentSecret fly-api-token refreshing 
~  cloudflare:index:DnsRecord www refresh 
~  neon:index:Project vers refreshing 
~  cloudflare:index:DnsRecord resend-return-path-spf refresh 
~  neon:index:Branch main refreshing 
~  cloudflare:index:DnsRecord resend-dmarc refresh 
~  neon:index:Endpoint main refreshing 
~  github:index:ActionsSecret dotenv-app-web-e2e refresh 
~  neon:index:Role mcp-ro refreshing 
~  cloudflare:index:DnsRecord resend-dkim refresh 
~  neon:index:Branch dev refreshing 
~  cloudflare:index:DnsRecord resend-return-path-mx refresh 
~  neon:index:Endpoint dev refreshing 
@ previewing update....
~  axiom:index:Dashboard vers-services-baseline refresh 
~  neon:index:Role mcp-dev refreshing 
~  github:index:ActionsSecret dotenv-app-web-dev refresh 
~  github:index:IssueLabels vers refreshing 
~  neon:index:Branch dev refresh 
~  neon:index:Branch main refresh 
~  neon:index:Endpoint dev refresh 
~  neon:index:Endpoint main refresh 
~  github:index:RepositoryEnvironment production refresh 
~  github:index:RepositoryRuleset main-protection refresh 
~  neon:index:Role mcp-ro refresh 
~  github:index:ActionsEnvironmentSecret database-url refresh 
~  neon:index:Role mcp-dev refresh 
~  github:index:ActionsEnvironmentSecret sentry-auth-token refresh 
@ previewing update....
~  neon:index:Project vers refresh 
~  github:index:ActionsEnvironmentVariable vite-sentry-dsn refresh 
~  github:index:ActionsEnvironmentSecret discord-webhook-url refresh 
~  github:index:ActionsEnvironmentVariable service-auth-jwks refresh 
~  github:index:ActionsEnvironmentSecret fly-api-token refresh 
@ previewing update....
~  github:index:IssueLabels vers refresh 
   pulumi:pulumi:Stack vers-infra-prod running 
@ previewing update.....
   pulumi:providers:axiom axiom  
   github:index:ActionsSecret dotenv-app-web-e2e  
   github:index:IssueLabels vers  
   github:index:RepositoryEnvironment production  
   github:index:ActionsVariable vite-umami-website-id  
   axiom:index:Token vers-mcp  
   axiom:index:Dataset vers-metrics  
   axiom:index:Dashboard vers-services-baseline  
   axiom:index:Notifier vers-alarms  
   axiom:index:Dataset vers-traces  
   axiom:index:Token vers-production  
   axiom:index:Dataset vers-logs  
   cloudflare:index:DnsRecord apex  
   github:index:RepositoryRuleset main-protection  
   cloudflare:index:DnsRecord resend-dmarc  
   cloudflare:index:DnsRecord resend-dkim  
   cloudflare:index:DnsRecord www  
   cloudflare:index:DnsRecord resend-return-path-mx  
   github:index:ActionsSecret dotenv-app-web-dev  
   cloudflare:index:DnsRecord resend-return-path-spf  
   axiom:index:Monitor vers-5xx-responses  
   axiom:index:Monitor vers-slow-requests  
   axiom:index:Monitor vers-replay-poke-failed  
   github:index:ActionsEnvironmentVariable vite-sentry-dsn  
   github:index:ActionsEnvironmentSecret fly-api-token  
   neon:index:Project vers  
   github:index:ActionsEnvironmentSecret discord-webhook-url  
   github:index:ActionsEnvironmentVariable service-auth-jwks  
   github:index:ActionsEnvironmentSecret sentry-auth-token  
   github:index:ActionsEnvironmentSecret database-url  
   neon:index:Branch main  
   neon:index:Role mcp-ro  
   neon:index:Endpoint main  
   neon:index:Branch dev  
   neon:index:Endpoint dev  
   neon:index:Role mcp-dev  
   pulumi:pulumi:Stack vers-infra-prod  
Resources:
   37 unchanged

   

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

All reported issues were addressed

Note: This PR contains a large number of files. cubic selects up to 200 of the highest-priority eligible files for this review, so some files may not have been reviewed.

Re-trigger cubic

Comment thread apps/web/src/server/make-secure-headers.ts
Comment thread apps/web/src/lib/auth/update-auth-session.ts
Comment thread apps/web/src/lib/auth/require-auth.ts
Comment thread AGENTS.md
Comment thread .claude/skills/code-style/SKILL.md Outdated
@eckhartt

eckhartt commented Sep 2, 2026

Copy link
Copy Markdown

LGTM.

@zgeoff
zgeoff merged commit 18c3acf into main Sep 3, 2026
7 checks passed
@zgeoff
zgeoff deleted the feat/no-jsdoc branch September 3, 2026 00:52
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.

2 participants