## Repository status
-This is the first canonical-source candidate for the standalone `friidump`
-repository. The imported baseline is intentionally conservative: source and
+This is the active canonical Project Frankenstein FriiDump repository. Authority
+was accepted at annotated tag `v0.5.3.5-pf1`. The imported baseline is
+intentionally conservative: source and
maintained documentation were preserved, while disc images, live logs, compiled
binaries, build directories, result archives, and unrelated reverse-engineering
work were excluded.
No firmware binaries or disc images belong in this Git repository.
+Authority surfaces:
+
+```text
+repository: /srv/project-frankenstein/repos/friidump.git
+authority marker: /srv/project-frankenstein/catalog/authority/friidump.json
+canonical tag: v0.5.3.5-pf1
+```
+
## Build
### Windows — validated MSVC 32-bit path
./build/src/friidump --help
```
-The repository candidate was locally compiled with GCC using this path. The
+The canonical repository baseline was locally compiled with GCC using this path. The
build completed successfully. One inherited warning remains in
`libfriidump/rs.c` concerning a right-shift count; it is recorded as technical
debt and was not silently changed during repository import.