-
Notifications
You must be signed in to change notification settings - Fork 0
docs: add repository organization notes #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| # CMS_Python_Portfolio | ||
|
|
||
| This is the portfolio of python code that I learned during MSNT 657 | ||
|
|
||
| ## Repository status | ||
|
|
||
| This repository has been cataloged as **cold** under **Legacy / cold storage candidates**. | ||
|
|
||
| - See [`docs/CODEMAP.md`](docs/CODEMAP.md) for the current structure. | ||
| - See [`docs/REPOSITORY_STATUS.md`](docs/REPOSITORY_STATUS.md) for preservation and organization notes. | ||
| - Central index: <https://github.com/theChristopher16/github-repository-index> | ||
|
|
||
| ## Preservation note | ||
|
|
||
| This repository is being preserved. Do not delete historical code without explicit approval and verified backup. | ||
|
|
||
| <!-- repository-organization-2026-05-05 --> | ||
|
|
||
| ## Repository organization | ||
|
|
||
| This repository has been cataloged and linked into Christopher's Obsidian/GitHub repository index. | ||
|
|
||
| - Category: **Legacy / cold storage candidates** | ||
| - Activity status: **cold** | ||
| - Code map: [`docs/CODEMAP.md`](docs/CODEMAP.md) | ||
| - 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. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| # Code Map — CMS_Python_Portfolio | ||
|
|
||
| Generated during preservation-first repository organization on 2026-05-05. | ||
|
|
||
| ## Repository purpose | ||
|
|
||
| This is the portfolio of python code that I learned during MSNT 657 | ||
|
|
||
| ## Classification | ||
|
|
||
| - Category: **Legacy / cold storage candidates** | ||
| - Activity status: **cold** | ||
| - Primary language: **Unknown** | ||
| - GitHub: <https://github.com/theChristopher16/CMS_Python_Portfolio> | ||
| - Obsidian note: `OpenClaw Wiki/GitHub/GitHub Repositories/CMS_Python_Portfolio.md` | ||
|
|
||
| ## Top-level structure | ||
|
|
||
| - `docs/` — 2 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. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| # Repository Status — CMS_Python_Portfolio | ||
|
|
||
| This file was added as part of Christopher's repository cleanup and Obsidian-linking project. | ||
|
|
||
| ## Current classification | ||
|
|
||
| - Category: **Legacy / cold storage candidates** | ||
| - Activity: **cold** | ||
| - Private: **False** | ||
| - Archived on GitHub: **False** | ||
| - Last push observed: **2023-05-17** | ||
|
|
||
| ## Preservation status | ||
|
|
||
| - 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. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Local filesystem path exposed in public repositoryMedium Severity The "Local preservation archive root" field exposes a personal home directory path ( Reviewed by Cursor Bugbot for commit 64abc1b. Configure here. |
||
|
|
||
| ## Recommended next action | ||
|
|
||
| add README / preservation note; 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. | ||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.