Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
| 2026-08-15 | PR #1968 / claude/ledger-reconcile-batch-4 | 31cd550141e66806e53ade04965151b960964c6d | unblocking PR review-and-fix | Merged the latest base and reconciled its complete ledger batch; retained the #316 headline correction as a valid next-transaction request. | ledger write discipline; ledger inbox dry-run/check; outstanding-issues; branch-review-ledger; diff --check |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
| 2026-08-15 | PR #1968 / claude/ledger-reconcile-batch-4 | 0a49842ccf12ea4508533b43bb0b7d7a2086eac6 | unblocking PR review-and-fix | Synced current main and reconciled the base inbox; queued the verified #316 headline correction for the next serialized transaction. | ledger inbox dry-run/check; outstanding-issues and ledger write-discipline checks; diff --check (npm setup blocked by sandbox cache) |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
| 2026-08-15 | PR #1968 / claude/ledger-reconcile-batch-4 | 10beb5ea191043e3c425aa7ff32533e93e9f68de | unblocking PR review-and-fix | Fixed #316 forensic-bound and inventory correction through the serialized ledger queue; merged current main cleanly. | ledger-inbox and outstanding-issues self-tests plus checks; ledger write discipline; diff --check (npm 11.17 setup blocked by sandbox cache) |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
{
"version": 1,
"id": "1da43f2b-4b52-4fb7-b39a-e5aa5bf7c7e7",
"createdOn": "2026-08-15",
"action": "update",
"payload": {
"id": "#316",
"summary": "Live DB has 20 currently missing repo-defined indexes and 10 retrieval RPC bodies diverge; weekly live-drift has been red since 2026-07-26 with no routing",
"detail": "2026-08-14 incident session: two of the 21 missing indexes (documents_title_trgm_idx, document_chunks_content_trgm_idx) were the retrieval-critical pair; restored live via owner-approved CREATE INDEX CONCURRENTLY + ANALYZE. Current 2026-08-14 inventory is 20 missing indexes (the inventory result, not an arithmetic inference from the prior 21 baseline). Before/after supabase_rpc_latency_ms 31610 -> 1535 (text) / 8519 (hybrid). Forensics: the pair was created 2026-07-05 and reported missing by 2026-08-02, so the drop is bounded between 2026-07-05 and 2026-08-02 (likely by 2026-07-26); guard 20260804110240 validates four other indexes and gives no existence bound for this pair. No app code drops indexes; owner dashboard-audit check for manual/advisor DROP INDEX remains pending. Evidence: docs/audit/live-drift-forensics-2026-08.md. Remaining drift findings plus 10 diverged match_* RPC bodies stay with docs/database-remediation-plan.md. Drift routing: PR #1939.",
"source": "PR #1968 review against docs/audit/live-drift-forensics-2026-08.md, 2026-08-15"
}
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
{
"version": 1,
"id": "3156e1c9-82aa-46c3-84e6-0e119015acc6",
"createdOn": "2026-08-15",
"action": "cancel",
"payload": {
"requestId": "1da43f2b-4b52-4fb7-b39a-e5aa5bf7c7e7",
"reason": "Superseded by the consolidated #316 update so all Phase 0 evidence and the corrected current inventory land as one audited mutation."
}
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
{
"version": 1,
"id": "60fea622-a448-4e8f-a5d3-0122ab08b2d0",
"createdOn": "2026-08-15",
"action": "update",
"payload": {
"id": "#316",
"summary": "Live DB has 20 currently missing repo-defined indexes and 10 retrieval RPC bodies diverge; weekly live-drift has been red since 2026-07-26 with no routing",
"source": "PR #1968 review against docs/audit/live-drift-forensics-2026-08.md, 2026-08-15"
}
}
73 changes: 36 additions & 37 deletions docs/outstanding-issues.md

Large diffs are not rendered by default.

Loading