Skip to content

docs: rewrite Readme.md from the actual codebase - #271

Merged
Chucks1093 merged 1 commit into
StellarState:devfrom
codemagician1949:docs/rewrite-readme-from-codebase
Aug 31, 2026
Merged

docs: rewrite Readme.md from the actual codebase#271
Chucks1093 merged 1 commit into
StellarState:devfrom
codemagician1949:docs/rewrite-readme-from-codebase

Conversation

@codemagician1949

@codemagician1949 codemagician1949 commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Problem

Readme.md described only the invoice-financing half of the app and referenced tooling that isn't actually in this repo — test:e2e, test:a11y, test:coverage scripts, Docker, Vercel CLI steps, and an MIT license claim with no LICENSE file backing it.

What changed

Rewrote it from the real source instead of polishing the template copy:

  • Full app/ route tree (auth, KYC, seller/investor dashboards, admin, creator keys, marketplace, profile)
  • Every export in lib/api/index.ts, including the Creator Keys system (buy/burn/transfer, governance voting, vesting, whitelisting, dividend distribution, admin trading pause/timelock, audit log) — none of which the old Readme mentioned at all
  • Real package.json scripts only (no fabricated ones)
  • Actual .env.example values
  • Real test setup (Vitest + Testing Library, no e2e/a11y suite present)
  • Contributing/branching rules pulled from CONTRIBUTING.md (dev-only PRs, branch naming, Conventional Commits)
  • License section states plainly that no LICENSE file exists, rather than repeating an unbacked MIT claim

Closes #132
Closes #131
Closes #130
Closes #128

Note for reviewers

This repo has both README.md and Readme.md tracked as separate git paths, which collide on case-insensitive filesystems (macOS/Windows) — only one can physically exist in a checkout at a time, and Git will show both as "modified" locally even when only one was touched. Verified with git diff --cached before committing that only Readme.md actually changed; README.md's blob is untouched. Worth deciding which of the two should be the canonical file going forward, but out of scope for this PR to unilaterally delete one.

The existing Readme.md only described the invoice-financing half of the
app and referenced tooling that doesn't exist in this repo (test:e2e,
test:a11y, test:coverage scripts, Docker, Vercel CLI steps, an MIT
license with no LICENSE file backing it).

Rewrote it from the real source: full app/ route tree, every lib/api
export (invoices, KYC, admin invoice review/settlements, and the
previously-undocumented Creator Keys system — buy/burn/transfer,
governance voting, vesting, whitelisting, dividends, admin trading
pause/timelock, audit log), the real package.json scripts, actual
.env.example values, and the real test setup (Vitest + Testing
Library, no e2e/a11y suite present).

Left README.md (a separate tracked file — this repo has both README.md
and Readme.md as distinct git paths, which collide on case-insensitive
filesystems) untouched; only Readme.md changes here.
@drips-wave

drips-wave Bot commented Aug 31, 2026

Copy link
Copy Markdown

@codemagician1949 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Chucks1093
Chucks1093 merged commit 69b2d4a into StellarState:dev Aug 31, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants