Goal: Remove everything that makes this look unfinished
Status: ✅ Complete
Why: Strategy docs in the repo scream "this is a side project planning to be something." Ship, don't plan.
Action:
rm -rf llm-docs/Why: Empty shell. A broken docs site is worse than no docs site. The playground IS the docs for now.
Action:
rm -rf apps/docs/Update: Remove from workspace in package.json and pnpm-workspace.yaml
Why: Empty. Remove it.
Action:
rm -rf apps/examples/Update: Remove from workspace in package.json and pnpm-workspace.yaml
Why: Nobody cares about self-assessed compliance badges. The code speaks.
Action:
find patterns/ -name "compliance.json" -deleteWhy: Current README is 300+ lines of "standards compliance" claims. Replace with: what it is, a screenshot, how to use it. 30 lines max.
New Structure:
- Hero image/logo
- One sentence description
- Quick start (3 lines of code)
- Pattern list with links
- Link to playground
- License
- All dead weight directories removed
- Workspace configuration updated
- README rewritten to 30 lines
- Repository looks clean and focused