)]}'
{
  "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": "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": "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": "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": "58e19982f25ae6433d7837454bb54b8edc37589c",
      "tree": "ba5f4f8712150e0a9aae195e59290393831845a4",
      "parents": [
        "d1e2facd01c88dbd4758fbc2a64bf9e01abca4e7"
      ],
      "author": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Mon Jul 13 07:09:19 2026 +0200"
      },
      "committer": {
        "name": "Matthias Andreas Benkard",
        "email": "code@mail.matthias.benkard.de",
        "time": "Mon Jul 13 07:09:19 2026 +0200"
      },
      "message": "Add tests, usage documentation, and .claude/ to .gitignore.\n\nUnit tests for the gii-norm loader, text cleanup, quote extraction,\ncommand recognition (literal sentences from the sample amendment act),\nsentence splitting, and command application on a synthetic mini law;\nan HTML renderer test including escaping; and an end-to-end smoke test\non the IfSG sample data that skips itself when the (untracked) sample\nfiles are absent.  The README gains a German usage section.\n\nCo-Authored-By: Claude Fable 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: I7f02ff349f9c3bd34fa90a2a84678b9e6fad697d\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": "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"
    }
  ]
}
