docs: roll out v0.0.49 release notes#259
Merged
Merged
Conversation
Document v0.0.49 changes across English, Spanish, and Russian release notes: - Co-published @opencoven/coven wrapper alongside @opencoven/cli (PR #257). Both wrappers depend on the same native cli-* platform packages and resolve to the same binary. - Coven Group Chat product + tech spec (PR #258) under specs/coven-group-chat/. Implementation tracked separately. - OpenMeow references scrubbed from docs, api test fixture, and task-manager skill (PR #256). Product-neutral language. No runtime behavior changes for end users in this release.
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds v0.0.49 weekly release notes across the English, Spanish, and Russian documentation sets, capturing the co-published npm wrapper alias, the new group chat spec, and the OpenMeow reference scrub.
Changes:
- Add “Week of June 24, 2026” / localized equivalents with v0.0.49 items.
- Document
@opencoven/covenco-publishing alongside@opencoven/cliand link to the releasing runbook. - Summarize the Coven Group Chat spec and the OpenMeow reference removal.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/reference/release-notes.md | Adds the v0.0.49 English weekly release notes entry with links to referenced PRs/runbook. |
| docs/es/reference/release-notes.md | Adds the v0.0.49 Spanish weekly release notes entry mirroring the English items. |
| docs/ru/reference/release-notes.md | Adds the v0.0.49 Russian weekly release notes entry; includes a couple of RU grammar fixes needed. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ### Новые возможности | ||
|
|
||
| - **Сопубликованный npm-обёртка `@opencoven/coven` (v0.0.49).** Release-pipeline теперь публикует второе имя обёртки, `@opencoven/coven`, рядом с существующим `@opencoven/cli`. Обе обёртки зависят от одних и тех же native-пакетов `@opencoven/cli-*`, поэтому установка любой из них даёт тот же бинарь `coven`. Это позволяет docs и онбордингу рекламировать каноническое имя *coven*, не ломая существующие установки `@opencoven/cli`. См. [PR #257](https://github.com/OpenCoven/coven/pull/257) и [руководство по релизам](/reference/releasing) для одноразовой настройки Trusted Publisher, которая нужна для первого OIDC-релиза нового пакета. |
|
|
||
| ### Обновления | ||
|
|
||
| - **Убраны упоминания OpenMeow в docs и коде (v0.0.49).** OpenMeow не является приложением OpenCoven — канонический клиент это CastCodes. Оставшиеся примеры и метки OpenMeow в английских/испанских/русских docs, в `DESIGN.md`, `ARCHITECTURE.md`, `AUTH.md`, `API-CONTRACT.md` и смежных файлах переписаны нейтрально по отношению к продукту. `crates/coven-cli/src/api.rs` переименовывает тестовое origin `openmeow` в `external-client`, а `skills/coven-task-manager` убирает `openmeow` из списка распознаваемых меток репозиториев. Изменений в runtime-поведении нет. См. [PR #256](https://github.com/OpenCoven/coven/pull/256). |
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.
Document v0.0.49 changes across English, Spanish, and Russian release notes.
Items in v0.0.49
@opencoven/covenwrapper alongside@opencoven/cli(PR #257). Both wrappers depend on the same native@opencoven/cli-*platform packages and resolve to the same binary, so installing either works identically.specs/coven-group-chat/. Defines a server-side group primitive replacing the iOS client-side fan-out illusion. Implementation tracked separately.Verification
node scripts/test-cli-prepublish.mjs(withCOVEN_NPM_VERSION=0.0.49): all 5 checks passed.python3 scripts/check-secrets.py: passed.No runtime behavior changes for end users in this release.
Next
After this merges, cut a signed annotated tag
v0.0.49onmainto trigger the release workflow.