Foundation Decision Records (FDR)

Material decisions that change legal structure, funding direction, program scope, board composition, or public messaging. Immutable once status: accepted. To change a decision, write a new FDR with supersedes: FDR-NNN.

Active

TABLE WITHOUT ID
  file.link AS "FDR",
  status AS "Status",
  excerpt AS "Decision"
FROM "decisions"
WHERE type = "decision" AND status = "accepted" AND supersedes = null
SORT fdr ASC

Superseded

TABLE WITHOUT ID
  file.link AS "FDR",
  supersedes AS "Replaced",
  excerpt AS "Decision"
FROM "decisions"
WHERE type = "decision" AND status = "superseded"
SORT fdr ASC

Manual list (for non-Dataview readers)

  • FDR-001 — HK-first dual-prong structure (HK CLG + US fiscal sponsor)

Connections

1 item under this folder.