docs(adr): ADR-0042 (opt-in model extractor) + ADR-0043 (recall hygiene)#70
Merged
Conversation
…l hygiene) ADR-0042: records the opt-in personalAiExtract toggle (default OFF) — model-based extraction for richer semantic facts + cross-turn relations at one model call/turn, reusing backend.complete(); offline heuristic + cross-turn linker remain the free baseline (PR #66, ADR-0010). ADR-0043: records the recall-hygiene decision — recall excludes mechanical tool activity (omp:*/subagent:*, PR #50) and rememberActivity stops promoting raw tool I/O as durable facts while keeping provenance ingest (PR #56); subagent-result promotion through the keystone-#2 gate is untouched (ADR-0009, keystone #2). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Records the last two shipped decisions from the session.
ADR-0042 — Opt-in model extraction (cost vs quality). The
personalAiExtractSettings toggle (default OFF): when on, live learning uses the model extractor for richer semantic facts + cross-turn relations at one model call/turn (reusesbackend.complete()); the offline heuristic + always-on cross-turn linker stay the free baseline. (PR #66, ADR-0010.)ADR-0043 — Memory recall hygiene. Tool I/O is provenance, not durable knowledge:
buildRecallexcludesomp:*/subagent:*mechanical activity (PR #50), andrememberActivitystops promoting raw tool I/O as recallable facts while keeping the provenance ingest (PR #56). A subagent's summarized result still promotes through the keystone-#2 gate — untouched. (ADR-0009 Phase A.)Docs-only; both decisions already built/merged.
🤖 Generated with Claude Code