Skip to content

feat(memory): Serena-style markdown memory system + CLI (closes #60 phase-1)#110

Merged
Wolfvin merged 1 commit into
mainfrom
feat/60-memory-system
Jun 30, 2026
Merged

feat(memory): Serena-style markdown memory system + CLI (closes #60 phase-1)#110
Wolfvin merged 1 commit into
mainfrom
feat/60-memory-system

Conversation

@Wolfvin

@Wolfvin Wolfvin commented Jun 30, 2026

Copy link
Copy Markdown
Owner

Summary

Implements issue #60: Serena-style markdown memory system.

Commands

  • codelens memory write <name> <content>
  • codelens memory read <name>
  • codelens memory list
  • codelens memory delete <name>

Storage

  • Project: .codelens/memories/<topic>.md
  • Global: ~/.codelens/memories/global/<topic>.md (read-only via CLI)
  • mem:NAME reference validation (warn if missing)

Verification

  • Tests: 64 new tests in tests/test_memory.py (all passing)
  • Full suite (excluding integration): 996 passed, 87 skipped, 1 pre-existing failure unrelated to this PR (test_hybrid_engine.py::test_query_confidence_without_deep)
  • sync_command_count.py --apply synced command count to 67 across all docs

Closes #60

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@Wolfvin Wolfvin merged commit 470e602 into main Jun 30, 2026
0 of 6 checks passed
@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot
C Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

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.

[FEATURE] Memory & knowledge system — Serena-style markdown memory + 3-tier registry + wiki ingestion

1 participant