Skip to content

feat(related-persons): регистърни доказателства за връзките (#279) - #2

Draft
ydimitrof wants to merge 72 commits into
mainfrom
feat/registry-evidence-links
Draft

feat(related-persons): регистърни доказателства за връзките (#279)#2
ydimitrof wants to merge 72 commits into
mainfrom
feat/registry-evidence-links

Conversation

@ydimitrof

@ydimitrof ydimitrof commented Aug 5, 2026

Copy link
Copy Markdown
Owner

Какво и защо

Реализация на midt-bg#279: връзка „длъжностно лице ↔ дружество" се публикува само срещу проверим факт от
Търговския регистър
, а не срещу евристика по отличителност на името.

Днес самоличността на дружеството зад декларирано име се решава от B_distinctive. От 101 публикувани
връзки 36 стоят на голо съвпадение на име. midt-bg#279 сменя основанието — и това е разширяване, не
затягане
: повърхността расте до 329 връзки, тоест 264 връзки, които днес умишлено задържаме, стават
поименни публични твърдения
. Затова прагът за точност се вдига, а не се запазва.

Решенията са записани в ADR-0033,
написан преди какъвто и да е код: ако прегледът отхвърли основанието, пада целият подход. Заменя
ADR-0009/0015/0017; изменя ADR-0007/0010/0021(E11)/0028.

Какво съдържа

Комит Какво
ea00781 Синтетична фикстура за локална разработка — без нея /conflicts рендира празно и функцията е непроверима в браузър
b364031 scripts/tr/: клиент, кеш от актове, ЕИК контролна сума като Node функция + поправка на CI глоб
f8b198f Парсер на акта + шестстепенният доказателствен ред (критичният за клевета комит)
98ac4f5 Обхождащият — темпо, възобновяемост, 429 спира изпълнението
800b2c1 Миграция 0006 — доказателственият печат
5f64f5c Отделна поправка: closelyHeldForm не изключваше КДА
4226ae3 Доказателственият ред заменя нивата на публикуване в load.mjs
2a08744 Повърхността обяснява сама себе си — четящ път, DTO, карта, одит
796903a Методологията дословно + каданс (две GH Actions разписания)

Какво реализацията откри и поправи в дизайна

Работата по кода опроверга пет неща, три от които бяха записани грешно в самия ADR. Всички са
поправени в ADR-а с измерването зад тях.

Срещу issue-то:

  1. „Извън ТР" не е 404. ЕИК, който не е търговец, връща HTTP 200 с нулево тяло — проверено на
    Община София, празно два пъти, докато реално дружество връща пълен акт в същия прозорец. Правилото
    стъпва на статуса, не на празнотата: празно при 200 е отговор и може да се кешира трайно; празно
    при 5xx е отказ и остава преходно. Без това ~4 ЕИК никога не биха се разрешили.
  2. fetch не работи срещу този хост. Същата заявка връща 500/празно през undici и 200 с пълния акт
    (34 398 байта) през node:https. Ако беше минало така, всяко търсене щеше да се проваля като „5xx" и
    да се повтаря по 5 пъти — ~2000 заявки вместо ~400 срещу регистър, който блокира около 50-ата.

Срещу собствения ми ADR:
3. Маркерът за заличаване е erasure-text-inline, не field-text--erased — второто не се среща нито
веднъж в живия акт, а заличеният контейнер няма изобщо параграф field-text. По ADR-а заличените
записи биха се четели като живи — точно капанът, за който самият ADR предупреждава.
4. fieldOperation не е сигналът за заличаване (2 при заличените тук, 1 при заличените исторически
записи от сондажа) — съблазнителна корелация, негодно правило.

Два дизайнерски пропуска, хванати от фикстурите:
5. Бях приложил твърде широко гейта на ADR-0017. Той не бива да важи нито за декларирания ЕИК (ЕИК-ът е
самоличността — ADR-0028; иначе изхвърляме най-силния идентификатор точно там, където името е
безполезно), нито да изисква отличителност за седалището (седалището съществува именно за да
спасява родови имена). Стеснен до онова, което ADR-0017 всъщност постановява.

Едно стеснение на повърхността, което трябва да се знае

При семеен дял вписаният собственик е роднината, чието име умишлено не пазим — затова стъпало 2
(„Документ") не може да сработи по конструкция. Самоличността се потвърждава само от нещо, което
самото длъжностно лице е декларирало: седалището или ЕИК-а. Решението на ADR-0032 е непокътнато
(семейният дял се публикува поименно наравно със собствения), но вече иска същото доказателство като
всичко останало. Това е съвместимо с числата на issue-то (59 семейни от 329 повърхностни) и е покрито с
позитивна контрола — семейна връзка с декларирано седалище, която публикува, иначе „семейни: 0" е
неразличимо от структурно мъртъв път.

Какво е проверено и какво не

Проверено на живо Крайната точка, темпото, echo на UIC, формата на акта, „извън ТР", парсерът върху цял реален акт
Проверено с тестове Всички правила, отказите и рейловете (виж таблицата долу)
НЕ е измерено Контролните числа от §10, реалният брой кандидат-ЕИК, ръчно етикетираната извадка

Последният ред е F8 и е блокиран от данни: scratch/ е празен, тоест иска пълно учтиво обхождане на
корпуса (~256k декларации) преди ~400 регистърни справки. Планира се отделно.

Две неща вече изместиха базата спрямо измереното в issue-то и трябва да се имат предвид при сверката:
midt-bg#281 махна 87 фантомни реда, а стеснението по-горе намалява семейните връзки.

Как е тествано

Команда Резултат
node --import … --test scripts/cacbg/*.test.mjs scripts/tr/*.test.mjs 190 успешни (101 от тях нови, в scripts/tr/)
node --test scripts/*.test.mjs 53 успешни
pnpm test 6/6 пакета
pnpm typecheck · pnpm lint · pnpm check:docs чисти
Браузър (Playwright, локално) 14 проверки — доказателственият ред на картата, датите, липсата на изтекли имена, дословната методология

Фикстурите на парсера са реална разметка от жив акт (ЕИК 115536179). Ключовият тест доказва и трите
посоки: съставено име от двама различни хора не съвпада, правилният декларатор съвпада, а наивното
съпоставяне срещу цялото поле би сработило — без последното твърдение матчър, който винаги връща
false, минава целия файл.

Свързан issue

Част от midt-bg#279. Предпоставката по §12 влезе нагоре по течението като midt-bg#281.

Вид промяна

  • feat — нова функционалност
  • fix — поправка на бъг (КДА)
  • docs — ADR-0033, методология, спец, LIA, runbook
  • ci — разписания + поправка на глоб, който не хващаше scripts/tr/

Чеклист

  • Комитите следват conventional commits и нямат Co-Authored-By: trailer
  • pnpm typecheck минава
  • pnpm test минава
  • pnpm lint е чисто
  • Няма комитнати тайни, .env* или .dev.vars
  • Документацията в docs/ е обновена

@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown

Test coverage

Workspace Lines Δ Branches Δ Functions Statements
apps/etl 75.43% +1.43pp 63.52% +5.32pp 70.00% 74.11%
apps/web 91.07% +0.07pp 82.44% +0.04pp 91.30% 89.75%
packages/config 92.85% +0.05pp 72.22% +0.02pp 92.85% 89.18%
packages/db 94.55% +0.05pp 79.34% +0.04pp 87.29% 91.58%
packages/ingest 89.71% +3.41pp 85.52% +5.12pp 81.74% 88.14%
packages/shared 95.50% +0.00pp 80.83% +0.03pp 92.30% 89.56%
Total (informational) 91.43% 81.30% 87.21% 89.32%

✅ No workspace dropped below its baseline (tolerance 0.5pp).

📈 Coverage rose by more than 1pp — run node scripts/check-coverage.mjs --update locally and commit coverage-baseline.json to ratchet the threshold up.

…tier

Records the decision before any code: a link publishes only against a checkable
Trade Register fact (midt-bg#279). If review rejects the grounds, the whole approach
falls — which is why this ADR comes first rather than last.

Seven decisions, each separately contestable: the evidence ladder (six outcomes,
first match wins); a heuristic that grounds an assertion — the explicit exception
to ADR-0007 decisions 2 and 3, together with what justifies it (corroboration
against the official's own filing, never a standalone name match) and the filters
that can only withhold; the joint-stock bar as a union of three signals, where an
unknown legal-form code withholds; reconciliation of a terminated stake against
the live deed, reversing ADR-0021 E11 (the "и към днешна дата" labels defer to
phase 2); the deed cache, extending ADR-0010 decision 6 with a 35-day retention;
monotonicity as a gate rather than a store — §8 of the issue is false as written;
and the launch gates.

Supersedes ADR-0009, ADR-0015, ADR-0017 (headers and index synchronised).
Amends ADR-0007, ADR-0010, ADR-0021 (E11 only), ADR-0028 — accepted ADRs are not
rewritten, so the amendment is recorded here.

Cross-checked against issue midt-bg#279 and the earlier spike; carries the three facts
the issue does not: the sustained 429 at ~50 requests, the open question of the
ЕАД legal-form code, and the deliberate non-use of the beneficial-ownership
fields (C-37/20).
The index has marked it superseded by ADR-0030 since PR midt-bg#226, but the file header
still read "Accepted". A header/index divergence, spotted while synchronising the
index for ADR-0033.
@ydimitrof
ydimitrof force-pushed the feat/registry-evidence-links branch from 746ea13 to 4fde377 Compare August 5, 2026 09:20
@ydimitrof ydimitrof changed the title feat(related-persons): регистърни доказателства за връзките — предпоставка + ADR-0033 docs: ADR-0033 — регистърни доказателства вместо ниво по отличителност на името Aug 5, 2026

@DiyanaDimitrova DiyanaDimitrova left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strict review — ADR-0033 against ticket midt-bg#279 (midt-bg/sigma). Read both in full, verified every control number and every cross-ADR reference. No blocking issues. This is an exemplary ADR: it faithfully addresses midt-bg#279's seven concerns and corrects the ticket where live evidence contradicts it, rather than silently implementing a flawed spec. Findings below are documentation-quality (MEDIUM/LOW).

Scope

In: 0033-* (new, +309), status edits to 0009/0015/0017/0023, README index row. Docs-only. Security scan clean (no secrets; the sole URL is midt-bg#279's own registry endpoint; "token" hits are linguistic tokens).

Fidelity to midt-bg#279 — verified

The 7 decisions map 1:1 to the ticket, and the numbers reconcile exactly:

  • identity row 281+102+156+21+4+4 = 568 ✓; surface by-evidence 251+78 = 329 ✓; "264 new named claims" = 329 − 65 published-survivors ✓; §12 phantom-row fix 255,582 + 617 = 256,286 − 87 = 256,199 ✓.
  • Every supersede/amend target (0007, 0009, 0010, 0015, 0017, 0021, 0023, 0028) exists on base; 0033 is free on main.

Where it diverges from midt-bg#279, it does so deliberately and with argument — and this is the ADR's main value:

  • §9 cadence corrected: decisions can't ride the 6-hourly Worker ETL (no node:sqlite/corpus/winner-set in a Worker) → daily workflow + monthly lookups.
  • §8 monotonicity corrected: "seal forever, strictly additive" is shown false (label flips, expiring cache, court-annulled entries); reframed as a gate, seals re-derived per run.
  • §3 API facts corrected by live probing (2026-08-04): ?entryDate= is honoured, /History does return JSON, wrong subUIC is 500 not 404 — the opposite of what §3 asserts, which matters because a 500 must never read as "no history / outside register".
  • §7 present-tense labels deferred to phase 2 behind an LIA addendum (they assert a present tense about a named person on cache-bounded freshness).
  • Precision-first framing throughout: tripling the named surface raises the bar, so the acceptance gate is a hand-labelled zero-error sample, not the control totals. Fail-closed everywhere (unknown legalForm withholds, partial cache throws, 429 ends the run, returned UIC must equal requested ЕИК).

Findings

1. [MEDIUM — traceability] Amended ADRs get no back-pointer. 0033 amends 0007 (dec 2–3), 0010 (dec 3, 6), 0021 (E11), 0028 — but none of those files, nor their README status, is touched. Superseded ADRs correctly gain a "Superseded by" line; amended ones gain nothing, so a reader of ADR-0007 (the foundational certainty-bar) never discovers that 0033 carved an explicit exception to its decisions 2–3. The stated convention ("accepted ADRs aren't rewritten") already coexists with adding a supersede back-pointer without touching the body — the same one-line "Amended by ADR-0033 (decisions 2, 3)" breadcrumb closes the gap. Recommend it at least for 0007 and 0028.

2. [MEDIUM — surfaced but unresolved] The §5/§10 arithmetic gap is a real acceptance blocker. Decision 7 correctly catches that §5's "3 по ЕИК" confirmations fall in no §10 bucket (the row sums to 568 only without them) and makes control-number reproducibility contingent on resolving it "with the author." Excellent catch — but it means the control totals are currently un-reconcilable, so the ADR's own reproducibility check is externally blocked. Worth promoting from decision-7 prose to an explicit tracked PR blocker so it isn't lost.

3. [LOW — coordination] Confirm 0033 is uncontested. Free on base main (verified), but if a parallel open PR also claims 0033, whichever merges second renumbers (same hazard as migrations). 30-second check pre-merge.

4. [LOW — link integrity] Verify non-PR references resolve. spec §3.3, ../spec/related-persons-lia.md, and the ADR-0021 E10/E11 anchors underpin decision 7's "methodology page carries the rule verbatim" and decision 4's E11 reversal — a mechanical link-check would confirm they exist and are numbered as cited. (0031/0032 confirmed present.)

5. [LOW — cosmetic] README status vocab. 0033 uses "Прието (дизайн)", a string no other row uses ("Прието" / "Заменено от…"). Harmless unless the index column is ever parsed.

Verified

  • ✅ All 6 control-number identities recomputed and consistent.
  • ✅ All supersede/amend targets exist; 0009/0015/0017 status + README synchronized; 0023 status fix matches the pre-existing "заменя ADR-0023" README note for 0030.
  • ✅ Divergences from midt-bg#279 are each argued, not silent.
  • ✅ Deliberate scope beyond midt-bg#279's literal text (correcting its API facts / cadence / monotonicity) is appropriate for an ADR and sound.

Action: no changes required to accept the design. Fold in #1 (amend back-pointers) and track #2 (the §5/§10 reconciliation) as the one genuine pre-implementation dependency.

/conflicts rendered an empty surface locally — seed.sql carried only authorities,
tenders and bidders, so the свързани-лица routes had nothing to show and the
feature could not be verified in a browser at all.

Adds two invented officials, three invented companies and the rows the read gate
actually requires (packages/db/src/queries/related-persons.ts): published status
with a surfaced ownership class, a live contract for the ЕИК, and signed_at
inside the declared window so the „в периода" split is exercised. One link per
outcome — a self stake, a family stake, and a joint-stock link left held — so a
change to the publishing rule shows up as a before/after rather than as an empty
page either way.

Every person and company is invented; no real declarant, no real winner. The ЕИК
pass the real 9-digit checksum (normalize-raw.sql's eik_valid), so the fixture
cannot teach a wrong ЕИК shape.
…capability

Foundations for the Trade Register evidence leg (midt-bg#279, ADR-0033). No crawling and
no publishing decision yet — this is the transport, the cache and the identifier
rule, each with the refusals that make the later steps safe.

scripts/tr/eik.mjs — the ЕИК checksum, which until now was callable only from SQL
(normalize-raw.sql's eik_valid). The crawler has to decide in Node whether a code
is worth a lookup. A test lifts the CASE expression straight out of the .sql file
and runs both implementations over ~120 values through node:sqlite, so the twin
cannot drift from the rule it mirrors.

scripts/tr/client.mjs — 429 is never retried. The register's block is sustained
(an earlier spike saw 429 at ~50 requests and then 429 to everything, with no
Retry-After and no quota header), so it is an instruction to stop, not a
transient. 5xx and network faults retry with growing backoff; a 429 arriving
mid-retry aborts rather than letting a later 200 mask the block. A foreign host
is refused before any packet is sent.

Two transport decisions worth stating: this leg does NOT reuse cacbg/tls.mjs —
that module pins register.cacbg.bg's leaf because that host serves a broken chain
(ADR-0011), whereas this host verifies against system roots, which is stronger.
And it uses node:https, not fetch: measured live, the identical request returns
500/empty via undici and 200 with the full 34,398-byte deed via node:https.

scripts/tr/cache.mjs — resumability plus the PII rail. The index holds no name at
all: ЕИК, dates, codes, verdicts and a body hash, never an excerpt. Any value
carrying a ten-digit run is refused outright — the ЕГН shape, and sound as a
check precisely because an ЕИК is 9 or 13 digits, never 10.

scripts/tr/*.test.mjs matched NO CI job before this commit; the workflow globbed
only scripts/ and scripts/cacbg/. Fixed here rather than later, or every test
above would have been decorative.

cacbg/guard.mjs's assertScratchIgnored takes the subdirectory instead of being
copied — a duplicated safety rail drifts from its original. Existing callers are
unchanged.
The libel-critical part of midt-bg#279. Pure and offline: deed in, verdict out. Nothing
is wired into the publishing path yet — that is the next commit.

deed.mjs enforces one order of operations, and it is an invariant with tests on
it rather than a comment: decode entities → split on record-container/hr--report
→ drop erased → strip tags within the entity → match tokens within ONE entity.
Field CR_F_19_L routinely holds several съдружници in a single string; matching
against the whole field lets one person's given name combine with another's
surname, and the output is a named public claim about the wrong human being. The
test proves both directions — the frankenstein name does NOT match, the correct
declarant DOES, and the naive whole-field approach WOULD have fired. Without that
last assertion a matcher that always returns false would pass the suite.

evidence.mjs implements the ladder: bar_joint_stock · document · confirmed ·
refuted · unknown · outside_tr, first match wins. What it establishes is company
IDENTITY, never that the official owns anything — the ownership claim is the
official's own filed declaration. So the failure mode of a wrong match is a real
official attached to the wrong company's contracts.

Fixtures are real markup, copied from the live deed for ЕИК 115536179. Writing
this against imagined markup is how the entity-boundary bug ships, and doing so
caught two things the ADR had wrong.

ADR-0033 corrected on implementation, both from re-measuring the full deed:
  • the erasure marker is `erasure-text-inline`, NOT `field-text--erased` — that
    class occurs zero times, and an erased container has no field-text paragraph
    at all. Both spellings are now honoured; assuming one costs a wrong publish.
  • fieldOperation is not the erasure signal (2 on erased fields here, 1 on the
    erased history records W0 sampled), so it is not relied on.

Guards that can only withhold: an unknown legal form never falls through to a
lower rung; a two-token declarant can never earn „Документ"; a Latin homoglyph is
a non-match and is counted; an empty seat never confirms; a seat registered after
the declared period does not confirm; refutation never applies to a family stake
and is suppressed inside the 2011-2012 re-registration window; matched_fact is a
closed vocabulary that cannot carry a name.
One request per candidate ЕИК, sequential, 1 per 3 s. What it refuses to do is
the substance, and every refusal is driven offline through injected I/O.

  • The pace flag cannot make it faster, only slower. Tuning around a rate
    limiter empirically is what spec §3.3's „NEVER bulk-scrape" forbids, so
    --min-interval-ms below the documented 3 s is rejected outright.
  • A 429 ends the run with exit 2 and records NOTHING about the ЕИК that hit
    it — that ЕИК is unknown, not absent, and the throttle is a fact about us,
    not about the company. A later re-run resumes exactly there.
  • The candidate set is closed: it never follows a link out of a deed.
  • A checksum-invalid code is dropped before any request.
  • The returned deed's UIC must echo the request, or it is refused and not
    cached — otherwise one company's deed lands under another's ЕИК.

Two things measured against the live register during this work:

„Outside the Търговски регистър" does NOT look like midt-bg#279 §3 describes. An ЕИК
that is not a търговец answers HTTP 200 with a ZERO-BYTE body — not a 404, not
HTML. Verified on Община София (000696327): empty on two consecutive requests
while a real company returned its full deed in the same window. The rule that
keeps R6 honest is therefore the STATUS, not the emptiness: empty under 200 is
the register's answer and may be cached permanently; empty under 5xx is a
failure and stays transient. Both directions are tested. Without this the ~4
non-търговец ЕИК would never resolve and the run could never exit 0.

The breaker threshold is 5, not 10, because the unit is ЕИК and each unresolved
one costs the full 5-attempt budget. At 10 the breaker would spend ~50 requests
against an already-failing endpoint — the exact volume at which the register was
observed to begin a sustained 429, i.e. the safety mechanism would itself have
tripped the block. At 5 the worst case is ~25.

The breaker test caught itself being fake: it had been generating made-up ЕИК of
which only 1 in 10 passed the checksum, so the crawler dropped them all and the
assertion passed on zero requests. It now generates genuinely valid codes and
asserts the REQUEST budget, not just the candidate count.
A side table, not columns on interest_links, for three reasons that are easy to
forget once the code is written: SQLite's ADD COLUMN has no IF NOT EXISTS and
these migrations are applied by a bare `d1 execute --file` with no ledger, so a
re-apply must be a no-op; load.mjs rebuilds the CACBG tables from 0003 alone, so
any column added here would have to be duplicated into 0003 and kept in step
forever; and §8 describes the seal as an attached artefact of a link.

A seal is written for EVERY link, not only published ones — the seals on held and
withdrawn links are what make the review queue reviewable.

matched_fact is a closed vocabulary ('seat:<CITY>' | 'role:owner:<FIELD>' |
'role:manager:<FIELD>' | 'eik') and must never carry the matched name; the deed's
names are read only to produce a boolean and never leave git-ignored scratch. A
schema cannot enforce that, so the audit will.

Wired everywhere the 0003 table list already is, and the two FK orderings are
opposite by necessity: the seal ships AFTER interest_links and is wiped BEFORE
it. D1 enforces foreign keys, so getting either backwards breaks the re-seed.

  • ship-related-persons.mjs — TABLES and WIPE_ORDER, with a test asserting both
    orderings and a third asserting every shipped table is also wiped (a table
    that ships but is never wiped accumulates seals for links that no longer
    exist).
  • related-persons.ts CONFLICT_TABLES — so an environment without 0006 degrades
    to an empty surface rather than a 500.
  • load.mjs — applies 0003 AND 0006, and drops the seal first.
  • BOTH related-persons-data.yml and deploy.yml hardcode migration filenames;
    each needed its own step. Missing either leaves a D1 without the table.

ship-reseed.test.mjs builds its fixture from the migrations, so 0006 joins it —
the new table is part of the FK graph that test exists to police.
КДА — командитно дружество с акции — issues shares like an АД, so the same two
reasons apply: the shareholder book is not public, making a declared parcel
unverifiable, and the parcel may be immaterial. It was absent from both
JOINT_STOCK and FORM_TOKENS, so a КДА read as CLOSELY HELD and its declared
holder could reach the public ownership surface as an owner — the exact class of
claim the exclusion exists to prevent.

Two independent effects, hence both lists: JOINT_STOCK is the materiality bar,
and FORM_TOKENS feeds the content-word count in nameDistinctiveness, where a form
token miscounted as a content word inflates distinctiveness toward publishing.

Found while implementing midt-bg#279, whose rung 1 names КДА explicitly alongside АД and
ЕАД, but the gap predates it and is a bug on its own — hence a separate commit.
The mirror cases stay correct: „КДА-ТРЕЙД ЕООД" and „КДА ГРУП ООД" are ООД.
The decision swap (midt-bg#279, ADR-0033). load.mjs no longer asks whether a declared
name looks distinctive; it asks what the Trade Register says about that ЕИК.
publishTier() and seatConfirmed() are deleted — one production caller each —
and publish_tier now carries the evidence kind.

FAIL CLOSED, twice. A missing cache refuses the load outright. A PARTIAL cache
refuses it too, and that is the one that matters: it does not fail loudly
downstream. An 80%-restored cache yields ~80 published links, which clears the
ship floor of 50, ships a decimated surface and wipes the rest of the live
links. --allow-partial-tr is the deliberate override, and an uncached ЕИК under
it is „unknown" (held), never a reason to publish. The workflow now passes
--min-links 250 explicitly rather than relying on the default of 50.

tr-census.mjs is deleted. Its promote() moved C_hold → published on pure name
uniqueness — identity by name coincidence, which is what this change abolishes.

Two design errors the fixtures caught, both about how far ADR-0017's gate reaches:

  • Gating the declared-ЕИК leg on name uniqueness would discard the strongest
    identifier we have exactly where the name is useless — a фирма backing two
    ЕИК is the case ADR-0028 was written for. Now ungated.
  • Gating the seat leg on nameDistinctiveness would empty the rung of its
    purpose: rescuing a GENERIC name is what the seat is for. Only national
    non-uniqueness blocks it.

A consequence worth stating plainly: midt-bg#279 NARROWS the family surface. The
registered owner of a family stake is the relative, whose name we deliberately
never store, so rung 2 („Документ") can never fire for a family link by
construction — its identity can only be confirmed by something the OFFICIAL
declared, the seat or the ЕИК. ADR-0032's decision is untouched (family
publishes on the named surface exactly like self); it now needs the same
evidence as everything else. The fixture's seat-less family case is therefore
held, and a seat-carrying one was added as the positive control, without which
„family published: 0" would be indistinguishable from a dead path.

Fixture declarants gained patronymics. Bulgarian names are three-part by statute
(ЗГР чл. 9) and rung 2 requires the full triple, so two-token fixture names were
not merely unrealistic — they could never earn „Документ" and were quietly
testing the wrong path.

A seal is written for every link, held and withdrawn included, so the review
queue can explain itself; live_status is re-derived each run and never sealed.
load.mjs also emits candidate-eiks.txt — every resolved ЕИК, not just published
ones — which is the crawler's closed input set.
The read path, the DTO, the card and the audit (midt-bg#279, ADR-0033). This is what
makes „every shown link explains itself" true rather than a promise: a reader
sees which act was read, which entry, and when — and can open the same act.

THE PREDICATE HAS THREE COPIES and all three moved together. SURFACED_OWNERSHIP
in related-persons.ts is the one people find; the other two are precompute.sql
and refresh-slice.sql, and the second of those runs on the 6-hourly cron feeding
the officials search index. Missing it would leave officials findable whose links
no longer surface — a stale index that contradicts the page it links to.

The card's wording is load-bearing and tested as such. „лицето е вписано като
съдружник/собственик" reports what the act RECORDS; it does not say the official
owns anything, because that claim comes from their own declaration and is
rendered separately as „дялово участие". „Потвърдено" says the COMPANY was
identified from something the official declared — nobody was found in the act —
so its label must not imply anyone was, and a test asserts it never contains
„вписан" or „собственик".

audit.mjs's C axis was dead code the moment the loader stopped emitting
B_distinctive: it re-derived name distinctiveness, a rule no longer in force. It
now re-derives the rule that IS in force — a published link must carry a seal,
the seal must be a publishing rung, and the tier must agree with it — plus the
PII rail as an audited invariant rather than a convention: matched_fact is a
closed vocabulary, so a name reaching it is a hard finding. Five new cases,
including a positive control, without which all four negatives would still pass
if the axes fired unconditionally.

Eight test fixtures needed 0006 or evidence seals. That is not incidental: the
read gate now requires a seal, so a fixture without one renders an EMPTY surface
and every assertion below it passes vacuously. related-persons-sql.test.ts seals
its links with a SELECT over interest_links, so a row added later is sealed
automatically and cannot silently drop off the surface.

Two things the browser check caught that no unit test could. The dev server was
serving pre-change HTML because my local vite config pinned __SIGMA_DEPLOY_TAG__
to a constant — the worker prefixes that tag into its edge-cache key, so the key
never rotated and stale HTML survived every restart. That is exactly the failure
the real vite.config.ts warns about, reproduced by ignoring it. And the row's
<dt> is CSS-uppercased, so the assertion had to be case-insensitive.
midt-bg#279 §9 asks for the publishing decisions to run on a schedule and for the rule
to be public. ADR-0021 E10 makes the second one a libel-defence obligation, not
a nicety: a reader must be able to re-derive any link.

The methodology page now carries the evidence ladder VERBATIM — all six rungs,
including the two that hide a link — and, more importantly, the disclosures that
make it honest rather than merely stated:

  • the register carries NO ЕГН, so a three-name match is not proof of identity
    and a namesake is possible. Said in those words, not implied.
  • which is why the match must be all three names inside ONE registry entry;
    initials and Latin-script names are refused.
  • seats move, so a registered seat only confirms a period it predates.
  • erased entries are skipped everywhere.
  • what the evidence proves and what it does not: the register confirms the
    IDENTITY OF THE COMPANY; it does not certify that the official owns it —
    that claim is their own declaration. This is why the card says „вписано
    като съдружник/собственик" and never „собственик според ТР".
  • the monthly cadence, the entry number and lookup date on every link, and the
    35-day retention with no third-party name kept.

The divestment promise is corrected too: withdrawal on a later silent filing is
an INFERENCE FROM SILENCE whose commonest cause is a finished mandate, so it is
now reconciled against the live act before it takes effect.

Cadence, deliberately on the EXISTING workflow rather than a second one. A
duplicate would carry its own copy of the credential guards, the D1-target guard
and the ship floor — and the copy is the one nobody exercises. A scheduled run
takes the same path, targeting STAGING (production stays manual, so a prod write
remains a deliberate act) and with full_crawl false, so it never touches the
register: decisions are a pure function of declarations, cached deeds and
contracts, which is exactly what §9 means.

Registry lookups get their own monthly workflow because they are the only step
with a network budget, and separating them is what keeps the decision run
zero-network by construction. It ships nothing, caches the deeds between runs so
a refresh stays ~400 requests rather than a full crawl, and treats exit 2 (the
rate limiter) as a WARNING, not a failure — the run stopped politely and the
cache is resumable, and a red X there would train everyone to ignore the one
signal that means „the register asked us to stop". The uploaded artifact is the
cache INDEX only; the raw deeds carry third-party names and never leave the runner.

Spec §3.3's Phase-0 is closed with what was measured, including the three facts
that contradicted the issue: the sustained 429, „not in the register" being an
HTTP 200 with an empty body, and fetch failing where node:https succeeds.

The LIA gains an addendum for the new source and the runbook two new takedown
grounds — a court-annulled entry (чл. 29 ЗТРРЮЛНЦ) and a namesake match. Neither
looks like a bug: the pipeline works correctly and the claim is still wrong, so
neither is fixed by a rules bump.
@ydimitrof ydimitrof changed the title docs: ADR-0033 — регистърни доказателства вместо ниво по отличителност на името feat(related-persons): регистърни доказателства за връзките (#279) Aug 6, 2026
CI caught both; local runs could not, and the reasons are worth recording because
they will recur.

load-ambiguous.test.mjs ran load.mjs WITHOUT setting TR_CACHE_DB, so it fell back
to the repo's real scratch/tr/tr-cache.sqlite — a file that exists on my machine
only because the live smoke run created it, and that exists nowhere in CI. The
test was silently running against a developer artifact. It now builds its own
empty cache and passes the path explicitly, like every other loader test.

refresh-officials.test.ts executes the real refresh-slice.sql, which now joins
interest_link_evidence, but built its schema from 0000/0001/0003 only. Locally
`pnpm test` reported 6/6 because turbo REPLAYED A CACHED RESULT for @sigma/ingest
— my change was to scripts/refresh-slice.sql, which is not among that package's
declared inputs, so the cache key did not move. `turbo run test --force` fails
the same way CI does. Fixture now applies 0006 and seals its links.

The seal is derived with a SELECT over interest_links rather than written row by
row, so a link added to the fixture later is sealed automatically. That matters
more than it looks: the officials batch requires a publishing rung, so an unsealed
fixture indexes NOBODY and every assertion below it passes vacuously.

Coverage baseline ratcheted up, as check-coverage nudged: apps/web +1.33pp
(the new jsdom card tests and the evidence-label tests), packages/db +0.34pp,
packages/ingest +0.57pp, packages/shared +0.83pp branches.
@lyubomir-bozhinov

Copy link
Copy Markdown

Reviewed the libel-critical core against the diff — scripts/tr/evidence.mjs (the ladder) and scripts/tr/deed.mjs (the parser), plus the deed.test.mjs fixtures. This is where a false public claim about a named person would originate, and it holds up:

  • Per-entity matching, not per-fieldfindPerson runs fullSubsetMatch on ONE entity at a time; liveFields splits on record-container/hr--report. The F19_THREE fixture + the "frankenstein" test prove the naive whole-field match fires (one person's given name crossed with a neighbour's surname) while the per-entity path doesn't. Core anti-libel invariant, enforced + tested.
  • Erasure dropped in one placeliveFields's .filter(!erased) is the single choke point, and latestOwnershipEntryDate relies on it so an erased 2013 CR_F_23_L can't refute/"certify". Both marker spellings accepted.
  • Whole-token subset, 3-token floor, Latin non-foldПЕТРОВПЕТРОВА, Г. И. Петров→1 token (can't reach rung 2), homoglyph = non-match. All tested.
  • Joint-stock bar is union-of-signals — numeric code OR ЗТРРЮЛНЦ suffix; neither-can-say ⇒ unknown/withhold; ЕАД deliberately not assumed to share АД's code. assertUicEcho rails the 000… public-body EIK round-trip.
  • I chased the one thing that looked risky — matching runs against the entity's FULL token set (name + Държава: БЪЛГАРИЯ, Размер на дяловото участие: N лв.), not a name isolate, though the header lists "separate the name from the address/stake" as a step. Against the real fixtures it's safe: ownership/manager entities carry only name + fixed boilerplate, which can't form a 3-part personal name, so there's no token-collision path today.

One non-blocking hardening note (defense-in-depth on the one path where a false match = a named-person claim): that safety rests on the fields staying name+boilerplate. The name is always the pre-first-comma segment here (ПЕНКО НЕСТОРОВ НЕСТОРОВ, Държава: …), so a text.split(',')[0] isolate before fullSubsetMatch — the same "cut at the first comma" you already do in normalizeSettlement/registrySeat — would make the match robust to a future field-format change instead of relying on the boilerplate never containing name-like tokens.

Scope: this pass covers the ladder + parser (where a false publish is born). The network/cache layer (scripts/tr/{client,cache,fetch-deeds}.mjs), migration 0006, related-persons.ts and the web render weren't in this pass and are worth their own look — but the correctness-critical decision logic is sound. Genuinely careful work; ADR-0033 is the most rigorous reasoning I've seen on this surface.

@DiyanaDimitrova DiyanaDimitrova left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strict review — full ADR-0033 implementation at d50a723 (grown from the docs-only PR I reviewed at a40df20 to +4677/−494, 63 files). Reviewed across four parallel dimensions — TR network/crawler/ЕИК, deed parser + evidence ladder, cacbg integration + migration 0006, and web-surface PII + workflows + tests — then personally re-verified the two headline gaps. Scripts suite 243/243 green, web typecheck clean, security scan clean (no secrets; URLs are the documented registry API; process.env spreads are test harnesses).

Verdict: 0 CRITICAL, 1 HIGH, 4 MEDIUM. The implementation is genuinely strong and thoroughly tested; the libel-critical invariants hold. One stated safeguard is absent and should land before the crawler/ship runs against production — flagging as a comment rather than blocking the design.

HIGH — the monotonicity gate (decision 6) is specified but not implemented

scripts/cacbg/audit.mjs (no rules_version reference), scripts/cacbg/load.mjs:419

rules_version is only ever written (load.mjs:419); it is never read for a comparison. Every "§8's monotonicity gate keys on this" mention (load.mjs:44, evidence.mjs:34-35, 0006_...sql:32) is a comment pointing at code that does not exist: there is no pre-wipe export, no snapshot compare, and no "previously-published link vanished under an unchanged rules_version" hard-finding anywhere in the repo. ship-related-persons.mjs has only a count floor (assertShipFloor), which cannot catch a one-for-one swap (count stays constant while a real link is silently dropped).

Why HIGH and not CRITICAL: the failure direction is safe — a missing monotonicity gate risks silently withholding a true link (a recall regression), never fabricating a false public claim. The ADR's own maxim covers it: "a recall miss is safe; an over-merge is not." And it's a decision-6 mechanism, not one of the §7 launch gates. But it is a stated part of ADR-0033, and the surface it protects becomes 3× larger — so it must land before the first production re-run/wipe, or a rules-neutral change can quietly shrink the published surface with nothing to catch it. Fix: implement the specified gate — export {link_key, rules_version} for status='published' before the wipe; after reload, for each prior published key now absent, hard-fail if rules_version is unchanged, else emit a diff.

MEDIUM

M1 — retention is documented, purge is never enforced. scripts/tr/fetch-deeds.mjs:81, cache.mjs:145. maxAgeDays defaults to null and only makes a cached row pending again (re-fetch); nothing ever unlinks the PII-bearing scratch/tr/deeds/<eik>.json or deletes rows, and there is no 35 default. Decision 5 promises "a 35-day retention … and a purge step in the same job." Local/runner-only (CI correctly excludes deeds/*.json from artifacts), so no public exposure — hence MEDIUM — but third-party PII accumulates unbounded on disk. Fix: RETENTION_DAYS = 35 default + an actual purge (unlink raw JSON + delete rows) in the job.

M2 / M3 — deed parser hardcodes single-quoted attributes. scripts/tr/deed.mjs:67 (entity split) and :76-79 (erasure strip) both match only class='…'. If the register ever emits class="…", the entity split silently collapses two people into one block — the cross-entity "franken-name" match this file exists to prevent (fullSubsetMatch("ПЕНКО КОСТАДИНОВ ФИЛИПОВ", …) → true across a boundary), and the erasure strip raises a false drift REFUSAL. Safe today (fixtures are verbatim single-quote live markup), but the module's own R7 doctrine is "refuse loudly, never guess," so this silent-mis-split is the wrong failure mode. Fix: class=['"][^'"]*record-container across all three call sites + add a double-quoted fixture.

M4 — the ЕГН rail only guards 4 of the fields written to the index. scripts/tr/cache.mjs:66. assertNoEgnShape runs over TEXT_FIELDS (4 names) but upsertDeed binds ~7 more (seatEntryDate, latestOwnEntryDate, legalFormCode, …) unchecked. Nothing leaks today (dates aren't 10-digit runs), but the guard is only as strong as a hand-maintained list, and a future 10-digit field (e.g. a raw fieldEntryNumber) would bypass it straight into the index. Fix: run the shape check over every stringified bound value, not a subset.

LOW

  • Dead nameDistinctiveness import (load.mjs:18) — tier-era residue; confirms distinctiveness left the publish path but muddies the read.
  • --max-age-days flag name implies retention but only controls re-fetch (consequence of M1).
  • deed.mjs:231 registryLegalForm gates on typeof … === 'number'; a string-typed code degrades to unknown (safe direction, but drops one of the three joint-stock signals).
  • Methodology page documents 5 rungs; code has 6 (outside_tr folded into "Неизвестна") — both held, no safety impact, but not verbatim.
  • Missing positive-control tests: a role:manager:CR_F_7_L seal passing the vocabulary check; a double-quoted deed fixture. conflicts.render.test.tsx:198 toContain('—') is unscoped (passes on any dash).

Verified correct (not reported — pinned by tests / re-checked)

  • Network hygiene: 429 stops the run, is never retried, never cached as negative; 5xx/timeout retried with backoff; pacing ≥3s enforced (faster is un-passable); resumable; circuit breaker sized in requests (25 < ~50 observed limit) so it can't itself trip the limiter.
  • UIC-equality guard refuses a leading-zero round-trip to a different company; ЕИК is TEXT end-to-end; ЕИК checksum (9- and 13-digit) matches the algorithm and is pinned against the live SQL eik_valid over 120+ values.
  • Libel-critical ladder: erased records skipped at a single choke point; full three-token subset (2-of-3 refused); entity-scoped match cannot span two names (for observed markup); six-rung order with declared-ЕИК before the name-gated seat leg; joint-stock bar = union of 3 signals with unknown code withholding; "strictly-before-first-declared-year" refutation is off-by-one/timezone-safe and family stakes are structurally exempt.
  • PII: removed at the type level (api-contract) so no component can leak a relative's name; cache index carries no name column; matched_fact is a closed vocabulary enforced by an independent audit re-derivation.
  • Fail-closed & cadence: partial cache throws (belt-and-braces per-link too); --min-links 250 floor blocks a decimated surface; registry lookups monthly vs decisions daily is separated by construction; CI excludes deeds/*.json.

Action: not blocking the design — but land the monotonicity gate (HIGH) and the purge (M1) before the crawler/ship runs against production, and fold in the deed quote-hardening (M2/M3) since the module's own doctrine demands it. Excellent, well-tested work otherwise.

@lyubomir-bozhinov

Copy link
Copy Markdown

Second pass — the parts I flagged out-of-scope last time. One MAJOR functional bug in the crawl; the rest is sound.

MAJOR — assertNoEgnShape false-trips on every 13-digit ЕИК, aborting the crawl (scripts/tr/cache.mjs)

assertNoEgnShape refuses any TEXT field matching /\d{10}/, and TEXT_FIELDS includes rawPath. On the fetched path, upsertDeed gets rawPath = path.relative(rawDir, deedPath(eik)) = `${eik}.json` (fetch-deeds.mjs:227). safeEik/EIK_SHAPE explicitly admit 13-digit ЕИК (клонове/подразделения). For any such ЕИК, rawPath = "1234567890123.json", and /\d{10}/ matches the first 10 of the 13 digits → upsertDeed throws REFUSE TO STORE: rawPath carries a ten-digit run.

The guard's stated soundness is the bug: "an ЕИК is 9 or 13 digits — never 10 — so it cannot reject a legitimate identifier" (in cache.mjs, repeated in cache.test.mjs:6 and :97). /\d{10}/ is an unanchored substring match — a 13-digit run contains 10-digit runs. Confirmed:

/\d{10}/.test("1234567890123.json") === true
/\d{10}/.test("123456789.json")     === false

Blast radius. upsertDeed (fetch-deeds.mjs:222) sits past the JSON.parse/assertUicEcho try-catch (207-217), so the throw propagates and aborts runFetchDeeds on the first 13-digit ЕИК that returns a deed — after the paced request is spent and the raw file written. Fail-closed for correctness (it crashes rather than mis-publishes), but the crawl is the data source for the whole feature, so one 13-digit winner silently kills the run and the fail-closed coverage gate then blocks the load.

Why the tests miss it. cache.test.mjs:105 ("valid 9- and 13-digit codes are NOT caught") only exercises markOutsideTr('1155361790001', 'клон')markOutsideTr sets no rawPath (null → skipped), and the ЕИК itself isn't in TEXT_FIELDS. The fetched fixture (line 33) uses a 9-digit rawPath: 'deeds/115536179.json'. So upsertDeed({rawPath:'<13-digit>.json'}) — the one path that throws — is never tested, and the test comment repeats the same premise.

Fix. rawPath is derived from an already-shape-validated ЕИК and structurally can't carry an ЕГН — drop it from TEXT_FIELDS; the rail belongs on deed-derived free text (seatNormalized, outsideReason), which strip digits or are enums anyway. Or anchor the run: /(?<!\d)\d{10}(?!\d)/. Either way add a fetched-path test with a 13-digit ЕИК to lock it.

Verified sound in this pass

  • related-persons.ts publish gateSURFACED_OWNERSHIP requires TWO independent gates (status='published' AND an EXISTS seal ∈ {document,confirmed}); since interest_link_evidence.link_key is the PK (one row per link), a wrong status alone can't leak a withholding-rung link. Family links can't reach document (the official isn't the registered owner) → they surface confirmed/registry_role=null; no matched_fact/name projected. Anonymisation holds.
  • Migration 0006matched_fact closed-vocab PII rail, entry_number TEXT (2^53), idempotent CREATE TABLE IF NOT EXISTS, sound side-table rationale. Minor: 0003–0005 numbering is assumed as on this fork's main — reconcile when reflecting upstream.
  • Network layerassertTrHost before any packet (SSRF), node:https does not auto-follow redirects (no SSRF-via-redirect), 429 throws and is never retried (checked before the 5xx branch), system-root TLS with a documented reason not to pin, MIN_INTERVAL_MS=3000 floored so the pace can't be tuned below the polite rate. Empty-200 → permanent outside_tr, 5xx → not cached — the R6 distinction is implemented correctly.

Net: the decision core (previous review) and the surrounding plumbing are sound; the single blocker is the 13-digit-ЕИК crawl abort above.

@DiyanaDimitrova DiyanaDimitrova left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deeper strict review — usability · security · performance · maintainability · testing (at d50a723, five parallel dimensions, findings personally reproduced/verified). This complements my earlier correctness/PII pass (monotonicity-gate HIGH + retention MEDIUM still stand). New tally: 0 CRITICAL, 2 HIGH, several MEDIUM. By the strict threshold the two HIGH robustness defects are request-changes territory — but both are cheap fixes and the input source is the (semi-trusted) government registry, so I'm leaving this a comment. Fix them before the crawler runs at scale.

HIGH — verified

H1 · Polynomial ReDoS + unbounded response body → the crawler can hang on one deed. scripts/tr/deed.mjs:67,77 + scripts/tr/client.mjs (no max-body cap). The entity-split/erasure regexes are O(n²) on a <div…erasure-text-inline…>-heavy body. Reproduced against the real entityBlocks: 34KB→2.3ms, 68KB→8.8ms, 136KB→31ms, 272KB→109ms, 544KB→439ms — doubling length ≈ 4× time. Extrapolated, a multi-MB deed costs seconds→minutes, and httpsGet buffers the whole body with no size ceiling, so nothing stops a pathological (or maliciously large) deed from stalling the run. (Note: I did not reproduce the "200KB→9.2s" magnitude a first pass suggested — my numbers are milder; the scaling is the real issue, not a hang on small input.) Fix: cap the body in httpsGet (req.destroy() on overflow) — this one chokepoint also bounds H2 — and make the entity split a linear tokenizer / anchored match.

H2 · Uncaught RangeError aborts the parse (and the crawl). scripts/tr/deed.mjs:36String.fromCodePoint(Number(n)) on a numeric character reference. Reproduced: &#999999999999;RangeError: Invalid code point 999999999999, thrown out of decodeEntities; the crawler's parse path (fetch-deeds.mjs:~219) does not wrap it, so a single malformed deed ends the run instead of being refused-and-skipped. Fix: bounds-check the codepoint (≤ 0x10FFFF, else drop the entity) and wrap the per-ЕИК parse in the existing refuse-and-continue.

MEDIUM — new (beyond the earlier pass)

  • Crawl scope isn't the stated ~400 / 20 min. load.mjs candidate set = COUNT(DISTINCT eik) over all links (published + held), with no ceiling and no projected-wall-clock log; the "~400 ЕИК" figure is an assumption the code doesn't enforce. Add --max-candidates + a projected-runtime log. (Perf P1)
  • Daily job re-runs the full corpus rebuild. The ADR frames decisions as "pure, zero-network, daily"; the workflow actually re-crawls CACBG + full load.mjs rebuild daily. Reconcile the cadence claim or measure/record the real daily wall-clock. (Perf P2)
  • A1 · official page overclaims "собствен дял". conflict.official.tsx:55,62 lede + callout say the page shows only the official's own stake, but OFFICIAL_SQL has no relation='self' filter, so ADR-0032 family cards ("деклариран дял на свързано лице") render below. The card label is honest and the relative is nameless (why MEDIUM not HIGH), but the page-level framing wrongly implies the named official personally holds every stake shown. Copy-only fix: "собствен дял или дял на свързано лице".
  • Rung precedence is comment-only — no test goes red on a reorder. evidence.mjs:117-204. The single place a plausible future edit produces a libel with all tests green. Add cross-rung precedence tests (document-beats-refutation; bar-beats-everything). (Testing/Maint)
  • Publishing set {document,confirmed} duplicated across 4 sites (audit.mjs:44, related-persons.ts:135, conflicts.ts, 0006.sql:23) and the joint-stock regex byte-duplicated (deed.mjs:222 vs classify.mjs:80) — no "keep in step" test. A rung change touches all four; one miss is a silent mislabel/leak. (Maint)
  • Dev seed renders an empty /conflicts. scripts/seed.sql doesn't seal its published links, so under the new evidence gate the local surface goes dark — the exact "passed only due to local state" class this PR just fixed, missed in the seed. Seal seeded links + add a seed-loads-non-empty test. (Testing)
  • matched_fact name-safety has no production guard — only a test whose fixtures are always clean (ПЛОВДИВ). Feed a dirty settlement and assert the exact sealed token, or enforce the vocabulary in prod. (Testing/Security)
  • ЕГН rail covers 4 of ~11 index fields (from earlier pass) — worth folding in here as it's the security-relevant twin of the above.

LOW

Deed re-parsed 5–7× per link (hoist the double registryLegalForm(deed) at fetch-deeds.mjs:229-230; WeakMap-memoize allFields); fetch-deeds.mjs has no --help and dumps a raw stack on bad args; no per-ЕИК progress on a ~20-min run; retention constant drifts (35 doc / 30 default / no purge); toLink silently coerces an unknown evidence_kind to document; A2 no inline съименник/"no-ЕГН" caveat at the confirmed-claim card.

Verified strengths (kept, not re-listed from the prior review)

Read-path is correctly indexed (join on evidence PK, no N+1; LINK_CONTRACTS_LIMIT=500 DoS guard); write path is a single batched transaction; workflows SHA-pin actions, permissions: contents: read, no pull_request_target, exclude deeds/*.json from artifacts, and print reasoned ::error:: on every fail-closed path; a11y cues carry text/sr-only (not color-only); the cross-entity libel guard test is mutation-hard (proves the naive match would have fired); ЕИК SQL/JS parity pin over 120+ values; no secrets, SQLi, path traversal, prototype pollution, or TLS bypass.

Recommendation: land H1 (body cap + linear split) and H2 (codepoint guard + refuse-and-continue) before the crawler runs unattended — one bad/large deed shouldn't stall or abort a 20-minute run. The rung-precedence test and the seed-seals-links test are the two highest-value maintainability/testing adds. Everything else is fast-follow.

The entity split and the erasure strip both matched class='...' only. The live
register emits single quotes today and every fixture is verbatim from a real
deed, so nothing is broken now — but the failure mode if that ever changes is
the worst one this module has: the split stops firing, all owners in a field
collapse into one token pool, and a name assembled from two different people
starts matching. That is a named public claim about someone who is not there.

deed.mjs's own doctrine is "refuse loudly, never guess". Silently mis-splitting
is neither, so match either quote style instead.

The new split test strips the <hr> separators first. With them present it passes
on the <hr> rule alone and proves nothing about the quote handling — verified by
watching it pass before the fix.
assertNoEgnShape refused any value matching /\d{10}/, justified in three places
by "an ЕИК is 9 or 13 digits, never 10 — so it cannot reject a legitimate
identifier". That reasoning only holds if the run is matched as a WHOLE. A
13-digit ЕИК (клон) CONTAINS ten-digit substrings, and on the fetched path
rawPath is `<eik>.json`, derived from that very ЕИК:

  /\d{10}/.test("1155361790001.json") === true

upsertDeed sits past fetch-deeds' JSON.parse/assertUicEcho try-catch, so the
throw propagated and killed the whole run on the first branch office that
returned a deed — after its paced request was spent. Fail-closed for
correctness, but the crawl is the data source for the entire feature.

The existing test asserted this exact case was safe and passed anyway:
markOutsideTr sets no rawPath, and the fetched fixture used a 9-digit ЕИК, so
the one path that throws was never exercised.

Anchor the pattern, and screen by EXCLUSION rather than a hand-maintained list
of four field names — upsertDeed binds thirteen values and the next one added
would have bypassed the rail silently.

Two fields stay exempt for structural reasons, not convenience. `eik` is
already shape-validated by safeEik. `bodySha256` is 64 chars of [0-9a-f]:
measured over 200k digests, a standalone ten-digit run occurs in 7.2% of them
(18.1% unanchored), so screening it would refuse roughly one deed in fourteen
for no privacy gain. A digest is not personal data — it exists precisely so
that no deed content reaches the index.
ADR-0033 decision 5 promises the deed cache is kept "with a 35-day retention
(one refresh cycle plus slack) and a purge step in the same job". Neither
existed. --max-age-days defaulted to null and only made a cached row pending
again — it re-REQUESTS, it never deletes — so nothing ever unlinked the raw
JSON that holds co-owner and manager names and company addresses. Third-party
personal data accumulated on disk unbounded, with a documented TTL that deleted
nothing.

Freshness and retention are now separate flags because they are separate
obligations: --max-age-days decides what gets re-requested, --retention-days
decides what stops being kept. Retention defaults to the ADR's 35 days rather
than to "off", so the rail holds for an operator who passes neither.

purgeExpired runs in `finally`, and that placement is the point: retention is an
obligation about other people's data, not a reward for a clean run, so it must
also happen on the paths that leave early — a 429 (exit 2), a tripped breaker,
an unresolved candidate. A failed purge is loud but never masks the run's own
exit code, least of all the 429 that tells the operator to back off.

It is a privacy rail, not cache eviction. Under normal operation it removes
nothing, because the monthly refresh rewrites each row well inside the window;
what it actually catches is residue — a company that dropped out of the
candidate set, or a refresh that failed — plus orphaned raw files that no read
path can reach and that are therefore pure retained personal data.

purgeExpired was written before its tests, so RED was established afterwards by
mutation: stubbing the expiry query kills 4 tests, disabling the orphan sweep
kills 2, and moving the call out of `finally` kills the 429 case.
…fies

rules_version was only ever written (load.mjs) and never read for a comparison.
Every "§8's monotonicity gate keys on this" comment — in load.mjs, evidence.mjs
and migration 0006 — pointed at code that did not exist: no pre-wipe export, no
snapshot compare, no finding.

ship-related-persons.mjs's count floor cannot stand in for it. It compares a
COUNT, so a one-for-one swap — one true published link silently dropped, one
gained — leaves it perfectly quiet.

Two halves:

load.mjs exports the currently published set with each link's rules_version
immediately before it drops the CACBG tables. The rebuild is total, so that set
exists only in this instant. On a first run the tables are absent and the export
is an empty array — written rather than skipped, so a missing file keeps meaning
"the loader never ran", not "nothing was published". Any error other than "no
such table" propagates; swallowing it would turn a broken export into a
permanently silent gate.

audit.mjs compares against it. A link published last run and not published now
under an UNCHANGED rules_version is a hard finding: nothing licensed the removal.
Under a changed version it is an intentional event and degrades to a printed
diff, so a rules bump still shows a human which named claims it withdrew. Held
and withdrawn links are excluded from the export — they were never a public
claim, so their absence is not a regression.

The failure direction this protects against is recall, not libel: a missing gate
risks withholding a true link, never fabricating a false one. But the surface it
guards is about to triple, so a rules-neutral change must not be able to shrink
it silently.

Also drops the dead nameDistinctiveness import from load.mjs (referenced only in
a comment since the ladder replaced it) and replaces it with a note on why it
stays in classify.mjs.
Superseded ADRs gain a "Superseded by" back-pointer; amended ones gained
nothing. A reader of ADR-0007 — the foundational certainty bar — had no way to
discover that ADR-0033 carved an explicit exception to its decisions 2 and 3.

Adds an "Amended by" line to 0007, 0010, 0021 and 0028, each naming which
decisions moved. A header breadcrumb, so the convention that accepted ADRs are
not rewritten still holds.
expect(text()).toContain('—') ran against the whole page, where the value and
date cells render em-dashes of their own. It would have survived the source
branch being deleted outright. Scope it to the card whose sourceUrl is null and
assert the declaration anchor is absent from it.
It was parked as "resolve with the author". It does not need the author — the
issue's own numbers determine it.

§5 gives each rung a control count: 4 barred + 281 document + 102 seat + 3 ЕИК
+ 21 refuted + 156 unknown = 567, plus the 4 links whose ЕИК is not in the
register at all (§5 scopes the ladder to links "с изтеглен акт", so those reach
no rung) = 571. §10's identity row is 281/102/156/21/4/4 = 568. The difference
is exactly the "3 по ЕИК".

The labels give the cause away. The identity row calls its second bucket
"седалище" — one leg of rung 3 — while the evidence row two lines below calls
the same rung "потвърдено". Rung 3 has two legs; the row tallied one and
presented the result as a partition of the resolved set. A histogram that
dropped a category, not a disputed measurement.

The stated total 568 equals that row's sum exactly, so it is derived from the
histogram rather than measured independently. Both therefore move together:
the bucket becomes "потвърдено: 105", the resolved total becomes 571. F8
measures against those and reports disagreement rather than adopting whichever
reading makes the reconciliation pass.

The identified-vs-surfaced gap moves with it — 57 links on the corrected
reading, 54 on the row as written — so that figure independently distinguishes
the two, which is worth more than the correction itself.

Also records what is NOT a discrepancy, so nobody "fixes" it: "извън ТР" is 4
in §10 and 3 in §3/§11 because the units differ — 3 ЕИК not in the register,
carrying 4 links between them. §10's row counts links.
@lyubomir-bozhinov

Copy link
Copy Markdown

Re-checked the commits addressing my last two findings — both correctly fixed, and the ЕГН one is fixed better than I suggested.

MAJOR (13-digit ЕИК crawl abort) — fixed (299400e6). The guard is now anchored — EGN_SHAPE = /(?<!\d)\d{10}(?!\d)/ — so a 13-digit run (every 10-window bounded by a digit) can't match, while a standalone ЕГН still does; confirmed EGN_SHAPE.test("1234567890123.json") === false and test("СОФИЯ 8001014567") === true. And you went past the anchor: screening is now exclusion-based (Object.entries(d) minus {eik, bodySha256}) instead of the hand-maintained TEXT_FIELDS allowlist, which closes the "next column added silently bypasses the rail" fragility. The bodySha256 exemption is justified (a digest is not personal data, and a standalone ten-run occurs in ~7% of digests — screening it would refuse ~1 deed in 14). The cache.test.mjs comment now documents the exact failure and the fetched-path case is covered.

Libel-critical bonus — 7a424bda (double-quoted attributes). Worth calling out that this is more than parser polish: the entity-split regex was class='[^']*record-container (single-quote only). Had the register ever emitted class="…record-container…", the split would silently no-op → one field's съдружници collapse into a single entity → the cross-entity name-combination bug the per-entity split exists to prevent. Widening both quote-sensitive regexes to ['"] closes that pre-emptively.

The decision core + plumbing were already sound; with these two the crawl path is in good shape. The web render (ConflictCards/conflict.methodology) is still worth a dedicated pass before merge, though the query gate keeps it low-risk.

@nikimilenkov nikimilenkov left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strict re-review at f4d73dc — verified every fix commit against @DiyanaDimitrova's and @lyubomir-bozhinov's findings, then covered the surfaces nobody had reviewed yet (the web render path, and the two workflows as a system). Method: local checkout of HEAD, all four test suites green (53 + 205 + 361 + 488), and every finding below was reproduced at HEAD or killed — the numbers come from real executions, not from reading the diff. My account has Triage rights, so this review is advisory; verdict at the end.

1. Fixes from the previous rounds — verified one by one

Finding Commit Status at HEAD
13-digit ЕИК aborts the crawl (MAJOR, @lyubomir-bozhinov) 299400e ✅ anchored (?<!\d)\d{10}(?!\d) + exclusion-based screening
Single-quoted-only parser attributes (M2/M3) 7a424bd ['"] at all three sites + fixture
ЕГН rail over all index fields (M4) 299400e
Monotonicity gate (HIGH) 2327e62 ⚠️ the code is real and well-argued, but inert in CI — B2
35-day purge (M1) 7f2e174 ⚠️ real (purgeExpired: rows+files+orphans), but the Actions cache sidesteps it — B3
Back-pointers on the amended ADRs 76ed3b2
§5/§10 control-number gap f4d73dc ✅ documented as a separate change
Dead nameDistinctiveness import 2327e62
CI glob for scripts/tr/*.test.mjs b364031 ✅ (without it, all 205 tests were decorative)

H1 and H2 from @DiyanaDimitrova's third review are addressed by no commit and remain open at HEAD — reproduced in B4/B5 below.

2. Blockers

B1 · The two workflows cannot bootstrap each other — the cadence is dead on arrival. The hydrate step (related-persons-data.yml:166) does rm -f backfill.sqlite and exports only the 4 EOP tables from D1; nothing in this workflow restores scratch/tr → every daily run dies at REFUSE TO LOAD: no Trade Register cache (load.mjs:489). The monthly refresh in turn gates on scratch/cacbg/staging/candidate-eiks.txt (related-persons-tr-refresh.yml:81), which is written by load.mjs on the other workflow's runner and never persisted across workflows → a permanently green no-op ("Nothing to refresh", exit 0). No sequence of GitHub-side runs can ever bring the feature up: the daily job waits on a deed cache the monthly job will never produce, and vice versa. The failure direction is safe (nothing false ships — nothing ships), but the §9 cadence this PR claims to deliver does not exist. Fix: the candidate list and the TR index must travel between the workflows (cache key/artifact, or derive from D1); the raw deeds belong in R2 with a lifecycle rule, not in the Actions cache (see B3 — the two resolve together).

B2 · The monotonicity gate is inert exactly where the wipe happens. load.mjs exports the prior published set from the work DB — but CI recreates the work DB every run without interest_links, so the export hits "no such table" and writes []: the branch designed for "the legitimate first run" is every run. scratch/cacbg/staging/published-snapshot.json is not persisted anywhere either. The audit compares against an empty set every time and prints "0 published last run" — the gate only functions on a laptop with a persistent work DB, i.e. never over the surface it protects. Fix: compare against the shipped surface — the hydrate step already exports 4 tables from D1; add interest_links + interest_link_evidence and the prior becomes real with no new machinery.

B3 · Personal data outlives the purge in the Actions cache. related-persons-tr-refresh.yml:68 caches all of scratch/tr, including deeds/*.json — the names of third-party co-owners and managers, precisely the data ADR-0033 decision 5 promises a 35-day retention for. The artifact step (:111–118) correctly uploads only the index; the cache step makes no such distinction. purgeExpired deletes on the runner, while old cache entries live on — LRU/7-days-unused eviction is a capacity policy, not retention, and the restore-keys: prefix keeps the chain alive. Fix: cache only tr-cache.sqlite; if the raw deeds must survive across runs (B1!), their home is R2 with a lifecycle rule (the ADR-0006 model).

B4 · H1 stands: no response-body cap + a quadratic regex — reproduced at HEAD. httpsGet (client.mjs:73–90) buffers with no ceiling; the timeout bounds stall, not volume. The erasure-strip regex is quadratic on a chunk with no split points: 64K→8ms, 128K→26ms, 256K→98ms, 512K→387ms (×4 per doubling; extrapolated, a 5MB field ≈ 37s of blocked event loop). The two halves compose: the quadratic path is reachable only because the cap is missing. (Precision: the record-container fragment case is linear — each fragment is its own split point; the quadratic case is erasure-text-inline with no split points, consistent with Diyana's own correction on magnitude.) Fix: byte counter + req.destroy() in httpsGet — one chokepoint bounds both; make the split linear.

B5 · H2 stands: one malformed/hostile entity kills the whole crawl — reproduced at HEAD. &#999999999999;RangeError: Invalid code point out of deed.mjs:36. The per-ЕИК try/catch covers only JSON.parse + assertUicEcho; registrySeat (:234), registryLegalForm ×2 (:242–243) and latestOwnershipEntryDate (:246) sit outside it → the exception escapes run() and kills the process (exit 1). Same exposure in load.mjs:535 (JSON.parse of the cached raw → evidenceVerdict with no per-link guard). Fix: bounds-check the codepoint (≤ 0x10FFFF, else drop the entity) + widen the refuse-and-continue block to cover the HTML parsing.

B6 · toLink fails toward the STRONGER claim. related-persons.ts:218: any evidence_kind ≠ 'confirmed' — including NULL, 'refuted', a future rung, a typo — is coerced to 'document' and renders as „лицето е вписано като съдружник/собственик": a fabricated registry claim about a named person. Unreachable today (PK + EXISTS), but the comment at :216 explicitly embraces "half-migrated environment rendering" — i.e. the failure direction was chosen wrong at the one place where a mistake = libel. The irony: the LEFT JOIN at :180 was deliberately kept non-inner to "surface a contradiction" — and the coercion then converts the contradiction into the strongest label. Fix: filter the row out or throw; never coerce upward.

B7 · The gate protecting all of this has zero red tests — proven by mutation. I deleted the entire EXISTS seal gate from SURFACED_OWNERSHIP and ran the full db suite: 361/361 green. Not one fixture in related-persons-sql.test.ts seeds a withholding rung (refuted/unknown/bar_joint_stock/outside_tr) or asserts absence from the four queries — the only SQL layer between a withheld link and a public named claim is entirely unexercised. Fix: one negative fixture per rung + absence assertions across LEADERBOARD/OFFICIAL/COMPANY/LINK_CONTRACTS. (Adjacent: rung-precedence coverage is partial — rung 1 has 2 discriminating tests, but swapping rungs 2↔3 leaves everything green, including the test at evidence.test.mjs:211, whose fixtures cannot reach rung 3 at all.)

3. Open items from the previous rounds (status at HEAD)

Finding Status
A1 "own stake" copy Open — also on conflict.company.tsx:62, not just the official page (both files are outside this diff, but this PR made the per-card copy precise while the lede above it still overclaims)
Seed has no seals Openseed.sql writes no interest_link_evidence/conflicts renders empty on a fresh dev DB: this PR's own fixture (ea00781) died under this PR's own gate (4226ae3); no test executes the seed
--max-candidates / runtime projection Open — "~400" lives only in workflow prose
matched_fact guard Partial — audit-time (CI), not write-time; and the regex admits a name: seat:ИВАН ПЕТРОВ ГЕОРГИЕВ passes the audit (reproduced) — bounding seat: to 1–2 tokens closes it
Duplicated sets Partial — {document,confirmed} in 4 places with no keep-in-step test; JOINT_SUFFIX/JOINT_STOCK byte-duplicated, and the linking comment at deed.mjs:221 ("КДА … absent from classify.mjs today") is now factually wrong after 5f64f5c
Methodology page: 5 vs 6 rungs Open (LOW)
split(',')[0] name isolation (@lyubomir-bozhinov) Not adopted — remains a false-positive widener on the most sensitive path
--help, double registryLegalForm, 5–6 HTML parses per link Open (LOW)

4. New minor items (not blockers)

  • load.mjs:533row.rawPath is joined verbatim, bypassing the safeEik rail that purgeExpired correctly uses; the index arrives via the Actions cache (an untrusted channel given B3). Re-derive via deedPath(eik).
  • api-contract: registryLookupDate: string is non-null by type, but toLink feeds it '' — the type promises more than the code delivers.

5. Verified and holding (not repeating what colleagues already confirmed)

SSRF allow-list before the first packet, exact-host + https-only, redirects not followed; all 17 actions SHA-pinned, permissions: contents: read, no untrusted ${{ }} in any run:; zero new dependencies (node built-ins only); migration 0006 idempotent, no DROP/DELETE; SQL parameterized throughout; no relative's name can reach the DTO (matched_fact is never SELECTed; cut at the type level in api-contract); XSS clean (JSX escaping, no dangerouslySetInnerHTML); safeEik structurally unbypassable on the write path (the sole exception is :533 above); 429-stop/pacing/resume — confirmed and green locally.

Verdict

Request changes (advisory — final approval belongs to a maintainer): B1–B7 before merge. B1–B3 are operational/privacy (the cadence doesn't run; the flagship gate is inert; PII outlives retention), B4–B7 protect the libel-critical surface (the two still-open HIGHs from the previous review + the read path's failure direction + the unexercised SQL gate). None of this undermines the design: ADR-0033 and the decision core are sound, and the fixes from the previous rounds are real and verified. The problems live in the seams — the CI infrastructure as a system, and the failure direction at the one place where a mistake carries a name.

# If the corpus cache has been evicted, extract yields nothing, the ship floor refuses, and the run
# fails loudly rather than wiping the surface.
schedule:
- cron: '0 3 * * *'

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

B1+B2: This cron can never go green: the hydrate step recreates the work DB with only the 4 EOP tables, and nothing in this workflow restores scratch/trload.mjs dies at REFUSE TO LOAD: no Trade Register cache on every daily run. At the same time the monotonicity pre-wipe export reads interest_links from that same recreated DB → "no such table" → snapshot [] every run, i.e. the gate from 2327e62 protects nothing in CI. Both resolve in one place: export interest_links + interest_link_evidence too in the hydrate step (it already runs wrangler d1 export for 4 tables), and restore the TR index from cache/artifact/R2.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Потвърдено и по двете точки, и наистина се решават на едно място — макар и не съвсем на онова, което предлагате. Поправено в ae661ac (+ 024c26f).

B1. Работният поток за обхождане е премахнат; обхождането тече вътре в това задание. Възстановяване на scratch/tr от кеш/артефакт не приех — това е самото нарушение от B3, а суровите актове са и точно данните, които evidenceVerdict изисква (сравнява името на декларатора със самия текст на регистъра). Затова: без граница между двете. --emit-candidates (024c26f) зарежда списъка от нула на изпълнител без кеш, обхождането го използва, load.mjs чете scratch/tr от същия изпълнител, а суровите актове се трият изрично.

B2. Точно така — стъпката за захранване правеше rm -f backfill.sqlite и изнасяше само четирите EOP таблици, така че предварителният износ четеше „no such table", снимката беше [] при всеки ход, и гейтът от 2327e62 не пазеше нищо. Сега се изнасят и interest_links + interest_link_evidence — не за резолвера (load.mjs ги пресъздава), а именно като вход на гейта. Изнасят се отделно и липсата им се търпи: при първи ход 0003/0006 още не са приложени.

Едно нещо, което открих при поправката и което си струва да се отбележи, защото щеше да върне B2 през задния вход: зареждащият ход не бива да пипа истинската работна база. Стигането до списъка с кандидати минава през пресъздаване на таблиците, което изхвърля interest_links, а ходът никога не публикува — значи щеше да остави таблицата празна. Следващият истински ход щеше да прочете тази празна таблица като предишно публикувано състояние, да запише празна снимка, и гейтът, чиято единствена работа е да забележи изчезнало публикувано твърдение, щеше да минава безусловно завинаги. Затова --emit-candidates работи върху захвърляемо копие. Проверено с мутация: насочен към истинската база, проваля и двата теста.

Последица за графика, казана честно: решението не може да се преизчисли без актовете, актовете не преживяват изпълнителя, значи всеки ход, който решава, трябва и да обхожда — а ежедневно решение би значело ~400 заявки дневно към чужд регистър. Графикът стана месечен, не ежедневен, както го описват §9 и ADR-0033. Отбелязано е в коментар в самия работен поток. Връщането към ежедневно иска обхождането да издава присъди по (връзка, ЕИК), за да пресичат границата само булеви стойности — промяна в дизайна, нарочно невключена тук.

id: cache
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.0.2
with:
path: scratch/tr

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

B3 (privacy): path: scratch/tr also caches deeds/*.json — third-party co-owner/manager names, exactly the data decision 5 promises a 35-day retention for. The artifact step below correctly uploads only the index; this step makes no such distinction. purgeExpired deletes on the runner, but old cache entries live on (LRU/7-days-unused eviction is a capacity policy, not retention, and the restore-keys: prefix keeps the chain alive). Cache only scratch/tr/tr-cache.sqlite; if the raw deeds must survive across runs — R2 with a lifecycle rule (the ADR-0006 model).

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Потвърдено, и то беше нарушение на собственото обещание на ADR-0033 решение 5. Поправено в ae661ac.

Права сте и за причината: purgeExpired тече на изпълнителя, но по-старите записи в кеша живеят в хранилището на GitHub по веригата на restore-keys, а изгонването там е политика за капацитет, не задържане.

Не приех обаче „кеширай само индекса" — това чупи решаващия ход: load.mjs чете суровия JSON, защото evidenceVerdict се нуждае от имената за подмножественото съвпадение, а индексът нарочно не пази нито едно. Тоест суровите актове наистина трябва да пресекат границата, което е и ограничението, в което опира B1.

Затова изборът е първата от вашите две алтернативи в друга форма: никаква граница. Обхождане и решение в едно задание, кешира се само scratch/cacbg/raw, scratch/tr не се запазва никога, а суровите актове се трият изрично в if: always() стъпка — за да не може по-късно добавено качване на артефакт да ги изнесе. R2 с правило за жизнен цикъл остава разумният вариант, ако някога се наложи да преживяват ход; днес не се налага.

Последица, която да е казана честно: решението не може да се преизчисли без актовете, а актовете не преживяват изпълнителя — значи всеки ход, който решава, трябва и да обхожда. Ежедневно решение би значело ~400 заявки дневно към чужд регистър. Затова графикът стана месечен, а не ежедневен, както го описват §9 и ADR-0033. Връщането към ежедневно иска обхождането да издава присъди по (връзка, ЕИК), за да пресичат границата само булеви стойности — това е промяна в дизайна и нарочно не е вкарана тук.

- name: Check for a candidate list
id: candidates
run: |
if [ -s scratch/cacbg/staging/candidate-eiks.txt ]; then

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

B1 (the other half of the deadlock): candidate-eiks.txt is written by load.mjs on the other workflow's runner and is never persisted — this check is false on every run, forever, and the job is a permanently green no-op. The daily job waits on a deed cache this workflow will never produce; this one waits on a candidate file the daily job will never deliver. Persist the list (cache/artifact) or derive the candidates directly from D1.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Потвърдено — и двете половини на блокировката бяха точно както ги описвате. Поправено в ae661ac (+ 024c26f).

Този работен поток е премахнат. Обхождането на регистъра вече тече вътре в заданието на решенията.

Не може да се поправи с пренасяне на файлове между ходовете, защото решението се нуждае от суровите актове (evidenceVerdict сравнява името на декларатора със самия текст на регистъра — точно данните, които индексът отказва да съхранява), а те не бива да се запазват между ходове. Затова: едно задание, --emit-candidates (024c26f) го зарежда от нула, и суровите актове се трият изрично накрая.

--emit-candidates работи върху захвърляемо копие на работната база, и това е коректност, а не спретнатост — вж. отговора за B2.

Comment thread scripts/tr/client.mjs Outdated
{ headers: { accept: 'application/json', 'user-agent': TR_USER_AGENT } },
(res) => {
const chunks = [];
res.on('data', (c) => chunks.push(c));

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

B4 (H1 from @DiyanaDimitrova's review, still open): unbounded buffering — the timeout at :87 bounds stall, not volume. It composes with the quadratic erasure regex in deed.mjs (reproduced: 64K→8ms, 128K→26ms, 256K→98ms, 512K→387ms — ×4 per doubling): the quadratic path is reachable only because the cap is missing. A byte counter + req.destroy() here bounds both with one change.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Потвърдено, но поправката е недостатъчна както е формулирана — направено е и второто в 26333d8.

Границата по байтове я има: 8 MB, ~240× измерените 34 KB на реален акт, с req.destroy() вместо само отказ на промиса (иначе сокетът продължава да източва). Изнесено като collectBody, за да е тестваемо без TLS.

Само таванът обаче не ограничава квадратичния път. Възпроизведох го: 34K→3.3ms, 68K→13.6ms, 136K→53.8ms, 272K→240ms, 1M→4.0s — ×4 на удвояване. При 8 MB това е минути процесорно време на акт, управлявани отдалечено. Затова ограничих и мързеливия квантор до 2000 знака (~80× реалното известие): същите входове дават 5.3 / 10.3 / 24.8 / 41.6 / 187ms — линейно.

Оградата не може да съживи собственик: erased се решава отделно от ERASED_MARKER, така че прекалено дълго известие пак маркира блока като заличен и liveFields пак го изхвърля. Има тест и за това.

Comment thread scripts/tr/deed.mjs Outdated
function decodeEntities(s) {
return String(s)
.replace(/&(?:quot|apos|amp|lt|gt|nbsp);/g, (m) => ENTITIES[m])
.replace(/&#(\d+);/g, (_, n) => String.fromCodePoint(Number(n)))

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

B5 (H2, still open, reproduced at HEAD): &#999999999999;RangeError: Invalid code point — thrown out of both entityBlocks and registrySeat. Guard: n <= 0x10FFFF ? String.fromCodePoint(n) : '' (and the same for the hex line below).

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Потвърдено и поправено в 2b06b76.

Възпроизведено: entityBlocks("…&#999999999999;…") хвърля RangeError: Invalid code point. И двата реда — десетичният и шестнадесетичният — минават през обща проверка, а извън диапазона се декодира до нищо: останалата част от записа продължава да се разбира. Извън U+10FFFF не е знак и не може да е част от име, така че разликата е между загубен глиф и загубено обхождане.

Добавени 4 теста, включително контрола с валиден &#1055; — за да е ясно, че оградата ограничава, а не изключва декодера.

-- one, so a fixture without seals renders an EMPTY surface and every assertion below passes vacuously.
-- Derived from interest_links itself, so a row added to the fixture later is sealed automatically and
-- cannot silently drop off the surface.
INSERT INTO interest_link_evidence (link_key, evidence_kind, registry_role, matched_fact, lookup_date, rules_version, live_status)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

B7 (proven by mutation): I deleted the entire EXISTS seal gate from SURFACED_OWNERSHIP and ran the full db suite — 361/361 green. Every fixture here seeds only evidence_kind='document'; not one seeds a withholding rung or asserts absence. The only SQL layer between a withheld link and a public named claim is entirely unexercised. One negative fixture per rung (refuted/unknown/bar_joint_stock/outside_tr) + absence assertions across the four queries.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Потвърдено — възпроизведох същата мутация независимо, преди да пиша каквото и да е: изтрих целия EXISTS от SURFACED_OWNERSHIP и db наборът остана 361/361 зелен. Това беше най-тежката находка от четирите прегледа.

Поправено в 95d8c51. Добавени са всички реални задържащи стъпала, които evidence.mjs може да издаде — refuted, bar_joint_stock, unknown, outside_tr — плюс връзка без никакъв печат (състоянието, което непълно зареждане реално оставя). Всички върху един и същ изпълнител и иначе еднакви, така че единствената разлика е печатът. Твърди се отсъствие и в четирите публични заявки: класация, страница на лицето, страница на дружеството и разгъването на договорите.

Носещата част е положителната контрола с confirmed. Без нея отсъстващ ред може да отсъства по несвързана причина и всяко твърдение минава напразно — което е точно режимът на отказ, който поправяме, а не форма за възпроизвеждане.

Проверено с мутация: без оградата падат 6 от новите тестове, а положителната контрола продължава да минава.

Comment thread scripts/seed.sql
-- fixture cannot teach a wrong ЕИК shape to anyone reading it.
--
-- The rows are shaped by what the read gate actually requires (packages/db/src/queries/related-persons.ts):
-- • status='published' AND interest_class IN (private_ownership, family_ownership) — SURFACED_OWNERSHIP

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment lists SURFACED_OWNERSHIP, but since 4226ae3 the gate also requires an EXISTS seal in interest_link_evidence — and the seed writes none. Result: /conflicts renders empty on a fresh dev DB — this PR's own fixture (ea00781, "without it /conflicts renders empty") died under this PR's own gate. Add document/confirmed seals to the published links + a test that a seeded DB yields a non-empty surface.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Потвърдено и поправено в 2d3c064 — и да, това е нанесено от самия този PR: grep -c interest_link_evidence scripts/seed.sql даваше 0.

Всяка засята връзка вече носи печата на стъпалото, което представя — document за собствения дял, confirmed за връзката на близкото лице (доказана по седалище), bar_joint_stock за задържаното АД — така че локалната повърхност показва същите три изхода като производствената и запазва отрицателния си случай.

Добавен е и тестът, който искахте, но малко по-широк: пуска истинските миграции, истинския seed.sql и истинските изнесени заявки. Засятата база е обещание за прочитащата ограда и нищо не го проверяваше — оттук нататък промяна в правилото за публикуване, която seed не догони, пада тук, а не в нечий браузър след дни.

Тестът мина RED както трябва (празна класация) преди поправката.

Comment thread scripts/cacbg/audit.mjs Outdated
// The only two evidence rungs that publish (ADR-0033 decision 1). Everything else withholds.
const PUBLISHING_EVIDENCE = new Set(['document', 'confirmed']);
// The closed vocabulary for a sealed matched_fact. Anything else is a potential name leak.
const MATCHED_FACT = /^(?:seat:[\p{Lu} -]+|role:(?:owner|manager):CR_F_\d+[a-z]?_L|eik)$/u;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The rail admits exactly what it exists to catch: the seat: alternative accepts any number of tokens, so seat:ИВАН ПЕТРОВ ГЕОРГИЕВ passes the audit (reproduced). The three-name form is exactly 3 tokens; a settlement is 1–2. Bound it to 1–2 tokens (or validate against the settlement list the pipeline already has) — and consider the same check at write time (load.mjs:757), not only post-hoc.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Потвърдено и поправено в df76ae7. Възпроизведох го — seat:ИВАН ПЕТРОВ ГЕОРГИЕВ минаваше оградата.

Оградата допускаше точно това, за което съществува: seat: е законен префикс, а образецът за населено място беше неограничен, така че пълно тричленно българско име (ЗГР чл. 9) минаваше, облечено в разрешен префикс — и това е стойността, която погрешно разделяне на полето за седалище реално би произвело.

Ограничено до 1–2 лексеми: населено място е една или две („СОФИЯ", „ВЕЛИКО ТЪРНОВО", „ГЕНЕРАЛ ТОШЕВО"), а тричленното име е точно три. Границата е нарочно стегната — по-рядко тричленно седалище спира хода за човек, вместо да публикува, което е правилната посока за ограда, чийто режим на отказ е име в сервирана колона.

И вашата скоба за писането: правилото се премести в evidence.mjs, до кода, който пише matched_fact, и се прилага и при запис. Одитът тече след като целият домейн е построен — дотогава името вече е в таблица. Едно определение, за да не се разминат гейтът и писателят.

Comment thread scripts/cacbg/load.mjs Outdated
if (!row) entry = { deed: null, outsideTr: false, missing: true };
else if (row.status === 'outside_tr') entry = { deed: null, outsideTr: true, missing: false };
else {
const file = path.join(TR_RAW_DIR, row.rawPath ?? `${eik}.json`);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

row.rawPath is joined verbatim — the only read that bypasses the safeEik rail (purgeExpired in cache.mjs:239 correctly re-derives). The index arrives via the Actions cache — an untrusted channel if B3 is resolved by caching the index. Use deedPath(eik) instead of the stored string, and/or shape-check rawPath in upsertDeed.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Потвърдено и поправено в 436dbc2.

Пътят вече се извежда наново от ЕИК през deedPath/safeEik, никога от съхранения низ — точно както purgeExpired вече правеше. Това беше единственият прочит, който не минаваше през оградата. deedPath освен това хвърля при неправилен ЕИК, вместо тихо да прочете акта на друго дружество (R8).

Бележка по каналa: индексът вече изобщо не пътува между ходове — вж. отговора за ae661ac. Но обосновката не зависи от това; съхранен път, залепен за коренова директория, е обхождане на пътища независимо откъде идва индексът.

Comment thread scripts/tr/deed.mjs Outdated
// The фирма's legal form is its SUFFIX under ЗТРРЮЛНЦ, and the deed envelope's `fullName` carries it
// („ПИМК" ООД) while CR_F_2_L is bare („ПИМК"). So the bar has a second, independent signal at zero
// extra cost. КДА is included here and is absent from classify.mjs's JOINT_STOCK/FORM_TOKENS today.
const JOINT_SUFFIX = /(?:^|[\s"„“”«»])(АД|ЕАД|АДСИЦ|КДА)[\s"„“”«»]*$/u;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Byte-for-byte duplicate of JOINT_STOCK in classify.mjs:80 with no keep-in-step test — and the comment at :221 ("КДА … is absent from classify.mjs's JOINT_STOCK/FORM_TOKENS today") is now factually wrong: 5f64f5c added КДА there too. The exact drift this duplication risks has already happened — in the comment. Shared export, or a test asserting the two regexes are identical.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Прието — и коментарът наистина беше просто невярен: 5f64f5c е добавил КДА в classify.mjs, а бележката тук продължаваше да твърди, че липсва. Разминаването, за което предупреждавате, вече се беше случило.

Поправено в 436dbc2, с втория вариант, който предлагате, а не с първия: общ износ не става тук. Посоката на зависимост е cacbg → tr (load.mjs внася този модул), така че внасяне обратно от scripts/cacbg/ затваря цикъл между двете директории — същата причина, поради която personTokens е близнак на holderTokens, а не внос.

Затова: тест, който закрепва двата образеца байт за байт (source + flags) и поведенчески върху формите, за които съществува преградата. Проверено с мутация — премахването на КДА от която и да е от двете страни проваля теста. Проза „дръжте ги в синхрон" не държи нищо в синхрон; това го държи.

…only the person

ADR-0033 held that rung 2 needs no gate because "the register named this person in THIS
company". That holds only if THIS company is the one the official declared, and it is not
guaranteed. `resolveEntity` maps a declared фирма to the sole ЕИК among PROCUREMENT
WINNERS, and `nameGloballyUnique` ranges over bidders — never the register at large. So
an official who owns a same-named company that never bid resolves to an unrelated winner,
and a three-token homonym in that winner's deed completes a link false in both halves.
Two coincidences, neither rare in Bulgaria. The ladder moved the name-collision risk into
the Register instead of closing it, which is the premise midt-bg#279 rests on.

Rung 2 now asks for a reason to believe the company is the declared one: a declared ЕИК
(the identifier resolves it outright), a declared seat matching the registered one, or a
фирма distinctive enough that a national twin is improbable. Anything else returns a new
withholding kind `document_uncorroborated` — never publishing, carrying neither role nor
matched_fact, since asserting either would leak the claim the rung just refused to make.

It is a distinct kind rather than a fall-through to `unknown` because "matched a person,
could not establish the company" and "matched nothing" are different facts, and the seal
exists on held links precisely to keep that queue reviewable. It is counted in the run
summary: the third corroborator is a bound, not a proof, and that number is what F8 reads
to decide whether this tightens to strict ЕИК/seat corroboration. Strict was the
alternative; declared seats come only from the ООД/ЕООД table of asset declarations, so
its recall cost cannot be known before that measurement.

`companyNameDistinctive` defaults to FALSE — this gates the primary publishing rung, so a
caller that forgets it must withhold. Rungs 2 and 3 now share one `matchDeclaredSeat`,
R10 included, so they cannot drift about what a seat match means.

Mutation-checked three ways: never-withhold fails 4 tests, always-withhold fails 7 (the
positive controls hold it to a bound), and dropping R10 from the shared helper fails 2.
Covered end to end in load.test.mjs, not only as a pure function.

ADR-0035 records it and supersedes ADR-0033 decision 2 on this point alone; the
methodology page discloses the rule verbatim per ADR-0021 E10.
… natural key

midt-bg#279 §2 asked for CHECK constraints and a non-null control_hash. The enums are done as
asked; the control_hash half is not, and the reason matters.

Enums. `status` and `interest_class` (0003) and `evidence_kind`/`registry_role`/
`live_status` (0006) were plain TEXT while the surface reads them as enums. A value that
only LOOKS like a gate value — 'published ' with a trailing space, the case the ticket
names — passes every writer and then fails `status = 'published'` silently. A CHECK binds
every writer at once, including a hand-run UPDATE during an incident, which is exactly
when it gets typed. 0006 is unshipped in this PR, so its constraints go on directly.

control_hash NOT NULL is REJECTED, and the underlying defect fixed differently. The field
is genuinely optional at the source — the register omits <ControlHash> and parse.mjs
carries that through as null — so NOT NULL converts a missing optional field into a
run-stopping loader failure, and a fabricated placeholder would assert an integrity check
nobody performed. The real defect is that `UNIQUE (xml_file, control_hash)` never
constrained re-import: SQLite counts NULLs as DISTINCT, so every hashless declaration was
mutually unique and re-imported as a fresh row each run, double-counting its stakes.
Replaced by a unique index over (xml_file, folder_year, COALESCE(control_hash,'')) — the
same natural key `id` already encodes, since the register reuses basenames across folders.

0007 retrofits both onto a deployed D1. `CREATE TABLE IF NOT EXISTS` never revisits an
existing table and ship-related-persons wipes ROWS, not definitions, so a live database
would otherwise keep the unconstrained 0003 shape forever however often the data reloads.
interest_links needs a rebuild (SQLite cannot add a CHECK in place) under
defer_foreign_keys, since interest_link_evidence references it and D1 enforces FKs;
declarations needs only the corrected index. Both converge on re-application, which the
bare `d1 execute --file` path requires, and both workflows apply it.

Tests cover the trailing-space case by name, the ADR-0035 kind, the hashless duplicate
that used to slip through, and a pre-0007 database that keeps its rows through the
retrofit and survives a second application. Positive controls throughout: every real
status and class still inserts, and the natural key still admits the same basename in a
different folder and a corrected re-filing under a new hash.
… all four copies

The detail-page gate is belt-and-braces — SURFACED_OWNERSHIP requires `status='published'`
AND a publishing seal. The company-search badge checked status alone, so a published row
whose seal was missing or withholding (a legacy row, a partial run, a loader bug)
advertised a свързани-лица claim about a named official to every searcher, while the page
behind the badge correctly showed nothing. Search is the wider surface of the two: it is
what a reader sees before deciding to look.

The table probe now requires interest_links AND interest_link_evidence. The join reads
both, so an env with 0003 but not 0006 would 500 every search on every kind — the exact
failure the probe was written to prevent. Requiring both also gives the right answer
there: with no seal table nothing is provably sealed, so nothing should badge.

The predicate now has four copies, and nothing but a test can bind SQL across three
languages and two file types. related-persons-sql.test.ts asserts all four agree on both
the EXISTS shape and the rung list, whitespace-insensitively. refresh-slice.sql is in that
set for its own reason: it runs on the 6-hourly cron, so drift there silently keeps
officials in the search index whose links no longer surface.

Mutation-checked: adding a rung to refresh-slice.sql alone fails both binding tests. The
badge fixture carries an unsealed published link and a withholding-sealed one, each of
which must not badge, plus sealed links on both publishing rungs that must.
…b to staging

§2.6 made the CARD labels tense-neutral and family-aware but left the surrounding page
copy asserting „собствен дял" — an OWN stake — directly above cards that correctly read
„деклариран дял на свързано лице". On a family-only page that is a false claim about the
named official, and it is exactly the second source of truth the card-label fix set out
to remove.

`declaredStakeNoun` derives the wording from the links the page is actually rendering, so
a page cannot describe a set it isn't showing. Family-AWARE rather than family-blind: an
own-stake page still says „собствен дял" (a positive control covers this — deleting the
claim everywhere would pass the family assertion while making the page vaguer than the
data warrants), and a mixed set gets the only phrasing true of every card.

The ledes also stopped claiming „точно съвпадение по фирмено име" — since midt-bg#279 identity
rests on a Trade Register fact, not on the name.

related-persons-data.yml offered `default: dev` while no `dev` environment exists, every
fallback in the file is `|| 'staging'`, and the note at the top says the job targets
staging. A manual dispatch therefore went to an environment with no secrets and failed at
the credential guard rather than running where intended. Dropped from the options too, so
it cannot be picked deliberately either.

Methodology: „премахва незабавно" now distinguishes the D1 write (immediate) from what a
reader sees, which the page's own publicCache(3600) can hold for up to an hour. The
promise was not wrong about the action, only about when it becomes visible.
…nd the rule disclosure

All three gaps were named by reviewers, and none had a bug behind it — but each guards a
path where failure is silent, which is the case for testing them rather than trusting
them.

Audit axes A_key_missing, A_eik_mismatch, B_bidder_eik and B_eik_invalid fired in no
test. The audit is the last gate before a named claim ships, so an axis that quietly
stopped firing would be invisible: A_eik_mismatch is the libel case in its purest form (a
name resolving to one winner, the link published against another), and B_eik_invalid is
the only rail keeping a checksum-invalid ЕИК off the surface. Mutation-checked — disabling
B_eik_invalid fails its test — and paired with a positive control, since four assertions
that something fails prove nothing unless the clean shape passes.

Every rung-2 owner test used CR_F_19_L, leaving CR_F_18_L (едноличен собственик) and
CR_F_23_L (ФЛ-търговец) unexercised. A dropped entry there would withhold an entire
ownership shape — a sole owner, the commonest ЕООД form — as „Неизвестна", a recall hole
with no symptom. Controlled by a non-ownership field code that must NOT match.

The methodology page's rule disclosure is a launch condition under ADR-0033 decision 7,
not a nicety, and nothing kept it in step with the ladder. The rule could change in
evidence.mjs and leave the page describing a system that no longer exists — worse than
not disclosing it. Now pinned: every rung by name, the joint-stock bar, the three-names/
one-record rule, ADR-0035's company gate, both halves of R10, the no-ЕГН homonym limit,
and the company-identity-not-ownership distinction the surface rests on.
…rebuild

`wrangler d1 migrations apply` rejected the create-copy-drop-rename rebuild:
interest_link_evidence references interest_links(link_key), D1 enforces foreign keys, and
`PRAGMA defer_foreign_keys` does not survive the statement-by-statement execution wrangler
performs — the migration aborted with SQLITE_CONSTRAINT_FOREIGNKEY and the Durable Object
rolled back. The sqlite3-CLI test passed because that CLI has foreign keys OFF by default,
so only a real local apply surfaced it.

Dropping the child first would work mechanically and is the wrong trade: it strips every
evidence seal, and since the read gate REQUIRES a seal, that empties the public surface
until the next monthly data run.

BEFORE INSERT/UPDATE triggers enforce the identical invariant for every writer — including
the hand-run UPDATE during an incident that no application-level validation covers — with
no rebuild, no FK exposure and no seal loss. Fresh databases still get true CHECK
constraints from 0003/0006; this is only the retrofit path for databases that already
exist.

Verified against real local D1: applies clean, and a second application is a no-op. The
test now also covers UPDATE, and asserts that a pre-existing bad row SURVIVES — a trigger
constrains future writes and cannot retroactively reject stored data, and deleting a real
link on a guess would be worse than leaving one the read gate already refuses to show.
@ydimitrof

Copy link
Copy Markdown
Owner Author

Благодаря и на двамата — прегледите бяха точни и намериха един и същи клас дупка от двете страни. Възпроизведох всяка находка срещу HEAD преди да пипна код; три от предпоставките не издържаха тази проверка и ги отбелязвам отдолу, вместо да ги реализирам мълчаливо.

Кръпките са 36cdd9d..da80eaf (9 коммита).


КРИТИЧНАТА (@DiyanaDimitrova) — затворена

Находката е вярна и по-точна, отколкото звучи: стъпало 2 доказва, че някой с тези три имена е вписан в дружеството, което сме извикали, а не че това е дружеството, което лицето е декларирало. resolveEntity избира едно ЕИК измежду печелившите, а nameGloballyUnique обхожда само участниците — никога регистъра. Затова дружество на длъжностното лице, което никога не е кандидатствало, се резолвва към чужд едноименен печеливш, а съименник в неговия акт „доказва" връзка, невярна и в двете си половини.

Решение (ADR-0035): преди стъпало 2 да твърди, нещо извън фирменото наименование трябва да установи дружеството — деклариран ЕИК, декларирано седалище, съвпадащо с вписаното, или достатъчно отличителна фирма. Всичко останало връща нов, отделен въздържащ се вид document_uncorroborated: никога не публикува, не носи роля и не носи matched_fact (да твърди което и да е от двете би изтекло точно това, което стъпалото току-що отказа да каже).

Отделен вид, а не пропадане към unknown, защото „съвпаднахме лице, но не установихме дружеството" и „не съвпаднахме нищо" са различни факти, а печатът съществува и за задържаните връзки именно за да е прегледаема опашката. Брои се в обобщението на зареждането — това е числото, което F8 чете, за да реши дали гейтът да се стегне.

Избрахме отличителността пред строгото потвърждаване (само ЕИК/седалище) съзнателно: декларирано седалище се извлича само от таблицата ООД/ЕООД на имуществена декларация, така че цената в покритие не е измерима преди F8 и можеше да свали повърхността под прага за публикуване. Строгият вариант остава на масата и измереният остатък е входът за това решение.

companyNameDistinctive е fail-closed (false по подразбиране) — за разлика от nameGloballyUnique, чието разрешаващо подразбиране е ограничено до най-слабото стъпало, това пази основното публикуващо стъпало.

Стъпала 2 и 3 вече споделят една реализация на съвпадението по седалище (matchDeclaredSeat), заедно с R10.

Мутационна проверка (3 варианта): гейт, който никога не задържа → падат 4 теста; гейт, който винаги задържа → падат 7 (позитивните контроли го държат като граница, не одеяло); премахната R10 от споделения помощник → падат 2. Покрито и end-to-end в load.test.mjs, не само като чиста функция.

HIGH — значката в търсенето (@DiyanaDimitrova) — вярно, поправено

Потвърдено: гейтът има четири копия, не три. precompute.sql:253 и refresh-slice.sql:1871 носят EXISTS interest_link_evidence; search.ts не го носеше. Огледален клауз добавен.

Проверката за наличие на таблица вече изисква и двете таблици — join-ът чете interest_link_evidence (0006), така че среда с 0003 без 0006 щеше да върне 500 за всяко търсене от всякакъв вид, което е точно провалът, срещу който тази проверка беше писана. Изискването на двете дава и верния отговор там: без таблица с печати нищо не е доказано, значи нищо не бива да носи значка.

И трите копия вече са вързани с тест (related-persons-sql.test.ts), сравняващ и формата на EXISTS, и списъка със стъпала, без чувствителност към празни знаци. refresh-slice.sql е в набора по своя причина: върви на 6-часовия cron, така че разминаване там мълчаливо задържа в индекса длъжностни лица, чиито връзки вече не се показват. Мутационно проверено — добавяне на стъпало само в едно копие поваля тестовете.

Находки на @cefothe

§1.3 (load.mjs:361) — вярно, поправено. filings.jsonl носи folder (extract.mjs:93), който не се ползваше. Изхвърлянето на записа изглежда като fail-safe, но е обратното: отсъстващ запис законно не дава хоризонт, а наличен, който тихо се изпуска, никога не придвижва хоризонта — divested остава false и продаден дял продължава да назовава лицето публично. Годината на папката е публикационна и изпреварва декларираната, тоест хоризонтът може да тръгне до година по-рано — което греши в посока оттегляне, безопасната тук. Недатируем по нито едно от двете поле запис пак се игнорира; и двете бройки се отчитат. RED-ът публикува през стъпалото за седалище, не през стъпало 2 — акт със съвпадащ собственик би позволил на §7 да отмени оттеглянето и да маскира бъга.

§1.4 (parse.mjs) — вярно, поправено (по-тясно, отколкото е описано). За да се задейства, трябва колоната за дружество да се резолвва, а тази за държател — не; при цялостно преномериране company пада на continue. Дефектът обаче е реален и посоката е точно опасната. colNumOrNull се ползва само за колоната на държателя; другите пет извиквания остават непроменени. Разграничението, което липсваше, е „колоната се резолвва, но е празна" (→ self, което празната клетка наистина значи) срещу „колоната не се резолвва" (→ unknown, не сме прочели държателя, значи не твърдим нищо за него).

§1.1 (closelyHeldForm) — предпоставката не издържа, но бъгът е реален.

ADR-0033 решение 3, ред 182, казва обратното на цитираното: „closelyHeldForm върху декларираното име — различен, по-ранен етап; остава, и не е излишен спрямо другите два". Той е сигнал 1 от обединението от три. Не е бил нареждан за премахване.

Бъгът вътре обаче е реален и го възпроизведох:

closelyHeldForm('ТРЕЙС ГРУП ХОЛД АД София') === true

SEAT_MARKER иска буквална точка, а обелването иска запетая — най-простият начин, по който декларатор пише седалище, не минава през нито едно от двете. Заменено с последният форма-токен решава вместо котва в края: независимо от позицията, така че прикачено седалище не може да обърне присъдата, докато „АД" водещо (АД ГРУП ООД) или слепено (АД-ХОК ЕООД) пак не е формата. JOINT_STOCK е недокоснат — близнакът в deed.mjs чете чист от регистъра fullName, който наистина завършва с формата, и deed.test.mjs:378 държи двата шаблона един за друг.

stripSeatSuffix получи същото отрязване и заради nameDistinctiveness, където сляпото петно греши в посока публикуване — непреброен токен на седалище надува броя съдържателни думи до 3. Това стана носещо точно сега, защото ADR-0035 прави тази функция публикуващ гейт.

§2 (схема) — направено, с едно съзнателно отклонение.

Enum-ите са CHECK-нати както е поискано: status/interest_class (0003) и evidence_kind/registry_role/live_status (0006). Случаят с 'published ' е покрит поименно в тест.

control_hash NOT NULL отхвърляме, а истинският дефект е поправен другояче. Полето е наистина опционално в източника — регистърът пропуска <ControlHash> и parse.mjs пренася това като null (:203,271,300) — така че NOT NULL превръща липсващо опционално поле в спиращ зареждането отказ, а измислен запълнител би твърдял проверка за цялост, която никой не е правил. Реалният дефект е, че UNIQUE (xml_file, control_hash) изобщо не ограничаваше повторния импорт: SQLite брои NULL като различни, значи всяка декларация без хеш беше взаимно уникална и се вкарваше наново при всяко зареждане, удвоявайки дяловете си. Заменено с уникален индекс върху (xml_file, folder_year, COALESCE(control_hash,'')) — същият естествен ключ, който id вече кодира, тъй като регистърът преизползва имена на файлове между папките.

§2 ретрофит — и находка, която само реален пуск даде.

Първата версия на 0007 беше учебникарското create-copy-drop-rename. Мина през тестовете със sqlite3 CLI и се провали срещу истинско D1: interest_link_evidence сочи към interest_links(link_key), D1 налага външни ключове, а PRAGMA defer_foreign_keys не оцелява при изпълнението по едно изречение, което wrangler прави — миграцията прекъсва със SQLITE_CONSTRAINT_FOREIGNKEY и Durable Object се връща назад. CLI-тестовете минаха, защото там външните ключове са изключени по подразбиране.

Изхвърлянето на детето първо работи механично и е грешната сделка: маха всеки печат, а понеже гейтът за четене изисква печат, това изпразва публичната повърхност до следващия месечен пуск.

Затова: тригери BEFORE INSERT/UPDATE, които налагат същата инварианта за всеки писач — включително ръчен UPDATE по време на инцидент, който никаква валидация на приложно ниво не покрива — без пренареждане, без излагане на FK и без загуба на печати. Новосъздадените бази пак получават истински CHECK от 0003/0006. Проверено срещу локално D1: минава чисто, а второ прилагане е no-op.

§8 (default: dev) — вярно, поправено. Няма среда dev, всяко резервно място във файла е || 'staging', а бележката най-горе казва, че заданието цели staging. Махнато и от опциите, за да не може да се избере и нарочно.

§2.6 (остаряла проза) — вярно, поправено. declaredStakeNoun извежда формулировката от връзките, които страницата реално показва, така че страница не може да описва набор, който не рендерира. Family-aware, не family-blind: страница със собствен дял пак казва „собствен дял" (има позитивна контрола — премахването на твърдението навсякъде би минало family-теста, правейки страницата по-мъглява от данните). Ledes-ите спряха и да твърдят „точно съвпадение по фирмено име" — след midt-bg#279 самоличността почива на факт от ТР, не на името.

§9 („незабавно") — уточнено. Записът в D1 е незабавен; страницата може да се вижда в кеш до час (publicCache(3600)). Обещанието не беше грешно за действието, а за момента, в който става видимо.

Находка, която вече съществуваше (@DiyanaDimitrova, HIGH #2)

Одитната проверка „публикувана ⇒ подпечатана" вече е налице: audit.mjs:109 вдига C_no_evidence, а :279 дава изход 1. Липсваше само ограничението на ниво база — то идва с CHECK-овете и тригерите по-горе, вместо с отделен тригер за инвариантата.

Тестове (и двата прегледа)

Четирите неупражнени одитни оси (A_key_missing, A_eik_mismatch, B_bidder_eik, B_eik_invalid) вече са покрити, мутационно проверени и с позитивна контрола — четири твърдения, че нещо пада, не доказват нищо, ако правилната форма не минава. Стъпало 2 се упражнява върху всички полета за собственост, не само CR_F_19_L (CR_F_18_L е едноличният собственик — най-честата форма при ЕООД; тихо задържане там е дупка в покритието без симптом). Оповестяването на правилото на методологичната страница вече е закачено с тест: правилото можеше да се смени в evidence.mjs и страницата да описва система, която вече не съществува — по-лошо от това изобщо да не се оповестява.

Проверка

turbo 6/6 — 492 web, 393 db, 45 shared, 48 ingest, 12 etl, 10 config · 53 root scripts · 248 pipeline · lint, typecheck 7/7, check:docs чисто · покритието се качва във всеки workspace · браузърна проверка 22/22 срещу реален Worker + D1 + SSR/хидратация.

Две бележки по браузърния пуск: изисква локално зададен CLOUDFLARE_ACCOUNT_ID (акаунтът има два и wrangler не може да избере неинтерактивно) — няма общо с този клон; и предупреждението за CSP nonce при хидратация остава изключено поименно, а не мълчаливо търпяно — възпроизвежда се и на /, страница, която този клон не пипа.

Съзнателно отложено

deploy.yml:49 носи същата форма ${{ inputs.environment }} в run: като поправената Major 4 · несъответствието с CSP nonce в root layout · midt-bg#226 §1.6/§1.7 · F8 (пълен пуск, ръчно етикетирана извадка, равносметка по §10) — там се чете броячът от ADR-0035 и гейтът или се стяга, или се записва като ограничен.

@ydimitrof

Copy link
Copy Markdown
Owner Author

Поправка към по-ранния коментар: там писах, че вдигането на nanoid „струва си отделно подаване върху main" и не влиза тук. Влезе — 36cdd9d, само в lockfile-а (3.3.16 → 3.3.18, четири реда, postcss вече обявява ^3.3.16, така че няма промяна в манифест и няма override). check мина от червено в зелено.

Не го подтиснах в osv-scanner.toml: доктрината на самия файл пази записите за уведомления, чиято поправка липсва или е мажорен ъпгрейд — това е patch.

cefothe and others added 5 commits August 12, 2026 19:11
midt-bg#302)

OCDS анексите стейджваха OCID в `unp` вместо УНП, тъй че нито един не се връзваше с договор. УНП липсва в емисията; онова, което release-ът носи, е `tender.id` - същото пространство като `tenderId` на EOP.

Поправката е в три части, неразделни: ingest хваща `tender_ext_id` и записва стойността от release-а като `value_before` с празно `value_after` (OCDS не може да знае стойността СЛЕД анекса и не бива да движи `current_value`); мост в derive-amendments.sql и refresh-slice.sql възстановява УНП през `tender_ext_id`, с отказ при двусмислие; и prefer-EOP dedup маха близнаците, за да не се удвои `annex_count`. По инкременталния път dedup-ът се сверява и с кумулативната сервирана таблица в двете посоки.

Остатъчното подценяване е наблюдаемо през две диагностики, а инвариантът е закован от нова integrity проверка `amendment-twin-dedup`.
Проверката `amendment-twin-dedup` влезе в CHECKS с midt-bg#302, но нищо не доказваше, че може да падне: мутация `ok: n === 0` до `ok: true` оставяше целия суит зелен при напълно обезсилен гейт.

Пет случая по идиома на файла: засято нарушение; формите, които работещият dedup наистина оставя и които не бива да палят гейта (два EOP анекса на договор, само-OCDS анекс на друг договор, отказан от моста ред под своя OCID, NULL номер на договор и NULL УНП); броене на двойки, не на редове, с три нарушения, които делят стойност по всяка от осите, тъй че се заковава и самият ключ на групиране; и самопропускането при липсваща таблица. Източниците са реалните дялове, а EOP страната стои в двата края на диапазона 2020-2026, тъй че закачане за една година вали.

Плюс липсващата декларация на `checkAmendmentTwins` в `integrity-checks.d.mts`, която midt-bg#302 беше пропуснал.

Четири кръга независим преглед; всяка находка е поправена и проверена с мутация.
checkout 7.0.0 → 7.0.1, pnpm/action-setup 6.0.9 → 6.0.10, setup-node 6.4.0 → 7.0.0, actions/cache restore и save 4 → 6.1.0. Всичките заковани по SHA с коментар за версията; само файлове в .github/workflows.

Двете големи скачания са изпълнени от CI върху обновения клон, включително заданието cacbg, което иска Node 24.
Когато възложителят пропусне десетичния знак, стойността излиза точно 100 пъти по-голяма. `value_suspect` искаше над 200x от прогнозата, тъй че тези случаи минаваха отдолу и се сервираха на лице.

Прагът не е свален - добавена е тясна лента около 100x. Мярката върху корпуса показва изолирано струпване: 13 договора между 95x и 105x, само 2 между 85x и 95x, и НУЛА между 105x и 200x. Границата идва от данните, не от преценка.

Всичките 13 са проверени поотделно и са безспорни. Най-ясният: 05492-2023-0002 е доставка на 25 хил. литра дизелово гориво - при показаните 3 049 971 EUR излиза 122 EUR на литър, при прогнозата 31 189 EUR излиза 1,25 EUR на литър. Сред тях е и 00105-2025-0026 от доклада: 102 258 376 EUR при прогноза 1 022 584.

Ефект: 13 договора, 318,3 млн. EUR показвани, 3,2 млн. след поправката към прогнозата.

Логиката на флага стои в пет копия в двата derive пътя; сменени са всичките. Тестът кара истинските скриптове срещу истинска sqlite веднъж за всеки път, тъй че пропуснато копие вали. Мутации: махането на лентата от който и да е от двата файла вали по един тест, а разширяването ѝ до 90x-110x вали два - границата е закована, не козметична.

Затваря midt-bg#247.
…idt-bg#299)

annex_suspect искаше сборът текуща/подписана да стигне 100x, тъй че анекс със сбъркано число, издул договора до 30-50x подписаната стойност, се сервираше на лице. Новото правило е съюз: единична анексна стъпка >=10x И сбор >=5x.

Двете половини са премерени поотделно на staging:
- само стъпката не стига: 3 договора имат стъпка до 36 058x, но по-късен анекс сваля грешката и сборът свършва ПОД подписаната стойност - флаг там би ВДИГНАЛ показваната сума;
- само сборът не стига: 40 договора на 5-100x се катерят бавно, без нито една подозрителна стъпка - остават както са (16,8 млн. EUR).

Ефект: 43 договора, 184,6 млн. EUR показвани, 2,9 млн. след връщането към подписаната стойност. Най-големият: 105,2 млн. EUR при 49x сбор и 48x стъпка.

Правилото влиза в петте копия на флаговата CASE и в охраната на reconciliation паса на refresh-slice; без охраната договор, чийто анекс пристига в по-късен прозорец, оставаше 'ok' завинаги - има тест точно за този сценарий.

По въпроса от прегледа за приоритета между флаговете: когато договор е едновременно в лентата 95-105x И носи сбъркан анекс, value_suspect печели и repair-ва до процедурната прогноза, вместо annex_suspect да падне към подписаната. Премерено - точно един договор на целия корпус пали и двете правила (00747-2024-0003): подписаната му стойност е 1 093 863 EUR, а прогнозата 1 096 593 EUR, тоест двете котви се разминават с 0,25%. По принцип подписаната е по-добрата котва, когато виновникът е анексът, защото е записано число за този договор, а не оценка на ниво процедура; при N=1 и такава разлика пренареждането на CASE-а не се оправдава.

Затваря midt-bg#248.
@DiyanaDimitrova

Copy link
Copy Markdown

Re-review — midt-bg#279 registry evidence (@ da80eaf)

Thanks for the fast turnaround — nine commits directly on the earlier feedback. Verdict: request changes, but this is close: substantial progress, and only one genuinely new must-fix plus one libel-surface design decision that needs an explicit call. Security scan is clean (no new hosts/secrets; the evil.example URLs are host-allowlist tests; execFileSync is the sqlite3 test harness).

Status of the earlier findings

  • Search badge skipped the evidence seal → RESOLVED. search.ts:142 now requires evidence_kind IN ('document','confirmed'); the main query, drill-down, and both search-index copies share the sealed gate. Nicely bound.
  • Homonym / company-not-established → partially resolved (see HIGH-1).
  • published ⇒ sealed DB invariant → addressed on the read side; not at the DB level (see Medium).

Blocking

HIGH-1 — the company-identity gate can still publish on a string-shape "distinctiveness" bound rather than a registry proof (scripts/tr/evidence.mjs:212-217, scripts/cacbg/classify.mjs:76)

The gate now publishes a person-match when declaredEik || matchedSeat || companyNameDistinctive. The first two are real corroboration; the third (nameDistinctiveness) is a heuristic — any digit, any Latin char, or ≥3 Cyrillic content words ⇒ "distinctive." So «АЛФА СТРОЙ 7 ООД» publishes with no EIK and no seat: if the official's real «АЛФА СТРОЙ 7 ООД» is a non-winner and a same-named winner has a three-token homonym owner, the false official↔winner link still ships.

I want to be fair here: this is documented and deliberate (ADR-0035, "a bound, not a proof"), the uncorroborated residual is withheld as document_uncorroborated and counted for an F8 decision to tighten, and generic names are now correctly held. So it's a design choice, not an accidental bug. But for a defamation surface it's the headline judgment call that needs an explicit sign-off, because ≥3 content words is a loose bound that admits real collisions. Recommendation: require EIK-or-seat to publish, and keep distinctive-only matches in document_uncorroborated until F8's measurement justifies loosening — i.e. let the census decide, rather than auto-publishing on the bound.

HIGH-2 — the retrofit DELETE FROM declarations can abort migration 0007 on the very data it repairs (packages/db/migrations/0007_publishing_gate_constraints.sql:43; FK at packages/db/migrations/0003_related_persons_foundation.sql:57)

declared_interests.declaration_id REFERENCES declarations(id) has no ON DELETE CASCADE, and 0007's own comment confirms "D1 enforces foreign keys." Collapsing duplicate hashless declarations (each of which carries its own declared_interests children) therefore raises SQLITE_CONSTRAINT_FOREIGNKEY, aborting 0007 before it installs the index and triggers. It runs on populated legacy data before the ship wipe (related-persons-data.yml:304), and the retrofit test never creates duplicate-natural-key rows with dependent children, so CI passes over it. Fix: delete/repoint the child declared_interests rows first (or delete in FK order), and add a migration test with duplicate declarations + dependents.

Medium (non-blocking)

No DB-level published ⇒ sealed invariant. 0007's triggers enforce only enum membership; neither queries interest_link_evidence, so status='published' with no seal is still representable (insert, update-to-published, or delete-seal-after-publish, since the FK is child→parent). I'm re-grading this down from a blocker: all readers now gate on the seal, and the failure direction is fail-safe — a missing/deleted seal makes the link disappear from the surface, never falsely appear — so there's no libel exposure. A cross-table trigger would still be nice belt-and-braces.

Cleared (verified, no defect)

Crawler 429-stop + exact host pinning; EIK 9-/13-digit checksum; parsed-deed values reach SQL via bound parameters; SSRF boundary; public-GET / no TR credentials; enum-trigger idempotency under the bare re-apply model. The 'published '-with-trailing-space enum trap is a good catch.

Bottom line

Request changes on two HIGH: the distinctiveness publish-gate (a libel-surface design decision to confirm or tighten) and the 0007 FK-abort (a concrete migration bug). Everything else from the first review is resolved or down to fail-safe defense-in-depth. The direction and the discipline here are strong — this is one identity-proof decision and one migration-ordering fix away from solid.

Brings the branch current before opening the upstream PR (AGENTS.md: pull main in
if a branch lingers). Merged rather than rebased — the branch is public and under
review on the fork PR, so its history must not be rewritten.

nanoid: upstream midt-bg#291 made the same 3.3.16 → 3.3.18 lockfile move as 36cdd9d and
additionally pinned an override; both sides agree on the resolved version, so the
lockfile merges to one consistent state.
The merge with upstream/main was textually clean and semantically broken — `git
merge-tree` reported no conflict, and four suites then failed. Both sides had edited
refresh-slice.sql and ship-related-persons.mjs, and upstream's new harnesses build their
schemas from migrations that stop at 0003, while this branch made both files depend on
interest_link_evidence (0006).

- refresh-slice.test.ts: upstream's new OCDS-bridge site (midt-bg#286) was a third setup site
  this branch had not seen; without 0006 sqlite3 aborts on "no such table" at
  refresh-slice.sql:1957, before reaching the logic under test.
- value-flag-stotinki-sql.test.ts / value-flag-annex-step-sql.test.ts: new files, same
  cause — they died on the свързани-лица block while testing the value_flag CASE.
- ship-e2e.test.ts: the evidence seal is now a shipped table, so a target built from 0003
  alone makes the generated wipe abort before a row moves. Its corpus now seeds one seal
  per link, which is the only shape the ship should ever carry — a published link without
  one is what the audit fails on and what the read gate refuses to surface.

One behaviour change worth naming. `a request that never landed fails the run` injected a
skipped interest_links chunk; with seals shipping, that now trips the FOREIGN KEY as the
orphaned rows land, before the read-back runs. Stronger, but it leaves the read-back gate
— the thing the test exists for — unexercised. The injection moves to a seal chunk, which
has no dependents, so the shortfall stays invisible until the counts are compared.

All suites green on the merged tree: 421 db, 492 web, 61 ingest, 45 shared, 20 etl, 10
config, 91 root scripts, 248 pipeline; lint, typecheck, check:docs and the coverage
ratchet clean.
ydimitrof and others added 12 commits August 14, 2026 09:49
…y database

0003 is already applied everywhere, so adding CHECKs to it was the wrong move even though
that is where the table is declared. `CREATE TABLE IF NOT EXISTS` is a no-op against an
existing table and ship-related-persons wipes ROWS, never definitions — so the constraints
would have existed only on databases built after the edit. Two schemas under one name,
with the gate absent precisely on the served database, which is where a hand-run
`UPDATE … SET status='published '` during an incident actually lands. The comment promised
the opposite of what the deployed base would have had.

0003 is restored byte-for-byte and enforcement moves entirely into 0007, which both paths
reach: a fresh chain runs it after 0003, a deployed database gets it as a retrofit. 0007
already carried the triggers, the natural-key index and the dedup, so nothing is lost —
enforcement simply becomes uniform. A fresh build keeps 0003's table-level UNIQUE too;
it treats NULLs as distinct, so it is strictly weaker than the index and rejects nothing
the index accepts. 0006 keeps its own CHECKs: it is new here and has never been applied to
a served environment, so declaring them there edits no applied history.

The parity test is the point: a fresh 0000..0007 build and a legacy database retrofitted
by 0007 must reject the SAME values and accept the SAME ones, including the UPDATE path no
CHECK on a legacy table would ever have covered. Mutation-checked — dropping the UPDATE
trigger fails it.

Verified on a real local D1 built from the reverted 0003, not only in tests: the bad
UPDATE returns SQLITE_CONSTRAINT_TRIGGER and the legitimate one succeeds.

The dedup DELETE now announces itself before changing live data, so a deployment that
drops declarations says how many instead of leaving a row count nobody recorded. Its
subtraction is parenthesised because `||` binds tighter than `-` in SQLite — the first
real apply printed "notice: -2" and proved it. No explicit transaction: `d1 execute
--file` already runs the file as one, so a later failure rolls the DELETE back with it.
… looser copy

Both seal tests restated MATCHED_FACT_RE locally, and both got it wrong in the permissive
direction: `seat:` followed by unlimited uppercase tokens, where production bounds a
settlement to two. So `seat:ИВАН ПЕТРОВ ГЕОРГИЕВ` — a three-part Bulgarian name (ЗГР чл. 9)
wearing an allowed prefix, which is exactly what a mis-split seat field produces — passed
both tests and fails the real rail. They could not fail on the regression they exist to
catch, which is the one shape this rail keeps off a served column.

Both now import `isSealedFact` from the module that WRITES the vocabulary, so the
assertion and the enforcement cannot drift apart again.

Adds the direct unit test neither file had: MATCHED_FACT_RE accepts real one- and
two-token settlements including a hyphenated one, accepts every role/field-code shape and
`eik`, and rejects the three-token seat, a bare name, a name where a field code belongs, a
role outside the vocabulary, an empty settlement and a seat carrying the ЕИК itself.

Mutation-checked: widening the production bound to the old local pattern now fails with
"wrongly accepted: seat:ИВАН ПЕТРОВ ГЕОРГИЕВ" — under the previous tests that same change
was silent.
…orrect the docs

registryEntryNumber was in the DTO, mapped in the query and present in every fixture, and
rendered nowhere — carried to every client for nothing. It is also what makes the claim
findable: a date does not identify a record in the register, and a reader checking whether
we read the act correctly needs the number. Shown only when present, since a seat/ЕИК
confirmation cites no act entry and an empty „№" would read as missing data rather than an
inapplicable field.

(cefothe cited ADR-0033 as requiring this. It does not — no such text exists there. The
dead payload stands on its own.)

The contract join is now pinned writer-to-reader. On the read side `tenders`/`authorities`
are never projected, so both joins look dead and invite deletion — a reviewer proposed
exactly that. They are not dead, they are the SHAPE: the writer at load.mjs stores
contract_count/contract_value_eur through the same four tables, so deleting them on the
read side alone would let the read exceed the stored aggregate and surface links the
zero-contract gate excluded. Deleting them on BOTH sides is defensible but changes
published figures and needs re-baselining against ADR-0033 §10, so it stays midt-bg#226 §1.6.
A comment cannot survive a refactor; the test compares both by relation and join
condition. Mutation-checked in both directions.

Docs: SUPPRESSION_KEY_VERSION is a repository VARIABLE, not a secret — looking for it
under Secrets during an incident is a dead end. The suppression runbook gains the
verification it lacked: a takedown that silently failed looks exactly like one that
worked, so it now says to check the served D1 and the page, allow for the 1h public cache,
and re-run the next load to prove the removal survives a rebuild. deploy.md no longer
claims deploys do not migrate — deploy.yml applies 0003/0006/0007 explicitly, and why.
review-testing.md records scripts/ as a reviewed carve-out from the ratchet, naming the
three runners and the mutation discipline that stands in for a percentage.
…t-bg#307)

Възложителят вписва новата ОБЩА стойност в полето за разликата, тъй че value_after излиза сбор от старата стойност и новия общ размер - договорът се сервира двойно по-скъп, отколкото е. Класификаторът чете основанието и решава кое от трите е: истинско увеличение (не пипай), обявен нов общ размер (пренапиши value_after на него) или непроменена стойност, удвоена от деноминация (върни към старата).

Без текстов сигнал редът НЕ се пренаписва - пада към новия флаг annex_total_suspect и се изключва от сумите. Изборът е съзнателен: чл. 116, ал. 1, т. 1 от ЗОП допуска законно +100% през предварително обявена опция, а тихото разполовяване би подменило вярна стойност. Честна дупка бие подменено число.

Пазачите около пренаписването са тесни, защото цената при грешка е несиметрична - подценен договор, невидим за читателя:
- парична котва: число без валута до себе си не може да мине за стойност;
- вето за непарични мерни единици, включително с определение („200 работни дни", „200 календарни дни", „200 (двеста) дни", кв.м/куб.м) - иначе брой дни, съвпаднал с разликата, подменя стойността на договора;
- „в евро" пренаписва само в израза за деноминация („от лева в евро"), не и в клауза за валута на плащане.

Премерено на целия корпус: 564 реда имат формата на двойното броене; ветата за мерни единици не местят нито един от тях, тоест стеснението не изяжда нищо живо. Спот-проверка срещу текста на анекса потвърди и обратната посока - семейството „се променя на 1,52 лв./км." се пренаписва вярно.

Колоните value_restated / value_treatment / value_suspect стигат до разгърнатите бази през сонда в deploy.yml преди деплоя на Worker-а: ledger-ът на wrangler на тези бази е празен и `d1 migrations apply` би се сблъскал с 0000.

Четири кръга преглед; всяка находка е проверена срещу истинския код, не приета по описание.

Затваря midt-bg#305.
…t-bg#310)

Стъпката „Apply amendment restated/suspect columns" от midt-bg#307 падна на първото си истинско пускане и нямаше как да мине - нито на тази база, нито на никоя.

Заявката именуваше колоните has_restated / has_treatment / has_suspect, а read_flag търси реда по низа, с който е извикана ensure_column, тоест value_restated / value_treatment / value_suspect. Object.hasOwn връща false за всяка от трите, сондата чете това като нечетим отговор и излиза с 2, което case-ът третира като фатално.

Понеже стъпката стои преди деплоя на Worker-а, деплоят до stage спираше на нея. Сайтът не беше засегнат - нищо не е било разгърнато (стъпки 12-14 прескочени), stage връщаше 200 с изданието отпреди midt-bg#307.

Псевдонимите стават самите имена на колоните, плюс коментар защо не могат да бъдат описателни. Проверено срещу истинската база: заявката връща {value_restated: 0, value_treatment: 0, value_suspect: 0}, а сондата дава статус 1 (добави) при липсващи и 0 (има ги) при налични - никога 2.

Пропускът е показателен: deploy.yml не се изпълнява преди мърдж (пуска се само при push към main), нито един тест не го чете и в CI няма линтер за workflow файлове, тъй че първото изпълнение на всяка промяна в деплой стъпка е винаги СЛЕД мърджа. Изнасянето на сондата в проверим скрипт е отделна следваща стъпка.
…idt-bg#308)

Анексът от ЦАИС носи вътрешен номер (148846), а договорът на същата процедура носи деловодния номер на възложителя (Д-226). Двата са в различни пространства от имена, тъй че съединяването по (УНП, номер на договор) изпускаше около 7% от EOP анексите от всяко навиване анекс → договор → фирма/възложител. Низовата нормализация е пробвана и премерена: възстановява почти нищо, защото номерата са несвързани идентификатори.

Връзването е по СТОЙНОСТ: value_before на анекса е стойността на договора към момента на изменението, тоест равна на signing_value на целевия договор. Свързва се само при точно съвпадение (под 0,5 стотинка), при съвпадаща валута и ЕИК на изпълнителя, и само когато съвпада с ЕДИН договор на процедурата. Редовете, които съвпадат с два и повече или с нито един, ОСТАВАТ несвързани - честна дупка бие грешен договор на сайт за прозрачност.

Премерено на живия корпус: 1937 разминати EOP анекса, 1563 се свързват (1377 пряко, 186 наследени по веригата), а точността на вече свързаните е 9348/9349, тоест 99,99%.

Работи и по двата пътя. Пълният върви от scripts/resolve-amendment-contracts.sql преди derive-amendments.sql; дневният носи корпусно безопасен двойник вътре в refresh-slice.sql, чиито кандидати идват от СЕРВИРАНАТА contracts (целия корпус), обединена с прозореца - тъй че „уникално на процедурата" се пита корпусно, а не в прозореца. Без това дневният цикъл щеше да остави блока бездеен, защото кронът пуска само slice.

Подредбата е част от коректността: резолверът тече ПРЕДИ prefer-EOP триенето. Пренаписването на EOP анекс върху договор, който вече е запазил OCDS близнак, би възкресило близнака и би скъсало гейта amendment-twin-dedup от midt-bg#303.

Провенансът се пази: contract_number_raw държи анексния номер отпреди пренаписването, а link_method='value_anchor' прави свързаните по стойност изброими на сервираната страна. Той ключи и natural_key, тъй че вече сервиран несвързан ред се пренаписва на място, вместо да се удвои.

Два кръга преглед от наша страна, всяка находка проверена срещу истинските скриптове, не приета по описание: подредбата спрямо близнаците, двусмислените във верига, дневният път, и накрая разминаването между двата пътя при договор с нулева стойност (slice пътят го местеше при съсед, пълният не) - последното днес не хапеше на корпуса, но беше заредено.

Затваря midt-bg#306.
…ара за 0010

Преномериране: midt-bg#307 взе 0006/0007, midt-bg#308 взе 0008, тъй че тези две се местят на
0009 и 0010. Обновени са всички препратки - тестове, deploy.yml,
related-persons-data.yml, scripts/cacbg/load.mjs, docs/deploy.md.

Коментарът над прилагането на 0010 в deploy.yml беше останал от предишния
замисъл и твърдеше три неверни неща: че 0003 обявявала CHECK-овете (тя е
върната непокътната и не обявява нищо), че се слагало control_hash NOT NULL
(остава NULL-ируема нарочно - регистърът я пропуска за част от декларациите,
а индексът по естествен ключ ги сгъва с COALESCE) и че миграцията е
„rebuild-based" (вече е тригерна; заглавието ѝ обяснява защо пресъздаването е
опасно - оголва външните ключове и обира доказателствените печати).

Последното беше най-неприятно: обещаваше на следващия четец точно операцията,
която самата миграция отхвърля, а „0003 declares them now" щеше да го прати
обратно да добавя CHECK-ове в приложена миграция.

docs/deploy.md вече изброява и стъпките, които сондират таблицата и добавят
само липсващите колони, за да не изглежда, че --file е единственият механизъм.

db 424 зелени, typecheck и prettier чисти, scripts/tr 134/134.
Преномерирането смени пътищата, но остави имената migration6Path/migration7Path,
което е подвеждащо и се сблъсква с едноименните променливи, които midt-bg#307 и midt-bg#308
въведоха за 0006/0007/0008.
Разрешени конфликти след midt-bg#307, midt-bg#310 и midt-bg#308.

Всички са от един и същ вид: и двете страни добавяха своя миграция към
веригата, с която тестът строи схемата, и понякога под едно и също име на
променлива. Сега всеки тест, който сервира amendments или пуска refresh-slice/
normalize-raw, прилага цялата верига - 0006/0007 (стойност на анекса),
0008 (провенанс) и 0009 (доказателствен печат). Иначе всеки набор пада на
липсваща таблица или колона от другия.

Пълният суит е зелен: db 474, web 493, ingest 84, etl 20, shared 45, config 10.
Typecheck и prettier чисти.
…-bg#304)

midt-bg#298 хвана пропуснатия десетичен знак, като мери спрямо ПРОЦЕДУРНАТА прогноза. При многопозиционна поръчка обаче подписът на грешката е 100x спрямо прогнозата на САМАТА позиция, а съотношението към цялата процедура пада където го изведе делът на позицията. Договорът от доклада (00621-2020-0008) стои на 89,8x спрямо процедурата - под лентата 95-105x, тъй че минаваше отдолу.

Добавено е второ рамо в същата лента: стойността е 95-105x собствената прогноза на реда И поне 10x процедурната. Второто условие носи тежест - при рамкови и единични цени прогнозата по позиция е ЕДИНИЧНА цена и цял call-off законно я надхвърля стократно; такъв call-off стои на ~1x процедурната прогноза и се пощадява. И двете прогнози минават под 1000 EUR, защото при такива размери 100x е шум, а не изпусната запетая.

Премерено върху корпуса: 7 договора, 40,3 млн. EUR показвани, 1,75 млн. след поправката към процедурната прогноза. Осмият, който лентата хваща, вече е value_suspect по правилото за 200x - рамото се съгласява с предшественика си там, където се застъпват. Най-ясният случай: доставка на учебници при прогноза 2 938 EUR, показвана като 293 778 EUR.

Логиката влиза в петте копия на флаговата CASE. Тестът кара истинските скриптове по двата derive пътя и покрива двата ръба на лентата, двата пода поотделно и ред без собствена прогноза. Мутации: 95→90, 105→110 и махането на който и да е от двата пода валят по два теста; махането на рамото само от normalize-raw.sql вали 6, само от refresh-slice.sql - 7.

По прегледа на cefothe реконсилиационният пас се изравни с четирите INSERT места: собствената прогноза се вади от самия ред (NULL, когато няма такава) и се превръща по СВОЯТА си валута с датирано fx търсене, а не по валутата на договора. Второто има видима цена - прогноза в евро при договор в лева се делеше на 1,95583, падаше извън лентата и договорът се показваше с 51 129 EUR вместо с 500 000. Има тест точно за това. Липсата на fallback-а към процедурната прогноза е изчистване на смисъла, не промяна в поведението, и е записана като такава: мутация, която го връща, не вали нито един тест.

docs/etl.md вече изброява и трите повода за value_suspect, включително двете форми на стотинки лентата, плюс annex_total_suspect от midt-bg#305, който липсваше в подредения списък.

По предимството между това рамо и annex_total_suspect: договори, палещи и двете - нула, но целият корпус още няма нито един annex_total_suspect, защото флагът се пълни при стейджване на анекса, а кронът пуска само прозореца. Въпросът остава непремерен до пълен derive; по конструкция value_suspect печели, защото е първи в CASE-а.

Затваря midt-bg#247.
Единственият конфликт е познатият: новият тест на midt-bg#304 строи схемата без 0009,
а refresh-slice.sql чете interest_link_evidence. Добавена е миграцията в
неговата верига.

db 487, web 493, ingest 84, etl 20, shared 45, config 10. Typecheck и prettier
чисти.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants