amittell
945faf8e67
fix(memory-lancedb): reject envelope metadata sludge
Summary:
- Strip memory-lancedb envelope and metadata sludge before auto-capture/recall, including pending history wrappers, current-message reply context, message-tool delivery hints, media annotations, and marker-free channel envelopes.
- Expose bundled chat-channel IDs/prefixes through the plugin SDK so sanitizer matching follows the channel catalog.
- Refactor cron tool schemas to fresh factory instances while preserving runtime nullable clears and provider-facing OpenAPI projection.
Verification:
- git diff --check origin/main...HEAD
- ./node_modules/.bin/oxfmt --check src/plugin-sdk/chat-channel-ids.ts src/plugin-sdk/chat-channel-ids.test.ts extensions/memory-lancedb/index.ts extensions/memory-lancedb/index.test.ts src/agents/tools/cron-tool.ts src/agents/tools/cron-tool.schema.test.ts
- pnpm plugin-sdk:api:check
- node scripts/run-vitest.mjs run src/plugin-sdk/chat-channel-ids.test.ts extensions/memory-lancedb src/agents/tools/cron-tool.schema.test.ts src/agents/tools/cron-tool.test.ts --reporter=dot
- pnpm lint:extensions --threads=8
- .agents/skills/autoreview/scripts/autoreview --mode branch --base origin/main
- GitHub checks on 62d1da1257: 139 pass, 0 pending, 0 fail, 22 skipped.
2026-06-01 00:57:25 -04:00
..
2026-05-31 19:24:45 -07:00
2026-05-27 15:24:17 +02:00
2026-05-18 12:24:27 +01:00
2026-05-06 09:00:20 -07:00
2026-05-31 20:51:33 -04:00
2026-05-26 14:51:11 +01:00
2026-05-27 14:48:06 -07:00
2026-05-27 19:24:04 +01:00
2026-05-07 07:30:37 +01:00
2026-05-28 19:21:50 +01:00
2026-05-31 11:08:42 +01:00
2026-05-30 08:59:02 +02:00
2026-05-31 13:22:00 +01:00
2026-05-31 13:22:00 +01:00
2026-05-14 14:27:50 -07:00
2026-05-27 15:24:17 +02:00
2026-05-29 20:14:38 +01:00
2026-05-28 21:16:07 +01:00
2026-05-29 04:46:45 +01:00
2026-05-31 22:15:17 -04:00
2026-05-28 21:16:07 +01:00
2026-05-16 17:11:53 +01:00
2026-05-31 11:36:48 +01:00
2026-05-30 11:48:41 +02:00
2026-05-13 13:33:38 +01:00
2026-05-31 18:48:45 +01:00
2026-05-16 07:52:08 -07:00
2026-05-31 09:22:31 +01:00
2026-05-24 23:20:14 -07:00
2026-05-31 09:22:31 +01:00
2026-05-31 00:29:44 +01:00
2026-05-27 11:37:23 +01:00
2026-05-10 00:18:36 -04:00
2026-05-27 13:59:33 +01:00
2026-05-27 09:26:06 +01:00
2026-05-29 15:32:31 -07:00
2026-05-27 11:37:23 +01:00
2026-05-28 20:37:09 +01:00
2026-06-01 04:22:22 +01:00
2026-05-27 19:24:04 +01:00
2026-05-31 18:26:03 +01:00
2026-05-27 20:33:40 +01:00
2026-05-28 21:16:07 +01:00
2026-06-01 00:57:25 -04:00
2026-05-26 23:10:41 -07:00
2026-05-17 11:45:18 +01:00
2026-05-29 04:46:45 +01:00
2026-05-06 09:06:11 -07:00
2026-06-01 01:41:21 +01:00
2026-05-07 18:55:08 -07:00