Skip to content

feat: v0.4.1 — GMem memory infra + Opprime synced improvements#5

Closed
garyqlin wants to merge 1 commit into
mainfrom
sync-v3.4.1
Closed

feat: v0.4.1 — GMem memory infra + Opprime synced improvements#5
garyqlin wants to merge 1 commit into
mainfrom
sync-v3.4.1

Conversation

@garyqlin

@garyqlin garyqlin commented Jun 9, 2026

Copy link
Copy Markdown
Owner

Summary

Merge v0.4.1 from local development branch into main. This release syncs core improvements from Opprime/GMem development back into the public Gbase framework.

Changes

New files (6):

  • rules/AGENCY.md — Independent agent workflow (public-ready)
  • rules/THINKING.md — 7-step thinking flow
  • rules/FINISH.md — "See it through" execution rule
  • tools/remember_info.py — Unified memory routing (Knowledge/Notes/Experience)
  • tools/archive_search.py — Archive Store cross-session recall
  • tools/glink_projects.py — Glink project management integration

Core fixes (modified lib/):

  • kernel.py: FTS5 token safety filter (detail=column pure-digit/alpha pollution), Knowledge auto record_hit(), _recorded_tc tracking, _build_gmem_summary helper
  • session.py: L1 compaction type mismatch fix, image_url filtering for DeepSeek 400 error
  • experience.py: JSON error tolerance improvements
  • storage.py: Knowledge aging mechanism (access_count + soft cap)
  • archive_store.py: Generalized DB fallback paths for public use

PII sanitization:

  • Removed all agent-specific names (poseidon/gundam/opprime), personal names, and specific directory paths from code files

Stats

  • 18 files changed, +1041/−134 lines
  • No breaking API changes
  • Python syntax verified across all .py files

- FTS5 token filter: fixed detail=column pure-digit/alpha pollution bug
- Knowledge auto-record_hit() on every auto-search match
- tools/remember_info.py: unified memory route (Knowledge/Notes/Experience)
- tools/archive_search.py: Archive Store search for cross-session recall
- tools/glink_projects.py: Glink project management integration
- kernel.py: _recorded_tc tracking, _build_gmem_summary, FINISH.md rules
- lib/session.py/experience.py/storage.py: Opprime consistency sync
- rules/: AGENCY.md, THINKING.md, FINISH.md — public-ready rule templates
- PII sanitized for public release
- CHANGELOG.md: v0.4.1 entry
@garyqlin garyqlin closed this Jun 9, 2026
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