- Documented major changes after pulling from upstream (HKUDS/LightRAG), focusing on multi-tenant support, security hardening, and RLS/RBAC. - Created concise documentation under docs/diff_hku, including migration guides and security audits. - Enumerated unmerged upstream commits and summarized substantive features and fixes. - Outlined next steps for DB migrations, CI tests, and potential cherry-picking of upstream fixes.
13 lines
729 B
Markdown
13 lines
729 B
Markdown
# HKU diff audit — this version vs upstream HKUDS/main
|
|
|
|
This folder contains a focused, concise multi-document audit comparing the current repo state (local branch) against the original upstream HKUDS/LightRAG `upstream/main`.
|
|
|
|
Files included:
|
|
|
|
- summary.md — one-page top-level summary of the most important behavioral, security, and compatibility changes
|
|
- technical_diffs.md — file-by-file highlights and rationale (engineer-friendly)
|
|
- security_audit.md — prioritized security observations and fixes
|
|
- migration_guide.md — precise steps to deploy safely (DB migrations, env flags, testing)
|
|
- tests_needed.md — minimal E2E/unit tests required before release
|
|
|
|
Use these to quickly evaluate risk and plan next work.
|