mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-26 21:39:43 +02:00
The model frequently writes citations glued to the preceding word (docs[17]); the (?<!\w) lookbehind (added to dodge arr[1] array indexing) silently skipped these, leaving raw [n] that fails to render and reads like array access. Drop the lookbehind so glued citations resolve; genuine code/array syntax stays protected by the existing code-region carve-out and unresolved ordinals still drop harmlessly. |
||
|---|---|---|
| .. | ||
| alembic | ||
| app | ||
| scripts | ||
| tests | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| .python-version | ||
| alembic.ini | ||
| celery_worker.py | ||
| Dockerfile | ||
| main.py | ||
| pyproject.toml | ||
| uv.lock | ||