X-Git-Url: https://git.jtryba.com/browse/friidump.git/blobdiff_plain/d44030dfa440b1967ec7dcd3ccfe46fb69934486..65dc0f212cc166a0192080f0ffb9467459a5e201:/README.md diff --git a/README.md b/README.md index 8bb5e21..9853ea5 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,9 @@ Xbox-specific behavior is documented in [`docs/XBOX.md`](docs/XBOX.md). ## 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. @@ -33,6 +34,14 @@ D:\vscode-workspace\friidump 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 @@ -65,7 +74,7 @@ cmake --build build ./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.