Reconcile stable master into dev - #89
Merged
Merged
Conversation
Adds a shared HTTP boundary, client-safe error envelopes, strict JSON validation, correlation IDs, bounded numeric query parsing, and actor-backed asynchronous bulk ingest with global and per-principal quotas. Fixes #25.
Adds the HTTP authentication threat model, principal/capability contract, and the KV lease trust boundary. Documents default-deny behavior, API-key lifecycle, OIDC/mTLS adapters, scope restrictions, redaction, audit, bootstrap, rotation, revocation, recovery, failure behavior, and required verification. Fixes #26.
Adds default-deny API-key authentication, immutable request and service contexts, separate CouchDB credential storage, one-time bootstrap, credential create/list/rotate/revoke/disable lifecycle, uniform constant-time verification, exact-origin CORS, authenticated bulk/Rabbit provenance, owner-scoped bulk-job status, Docker secret delivery, runtime settings rehydration, and mandatory lifecycle/concurrency/oracle/immutability tests. The container stack verifies bootstrap, denial, authenticated FTS, restart health, credential persistence, and search after restart. Fixes #27.
Add a dry-run-first CouchDB relation deduplication migration with canonical directed identities, evidence merging, automatic backup, two-phase writes, malformed-document protection, documentation, and focused tests.
Preserve the hardened authentication, documentation, schema, and relation-repair work from the stable line while integrating dev's owner-thread Rabbit runtime, bounded retry/quarantine, outbox, target recovery, document update, view registry, and operational acceptance tests.
lost-rob0t
marked this pull request as ready for review
August 2, 2026 00:48
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goal
Restore the repository branch policy after recent work landed on
masterwhiledevcontinued independently.devremains the integration branch.masterremains the stable branch.masterso conflict-resolution commits can be made without modifyingmaster.devand the 31 commits currently unique tomaster.Why this must land first
Open PRs #79 and #86 now correctly target
dev, but conflict because the branches diverged. PR #87 was already merged intomaster; this reconciliation carries its database repair intodevwhile preserving the operational runtime already present there.Merge gate
devonly when required checks are greenAfter this lands, re-evaluate #79 and #86 against synchronized
dev.