Skip to content

docs: add v4.4.0 release notes to docs/release-notes/#173

Merged
thebtf merged 1 commit into
mainfrom
chore/v4.4.0-cleanup
Apr 16, 2026
Merged

docs: add v4.4.0 release notes to docs/release-notes/#173
thebtf merged 1 commit into
mainfrom
chore/v4.4.0-cleanup

Conversation

@thebtf
Copy link
Copy Markdown
Owner

@thebtf thebtf commented Apr 16, 2026

What

Adds docs/release-notes/v4.4.0.md — the long-form release notes for v4.4.0.

Why

The v4.4.0 tag was shipped via gh release create --notes-file pointing at a transient file in the bump worktree. The GitHub release page at https://github.com/thebtf/engram/releases/tag/v4.4.0 has the notes, but tasks.md T049 AC called for a canonical docs/release-notes/v4.4.0.md path for in-repo discoverability. This PR delivers that file.

Same content as the GitHub release body, written in the style of prior release notes.

No behaviour change

Docs-only PR. Nothing to test beyond markdown rendering.

Summary by CodeRabbit

Engram v4.4.0

  • Новые возможности
    • Интеграция Loom: инструменты управления задачами (отправка, получение, список, отмена)
    • Рабочий процесс CLI для выполнения разрешенных команд с управлением входом/выходом
    • Уведомления о событиях задач в реальном времени
    • Управление жизненным циклом проектов с мягким удалением (30-дневная задержка)
    • Повышенная надежность обработки событий и блокировки дублей

Adds the long-form release notes for v4.4.0 at the canonical location
expected by tasks.md T049. The GitHub release body at
https://github.com/thebtf/engram/releases/tag/v4.4.0 was shipped first
as part of the release ceremony; this file makes the same content
discoverable in-repo for future readers.

No behavioural change.
@gemini-code-assist
Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 16, 2026

Обзор

Добавлена новая документация с примечаниями к выпуску Engram v4.4.0, описывающая интеграцию Phase B Loom, включая четыре новых MCP-инструмента, CLI-воркер для выполнения подпроцессов, события в реальном времени, обновления фреймворка, функциональность управления жизненным циклом проекта на сервере и реализацию демона с дедупликацией событий.

Изменения

Когорта / Файл(ы) Краткое описание
Примечания к выпуску
docs/release-notes/v4.4.0.md
Новая документация v4.4.0, охватывающая интеграцию Loom (4 MCP-инструмента, CLI-воркер, форвардинг событий), обновления фреймворка (obs.MeterFor, Dispatcher.ConnectedProjectIDs), функциональность gRPC (SyncProjectState, ProjectEvents stream), реализацию демона (serverevents.Bridge, LRU-дедупликация, обработка паник), поведение мягкого удаления с 30-дневным хранением.

Оценка усилий при проверке кода

🎯 1 (Trivial) | ⏱️ ~3 minutes

Связанные PR

  • feat(loom): Phase B-1 plumbing tenant — loom v0.1.0 integration #167: Основной PR реализует интеграцию Phase B Loom (новый тенант loom, модуль loom, регистрация wiring, форвардинг событий, настройка БД/движка), а примечания к выпуску документируют точно эти изменения кода.

Стихотворение

🐰 Прыг-скок сквозь строки v4.4!
Loom танцует, события поют,
Мягкое удаление, дедуп в лесу,
Документация светит, как звезда в красу! ✨📝

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding v4.4.0 release notes to the docs/release-notes/ directory. It is concise, specific, and clearly summarizes the primary modification.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/v4.4.0-cleanup

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

🧹 Nitpick comments (1)
docs/release-notes/v4.4.0.md (1)

1-130: Отличная документация!

Заметки о релизе хорошо структурированы и точны. Все технические утверждения проверены на соответствие коду:

  • 4 новых MCP-инструмента подтверждены в internal/handlers/loom/tools.go
  • Детали CLI-воркера с allowlist соответствуют реализации
  • Описание Bridge с 256-записным LRU dedup совпадает с internal/handlers/serverevents/bridge.go
  • Спецификации proto для SyncProjectState точны

Документ предоставляет исчерпывающий обзор изменений v4.4.0 с правильными ссылками на PRs и коммиты.


Примечание: Статический анализ предложил, что "in support of" на строке 36 может быть многословным, но в контексте документации по релизу эта формулировка вполне уместна для ясности.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/release-notes/v4.4.0.md` around lines 1 - 130, Reviewer flagged a minor
wording suggestion around the "Framework upgrades in support of loom" heading
but approved the changes; no code/doc change is required. Leave the heading
"Framework upgrades in support of loom" and the surrounding section as-is unless
you want to make a purely editorial tweak — if you choose to adjust wording,
update that heading and any matching references (search for the exact phrase
"Framework upgrades in support of loom") to a more concise variant, otherwise do
nothing.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@docs/release-notes/v4.4.0.md`:
- Around line 1-130: Reviewer flagged a minor wording suggestion around the
"Framework upgrades in support of loom" heading but approved the changes; no
code/doc change is required. Leave the heading "Framework upgrades in support of
loom" and the surrounding section as-is unless you want to make a purely
editorial tweak — if you choose to adjust wording, update that heading and any
matching references (search for the exact phrase "Framework upgrades in support
of loom") to a more concise variant, otherwise do nothing.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: e1654555-052e-4105-870c-7a4376d8fa3a

📥 Commits

Reviewing files that changed from the base of the PR and between ea47bfc and 9b78e98.

📒 Files selected for processing (1)
  • docs/release-notes/v4.4.0.md

@thebtf thebtf merged commit 4104a64 into main Apr 16, 2026
8 checks passed
@thebtf thebtf deleted the chore/v4.4.0-cleanup branch April 16, 2026 05:14
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.

1 participant