From dcb00808c96a19610357cd9683643acf5cc2804b Mon Sep 17 00:00:00 2001 From: AndriyOblivantsev Date: Mon, 10 Aug 2026 21:28:48 +0100 Subject: [PATCH] docs(plan): D15 2dph is public like sibling repos --- PLAN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLAN.md b/PLAN.md index 4f0c500..ec0771a 100644 --- a/PLAN.md +++ b/PLAN.md @@ -38,7 +38,7 @@ detective method: **a fact needs ≥2 independent sources or it is | D12 | transactional | facts and info split by root but **written in the same Ladybug transaction (ACID)** on every write. | | D13 | portfolio | start graph `(Person:eslider)-[:HAS]->(Portfolio)`, associate other natural/juristic persons later. | | D14 | tooling style | `bin/{subject}/{method}` self-describing: shebang line 1, usage comment from line 2. Go shebang: `///usr/bin/env go run "$0" "$@"; exit`. | -| D15 | repo | GitHub `eSlider/2dph`, private, push/commit via `gh`, TDD + commit every change, CI/CD. | +| D15 | repo | GitHub `eSlider/2dph`, public (like sibling repos), push/commit via `gh`, TDD + commit every change, CI/CD. | | D16 | contradictions | ≥2 yes vs ≥2 no → unrelated sources conflict → hypothesis → `(not confirmed)`. Resolution (authority, staleness adjudication) = **v2**, tracked as open question. | ## Architecture