chore: rename project dir fai_lawheatmap → fai_reclaim

Local working directory now lines up with the product name and
the Forgejo repo (fai/reclaim). Two doc references updated;
the chain_client_sdk path-dep, the build/setup/serve scripts
(all use $(dirname $0)) and the git remote URL are unaffected
because none of them encoded the parent directory name.

flutter pub get refreshes the relative path resolution.
flutter test 2/2 stays green. flutter analyze clean.

Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
flemming-it 2026-06-18 15:10:51 +02:00
parent ae9fc45177
commit 7a8bd339be
2 changed files with 2 additions and 2 deletions

View file

@ -877,7 +877,7 @@ liegt dann woanders.
6. **Modul-Stub `text.akoma_normalize`** in `chain-modules/text-akoma-normalize/` 6. **Modul-Stub `text.akoma_normalize`** in `chain-modules/text-akoma-normalize/`
als ersten Code-Commit (vertikaler Durchstich beginnt mit dem Pflicht-Eingang; als ersten Code-Commit (vertikaler Durchstich beginnt mit dem Pflicht-Eingang;
HTTP-Pull macht `http.request` aus Bestand). Parallel **Flutter-App-Skelett** HTTP-Pull macht `http.request` aus Bestand). Parallel **Flutter-App-Skelett**
in `fai_lawheatmap/app/` (Theme nach fai_web-Palette, Hub-Connect-Seite). in `fai_reclaim/app/` (Theme nach fai_web-Palette, Hub-Connect-Seite).
7. **Methodik-Papier v0.1 als eigenes PDF** aus diesem Markdown 7. **Methodik-Papier v0.1 als eigenes PDF** aus diesem Markdown
destillieren — für den Beirat und die AG. destillieren — für den Beirat und die AG.

2
RUN.md
View file

@ -5,7 +5,7 @@
## Layout ## Layout
``` ```
fai_lawheatmap/ fai_reclaim/
├── MACHBARKEITSSTUDIE.md # die Studie (v0.3, AG-intern) ├── MACHBARKEITSSTUDIE.md # die Studie (v0.3, AG-intern)
├── RUN.md # diese Datei ├── RUN.md # diese Datei
├── app/ # Flutter-Client, Brand-Skin fai_web ├── app/ # Flutter-Client, Brand-Skin fai_web