Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
3bf571c
fix(maintenance): gate reindex on durable schema currency
Sinity Aug 6, 2026
5378e6c
fix(maintenance): harden durable schema currency gate
Sinity Aug 6, 2026
3ddc02b
test(lineage): prove typed topology census
Sinity Aug 6, 2026
aa59e6f
docs: record topology live-proof residue
Sinity Aug 6, 2026
8cd822a
docs: index topology proof report
Sinity Aug 6, 2026
871ecac
test(lineage): bind topology proofs to live seams
Sinity Aug 6, 2026
bfc9d63
fix(lineage): reject unsafe topology proof rows
Sinity Aug 6, 2026
3a8e9a7
fix(maintenance): make schema gate recovery executable
Sinity Aug 6, 2026
9341993
fix(lineage): preserve prefixes across cycle quarantine
Sinity Aug 6, 2026
8874ff5
fix(maintenance): publish missing tiers atomically
Sinity Aug 6, 2026
0a8a723
fix(lineage): bind topology receipts to proven snapshots
Sinity Aug 6, 2026
9ae8803
fix(lineage): narrow validated cycle paths
Sinity Aug 6, 2026
61ba5bf
fix(rebuild): close durable gate bypasses
Sinity Aug 6, 2026
3ad4407
fix(maintenance): publish missing tiers from anonymous inode
Sinity Aug 6, 2026
f3212f2
fix(lineage): distinguish walk exhaustion from cycles
Sinity Aug 6, 2026
b5c60d2
test(daemon): type ownership recheck injection
Sinity Aug 6, 2026
30f79c4
fix(maintenance): eliminate named tier staging inode
Sinity Aug 6, 2026
b28a8f8
fix(daemon): recheck tier currency before page selection
Sinity Aug 6, 2026
6e29966
fix(lineage): scope stale quarantine projection checks
Sinity Aug 6, 2026
d34e663
fix(lineage): preserve unresolved edge sample identity
Sinity Aug 6, 2026
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
6 changes: 6 additions & 0 deletions devtools/docs_surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,12 @@ def _entry(title: str, path: str, description: str, tier: DocsTier) -> DocsEntry
"Privacy-safe read-only census of cursor and accepted-head readiness evidence.",
"evidence",
),
_entry(
"Topology Live-Proof Residue, 2026-08-06",
"evidence/polylogue-topology-live-proof-2026-08-06.md",
"Candidate topology census, production-route cycle evidence, and unexercised live-archive residue.",
"evidence",
),
_entry(
"Proof Artifacts",
"proof-artifacts.md",
Expand Down
Loading