Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# fheZeroTrust

Repository preserved and cataloged for future reference.

## 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.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit dc24d63. Configure here.

39 changes: 39 additions & 0 deletions docs/CODEMAP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Code Map — fheZeroTrust

Generated during preservation-first repository organization on 2026-05-05.

## Repository purpose

_No repository description was present when cataloged._

## Classification

- Category: **Legacy / cold storage candidates**
- Activity status: **cold**
- Primary language: **JavaScript**
- GitHub: <https://github.com/theChristopher16/fheZeroTrust>
- Obsidian note: `OpenClaw Wiki/GitHub/GitHub Repositories/fheZeroTrust.md`

## Top-level structure

- `backend/` — 8 files
- `backend/server/` — 2 files
- `backend/config/` — 2 files
- `backend/scripts/` — 4 files
- `FHE/` — 3 files
- `docs/` — 2 files
- `frontend/` — 9 files
- `frontend/config/` — 6 files
- `frontend/scripts/` — 2 files
- `frontend/client/` — 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.
25 changes: 25 additions & 0 deletions docs/REPOSITORY_STATUS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Repository Status — fheZeroTrust

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-04-12**

## 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`
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit dc24d63. Configure here.


## Recommended next action

add README / preservation note; 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.