From 2c27663f60dff168bb1d210be6ab10c4adb6198b Mon Sep 17 00:00:00 2001 From: Christopher Smith Date: Tue, 5 May 2026 13:40:27 -0500 Subject: [PATCH] docs: add repository organization notes --- README.md | 16 +++++++++++++++- docs/CODEMAP.md | 31 +++++++++++++++++++++++++++++++ docs/REPOSITORY_STATUS.md | 25 +++++++++++++++++++++++++ 3 files changed, 71 insertions(+), 1 deletion(-) create mode 100644 docs/CODEMAP.md create mode 100644 docs/REPOSITORY_STATUS.md diff --git a/README.md b/README.md index 69daba8..64e1ee3 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ -# Room-Adventure-Reloaded \ No newline at end of file +# Room-Adventure-Reloaded + + + +## Repository organization + +This repository has been cataloged and linked into Christopher's Obsidian/GitHub repository index. + +- Category: **Forks / upstream mirrors** +- Activity status: **cold** +- Code map: [`docs/CODEMAP.md`](docs/CODEMAP.md) +- Repository status: [`docs/REPOSITORY_STATUS.md`](docs/REPOSITORY_STATUS.md) +- Central index: + +Preservation rule: do not delete historical code without explicit approval and verified backup. diff --git a/docs/CODEMAP.md b/docs/CODEMAP.md new file mode 100644 index 0000000..e0a365c --- /dev/null +++ b/docs/CODEMAP.md @@ -0,0 +1,31 @@ +# Code Map — Room-Adventure-Reloaded + +Generated during preservation-first repository organization on 2026-05-05. + +## Repository purpose + +_No repository description was present when cataloged._ + +## Classification + +- Category: **Forks / upstream mirrors** +- Activity status: **cold** +- Primary language: **Python** +- GitHub: +- Obsidian note: `OpenClaw Wiki/GitHub/GitHub Repositories/Room-Adventure-Reloaded.md` + +## Top-level structure + +- `docs/` — 2 files +- `room adventure GUI/` — 8 files + +## Recognized organization areas + +- `docs/` — documentation + +## Cleanup policy + +- Preserve all historical code. +- Avoid history rewrites. +- Prefer additive documentation and explicit archive notes over deletion. +- If code is later moved or consolidated, keep redirects/notes here. diff --git a/docs/REPOSITORY_STATUS.md b/docs/REPOSITORY_STATUS.md new file mode 100644 index 0000000..3eed364 --- /dev/null +++ b/docs/REPOSITORY_STATUS.md @@ -0,0 +1,25 @@ +# Repository Status — Room-Adventure-Reloaded + +This file was added as part of Christopher's repository cleanup and Obsidian-linking project. + +## Current classification + +- Category: **Forks / upstream mirrors** +- Activity: **cold** +- Private: **False** +- Archived on GitHub: **False** +- Last push observed: **2017-03-30** + +## Preservation status + +- Central index: +- Obsidian catalog: `OpenClaw Wiki/GitHub/GitHub Repository Organization Catalog.md` +- Local preservation archive root: `/home/christophersmith/.openclaw/repo-archive/github/theChristopher16/2026-05-05` + +## Recommended next action + +add GitHub description; add organization topics; backup then consider archive + +## Non-destructive cleanup rule + +No old code should be deleted from this repository unless it has been explicitly preserved and Christopher approves the deletion.