Closed
Conversation
Reorganize project structure by moving the openwork-memos-integration module under the apps/ directory for consistency. Made-with: Cursor
Move the openwork-memos-integration module to apps/ directory as part of the monorepo restructuring. Made-with: Cursor
- Extract agentId from OpenClaw events, pass owner to captureMessages, ownerFilter to search/recall/dedup across the full pipeline - Task creation now uses per-agent owner instead of hardcoded "agent:main" - Add owner filter to getActiveTask, getAllActiveTasks, getUnassignedChunks, listTasks in sqlite.ts for proper task-level isolation - Dedup (findDuplicate/findTopSimilar) now scopes to agent's own + public embeddings to prevent cross-agent deduplication - Fix cursor key to include agentId, preventing shared session cursor conflicts in multi-agent scenarios - On gateway restart, initialize cursor from last user message instead of zero to avoid re-ingesting entire session history - Add multi-agent isolation tests for task owner filtering - Bump version to 0.3.20 Made-with: Cursor
- Update root .gitignore to whitelist apps/ directory files (json, html, ts, etc.) that were previously excluded by the global *.json rule - Update memos-local-openclaw .gitignore to exclude package-lock.json, www/, docs/, ppt/, .DS_Store, and database files - Remove unnecessary www/docs symlink from tracking - Add missing package.json, tsconfig.json, openclaw.plugin.json to git - Add previously ignored config files for openwork-memos-integration Made-with: Cursor
- Remove video-thumbnail.png (4.6MB), font files (280KB), lock files (258KB), and usecase image assets from git tracking - Add .gitignore for openwork-memos-integration to prevent re-adding binary assets, lock files, and build artifacts - Add comprehensive Development Guide to memos-local-openclaw README covering prerequisites, project structure, build, test, local dev workflow, publishing, and utility scripts Made-with: Cursor
fix(memos-local-openclaw): flush ingest work before shutdown
fix(memos-local-openclaw): honor memory_search maxResults
fix(memos-local-openclaw): sanitize captured metadata and evidence
fix(memos-local-openclaw): enforce owner isolation for memory tools
…l evolution improvements - Add task/skill edit, delete, retry-skill-generation on list cards - Fix task boundary detection: per-turn LLM judgment with warm-up=1 - Fix detectAndProcess to not blindly assign all unassigned chunks - Strengthen topic judge prompt to reduce false NEW splits - Add LLM fallback chain (strongCfg → cfg → OpenClaw native model) - Add skill evolver FK constraint safety checks - Remove redundant edit/delete buttons from detail modals - Add input validation for /api/memory content field - Add /api/search minScore filter (0.64) and keyword fallback - Shared LLM call utility (src/shared/llm-call.ts) Made-with: Cursor
…stall guidance - Add Step 0: proactive C++ build tools install before plugin install - Clarify Windows users usually don't need build tools (prebuilt binaries) - Document per-turn LLM topic judge, warm-up=1, Task/Skill CRUD on cards - Add LLM fallback chain details (skillSummarizer → summarizer → OpenClaw native) - Add viewer search minScore 0.64 and keyword fallback docs - Add agent parallelism (1-8 concurrency) for import - Add shared/llm-call.ts to project structure - Link to better-sqlite3 official troubleshooting in all install sections Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Please include a summary of the change, the problem it solves, the implementation approach, and relevant context. List any dependencies required for this change.
Related Issue (Required): Fixes @issue_number
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist
Reviewer Checklist