Open Source Readiness Checklist¶
Before making this repo public:
- [x] Confirm license choice. (MIT — see
LICENSE.) - [ ] Run privacy scan for real names, company names, emails, phone numbers, tokens, internal project names.
- [ ] Replace all examples with synthetic data.
- [ ] Verify no
.env, local database, exports, PDFs, screenshots, or raw messages are included. - [ ] Run
git logaudit; if sensitive data ever entered history, recreate repo from a clean export. - [x] Add contribution guidelines. (See
CONTRIBUTING.md.) - [x] Add security policy and responsible disclosure note. (See
SECURITY.md.) - [x] Add benchmark baseline report. (See Benchmark Report.)
- [x] Add upstream lineage and citation page crediting Andrej Karpathy's LLM Knowledge Bases / LLM Wiki and Garry Tan's GStack/GBrain.