Skip to content

promote: complete remaining dev foundation - #38

Merged
BeforeLights merged 58 commits into
mainfrom
promote/dev-20260803-06
Aug 3, 2026
Merged

promote: complete remaining dev foundation#38
BeforeLights merged 58 commits into
mainfrom
promote/dev-20260803-06

Conversation

@BeforeLights

@BeforeLights BeforeLights commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Promotion scope

This PR promotes the remaining 57 commits from the reviewed dev foundation into main (58 commits including the promotion merge). It contains the IAM/AUD/BUA reconciliation and telemetry/contract safeguards that follow PR #37.

Verification

  • Root
    epo:check and
    epo:build passed on the promoted source.
  • This is a promotion-only PR; no product module claims are being marked complete here.
  • CodeRabbit is intentionally not used on dev; this main PR receives the single review cycle.

After merge, dev and main will be aligned at the foundation checkpoint.

BeforeLights and others added 30 commits August 3, 2026 17:50
…ry-completion

feat: complete foundation telemetry and identity safety
BeforeLights and others added 25 commits August 3, 2026 18:53
…conciliation

fix: reconcile CodeRabbit promotion findings
@coderabbitai

coderabbitai Bot commented Aug 3, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@BeforeLights, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 5 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

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

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: cad22a45-155e-4c9a-be0f-420602ae8918

📥 Commits

Reviewing files that changed from the base of the PR and between c2f2c61 and c2917ee.

📒 Files selected for processing (55)
  • apps/android/app/src/main/java/com/databreeze/android/telemetry/TelemetryContract.kt
  • apps/android/app/src/test/java/com/databreeze/android/TelemetryContractTest.kt
  • docs/operations/coderabbit-pr-35-disposition.md
  • docs/plans/000-platform-program.md
  • docs/plans/003-luna-handoff-runbook.md
  • docs/plans/requirement-traceability.json
  • packages/domain/src/audit/v1.ts
  • packages/domain/src/tenant-scope/v1.ts
  • packages/domain/test/tenant-scope-v1.test.mjs
  • packages/i18n/src/catalogs-v1.ts
  • packages/i18n/test/catalogs-v1.test.mjs
  • packages/telemetry/src/v1.ts
  • packages/telemetry/test/telemetry-v1.test.mjs
  • services/api/openapi/v1.json
  • services/api/src/features/aud/adapter/in-memory-audit-repository.adapter.ts
  • services/api/src/features/aud/adapter/prisma-audit-repository.adapter.ts
  • services/api/src/features/aud/api/audit.controller.ts
  • services/api/src/features/aud/application/audit-page-cursor.ts
  • services/api/src/features/aud/application/audit-problem.error.ts
  • services/api/src/features/aud/application/audit-repository.port.ts
  • services/api/src/features/bua/adapter/in-memory-entitlement-repository.adapter.ts
  • services/api/src/features/bua/adapter/prisma-entitlement-repository.adapter.ts
  • services/api/src/features/bua/api/entitlement.controller.ts
  • services/api/src/features/bua/application/entitlement-equality.ts
  • services/api/src/features/iam/adapter/in-memory-iam-repository.adapter.ts
  • services/api/src/features/iam/adapter/in-memory-mfa-repository.adapter.ts
  • services/api/src/features/iam/adapter/prisma-iam-repository.adapter.ts
  • services/api/src/features/iam/adapter/prisma-identity-bootstrap-repository.adapter.ts
  • services/api/src/features/iam/adapter/prisma-mfa-repository.adapter.ts
  • services/api/src/features/iam/adapter/prisma-session-lifecycle.adapter.ts
  • services/api/src/features/iam/api/authentication.controller.ts
  • services/api/src/features/iam/api/mfa.controller.ts
  • services/api/src/features/iam/api/session-cookies.ts
  • services/api/src/features/iam/application/membership-authority.ts
  • services/api/src/features/iam/application/mfa-problem.error.ts
  • services/api/src/features/iam/application/mfa.service.ts
  • services/api/src/platform/http/problem-details.filter.ts
  • services/api/src/platform/http/request-context.ts
  • services/api/test/features/aud/audit-page-cursor.test.ts
  • services/api/test/features/aud/prisma-audit-repository.test.ts
  • services/api/test/features/bua/entitlement-equality.test.ts
  • services/api/test/features/bua/entitlement-repository.test.ts
  • services/api/test/features/bua/prisma-entitlement-repository.test.ts
  • services/api/test/features/iam/membership-authority.test.ts
  • services/api/test/features/iam/mfa.service.test.ts
  • services/api/test/features/iam/prisma-iam-repository.test.ts
  • services/api/test/features/iam/prisma-identity-bootstrap-repository.test.ts
  • services/api/test/features/iam/prisma-mfa-repository.test.ts
  • services/api/test/features/iam/prisma-session-lifecycle.test.ts
  • services/api/test/features/iam/session-cookies.test.ts
  • services/api/test/http-contract.test.ts
  • services/api/test/prisma-foundation.test.mjs
  • services/api/test/request-context.test.ts
  • services/engine/src/databreeze_engine/telemetry.py
  • services/engine/tests/test_telemetry.py

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

@BeforeLights

Copy link
Copy Markdown
Contributor Author

@coderabbitai full review

@coderabbitai

coderabbitai Bot commented Aug 3, 2026

Copy link
Copy Markdown
✅ Action performed

Full review finished.


Your included review limit is currently reached under our Fair Usage Limits Policy. This review may still proceed through usage-based billing if eligible. Your next included review will be available in 5 minutes.

@BeforeLights
BeforeLights merged commit 8a4c0af into main Aug 3, 2026
6 checks passed
@BeforeLights
BeforeLights deleted the promote/dev-20260803-06 branch August 3, 2026 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant