From: Project Frankenstein Date: Thu, 16 Jul 2026 03:36:00 +0000 (+0000) Subject: PFES-REPO-README-001: Refresh canonical documentation X-Git-Tag: pfes-repo-readme-001-friidump-v1^0 X-Git-Url: https://git.jtryba.com/browse/friidump.git/commitdiff_plain/8972240b0bb13e52c39c651cb66bac8e56b7eb57?ds=sidebyside;hp=d44030dfa440b1967ec7dcd3ccfe46fb69934486 PFES-REPO-README-001: Refresh canonical documentation --- 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. diff --git a/docs/CURRENT_STATUS.md b/docs/CURRENT_STATUS.md new file mode 100644 index 0000000..f769f8f --- /dev/null +++ b/docs/CURRENT_STATUS.md @@ -0,0 +1,26 @@ +# Current Status + +## Authority + +FriiDump is active at `/srv/project-frankenstein/repos/friidump.git` under +annotated tag `v0.5.3.5-pf1`. + +## Validated paths + +- Windows/MSVC 32-bit build helper retained; +- Linux/CMake configure, build, and `--help` smoke validated; +- exact promoted HLDS profiles support selected GC/Wii hardware; +- GDR-8050L and GDR-3120L Xbox/XGD paths are present; +- media/profile preflight, metadata, XISO, and STOP UNIT cleanup are maintained. + +## Known limitation + +`libfriidump/rs.c` retains an inherited right-shift-count warning. It remains +technical debt and was not silently altered during repository or documentation +work. + +## Boundary + +Disc images, live logs, compiled output, build directories, firmware, and +result archives remain outside Git. `friidump-handoff.md` is transition history, +not the current specification; use `README.md`, `docs/XBOX.md`, and this file. diff --git a/docs/REPOSITORY_SCOPE.md b/docs/REPOSITORY_SCOPE.md index 02ddac0..ac0e005 100644 --- a/docs/REPOSITORY_SCOPE.md +++ b/docs/REPOSITORY_SCOPE.md @@ -22,3 +22,9 @@ Excluded materials remain in their appropriate project repositories or managed artifact storage; exclusion from this Git repository is not an instruction to delete them. + +## Authority and relationships + +FriiDump owns the application and maintained drive profiles. Firmware extraction +and analyzer logic belong in `xbox-dvd-tools`; emulation belongs in +`mn103s-emulator`; evidence status and decisions belong in PFES.