docs: add repository organization notes#1
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 64abc1b. Configure here.
|
|
||
| - Central index: <https://github.com/theChristopher16/github-repository-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` |
There was a problem hiding this comment.
Local filesystem path exposed in public repository
Medium Severity
The "Local preservation archive root" field exposes a personal home directory path (/home/christophersmith/.openclaw/repo-archive/...) in a repository that is explicitly marked as Private: **False**. This leaks the local system username and internal directory structure to anyone viewing the public repository.
Reviewed by Cursor Bugbot for commit 64abc1b. Configure here.
| - Repository status: [`docs/REPOSITORY_STATUS.md`](docs/REPOSITORY_STATUS.md) | ||
| - Central index: <https://github.com/theChristopher16/github-repository-index> | ||
|
|
||
| Preservation rule: do not delete historical code without explicit approval and verified backup. |
There was a problem hiding this comment.
README has two redundant sections with identical content
Low Severity
The "Repository status" section (lines 5–11) and "Repository organization" section (lines 19–29) duplicate the same information — both list the same classification, link to the same docs/CODEMAP.md, docs/REPOSITORY_STATUS.md, and the same central index URL. The preservation rule is also stated twice (lines 15 and 29).
Reviewed by Cursor Bugbot for commit 64abc1b. Configure here.


Adds preservation-first repository organization docs:
docs/CODEMAP.mdwith current structure and code areasdocs/REPOSITORY_STATUS.mdwith preservation status and Obsidian/index linksNo code is deleted or moved in this PR.
Note
Low Risk
Low risk documentation-only change that adds repo cataloging/preservation notes and links, with no code or runtime behavior affected.
Overview
Adds an initial
README.mdplusdocs/CODEMAP.mdanddocs/REPOSITORY_STATUS.mdto document the repository’s cold/legacy classification, preservation rules, and pointers to the central index/Obsidian catalog.Reviewed by Cursor Bugbot for commit 64abc1b. Bugbot is set up for automated code reviews on this repo. Configure here.