| .. |
|
__init__.py
|
feat(memory): add schema exports to __init__.py
|
2026-05-12 18:01:21 +08:00 |
|
_columns.py
|
refactor: extract build_paper_row to shared _columns module
|
2026-05-13 17:07:14 +08:00 |
|
builder.py
|
fix(vector): get_collection no longer silently deletes collection on error; memory builder skips full rebuild when index hash matches
|
2026-05-18 22:18:23 +08:00 |
|
chunker.py
|
fix: add missing chunker module; restore deleted vector_db.py
|
2026-05-15 21:27:22 +08:00 |
|
context.py
|
feat(memory): add agent context query module
|
2026-05-12 19:55:58 +08:00 |
|
db.py
|
feat: runtime contract hardening + skill/command truth alignment (Package A+B)
|
2026-05-16 22:38:43 +08:00 |
|
events.py
|
fix: import_reading_log to JSONL, correction JSONL-first, events.py wrapper
|
2026-05-14 22:37:55 +08:00 |
|
fts.py
|
feat: safe FTS search with token-quote and LIKE fallback
|
2026-05-14 21:50:29 +08:00 |
|
permanent.py
|
feat: permanent correction-log.jsonl, fix original_id field alignment
|
2026-05-14 21:48:21 +08:00 |
|
query.py
|
fix(memory): restore row.keys() iteration (sqlite3.Row iterates values, not keys)
|
2026-05-12 18:33:33 +08:00 |
|
refresh.py
|
fix: refresh_paper FTS delete-before-upsert, import error checking
|
2026-05-14 22:47:48 +08:00 |
|
runtime_health.py
|
Merge branch 'paperforge-stabilization'
|
2026-05-18 18:47:07 +08:00 |
|
schema.py
|
fix: reorder table drops to respect FK constraints; add rebuild logging
|
2026-05-15 17:42:10 +08:00 |
|
state_snapshot.py
|
feat(discussion): remove JSON output and markdown escaping
|
2026-05-18 21:09:54 +08:00 |
|
vector_db.py
|
refactor(memory): convert vector_db.py to deprecated forwarding shim
|
2026-05-18 17:18:53 +08:00 |