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 dc24d63. 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.
Personal filesystem path exposed in public repository
Medium Severity
The local preservation archive root contains a personal home directory path (/home/christophersmith/.openclaw/...) that exposes the developer's system username. Since this repository is explicitly marked as Private: **False**, this personal filesystem information is visible to anyone on the internet.
Reviewed by Cursor Bugbot for commit dc24d63. 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 contains duplicated sections with identical information
Low Severity
The "Repository status" section (lines 5–11) and "Repository organization" section (lines 19–27) contain the same links to docs/CODEMAP.md, docs/REPOSITORY_STATUS.md, and the central index. The preservation rule is also stated twice (lines 15 and 29). This redundancy within a single small file adds confusion rather than clarity.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit dc24d63. 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 repository status/preservation notes with no code or runtime behavior modifications.
Overview
Adds a new
README.mdthat marks the repository as cold and documents preservation rules plus links to the central index and internal docs.Introduces
docs/CODEMAP.md(high-level directory map) anddocs/REPOSITORY_STATUS.md(classification/status, preservation pointers, and non-destructive cleanup guidance).Reviewed by Cursor Bugbot for commit dc24d63. Bugbot is set up for automated code reviews on this repo. Configure here.