)]}'
{
  "log": [
    {
      "commit": "bac648b8fc06dfffaf67cf283f73fa2572e67575",
      "tree": "e2e4387451deabb37b5f80ed42e06bd17b3127d9",
      "parents": [
        "5f30f566873c313b554f087c0f7e132efa54d64a"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Tue Jul 28 07:51:09 2026 +0200"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Tue Jul 28 07:51:09 2026 +0200"
      },
      "message": "Run the NRW mass test: WDR-Gesetz and LMG NRW\n\nThe 22nd Rundfunkänderungsgesetz amends five laws in one gazette issue.\nArticle 3 (TMZ-Gesetz) was already an acceptance case; this adds the two\nbig ones — Article 1 (WDR-Gesetz, 101 commands across 31 norms) and\nArticle 2 (LMG NRW, 18 commands). Both stem versions come from\nrecht.nrw.de, whose URLs address a version by its date of entry into\nforce, so the results could be checked norm by norm against the official\n1 April 2026 consolidations.\n\nApplying them turned up work at every layer:\n\nOrder of application. Renumbering always refers to the original count,\nnot to the state after the preceding items, so a cascade („Absatz 3 wird\nAbsatz 4“, „Absatz 4 wird Absatz 5“, …) applied in document order leaves\nthe law carrying two units of the same name. BefehlAnwender now derives,\nfor each command, which designations it vacates and which it newly\noccupies, and pulls a vacating command ahead of the first one it\ncollides with. That single rule subsumes the previous §-only special\ncase, orders a cascade descending, and — inside a Sammelbefehl too —\nkeeps a range renumbering from colliding with itself. Bayern\u0027s Art. 29a\nsequence now resolves as well (5 manual residues down to 3).\n\nRenumbering an enumeration item. Unlike an Absatz, a Nummer carries its\ndesignation as a marker in the text; the applier silently reported\nsuccess without touching it. It now rewrites the marker and lets a\nstruck placeholder with the target designation give way.\n\nSentence splitting. Gazette citations („(BGBl. I S. 1982)“) and\nline-initial enumeration markers were splitting sentences, so Satz\nlocators pointed into the wrong place; a sentence may also open with §.\n\nCommand language: „wie folgt neu gefasst“ and the missing „wird“, a\nsplit location („In Absatz 2 wird Satz 1 wie folgt gefasst“), an\ninsertion behind a location prefix, the standalone „Der Punkt am Ende\nwird durch … ersetzt“, „Dem Wortlaut des Absatzes 3 …“, the verb frame\n„Es werden ersetzt:“ whose items carry only the location, coordination\nat „sowie“ and before a punctuation clause, and a stray closing quote at\nthe end of a sentence.\n\nStem format: LandesRechtTextParser reads an „Inhaltsübersicht“ line as\nthe norm of that name (which is what the Angabe commands address) and\nrecognises keyword-less Roman section headings.\n\nEverything the two acceptance tests do not apply is named: one command\nin the WDR-Gesetz whose „Punkt am Ende des Satzes“ is not unambiguous in\na two-sentence Nummer. The remaining differences from the official\nconsolidations are places where the official text itself departs from\nthe command wording; SOURCES lists them.\n\nChange-Id: I261cf89cd5820f7597bc5db734f322d94b84828e\n"
    },
    {
      "commit": "5f30f566873c313b554f087c0f7e132efa54d64a",
      "tree": "4f6c33a0a1e9a6b2b1ad29bffef4defd0990fef2",
      "parents": [
        "79b88e0a8cb4dfc9c33fe219045f3da7f64256c4"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Tue Jul 28 06:00:16 2026 +0200"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Tue Jul 28 06:00:16 2026 +0200"
      },
      "message": "Recognise word-anchored insertions; close quotes at the next item\n\nThe documented next step was the word-anchored structural insertion\n(\"Vor den Wörtern „Aus dem Bereich Verkehr:“ wird folgender Absatz 5\neingefügt\", Berlin Artikel 1 Nr. 2 b) bb)). StrukturEinfuegung now\ncarries an optional WortAnker, the recogniser has a pattern for the form\n— placed before STRUKTUR_EINFUEGUNG, which bails out of recognition\nentirely when the StellenParser cannot read \"den Wörtern «0»\" — and the\napplier positions the new unit at the anchor line instead of a structural\nboundary.\n\nTwo blockers turned up next to it, both measured on the corpus rather\nthan assumed:\n\nThe command was not cleanly recognisable at all. Its closing quotation\nmark is missing in the official text, so the quote swallowed items cc)\nand c); an anchor alone would have made the command look applicable with\na huge foreign quote as its payload. The docs called a boundary at\nenumeration markers impossible, and that holds for the unguarded form: a\nquoted amendment provision carries command language itself. Guarded by\nfour conditions together — the article\u0027s quotation marks demonstrably do\nnot balance, the next line\u0027s marker is at the same or a shallower level\nthan the one the quote opened on, that line carries command language, and\nclosing here leaves the rest of the article balanced — it fires exactly\ntwice in the whole sample corpus, both times where the missing mark\nbelongs: Berlin before cc), and GV. NRW. Artikel 2 before 12. Without the\nguards it also fires inside quoted amendment provisions in the BayJG and\nGModG documents; the balance gate rules those out.\n\nThe GV.-NRW. gazette encodes part of its umlauts decomposed (u + U+0308,\n79 places, dozens of them \"eingefügt:\"/\"angefügt:\"). Invisible in the\ntext, but a different word to every command pattern, so those commands\ncould never match. TextBereiniger now normalises to NFC first — not\nNFKC, which would flatten the official sentence numbers ¹²³ and take\nSatzTeiler and Superskript their basis. Every other sample document,\nevery gii-XML stem and every hand-kept plain-text stem is already NFC, so\nthe pinned figures stay bit-identical.\n\nBerlin Artikel 1 is thereby fully recognised (6 of 6 commands, none\nunknown). One pinned statement changed for a stated reason: the NRW\nacceptance test asserted the article-heading warning, which is now\npreempted by the item boundary inside Artikel 2 — Nr. 12 survives\ninstead of being swallowed. 241 tests green.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: Ic579bec6fecc2495a61b3dcf87c9ad71b42f34ae\n"
    },
    {
      "commit": "79b88e0a8cb4dfc9c33fe219045f3da7f64256c4",
      "tree": "7f2fd3a3fd78b463d001ae7e2f81c70affdd6bfd",
      "parents": [
        "2cfea0076b43001569565c2f625afa42901282cd"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Sun Jul 26 13:33:09 2026 +0200"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Sun Jul 26 13:33:09 2026 +0200"
      },
      "message": "Limit the juris dead-end claim to what was actually checked\n\nOnly the Schleswig-Holstein and Berlin portals were probed. Stating the\nsame for Baden-Württemberg, Hesse, Thuringia and Lower Saxony would have\ninvited a future session to skip an attempt that might well succeed.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: I0fecfff43b4cb941eb973d2c7805a0eee0029781\n"
    },
    {
      "commit": "2cfea0076b43001569565c2f625afa42901282cd",
      "tree": "f2dfc99525473ea5af1c02b20521fa9680ae5265",
      "parents": [
        "81777013dfa582053489efea874e84379f1f0805"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Sun Jul 26 13:32:26 2026 +0200"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Sun Jul 26 13:32:26 2026 +0200"
      },
      "message": "Bring the documentation up to the current state\n\nThe README still described state law as Bavaria-only, six Länder later.\nThe sample-data overview grew a section on how to obtain the pre-\namendment stems per portal — which of the three routes works, and that\nthe juris state portals are a dead end — and a short prioritised \"where\nto continue\", so the next session does not have to re-derive it.\n\nCorrected while writing it: the regression figures are not all pinned\nthe same way. UWG, AGG and ProdHaftG pin \"nothing left manual\", BayJG\npins 154 commands and names its five renumbering residues, and the state\ncases pin full application. Saying \"UWG 19/0, GEG 66/53, …\" would have\ndescribed observations, not what the tests actually assert.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: Ie247e9626e789e628d537bede735923d5b67d14b\n"
    },
    {
      "commit": "81777013dfa582053489efea874e84379f1f0805",
      "tree": "83f227c65b91152d4a8aaca67d418da04d601e9e",
      "parents": [
        "c86a73a6e1da7dd28076054936458b850eda2947"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Sun Jul 26 08:53:10 2026 +0200"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Sun Jul 26 08:53:10 2026 +0200"
      },
      "message": "Support unnumbered named Anlagen; strip control characters\n\nInvestigating \"Anlagen as amendment target\" corrected the diagnosis from\nyesterday: Anlagen are supported. In gii-XML they are norms of their own\n(\"Anlage 8\", \"Anhang\"), Stelle.anlagenEnbez() resolves them, and the GEG\nsample applies annex-targeted commands — only two of its fifty manual\nentries touch annexes, both for content reasons.\n\nWhat actually failed in Berlin was narrower, and is fixed:\n\n  * A law with a single annex names it after the provision it belongs to\n    (\"Die Anlage zu § 2 Absatz 4 Satz 1\"). StellenParser demanded a\n    number after \"Anlage\" and rejected the phrase, so the article\u0027s frame\n    command went unrecognised and its items lost their context. The\n    annex now carries the designation \"Anlage\", like \"Anhang\". The naming\n    suffix is skipped deliberately: read along, the \"§ 2\" inside it would\n    become the target and the wrong norm would be amended.\n\n  * C0 control characters are now stripped. Berlin\u0027s enumeration indent\n    carries a U+0007 that sits invisibly in front of the command and made\n    its start-of-line anchor miss.\n\n  * Command verbs torn apart by a stray space in the official typesetting\n    (\"ein gefügt\" for \"eingefügt\") are rejoined, restricted to sequences\n    that are not valid German word order.\n\nThree of Article 1\u0027s four commands are now recognised. The fourth places\nthe new unit by a word anchor (\"Vor den Wörtern … wird folgender Absatz 5\neingefügt\"), which StrukturEinfuegung cannot express; that and the\ninability of the plain-text stem format to carry an Anlage at all are\nrecorded in Landesrecht-Beispiele.adoc.\n\n231 tests green; all pinned figures unchanged.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: Ic5804bf343dd5d8ce435c07b8f882ca0372890d2\n"
    },
    {
      "commit": "c86a73a6e1da7dd28076054936458b850eda2947",
      "tree": "179aa5b90857750bbaf41b20a401985206b6817f",
      "parents": [
        "83ba9f0db3462a4c2d5122ba836f646b055156ca"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Sun Jul 26 08:02:10 2026 +0200"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Sun Jul 26 08:02:10 2026 +0200"
      },
      "message": "Berlin column spike: stream order already reads correctly\n\nThe plan assumed the two-column Berlin gazette would need x-coordinate\ncolumn detection. It does not: the content stream already emits the left\ncolumn fully before the right one, so commands come out in reading order.\nThe test pins that finding.\n\nWhat does go wrong there is different, and two parts of it are fixed:\n\n  * The article\u0027s amendment formula carries its own target (\"§ 2 Satz 1\n    des Gesetzes zur Errichtung … wird wie folgt geändert\"), but the\n    following items never inherited it. The pattern\u0027s leading \\b could\n    never match before \"§\" — a non-word character needs a word character\n    in front of it — so the paragraph branch was dead code and only the\n    Bavarian \"Art.\" branch ever fired.\n\n  * The running page header is not a line of its own; it sits inside the\n    body text of the following column, so it has to be cut out rather\n    than dropped as a column title.\n\nTwo blockers remain and are recorded rather than papered over: Article 1\namends an *Anlage* with its own numbering, which the model does not carry\n(the same gap that shelved Baden-Württemberg), and full-width frames\n(title block, imprint) sit elsewhere in the stream than on the page,\nwhich would need a real XY-cut. Stems are unobtainable either way —\ngesetze.berlin.de is an authenticated juris app like the Schleswig-\nHolstein portal.\n\n229 tests green; all pinned figures unchanged.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: I4619dbe96a023d61104d7107a9a34533123d1bc5\n"
    },
    {
      "commit": "83ba9f0db3462a4c2d5122ba836f646b055156ca",
      "tree": "82b786836898972cf1291f2b8739098f762e3baf",
      "parents": [
        "35e90f4ab0f9b40d4752c9b8cba57c9452a8189f"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Sat Jul 25 10:35:45 2026 +0200"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Sat Jul 25 10:35:45 2026 +0200"
      },
      "message": "Support the two Lower Saxony insertion forms; NEFG now applies fully\n\nThe NEFG acceptance case left two commands as \"check manually\". Both are\nnow supported, so Lower Saxony applies 7 of 7 with no remainder.\n\n  * Lower Saxony cites inserted paragraphs with a space before the sub\n    number (\"§ 2 a\"); the rest of German legal usage writes \"§ 2a\", which\n    is what the Stelle and level parsers expect. TextBereiniger now pulls\n    the form together, leaving enumeration markers of the amendment act\n    alone (\"… nach § 8 c) In Absatz 2 …\").\n\n  * \"In Kapitel 4 wird nach § 12 der folgende neue § 13 angefügt\" — the\n    division only names the section the new paragraph lands in; the\n    anchor governs the position, as in the plain form. The optional\n    \"neue\" is now accepted in both.\n\nApplying that insertion needed one more thing: the paragraph it creates\nis only vacated by the *following* command (\"Der bisherige § 13 wird\n§ 14\"), so in document order the two collided and the insertion was\nrejected. \"Bisherig\" denotes the state before the amendment, so the\nrenumbering logically precedes the reoccupation and is now pulled ahead.\nThe log still lists commands in the order of the amendment act.\n\n226 tests green; all other pinned figures unchanged.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: I0e2ea5b0389f8002157eeb8471800da51febe739\n"
    },
    {
      "commit": "35e90f4ab0f9b40d4752c9b8cba57c9452a8189f",
      "tree": "271b8ce1f0537bc8546e3939d99df6e47d79369b",
      "parents": [
        "519c1e7b769c37769d1b5d1ffd6e13566b26c86d"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Sat Jul 25 10:00:36 2026 +0200"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Sat Jul 25 10:00:36 2026 +0200"
      },
      "message": "Add North Rhine-Westphalia TMZ-Gesetz acceptance case\n\nArticle 3 of the 22. Rundfunkänderungsgesetz (GV. NRW. 2026 S. 202) amends\nthe Telemedienzuständigkeitsgesetz. All four commands apply cleanly, and\nthe result matches the official consolidated version of 1 April 2026.\n\nrecht.nrw.de turned out to be the one remaining state portal that serves\nconsolidated laws as server-rendered HTML, with the version history\nencoded in the URL date prefix — so the pre-amendment stem (27 Apr 2022)\nwas directly obtainable.\n\nTwo fixes were needed:\n\n  * LandesRechtTextParser read the parenthesised title suffix wholly as\n    the abbreviation. State laws routinely carry both short title and\n    abbreviation there (\"(Telemedienzuständigkeitsgesetz – TMZ-Gesetz)\"),\n    and the amendment act cites the short title, so article selection\n    never matched. The parser now splits at the dash.\n\n  * ZitatExtraktor swallowed the rest of the document when a closing\n    quotation mark is missing in the official text (Article 2 no. 11\n    here), which hid Articles 3 to 5 entirely. An amendment act never\n    quotes across an article heading, so an open quotation is now closed\n    before a bare \"Artikel N\" line, with a warning. Quoted paragraphs are\n    unaffected: Bavarian norm heads read \"Art. N\".\n\n223 tests green; all previously pinned figures unchanged.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: I78470075d9be2433966b821b6fe1e21808996c46\n"
    },
    {
      "commit": "519c1e7b769c37769d1b5d1ffd6e13566b26c86d",
      "tree": "59c8deaa1e34c3464801e9337fc2a92a15af307d",
      "parents": [
        "43e91612875de3cc6e7466eee56023ab55cefd89"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Sat Jul 25 09:11:56 2026 +0200"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Sat Jul 25 09:11:56 2026 +0200"
      },
      "message": "Add Schleswig-Holstein extraction case and three cleanup fixes\n\nThe GVOBl. Schl.-H. amendment act (Kommunalrecht, 2026/27) brings three\nconventions the tool had not seen:\n\n  * a running two-line page header that sits between articles and glued\n    itself onto the following article heading,\n  * superscript footnote markers on article headings (\"Artikel 1 ¹)\"),\n    which defeated the article split, and\n  * ragged-right typesetting, where the geometric margin detection finds\n    no alignment cluster and reports full lines as hard line ends, so a\n    trailing hyphen was never joined.\n\nAll three are fixed in TextBereiniger; the hyphen rule now trusts the\nextractor\u0027s trailing-space signal over the geometric class.\n\nA full acceptance test is not possible: the Schleswig-Holstein law portal\nserves document bodies only through an authenticated API, and the last\nfreely archived consolidated Gemeindeordnung (14 Nov 2022) predates the\namended § 34a. The new test therefore covers everything up to and\nincluding command recognition; the blocker is recorded in\nLandesrecht-Beispiele.adoc.\n\n219 tests green; Bund/Bayern/Sachsen/Niedersachsen figures unchanged.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: I9b3ab8a756372504b51c4d410b491fded255da96\n"
    },
    {
      "commit": "43e91612875de3cc6e7466eee56023ab55cefd89",
      "tree": "867f602cd8b00a320987cde8947778deaa7efa45",
      "parents": [
        "3f81addcfbeae7aabcdd823340397f66e394f02f"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Fri Jul 24 22:29:35 2026 +0200"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Fri Jul 24 22:29:35 2026 +0200"
      },
      "message": "Add Lower Saxony NEFG acceptance case and two parser robustness fixes\n\nSecond §-structured Landesrecht case for wave six: the Lower Saxony ELER Support\nAct (NEFG, unchanged since 2022, derived from the two-column Nds. GVBl 2022 No. 33)\nplus the amending act of 28 Jan 2026 (Nds. GVBl 2026 No. 10). Five of seven\ncommands apply — both \"erhält folgende Fassung\" re-enactments (§ 1(1), § 2), the\ncitation replacement in § 1(5), the words insertion in § 6(1), and the § 13 → § 14\nrenumbering.\n\n- LandesRechtTextParser: a norm head no longer accepts a title ending in a full\n  stop, so a cross-reference sentence at line start (\"§ 7 GAPInVeKoSG findet\n  entsprechend Anwendung.\") is not misread as a norm head \"§ 7\" (which had made the\n  monotonicity check swallow the norms in between).\n- TextBereiniger: strip the Lower Saxony GVBl running footer and publisher line.\n  The footer sat between two enumerated items and otherwise attached to the\n  preceding re-enactment quote, defeating its end-of-sentence anchor.\n- Add sampledata/Niedersachsen/NEFG-alt.txt and EndToEndTest.nefgAcceptance.\n\nTwo insertion forms remain documented residues (manuell prüfen): inserting a\n§-block with a space-separated sub-number (\"§ 2 a\") and a chapter-scoped §-block\ninsertion (\"In Kapitel 4 wird nach § 12 … angefügt\").\n\n221 tests green; federal, Bavarian and Saxon pinned numbers unchanged.\n\nCo-Authored-By: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e\nChange-Id: Ie23eee1f596ec8eecc6a73f6ce585a22e73ec6c9\n"
    },
    {
      "commit": "3f81addcfbeae7aabcdd823340397f66e394f02f",
      "tree": "cfc08069f1da4bff2c8f1b67de85e70defad2fa2",
      "parents": [
        "c2b57decf3d57d4808dd37723c562b8e001cc342"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Fri Jul 24 05:34:32 2026 +0200"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Fri Jul 24 05:34:32 2026 +0200"
      },
      "message": "Add Saxony SächsBeamtVG acceptance case (first non-Bavarian Landesrecht)\n\nComplete the first §-structured Landesrecht acceptance case for wave six: the\nSaxon Civil Servants\u0027 Pension Act (SächsBeamtVG) in its 1 Feb 2025 version plus\nthe amending act of 13 April 2026 (SächsGVBl. S. 134). All five commands are\nrecognised and applied without residue — the amount replacements in § 47 and the\nre-enactment of § 80(1) sentence 2.\n\n- LandesRechtTextParser: recognise arabic, keyword-first structural headings\n  (\"Abschnitt 1\", \"Unterabschnitt 2\", \"Teil 3\") via GLIEDERUNG_ARABISCH, in\n  addition to Bavaria\u0027s roman \"I. Abschnitt\" form. Bavaria behaviour unchanged.\n- TextBereiniger: strip the footer of revosax full-text output (REVOSAX_FUSS,\n  \"https://…revosax… Fassung vom … Seite N von M\").\n- Add the consolidated pre-amendment stem as canonical plaintext\n  (sampledata/Sachsen/SaechsBeamtVG-alt.txt, derived from the archived revosax\n  full text) and EndToEndTest.saechsBeamtVgAcceptance (5 applied, 0 manual).\n\n220 tests green; federal and Bavarian pinned numbers unchanged.\n\nCo-Authored-By: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e\nChange-Id: I8e878bc9506f24028cf643a873de000f3d066d64\n"
    },
    {
      "commit": "c2b57decf3d57d4808dd37723c562b8e001cc342",
      "tree": "0473edd67bcf8924d9d8fd3baa13dbd0e5086a00",
      "parents": [
        "ab7ac577eedaffabf087a84786bebe9a8904c365"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Sun Jul 19 10:15:00 2026 +0200"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Sun Jul 19 10:15:00 2026 +0200"
      },
      "message": "Generalize Bavarian loader to a shared Landesrecht loader\n\nPrepare wave six (Landesrecht of the remaining Länder) by lifting the\nBavaria-specific stem-law loader to a shared one. Unlike Bavaria (Art./§\ninversion), the other Länder structure their stem laws in §, so the loader must\nhandle both sigils.\n\n- Move gesetz/bayern/{BayRechtLoader,BayRechtTextParser} to\n  gesetz/land/{LandesRechtLoader,LandesRechtTextParser}; the norm head now\n  matches \"§ N\" as well as \"Art. N\" and derives the sigil per norm from the\n  match. Cross-reference keywords in the norm head are excluded only as whole\n  words (so a title \"Satzungen\" no longer trips on \"Satz\"), and the juris\n  abbreviation may be multi-token (\"(GO NRW)\").\n- Derive the superscript mode data-drivenly from the loaded stem law\n  (Superskript.traegtSatznummern) instead of from \"is it gii-XML\": Bavaria and\n  Lower Saxony keep their amtliche Satznummern, the Bund and Länder without\n  official sentence numbering drop them.\n- Recognize the neufassung idiom \"erhält/erhalten folgende Fassung\" (Schleswig-\n  Holstein, Niedersachsen) via a NEUFASSUNG_VERB building block, additive to\n  \"wird/werden wie folgt gefasst\".\n\nFederal and Bavarian behaviour is unchanged (219 tests green, pinned acceptance\nnumbers UWG 19/0, GEG 66/53, GEG-GModG 90/9, IfSG 42/24, BayJG 149/154 hold).\n\nCo-Authored-By: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e\nChange-Id: I55a70a7932bf657a2346ca70f3fa05e173bf80ad\n"
    },
    {
      "commit": "ab7ac577eedaffabf087a84786bebe9a8904c365",
      "tree": "0efb32b59b2cf6470e1d09c748ce32ff1698c79a",
      "parents": [
        "65eff08b32a0f00ff0f5e4bda3fe5793f631ed64"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Sun Jul 19 09:25:55 2026 +0200"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Sun Jul 19 09:25:55 2026 +0200"
      },
      "message": "Add Landesrecht amendment samples from eight further Länder\n\nCollect real amendment gazettes/ordinances from Berlin, Schleswig-Holstein,\nHessen, Niedersachsen (two hefts), Baden-Württemberg, Nordrhein-Westfalen,\nSachsen and Thüringen as candidates for a further enhancement wave, plus an\n.adoc overview. Unlike Bavaria (Art./§ inversion) these Länder use § in their\nstem laws; the new test dimensions are PDF layout (Berlin two-column, Hessen\nletter-spacing) and command idioms (\"erhält folgende Fassung\", superscript\nArtikel footnote markers, amtliche Satznummern in a § context). Only the\namendment documents are included so far; the consolidated stem versions and\nRheinland-Pfalz remain open.\n\nCo-Authored-By: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e\nChange-Id: I0e3e761763038abda144266381cf59f8d8f3bf78\n"
    },
    {
      "commit": "65eff08b32a0f00ff0f5e4bda3fe5793f631ed64",
      "tree": "1d101859b51c80bc117ec72a871933575ed8b2f3",
      "parents": [
        "f20828ffd8ea9d554566636a9c53a3abd57507c5"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Sat Jul 18 12:24:32 2026 +0200"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Sun Jul 19 09:00:01 2026 +0200"
      },
      "message": "Support Bavarian state law (BayJG) with Art./§ inversion and superscripts\n\nExtend ÄndGgner from federal-only to Bavarian state law. Bavarian base\nlaws are structured in Artikel while their amending acts are structured\nin Paragraphen (inverted from the Bund); official sentence numbers and\nfootnote markers are carried as Unicode superscripts (¹²³, ⁶)).\n\n- Generalise Stelle.Paragraph to carry a sigil (\"§\" or \"Art.\") and route\n  it through recogniser, applier and resolver (bit-identical Bund output).\n- Superscript pipeline: geometric detection in FontgroessenFilter\n  (SuperskriptModus BEHALTEN), Superskript util, exact sentence splitting\n  in SatzTeiler, label-based sentence resolution.\n- BayRechtLoader/BayRechtTextParser for gesetze-bayern.de PDF/plaintext.\n- §-structured amending acts, GVBl/Landtag column titles, non-breaking\n  spaces, the GVBl continuation quote; Bavarian command forms (footnote\n  aufhebung, Satznummerierung streichung, Wortlaut forms, Halbsatz,\n  gapping chains).\n\nAcceptance (EndToEndTest.bayJgGvblAcceptance): the pre-2026 BayJG\nfassung (BayJG-alt.txt, reconstructed from Wayback single-article\nsnapshots) with GVBl 6/2026 §§ 1-2 applied — 154 commands, 0 unknown,\n149 applied automatically, 5 pinned residuals (follow-up edits inside\ntwo multi-step renumbering sequences in Art. 29a and Art. 56).\n\nApplication-side fixes surfaced by the acceptance run (all Bund-safe):\nsentence-start superscript before §; sentence boundaries \u003d {0} ∪ {each\nnumber ≥ 2}; gapping scope inheritance for bare word operations;\nfootnote definition lines hidden from word operations; absatz aufhebung\nmarks \"(weggefallen)\" keeping its number, and absatz renumbering\noverwrites an empty placeholder (weggefallen/gegenstandslos) target.\n\n211 tests green (mvnw verify); federal reference numbers unchanged.\n\nCo-Authored-By: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e\nChange-Id: Iebae4c17ca90755c5fd36251362042f3d5796fd0\n"
    },
    {
      "commit": "f20828ffd8ea9d554566636a9c53a3abd57507c5",
      "tree": "6d795f85206b7b427fe92fc1c89df5a2fba07595",
      "parents": [
        "99511a961d741e2dc06113cf5f24180bfea2b26b"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Sat Jul 18 08:57:22 2026 +0200"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Sun Jul 19 09:00:01 2026 +0200"
      },
      "message": "Classify line ends by alignment clusters and canonicalize definition lists\n\nThe percentile-based right-margin estimate from the previous commit\nmisclassified two real-world layouts: at the column switch of the\ntwo-column old-BGBl format a window contains both column margins, so the\n90th percentile returned the right column\u0027s margin and marked every\nleft-column soft wrap as deliberate (vetoing hyphen mending, IfSG 2020:\n\"Impf- surveillance\"); and series of equally wide centered \"Artikel N\"\nheadings in draft bills formed the top of their window\u0027s distribution,\nso they counted as full-width and were reflowed into the following line,\nbreaking teileInArtikel\u0027s line anchor (ProdHaftG RegE). Classify against\nalignment clusters instead: a line end is soft when at least five window\nlines end within 4 pt of it (the justified block\u0027s own margin), hard when\nsuch a cluster runs at least 10 pt above it, unclassified otherwise.\nStructure anchors (\"Artikel 2\", \"§ 19\", bare Gliederung labels) are\nalways exempt from reflow since equal-width heading series still form\nsham clusters. Also flush the pending line end-X at page ends — without\nit, the first line of the next page inherited the previous page\u0027s footer\ngeometry and was misclassified (UWG: \"Artikel 2\" swallowed the closing\nprovisions).\n\nMarkerless joins additionally never cross into a following enumeration\nmarker line (\"...vorgesehen und\" + \"d) die Überwachung\" no longer glues\nto \"undd)\"), a text-level veto that also works without geometry.\n\nOn the base-law side, ContentFlattener now separates sibling \u003cLA\u003e\nelements within a \u003cDD\u003e — the short-label/definition pairs of the UWG\nAnhang and § 2 IfSG were previously glued without any separator\n(\"Irreführung über Unternehmereigenschaftdie unwahre Angabe...\") in both\nsynopsis columns. The continuation line is indented two spaces deeper\nthan its enumeration line so StellenAufloeser.zeilenBlock keeps it inside\nthe unit\u0027s block (\"Anhang Nummer 31 Buchstabe b\"). BefehlAnwender writes\nthe same canonical shape when inserting or recasting quoted units\n(rueckeZitatEin), so XML-derived and PDF-derived items agree:\n\"  2a. Stichwort\" + \"    Definitionstext\".\n\nVerified by mvnw verify (179 tests, 7 new) and a before/after sweep of\nall 21 sample law/amendment combinations: applied/manual counts are\nunchanged throughout (UWG 19/0, GEG-BGBl 66/53, GModG-RegE 77/20,\nIfSG-0645 42/24, ...), no marker characters leak into the HTML output.\n\nCo-Authored-By: Claude Fable 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: Ib7faae1bc5c59bda83f648a579af16a4c77e4285\n"
    },
    {
      "commit": "99511a961d741e2dc06113cf5f24180bfea2b26b",
      "tree": "e2f122bbb26bef6b69f72baf7901907a1084ed19",
      "parents": [
        "6311227992ba509b5e5e3256504980bf4632742d"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Fri Jul 17 07:16:51 2026 +0200"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Fri Jul 17 07:16:51 2026 +0200"
      },
      "message": "Classify line breaks geometrically via PDFBox coordinates and support list indentation\n\nReplaces the heuristic character-count full-width check with real geometric\nlayout analysis. FontgroessenFilter collects the right-edge X coordinate of\nthe text runs on each page and classifies line endings against the local\n90th percentile of page margins (using a 20-line sliding window) into soft,\nhard, or unclassified breaks.\n\nTextBereiniger uses this classification to reflow only soft line wraps (WEICH) and\nkeep deliberate ones (HART or UNBEKANNT).\n\nAlso aligns quote normalization and GII-XML flattening to indent continuation\nlines in lists (e.g., hanging definitions in UWG Anhang):\n- BefehlAnwender.normalisiereZitatText applies to single-unit Neufassung and indents\n  continuation lines deeper (4 spaces) than list items (2 spaces).\n- ContentFlattener generates the same structure for sibling \u003cLA\u003e elements inside \u003cDD\u003e.\n\nThis ensures the paragraph parser correctly groups these lines as child lines.\n\nChange-Id: I1fd7039d4933a273cc2dc55f958d34b439e2302c\n"
    },
    {
      "commit": "6311227992ba509b5e5e3256504980bf4632742d",
      "tree": "db8c65cf47c22c761f20f2a78fd548fced6858bd",
      "parents": [
        "b7e9f0f4756bf87ef98500d5fd0ce87d2916c3c4"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Fri Jul 17 05:10:53 2026 +0200"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Fri Jul 17 05:10:53 2026 +0200"
      },
      "message": "Fix markerless line-break join gluing whole words without a space\n\nTextBereiniger.verbindeUmbrueche assumed any letter-ending, no-trailing-space\nline followed by a lowercase continuation was a hyphen-less mid-word split\n(PDF extraction artifact) and joined it with zero separator. That assumption\nbreaks for deliberate word-boundary breaks, e.g. the short-label/hanging-\nindent definition format in the UWG Anhang (\"...Nachhaltigkeitssiegels\" +\n\"das Anbringen...\"), producing glued words in the rendered synopsis.\n\nGate the markerless join on the candidate line reaching a locally-typical\n\"full column width\" (90th percentile in a ±20-line window), since automatic\nwraps always land near the column edge while deliberate breaks don\u0027t. The\nwindow is local rather than document-wide because some source PDFs mix\ncolumn widths within one document (narrower Regelungstext vs. wider\nBegründung), which a global statistic would otherwise penalize.\n\nAlso route the single-unit Neufassung fallback through the existing\nnormalisiereZitatText normalization, matching its sibling code paths, so\nthat internal line breaks now more often preserved by the fix above don\u0027t\nleak into the HTML output as spurious line breaks instead.\n\nCo-Authored-By: Claude Sonnet 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: I0a79f22f9286cd4a90eea32bad9b54cb4a082cf4\n"
    },
    {
      "commit": "b7e9f0f4756bf87ef98500d5fd0ce87d2916c3c4",
      "tree": "82c7f38b566d2ded6989cdd05ea628dcf4ba6de2",
      "parents": [
        "ebd5a7bcfb13c1a74a5ad65de772e171d98ad156"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Thu Jul 16 21:12:08 2026 +0200"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Thu Jul 16 21:12:08 2026 +0200"
      },
      "message": "Support Anhang/Anlage targets, Inhaltsübersicht Angabe commands, and Gliederungs-Überschriften insertion/replacement\n\nFourth enablement wave: Anhänge/Anlagen resolve as ordinary norm targets with\nnested Nummer/Buchstabe block resolution, InhaltsuebersichtAnwender applies\nAngabe commands automatically, GliederungsUeberschriften handles inserting and\nreplacing structural headings, the law\u0027s own heading can be recast, and\nFontgroessenFilter now determines body text per page instead of document-wide.\nSample data (UWG/AGG/ProdHaftG) now applies with 0 manual cases.\n\nCo-Authored-By: Claude Sonnet 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: I1a76750afbecfa1aae734bcdabc91470a28420ca\n"
    },
    {
      "commit": "ebd5a7bcfb13c1a74a5ad65de772e171d98ad156",
      "tree": "d43c01a878323bd14999ca5f6167ecf0cc5bae82",
      "parents": [
        "73c5dbae7a487db2b9ea29cd050eac94644974bb"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Wed Jul 15 20:54:27 2026 +0200"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Wed Jul 15 20:54:27 2026 +0200"
      },
      "message": "Support range structure replacement, struct renumbering, and multi-paragraph blocks\n\nAdds bisStelle to StrukturErsetzung for coordinated target ranges, recognizes\ndeletion/renumbering of whole structural units (paragraphs and Gliederung\nentries), and handles insertion/replacement of multi-paragraph blocks split on\n§-headings. Updates FASSUNGEN.txt accordingly.\n\nCo-Authored-By: Claude Sonnet 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: I637cc5effbe32c094e62c070b63c470149a77c85\n"
    },
    {
      "commit": "e486b1f4efb034ed83247f4d4a84964ef9887221",
      "tree": "1fed779c320a9c1b7c750073f461bfe6fea0c971",
      "parents": [
        "9a29b384b84fac20f3c417ff9dcf3d461627e185"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Mon Jul 13 21:33:47 2026 +0200"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Mon Jul 13 21:33:47 2026 +0200"
      },
      "message": "Model and apply structural (Teil/Abschnitt) and TOC commands\n\nIntroduce the Gliederungsbaum into the model and support the structural\ncommand families that were the bulk of the remaining unknowns:\n\n- Gliederung gains a kennzahl; Gesetz carries the ordered list of\n  Gliederungseinheiten, which the loader now collects.\n- New Stelle components Gliederungseinheit (Teil/Abschnitt/Unterabschnitt/\n  Anlage/…) and Absatzbezeichnung; StellenParser parses these plus\n  \"Überschrift von \u003cGliederung\u003e\" and drops \"Satzteil/Angabe vor Nummer N\"\n  chapeau qualifiers.\n- Gliederungs-Überschrift Neufassung/Streichung apply to the tree and\n  render as a \"Geänderte Gliederungs-Überschriften\" diff section;\n  Absatzbezeichnung-Streichung removes an Absatz number; Inhaltsübersicht\n  \"Angabe(n) zu …\" commands are recognized (applied via the existing TOC\n  path).\n\nReuses Neufassung/Aufhebung with structural Stellen rather than adding new\ncommand types. Final UnbekannterBefehl counts: GEG 50-\u003e5, IfSG 11-\u003e3,\nAGG 2-\u003e0 (§ 1 Alters-\u003eLebensalters now applies), UWG 2-\u003e0.\n\nCo-Authored-By: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e\nChange-Id: I0cc91bfe65798140dd982b19f1884dfe60be87c4\n"
    },
    {
      "commit": "9a29b384b84fac20f3c417ff9dcf3d461627e185",
      "tree": "f872126e803a9b6452a18050cc4b701fd9b12da2",
      "parents": [
        "51712fc87ec0487bd471f24b2986a367847d24e9"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Mon Jul 13 21:33:43 2026 +0200"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Mon Jul 13 21:33:43 2026 +0200"
      },
      "message": "Support range, renumbering, and punctuation commands\n\nExtend the parser and applier for several command families that were\nfalling back to UnbekannterBefehl:\n\n- Range/coordinated Aufhebung (\"Die Nummern 1 bis 3 werden aufgehoben.\",\n  \"Die Absätze 4 und 5 werden aufgehoben.\") via bis-range expansion in\n  StellenParser.parseMehrfach and ausStellen.\n- Range renumbering without \"zu den\" and for Nummern/Buchstaben (\"Die\n  bisherigen Nummern 4 bis 6 werden die Nummern 8 bis 10.\"); single\n  renumbering now also covers Nummer/Buchstabe and \"Die bisherige\".\n- §-range Neufassung (\"Die §§ 52 bis 56 werden wie folgt gefasst: …\"),\n  splitting the quoted block at \"§ N\" boundaries.\n- \"Der Wortlaut wird Absatz N.\" — a new WortlautZuAbsatz command that\n  numbers the previously unnumbered body.\n- Word-to-punctuation replacement (\"… das Wort „oder\" am Ende durch ein\n  Komma ersetzt\") and comma+words insert/replace variants.\n\nStellenParser gains plural component words (Absätze/Sätze/Nummern/\nBuchstaben) and bis-range expansion. Cuts UnbekannterBefehl further:\nGEG 36-\u003e21, IfSG 7-\u003e3.\n\nCo-Authored-By: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e\nChange-Id: I4972d4eb1d6062521a55710c1f23822e8e22b0c4\n"
    },
    {
      "commit": "51712fc87ec0487bd471f24b2986a367847d24e9",
      "tree": "131061eaf3664bfbb2a49abf9a43628e31a33867",
      "parents": [
        "b05e44a627b3bbdf6f8b2e920b963709fd348f5a"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Mon Jul 13 21:33:25 2026 +0200"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Mon Jul 13 21:33:25 2026 +0200"
      },
      "message": "Recognize compound and multi-pair amendment commands\n\nSplit BefehlErkenner into a single-command pass and a fallback that\ncomposes Sammelbefehle from commands chained with \"und\"/\", wird\":\n\n- Multi-pair replacement (\"… A durch B und C durch D ersetzt\") emits one\n  Ersetzung per pair, crossed with the (possibly coordinated) Stelle.\n- Verbund splitter probes each \"und\"/\", wird\" boundary; when both halves\n  parse — trying the right clause as-is, capitalized, or with the left\n  clause\u0027s locative prefix — it folds them into one Sammelbefehl.\n\nThe single pass no longer short-circuits when a pattern matches but its\nStelle is unparseable, so the fallback still gets a chance. Add\n\"ein Komma eingefügt\" and anchor-first insertion patterns the splitter\nneeds, and let StellenParser.parseMehrfach inherit the component type for\nbare-number continuations (\"Absatz 1 und 5\").\n\nCuts UnbekannterBefehl counts: GEG 50-\u003e36, IfSG 11-\u003e7, AGG/UWG 2-\u003e1.\n\nCo-Authored-By: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e\nChange-Id: I8f76edd0c9ed6cf68c10c50f535a8182e13e378e\n"
    },
    {
      "commit": "b05e44a627b3bbdf6f8b2e920b963709fd348f5a",
      "tree": "af77a6cf2fb584de346e6a9387aa10fca9b14767",
      "parents": [
        "91a57498aa4acf266d0ab255aa06c18527846eec"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Mon Jul 13 21:33:20 2026 +0200"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Mon Jul 13 21:33:20 2026 +0200"
      },
      "message": "Support multi-target \"jeweils\" commands and range renumbering\n\nAdd a Sammelbefehl command that applies one operation to several\n\"und\"/\"sowie\"/comma-coordinated Stellen sharing a common prefix, and\nresolve \"Die bisherigen Absätze X bis Y werden zu den Absätzen X\u0027 bis Y\u0027\"\ninto descending single renumberings. Parsing gains\nStellenParser.parseMehrfach; the applier folds sub-commands into one log\nentry.\n\nCo-Authored-By: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e\nChange-Id: Iaa2c7161066d40d0605c00d3b6ca9a08696070e7\n"
    },
    {
      "commit": "91a57498aa4acf266d0ab255aa06c18527846eec",
      "tree": "5c53b08a64f87f924f9d59c6feafde500fbb9427",
      "parents": [
        "8ae49729ee18a102d503324f2be49c35694b244a"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Mon Jul 13 21:33:09 2026 +0200"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Mon Jul 13 21:33:09 2026 +0200"
      },
      "message": "Add AGG, BayJG, GEG, ProdHaftG, and UWG sample data.\n\nFive new datasets with provenance in SOURCES files:\n\n* UWG: 3. UWGAendG (BGBl. 2026 I Nr. 43) in the new digital BGBl\n  format, plus drafts.\n* GEG: the 2023 \"Heizungsgesetz\" (BGBl. 2023 I Nr. 280, new format)\n  and the pending GModG 2026 drafts.\n* AGG: 2. AGGAendG drafts (RefE/RegE/BT-Drs 21/6178) -- the base XML\n  predates the bill, so this dataset produces real diffs -- and the\n  official BMJV synopsis as ground truth.\n* ProdHaftG: product-liability modernization drafts (Artikel 1 is a\n  replacement act, Artikel 2 amends the old law), with official\n  synopsis.\n* BayJG: Bavarian hunting-law amendment (GVBl. 2026 S. 113) -- state\n  law is not yet supported by the tool; kept for future work.\n\nCo-Authored-By: Claude Fable 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: I8c33b6a19178f73cece9c9da99c713009016e578\n"
    },
    {
      "commit": "8ae49729ee18a102d503324f2be49c35694b244a",
      "tree": "1712c78dbf321a0c671425cfbbd4c9a7a5a7106b",
      "parents": [
        "99962fb4aff2a11074b7179b71ed5a5f0cdbc8e4"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Mon Jul 13 21:32:53 2026 +0200"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Mon Jul 13 21:32:53 2026 +0200"
      },
      "message": "Support the digital BGBl format and bill drafts as inputs.\n\nThe Bundesgesetzblatt has been published digitally via recht.bund.de\nsince 2023 in a new single-column layout, and pending amendment acts\nare only available as Referenten-/Regierungsentwuerfe or Bundestag\nprinted papers.  Both now work as patch inputs:\n\n* PDF extraction filters out small print by font size (two-pass\n  PDFTextStripper): in the new BGBl format, footnote blocks and\n  superscript footnote markers would otherwise land in the middle of\n  the statutory text, even inside quoted passages.\n* TextBereiniger recognizes the new page headers (BGBl \"Seite N von\n  M\", draft page markers \" - N - \", Bundestag printed-paper headers)\n  and joins markerless end-of-line hyphenation (BT-Drs PDFs break\n  words without a hyphen character; regular wraps carry a trailing\n  space, so its absence is the signal -- gated on the source using\n  the trailing-space convention at all, protecting hand-written\n  plain-text inputs).  BMJV draft templates draw the hanging opening\n  quote after the paragraph marker (\"(1) „\" / \"§ 19„\"); this\n  inversion is repaired.\n* Drafts embed the statutory text between a cover sheet and a\n  Begruendung section; article scanning now stops at the Begruendung\n  heading.  Articles without numbered items (single-command articles\n  like ProdHaftG-RegE Artikel 2) are parsed from the preamble rest.\n* Target-law matching is declension-tolerant (\"Das Allgemeine\n  Gleichbehandlungsgesetz\" matches \"Allgemeines\n  Gleichbehandlungsgesetz\") via rough word-stem comparison.\n* New command form StrukturErsetzung (\"§ 2 Absatz 2 wird durch die\n  folgenden Absätze 2 und 3 ersetzt\"); \"durch die folgende\n  Überschrift/den folgenden § N ersetzt\" map to Neufassung; plural\n  insertions (\"die folgenden Absätze 6 und 7\"), triple-letter outline\n  markers (aaa), the compound punctuation replacement (\"durch ein\n  Komma und die Wörter ... ersetzt\"), and Inhaltsuebersicht-Angaben\n  inside a context frame are recognized.\n\nEnd-to-end smoke tests cover the four new datasets: UWG (new BGBl\nformat, footnote-filter assertion), GEG 2023 (\"Heizungsgesetz\",\n121 commands), AGG (BT-Drs draft against an unconsolidated base --\nthe first dataset with real diffs, spot-checked against the official\nBMJV synopsis), and ProdHaftG (draft whose Artikel 1 is a replacement\nlaw and only Artikel 2 amends the base).\n\nCo-Authored-By: Claude Fable 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: Id1b12bc0bee4178bd1a5c55b3a83f6e13944af69\n"
    },
    {
      "commit": "99962fb4aff2a11074b7179b71ed5a5f0cdbc8e4",
      "tree": "58caa90e2a27e50e9e6b6ce13488278860903b03",
      "parents": [
        "58e19982f25ae6433d7837454bb54b8edc37589c"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Mon Jul 13 21:32:24 2026 +0200"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Mon Jul 13 21:32:24 2026 +0200"
      },
      "message": "Add IfSG sample data.\n\nThe Infektionsschutzgesetz as gii-norm XML, EPUB, and PDF (consolidated\nas of 2020-11-20, i.e. already including the Art. 1 changes below), the\nDrittes Bevoelkerungsschutzgesetz (BGBl. I 2020 S. 2397) as published,\nand the Bundestag/Bundesrat drafting documents, with provenance URLs in\nSOURCES.  Used by the end-to-end smoke test.\n\nCo-Authored-By: Claude Fable 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: I1221734ea3e3dab705151421774151438be1b337\n"
    },
    {
      "commit": "d1e2facd01c88dbd4758fbc2a64bf9e01abca4e7",
      "tree": "05984a493b1a583543068be368aeb191ccd01d79",
      "parents": [
        "1b9bfb1bfed11593e08cde8bb072dbfb5980b740"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Mon Jul 13 07:09:04 2026 +0200"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Mon Jul 13 07:09:04 2026 +0200"
      },
      "message": "Implement the synopsis pipeline for amendment acts.\n\nAdd the full vertical slice from input files to a two-column HTML\nsynopsis:\n\n* gesetz, gesetz.gii: immutable law model (Gesetz/Norm/Absatz) and an\n  offline loader for the gii-norm XML format of gesetze-im-internet.de,\n  flattening DL enumerations, tables, and pre blocks.\n* aenderung: amendment command model as a sealed interface with records\n  (Ersetzung, Neufassung, Einfuegung, Anfuegung, Aufhebung, Streichung,\n  Umnummerierung), including UnbekannterBefehl as the mandatory\n  fallback -- unrecognized commands are reported, never dropped.\n* aenderung.parse: text extraction (PDFBox in content-stream order for\n  two-column BGBl PDFs, plain text as escape hatch), BGBl header and\n  hyphenation cleanup, quote extraction with placeholder substitution\n  (quoted blocks cannot confuse the command regexes; unbalanced quotes\n  -- which occur in real BGBl documents -- become warnings), outline\n  scanning with successor-validated markers (1., a), aa), aa1)), and\n  the command recognizer with context-frame stacking.\n* anwendung: sequential command application with a per-command protocol\n  (ANGEWANDT / MANUELL_PRUEFEN plus reason), scope resolution down to\n  sentence/enumeration ranges via a German sentence splitter.\n* synopse: norm pairing, word-level diff via java-diff-utils, and a\n  self-contained HTML renderer with a Manuell-pruefen section.\n\nThe CLI gains -o/--output, --vollstaendig, --artikel, --extract-only,\nand hidden debug flags (--dump-gesetz, --dump-befehle).\n\nOn the IfSG sample (Drittes Bevoelkerungsschutzgesetz, BGBl. I 2020\nS. 2397), 63 of 75 commands in Artikel 1 and 2 parse into typed\ncommands; the remainder are ranges and compound commands that are\ndeliberately out of scope for v1.\n\nCo-Authored-By: Claude Fable 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: I93ef8ba300f1cac70916722f23c0cefc5f62da2b\n"
    },
    {
      "commit": "1b9bfb1bfed11593e08cde8bb072dbfb5980b740",
      "tree": "984c268931d2d5567551a4cb1a50f9c735a2a3f1",
      "parents": [
        "545aeb6e25386121b414e6aa0cae0a96758cf3c8"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Mon Jul 13 07:08:31 2026 +0200"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Mon Jul 13 07:08:31 2026 +0200"
      },
      "message": "Modernize build: Java 21, Tika 3, PDFBox 3, JUnit 5.\n\nBump all dependencies and plugins to current versions.  Replace the\ntika-parsers bundle with a direct PDFBox dependency (we need\nPDFTextStripper control), add java-diff-utils for the synopsis diff,\nand add JUnit 5 with AssertJ for testing.  Drop unused dependencies\n(tess4j, Lanterna, term4j, sqlite-jdbc, imageio codecs, annotation\nlibraries) in favour of jspecify.  Regenerate the Maven wrapper with\nthe official plugin (Takari is dead) and remove the vestigial Ant\nwrapper and Tika configuration.\n\nCo-Authored-By: Claude Fable 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: I0e1813b3967027cbb0bb978591d345ce138fa0a0\n"
    },
    {
      "commit": "545aeb6e25386121b414e6aa0cae0a96758cf3c8",
      "tree": "6cb998430e9c461c283ff7d692d0b14aad2a541d",
      "parents": [
        "1d92ac8fbb6c5c3a3be7bf477fef9251dcd3dfe2"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Sun Dec 06 15:16:22 2020 +0100"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Sun Dec 06 19:24:02 2020 +0100"
      },
      "message": "Configure Tika correctly.\n\nWith the new configuration, Tika can now extract text from PDFs and\nXML documents.\n\nAlso configures logging for the application.\n\nChange-Id: I7a89c2b232ed4e220665dd335a5f5a0cc3ef2994\n"
    },
    {
      "commit": "1d92ac8fbb6c5c3a3be7bf477fef9251dcd3dfe2",
      "tree": "95739626bbdc8727618e751cadeb30d0a18b8ec4",
      "parents": [
        "c7f1136da4b0acf11e784397e4c46278706dc84f"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Mon Nov 23 06:31:43 2020 +0100"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Mon Nov 23 06:36:04 2020 +0100"
      },
      "message": "Add Apache Tika, remove iText7.\n\nChange-Id: I9736779cf57050a1dfd43d18625eb464a7179a9f\n"
    },
    {
      "commit": "c7f1136da4b0acf11e784397e4c46278706dc84f",
      "tree": "5957fae9c9da5d1a558845720c4c8ebae69f6bf9",
      "parents": [
        "d9f32a8a04152f9028a436be1deabe8f908b5ca4"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Sun Nov 22 15:01:07 2020 +0100"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Mon Nov 23 06:36:04 2020 +0100"
      },
      "message": "Modularize, avoid shade plugin by default.\n\nChange-Id: I704d78b7553f057f73e1387078623d8fe5d0b154\n"
    },
    {
      "commit": "d9f32a8a04152f9028a436be1deabe8f908b5ca4",
      "tree": "e4bccf342381e0f01f5f77a9af408faa08bbebfa",
      "parents": [
        "31a2c505ff035c1cdcefdef17d900acb76919695"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Sun Nov 22 14:36:59 2020 +0100"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Sun Nov 22 14:42:35 2020 +0100"
      },
      "message": "Define CLI arguments.\n\nChange-Id: I37d6cbb000df63013277fe4628cdb6570d68101a\n"
    },
    {
      "commit": "b291c363badec283553d8e013c5fa912a930e764",
      "tree": "bfc5a298b720c72901a650e28929c61ae4e7e1d7",
      "parents": [
        "4562aed1971ca9cd401cd649d23333a84a20658e"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Sun Nov 22 10:22:27 2020 +0100"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Sun Nov 22 14:36:08 2020 +0100"
      },
      "message": "Project skeleton\n\nChange-Id: I5609adfca13ffad643a3db93e848fc01636b066a\n"
    }
  ]
}
