openclaw/extensions/active-memory
Jesse Merhi d7627d6f4c
refactor(prompt): use plain inbound context labels and drop system-tag sanitizer (#112000)
* refactor(prompt): plain inbound context labels with a provenance marker

Replaces trust-worded inbound context labels ("(untrusted metadata)",
"(untrusted, for context)") with plain labels plus a fixed provenance
marker suffix appended to every OpenClaw-injected context header.

Detection keys on the marker, not label text, so strippers stay correct
across UI, TUI, replay, /trace segmentation, memory recall, and the Swift
chat preprocessor. Drops sanitizeInboundSystemTags in favor of the marker
boundary plus trusted system-prompt narration.

Renames the untrusted-named plugin SDK context identifiers to
channel-provenance names, keeping deprecated aliases registered for
removal after 2026-09-08.

Adds `openclaw doctor --fix` migrations that rewrite legacy inbound
labels in stored SQLite transcripts and purge legacy envelope-
contaminated LanceDB recall rows.

* fix(ci): resolve gate failures for plain inbound context labels

- doctor sqlite readers: open read-only connections via openNodeSqliteDatabase
  so the Kysely connection-boundary guardrail holds; unexport the now-internal
  transcript snapshot type (Knip unused-export gate).
- compat registry: split the record table into registry-records.ts and
  plugin-sdk-subpath-records.ts. The new compat record pushed registry.ts past
  the 700-line oxlint cap; suppressions are disallowed, so follow the existing
  sibling record-module pattern. Public exports and PluginCompatCode literals
  unchanged.
- acp-runtime test: assert current finalization behavior (newline normalization
  only). The bracket de-fang and System: rewrite it expected were removed with
  sanitizeInboundSystemTags; forged system lines are neutralized at the
  system-event queue, the single chokepoint feeding the System:-per-line render.
- regenerate docs_map and the plugin SDK API baseline manifest.

* fix(prompt): harden inbound context label migration and drop in-band sanitizer

Review follow-ups on the plain-label + provenance-marker change:

- Remove src/security/system-tags.ts. Rewriting inbound text to neutralize
  look-alike `System:`/`[System]` markers corrupted legitimate user text and is
  not a real injection boundary; role separation plus external-content wrapping
  is. Explicit product decision, recorded at the system-event queue.
- Narrow the LanceDB legacy-row purge so it cannot delete benign memories. It
  now requires a complete known legacy sentinel line, a legacy label followed by
  a fenced JSON body, or the complete legacy external-content header. The prior
  predicates matched ordinary prose such as `Notes (untrusted metadata):`, and
  deletion is irreversible.
- Make explicit-empty canonical ChannelStructuredContext win over the deprecated
  alias via a present/absent result instead of collapsing `[]` to undefined.
- Keep `\r?` in the active-memory doctor rule. It is the only rule spanning the
  header's line break, migrated assistant rows skip newline normalization, and
  without it the marked-header replace wins and the body strips to empty. Added
  a CRLF regression test.
- Fix stale comments that described removed behavior, and cover the Swift
  prose-block strip path.

Claude-Session: https://claude.ai/code/session_01WNzsPddQmxy9Y7jKD4wAxH
2026-07-27 11:27:53 +10:00
..
config.test.ts feat(active-memory): add recall-specific fast mode (#108043) 2026-07-14 23:09:04 -07:00
config.ts fix(agents): route opted-in embedded runs through the CLI backend on subscription-only claude-cli auth (#106840) 2026-07-16 10:37:54 -07:00
doctor-contract-api.test.ts fix(active-memory): normalize legacy toggle timestamps (#103116) 2026-07-15 09:25:35 -07:00
doctor-contract-api.ts fix(active-memory): normalize legacy toggle timestamps (#103116) 2026-07-15 09:25:35 -07:00
index.test.ts refactor(prompt): use plain inbound context labels and drop system-tag sanitizer (#112000) 2026-07-27 11:27:53 +10:00
index.ts feat: let agents remember across private conversations (#100140) 2026-07-18 08:21:43 +01:00
openclaw.plugin.json feat: let agents remember across private conversations (#100140) 2026-07-18 08:21:43 +01:00
prompt.ts refactor(prompt): use plain inbound context labels and drop system-tag sanitizer (#112000) 2026-07-27 11:27:53 +10:00
query.ts refactor(prompt): use plain inbound context labels and drop system-tag sanitizer (#112000) 2026-07-27 11:27:53 +10:00
recall-run.ts feat: let agents remember across private conversations (#100140) 2026-07-18 08:21:43 +01:00
recall-state.ts refactor(active-memory): split runtime modules (#106285) 2026-07-13 10:45:01 -07:00
recall.ts feat: let agents remember across private conversations (#100140) 2026-07-18 08:21:43 +01:00
session-policy.ts feat(memory): default cross-conversation recall for personal installs (#110597) 2026-07-18 12:16:49 +01:00
session.ts refactor: canonicalize session delivery state (#113225) 2026-07-24 01:01:19 -07:00
transcript-result.ts refactor(active-memory): split runtime modules (#106285) 2026-07-13 10:45:01 -07:00
transcript-watch.ts refactor(active-memory): split runtime modules (#106285) 2026-07-13 10:45:01 -07:00
transcript.ts feat: bound transcript reads across replacements (#110374) 2026-07-18 11:41:39 -07:00
types.ts refactor(prompt): use plain inbound context labels and drop system-tag sanitizer (#112000) 2026-07-27 11:27:53 +10:00