Skip to content

Research Memory Runtime + User-Side Stabilization#8

Merged
LLLin000 merged 132 commits into
masterfrom
feature/memory
May 14, 2026
Merged

Research Memory Runtime + User-Side Stabilization#8
LLLin000 merged 132 commits into
masterfrom
feature/memory

Conversation

@LLLin000
Copy link
Copy Markdown
Owner

Summary

  • Research Memory Core: reading-log / project-log JSONL permanent storage with SQLite derived index
  • Correction log: permanent correction-log.jsonl survives DB rebuilds
  • Unified skill: single paperforge skill with 6 workflows (replaces literature-qa + logging + methodology)
  • Stabilization: OCR nopdf deadlock fix, FTS safe query fallback, bootstrap path+Python fix, vector DB preflight

Data Flow (post-merge)

reading-log.jsonl     ← single source of truth
correction-log.jsonl  ← permanent corrections
project-log.jsonl     ← work session logs
reading_log table     ← derived index (auto-synced on memory build)

Commits (16)

  • reading-log JSONL unification + correction permanent storage
  • project-log CLI + paper-context CLI
  • FTS 3-level fallback (raw → quoted token → LIKE)
  • OCR nopdf reset fix
  • bootstrap vault_config nest + python_verified
  • Vector DB: ghost code removal, deps, preflight, retrieve guard
  • Skill: router expansion, engineering workflow, safety rules
  • pyproject package-data migration to skills/paperforge/**

Research Assistant added 30 commits May 12, 2026 17:32
Research Assistant added 28 commits May 14, 2026 01:21
@LLLin000 LLLin000 merged commit 1eadace into master May 14, 2026
0 of 7 checks passed
@LLLin000 LLLin000 deleted the feature/memory branch May 14, 2026 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant