Skip to content

Commit 1634860

Browse files
author
Neo
committed
chore: remove sprawl — delete internal files, dead code, and duplicates
Per the "keep internal files private" principle, strips everything that shouldn't live in the public repo plus dead code left behind by previous cleanup passes. Removed (internal only): - dedication/ — personal README - grants/ — grant application drafts - launch/ — PDFs, announcements, screenshots, producthunt assets - gumroad/ — product pack descriptions for paid sales - data/0pnmatrx.db, data/backups/, data/gateway.log — runtime artifacts - scripts/generate_launch_pdf.py, rotate_credentials.sh, prepare_finetuning.py - docs/MONETIZATION.md, OPEN_COLLECTIVE.md, REVENUE_STREAMS.md, SPONSORSHIP.md - docs/FINETUNING_GUIDE.md, docs/RUNBOOK.md - ROADMAP.md - education/GUMROAD_LISTINGS.md Removed (dead/duplicate code): - plugins/ (top-level) — was the old Stripe tier manifest registry; replaced by extensions/registry.json at the data layer and runtime/plugins/ for runtime loading. Nothing imported it after the subscription removal. - blockchain/ (top-level) — was a README pointing at runtime/blockchain/ with stale Solidity drafts. - swift-blocks/ — the Swift files here were already integrated into the MTRX iOS repo, so the originals were duplicates. Consolidated: - protocols/unified-rexhepi-framework.md → docs/ - Updated README + .gitignore to keep future copies of deleted dirs out Net: 582 → 519 files (-63), 29 top-level dirs → 22. Everything still compiles; no imports reference removed modules.
1 parent e213b33 commit 1634860

43 files changed

Lines changed: 267 additions & 8362 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,22 @@ Thumbs.db
4444
*.swp
4545
*.swo
4646

47-
# Internal — launch materials, grant applications, ops scripts
47+
# Internal — launch materials, grant applications, ops scripts, business docs
4848
launch/
4949
grants/
50+
gumroad/
51+
dedication/
5052
ROADMAP.md
5153
scripts/generate_launch_pdf.py
5254
scripts/rotate_credentials.sh
53-
scripts/deploy_and_configure.sh
55+
scripts/prepare_finetuning.py
5456
scripts/stripe_setup.py
5557
docs/RUNBOOK.md
5658
docs/MONETIZATION.md
5759
docs/REVENUE_STREAMS.md
5860
docs/SPONSORSHIP.md
5961
docs/OPEN_COLLECTIVE.md
62+
docs/FINETUNING_GUIDE.md
6063
education/GUMROAD_LISTINGS.md
61-
gumroad/PACK_DESCRIPTIONS.md
6264
web/revenue.html
65+
web/pricing.html

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ checklist.
145145

146146
## The Unified Rexhepi Framework
147147

148-
Every decision made by every agent on 0pnMatrx passes through the Unified Rexhepi Framework. See `protocols/unified-rexhepi-framework.md`.
148+
Every decision made by every agent on 0pnMatrx passes through the Unified Rexhepi Framework. See `docs/unified-rexhepi-framework.md`.
149149

150150
---
151151

@@ -329,7 +329,7 @@ Sponsorship keeps the free tier free forever.
329329

330330
*Your logo here*[Become a Builder](https://github.com/sponsors/ItsDardanRexhepi)
331331

332-
See `SPONSORS.md` for the full sponsor list and `docs/SPONSORSHIP.md` for details.
332+
See `SPONSORS.md` for the full sponsor list.
333333

334334
---
335335

@@ -374,7 +374,7 @@ Projects that pass a Glasswing audit can display a verifiable security
374374
badge backed by on-chain EAS attestation. Badges are embeddable,
375375
independently verifiable, and expire after one year (renewable).
376376

377-
See `/glasswing` for the badge registry and `docs/SPONSORSHIP.md` for details.
377+
See `/glasswing` for the badge registry.
378378

379379
## Learn
380380

blockchain/README.md

Lines changed: 0 additions & 49 deletions
This file was deleted.

blockchain/contracts/Governance.sol

Lines changed: 0 additions & 137 deletions
This file was deleted.

blockchain/contracts/Identity.sol

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)