Commit graph

1 commit

Author SHA1 Message Date
Raphaël MANSUY
3905d40b37 chore: clean PR for upstream integration
- Remove debug artifacts from git tracking:
  - .playwright-mcp/ (screenshot artifacts)
  - logs/ (development task logs)
  - test_rag_env/ (test data fixtures)
  - docs/archives/ (internal planning docs)
  - docs/diff_hku/ (merge planning docs)

- Remove unnecessary root-level scripts:
  - check_import.py, debug_env.py, simple_debug_env.py
  - debug_postgres_graph.py, write_script.py
  - test_multitenant.sh, build-and-push.sh

- Update .gitignore with proper exclusions

- Fix documentation accuracy:
  - 0001-quick-start.md: correct LightRAG initialization examples
  - 0002-architecture-overview.md: fix version and links
  - 0003-api-reference.md: fix /documents/upload route name
  - Update version to 1.4.9.2 across all docs

- Fix lint issues:
  - Add noqa for E402 in test file with sys.path manipulation
  - Remove unused imports

All 245 tests pass, ruff check clean
2025-12-05 15:28:34 +08:00