From 58e19982f25ae6433d7837454bb54b8edc37589c Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 13 Jul 2026 07:09:19 +0200 Subject: Add tests, usage documentation, and .claude/ to .gitignore. Unit tests for the gii-norm loader, text cleanup, quote extraction, command recognition (literal sentences from the sample amendment act), sentence splitting, and command application on a synthetic mini law; an HTML renderer test including escaping; and an end-to-end smoke test on the IfSG sample data that skips itself when the (untracked) sample files are absent. The README gains a German usage section. Co-Authored-By: Claude Fable 5 Change-Id: I7f02ff349f9c3bd34fa90a2a84678b9e6fad697d --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 90af5ea..8d936de 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,6 @@ target/ # Unknown out/ + +# Claude Code +.claude/ -- cgit v1.2.1