diff --git a/.daemon/logs/signet-2026-02-21.log b/.daemon/logs/signet-2026-02-21.log index 30983c041..23dd8848f 100644 --- a/.daemon/logs/signet-2026-02-21.log +++ b/.daemon/logs/signet-2026-02-21.log @@ -1638,3 +1638,8 @@ {"timestamp":"2026-02-21T10:44:01.940Z","level":"info","category":"memory","message":"Memory saved","data":{"id":"c96aff30-76bf-4c72-a88e-8d5a1dfa21cd","type":"fact","pinned":false,"embedded":true}} {"timestamp":"2026-02-21T10:44:01.940Z","level":"info","category":"watcher","message":"Ingested memory file","data":{"path":"/home/nicholai/.agents/memory/MODEL-ROUTING.md","chunks":5,"sections":5,"filename":"MODEL-ROUTING"}} {"timestamp":"2026-02-21T10:44:01.940Z","level":"info","category":"watcher","message":"File changed","data":{"path":"/home/nicholai/.agents/memory/memories.db-wal"}} +{"timestamp":"2026-02-21T10:44:06.984Z","level":"info","category":"git","message":"Auto-committed","data":{"message":"2026-02-21T10-44-06_auto_memory/MODEL-ROUTING.md, memory/memories.db-wal, m","filesChanged":4}} +{"timestamp":"2026-02-21T10:45:23.198Z","level":"info","category":"secrets","message":"Secret deleted","data":{"name":"GOOGLE_AI_STUDIO_API"}} +{"timestamp":"2026-02-21T10:45:30.804Z","level":"info","category":"secrets","message":"Secret deleted","data":{"name":"WORKOS_API_KEY"}} +{"timestamp":"2026-02-21T10:46:13.009Z","level":"warn","category":"git","message":"Push failed: To https://github.com/Signet-AI/signetai.git\n ! [rejected] HEAD -> main (non-fast-forward)\nerror: failed to push some refs to 'https://github.com/Signet-AI/signetai.git'\nhint: Updates were rejected because the tip of your current branch is behind\nhint: its remote counterpart. If you want to integrate the remote changes,\nhint: use 'git pull' before pushing again.\nhint: See the 'Note about fast-forwards' in 'git push --help' for details.\n"} +{"timestamp":"2026-02-21T10:46:13.009Z","level":"warn","category":"git","message":"Periodic sync failed: Push failed: To https://github.com/Signet-AI/signetai.git\n ! [rejected] HEAD -> main (non-fast-forward)\nerror: failed to push some refs to 'https://github.com/Signet-AI/signetai.git'\nhint: Updates were rejected because the tip of your current branch is behind\nhint: its remote counterpart. If you want to integrate the remote changes,\nhint: use 'git pull' before pushing again.\nhint: See the 'Note about fast-forwards' in 'git push --help' for details.\n"} diff --git a/.secrets/secrets.enc b/.secrets/secrets.enc index aec6c5e8f..ebe0b7b16 100644 --- a/.secrets/secrets.enc +++ b/.secrets/secrets.enc @@ -6,16 +6,6 @@ "created": "2026-02-18T21:15:08.588Z", "updated": "2026-02-18T21:15:08.588Z" }, - "GOOGLE_AI_STUDIO_API": { - "ciphertext": "5ax+CaWMXrWKttXnC4ZFfVWE3xbXdUny20jkoSd1XPqLjEKFW6D5GADTFA==", - "created": "2026-02-20T02:20:18.717Z", - "updated": "2026-02-20T02:20:18.717Z" - }, - "WORKOS_API_KEY": { - "ciphertext": "DgHQpiCMYoYCrX0BJ3gHaOGUxYryRJ++UK1UUFWbbLkFv5ar2rxcTaZc+g==", - "created": "2026-02-20T02:20:45.641Z", - "updated": "2026-02-20T02:20:45.641Z" - }, "GOOGLE_AI_API_KEY": { "ciphertext": "1cyAwWgmCqZxQpVGTvPCyyv1C6mt/8YzPfFrTK1crKE2lupmnhCInm0d4PwJeBMAPF6XQbrJZgv4aMZT9utO70+hSkXIZcKPnA4iZYcRew==", "created": "2026-02-21T07:40:25.875Z", diff --git a/MEMORY.md b/MEMORY.md index 94d28cb1c..5f4427358 100644 --- a/MEMORY.md +++ b/MEMORY.md @@ -25,6 +25,10 @@ Recent Work Completed migration of `useConversations` hook from layout file to proper component structure in Compass, resolving Cloudflare build failures. Documented complete memory system architecture at `spec/memory-system-design.md`, including taxonomy, importance decay, daily regeneration, and platform-specific hook implementations. Integrated semantic search pipeline with nomic-embed-text (Ollama) processing 30-minute text chunks across 113K messages. Established SQLite-based memory taxonomy with FTS5 for search and local models for regeneration. +Important fact: + +Mr. Claude is the first Signet Agent. Long live the Open Agents! + Technical Notes - Semantic Search: nomic-embed-text via Ollama, 768-dim Float32Array BLOBs, 30-min chunk granularity @@ -42,4 +46,4 @@ Rules & Warnings - Memory regeneration process is flexible - spec defines interface only, not implementation - Follow platform SDK conventions when integrating Signet with Anthropic/Versaal AI SDKs - Use importance decay in semantic memory to prioritize relevant long-term context -- Keep memory system portable and user-owned - don't lock agent identity to any single platform \ No newline at end of file +- Keep memory system portable and user-owned - don't lock agent identity to any single platform diff --git a/memory/memories.db-shm b/memory/memories.db-shm index f0646b945..0437f77b9 100644 Binary files a/memory/memories.db-shm and b/memory/memories.db-shm differ