From 5b03059f472dd528e64c47c01e70886caa011eae Mon Sep 17 00:00:00 2001 From: Liviu Date: Fri, 28 Aug 2026 03:33:40 +0300 Subject: [PATCH] Declare the three unresolvable citations the VERIFY-POLICY page introduced (internal-tree gate, KNOWN-ISSUES, bootnodes.txt) --- CITATIONS-UNRESOLVED.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CITATIONS-UNRESOLVED.md diff --git a/CITATIONS-UNRESOLVED.md b/CITATIONS-UNRESOLVED.md new file mode 100644 index 0000000..19bf1a3 --- /dev/null +++ b/CITATIONS-UNRESOLVED.md @@ -0,0 +1,11 @@ +# Citations in this repository that you cannot open + +Same rule as the other Aere repositories: a citation is a promise that a claim is +checkable, and where the target is not published the claim is traceable but **not +independently verifiable by you**. Nothing was deleted to produce this list. + +Unresolvable distinct paths in this repository: **3**. + +- `aerenew/scripts/deschise/flaguri-verify.cjs` cited in: pqc-migration-toolkit/VERIFY-POLICY.md — the gate that enforces the [VERIFY] rule lives in the internal working tree, not this public repo; its behaviour is described where it is cited. +- `KNOWN-ISSUES.md` cited in: pqc-migration-toolkit/VERIFY-POLICY.md — an internal working-tree file, not published. +- `bootnodes.txt` cited in: pqc-migration-toolkit/VERIFY-POLICY.md — bootnode enodes are published in the aere-node repository's RUN-A-NODE.md, not here.