Open Source Readiness Checklist¶
Before making this repo public:
- [ ] Confirm license choice.
- [ ] 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. - [ ] Add contribution guidelines.
- [ ] Add security policy and responsible disclosure note.
- [ ] Add benchmark baseline report.
- [x] Add upstream lineage and citation page crediting Andrej Karpathy's LLM Knowledge Bases / LLM Wiki and Garry Tan's GStack/GBrain.