Skip to content

docs(adr): graduate ADR-0002 — per-entry blockquote tags#472

Merged
memtomem merged 2 commits intomainfrom
docs/adr-0002-blockquote-tags
Apr 25, 2026
Merged

docs(adr): graduate ADR-0002 — per-entry blockquote tags#472
memtomem merged 2 commits intomainfrom
docs/adr-0002-blockquote-tags

Conversation

@memtomem
Copy link
Copy Markdown
Owner

@memtomem memtomem commented Apr 25, 2026

Summary

  • Promotes mem-add-tags-blockquote-promote-rfc.md from the private
    memtomem-docs/planning/ area to a public ADR (docs/adr/0002-…)
    now that the implementation has fully shipped in v0.1.28.
  • Updates all source-of-truth file:line references to the v0.1.28
    layout (writer at memory_writer.py:33, reader helpers at
    chunking/markdown.py:259–384, etc.) and folds in the mem_edit
    header-preservation behaviour from PR feat(mem_add,mem_edit): canonical writer + mem_edit header preservation #464 and the
    add_entries_batch broadcast cleanup from PR fix(mem_batch_add): drop post-index tag broadcast; per-entry tags isolated #465 — both of which
    were drafted as follow-ups in the original RFC and landed during
    the same v0.1.28 train.
  • Drops the RFC's "Telemetry" section: the proposed
    frontmatter_tags_seen / blockquote_tags_seen webhook counters
    were not wired, and the existing chunks_indexed counter is
    sufficient for the now-stable behaviour.
  • Adds an inbound link from docs/guides/reference.md (the mem_add
    parameter table) and a reverse cross-link from the v0.1.28
    CHANGELOG.md lead paragraph for discoverability in both
    directions.

Promotion gate (PROMOTION-CRITERIA.md)

The private memtomem-docs copy of the RFC was never committed
(stayed as an untracked working-tree file). Once this PR merges I'll
remove it locally — no companion private PR needed.

Test plan

  • Rendered docs/adr/0002-mem-add-blockquote-tags.md on
    github.com; ../adr/0002-… relative link from
    docs/guides/reference.md resolves correctly.
  • CI green (ruff check, ruff format --check, pytest
    not ollama) — docs-only diff, expected unaffected.

🤖 Generated with Claude Code

pandas-studio and others added 2 commits April 25, 2026 13:11
Promote the `mem-add-tags-blockquote-promote-rfc` design doc from the
private memtomem-docs planning area to the public ADR set, now that
the reader (#463), writer (#464), batch-broadcast cleanup (#465), and
line-counter follow-ups (#466, #468) have all shipped in v0.1.28.

Updates source-of-truth file:line references to v0.1.28 layout, drops
the deferred telemetry section (counters were not wired), and folds
the `mem_edit` header-preservation note into the Decision section
since `replace_chunk_body` landed alongside the writer change.

Adds an inbound link from `docs/guides/reference.md` mem_add section
so users searching for "tag_filter" or "tags" hit the on-disk format
contract.

Co-Authored-By: Claude <[email protected]>
Reverse-discoverability follow-up to the ADR graduation. The lead
paragraph already mentions blockquote tag promotion as the largest
behavior change of the release; add a one-line pointer to the new
ADR so readers landing on the changelog entry can jump to the full
rationale instead of inferring it.

Co-Authored-By: Claude <[email protected]>
@memtomem memtomem merged commit a3df41f into main Apr 25, 2026
7 checks passed
@memtomem memtomem deleted the docs/adr-0002-blockquote-tags branch April 25, 2026 04:21
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 25, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants