Skip to content

docs(changelog): document init entity-detection overhaul in 3.3.3#1176

Merged
igorls merged 2 commits intodevelopfrom
docs/changelog-3.3.3-init-overhaul
Apr 24, 2026
Merged

docs(changelog): document init entity-detection overhaul in 3.3.3#1176
igorls merged 2 commits intodevelopfrom
docs/changelog-3.3.3-init-overhaul

Conversation

@igorls
Copy link
Copy Markdown
Member

@igorls igorls commented Apr 24, 2026

Context

The 3.3.3 section of CHANGELOG.md on develop was written before #1148, #1150, #1157, and #1175 landed (the last three were rescued from stacked feature branches via #1175 yesterday). Merging #1159 to main without this update would advertise only the hook/diary/search fixes that made it to develop through the first direct merge — the entity-detection overhaul, the LLM refinement, the Claude Code convo scanner, and the miner wire-up would all ship silently.

This PR adds the missing entries so the release notes reflect what actually shipped. Should merge into develop before #1159 cuts the tag.

Entries added

Bug Fixes

  • mempalace mine now skips the generated entities.json file so its contents aren't re-ingested as project content

Improvements

Added

Note on section date

The 3.3.3 section is dated 2026-04-23 — from before the release. If the tag is cut 2026-04-24, consider updating the section header to match. Not changed here; it's a judgement call on whether the date marks "intended release" or "actual tag cut."

Test plan

Adds entries to the 3.3.3 section for the work that landed via #1148,
#1150, #1157, and #1175 (rescued from stacked feature branches into
develop via #1175). Without these entries the 3.3.3 release notes on
main would advertise only the hook/diary/search fixes that made it to
develop through the first direct merge.

Covers:
- Manifest + git-author entity detection (#1148)
- Regex detector accuracy improvements (#1148)
- Optional --llm classification with Ollama / openai-compat / Anthropic
  provider abstraction and interactive UX (#1150)
- Claude Code conversation scanner (#1150)
- Init → miner registry wire-up so confirmed entities actually reach
  drawer metadata tagging (#1157)
- Case-insensitive project dedup across all sources (#1175)
- `mempalace mine` skips the generated entities.json artifact
Copilot AI review requested due to automatic review settings April 24, 2026 17:26
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the v3.3.3 release notes to reflect the init entity-detection overhaul and related features that already landed (but weren’t documented) before the v3.3.3 tag is cut.

Changes:

  • Adds a missing Bug Fix entry about mempalace mine skipping generated entities.json.
  • Documents major init/entity-detection improvements (manifest + git-author signal, regex accuracy, registry wire-up, case-insensitive dedup).
  • Adds release-note entries for mempalace init --llm and the Claude Code conversation scanner.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CHANGELOG.md Outdated
Co-authored-by: Copilot <[email protected]>
@igorls igorls merged commit 7a75791 into develop Apr 24, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants