docs(reference): adopt the last reference files from the project root #46
Reference in New Issue
Block a user
Delete Branch "docs/adopt-root-reference"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The project root still held three reference files that exist in no repository. This adopts them, so the root copies can be deleted.
compass_artifact_wf-…_text_markdown.md(44 KB)docs/reference/xbox360-re-technical-reference.mddocs/XBOX360_ARCHITECTURE.mddocs/reference/xbox360-architecture.mdgenerate_export_docs.pytools/generate_export_docs.py--canary/--outWhy the quick reference was trimmed. It was written before any of Sylpheed's formats were decoded. Its "status" sections said the PAK and mesh formats were unknown and audio was a TODO, and it described a
just sniffworkflow that no longer exists.docs/reference/holds reference material, not project status, so those parts are dropped and the page points atdocs/re/INDEX.mdinstead.The export generator. The committed
xbox360-exports.{md,json}already nametools/generate_export_docs.pyas their generator, so the script goes to that path. It used to run inside a Canary checkout. It now reads one via--canary(default../xenia-canary) and fails loudly on a tree that isn't Canary.Checked: a run against the local Canary tree reproduces the format, with an identical header and 2,913 exports. Only 8 rows differ from the committed copy, all implementation statuses that changed in Canary since. Pointing it at a non-Canary directory exits with an error.
No Rust changes.
🤖 Generated with Claude Code