docs: add the Coven merge guide (unified CLI, user migration, Cave plan)#161
Merged
Conversation
docs/unification.md explains the product merge (one surface, two processes), the phase status as of tonight (phases 0-4 landed, 5 in progress), what each audience needs to do, the environment contract, and a stage-by-stage Cave integration plan. Adds the phase 3 sub-plan doc, links the guide from COVEN.md's Engine contract section and the docs index. Status table reflects the re-landed coven PRs (#353/#354/#355 superseding the broken #347-#349 stack).
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Adds user-facing documentation for the unified coven CLI + coven-code engine merge, including migration guidance and a detailed Cave integration plan, and wires the new guide into the existing docs entry points.
Changes:
- Add
docs/unification.md: unified CLI merge overview, phase status, migration steps, env var reference, and Cave implementation plan. - Add
docs/superpowers/plans/2026-07-12-phase3-engine-harness.md: Phase 3 sub-plan referenced by the merge guide. - Link the new guide from
COVEN.md(Engine contract section) anddocs/index.md.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/unification.md | New end-to-end guide for the unified CLI merge, including migration steps and Cave integration plan. |
| docs/superpowers/plans/2026-07-12-phase3-engine-harness.md | New Phase 3 sub-plan document referenced by the merge guide. |
| docs/index.md | Adds docs index entry pointing to the new unification guide. |
| COVEN.md | Adds a pointer from the Engine contract section to the unification guide. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| --- | ||
|
|
||
| ## 2. Where the merge stands (verified 2026-07-12) |
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.
Summary
docs/unification.md— the user-facing guide to the Coven CLI merge: what it is, where it stands, migration steps per audience, and the comprehensive Cave (coven-cave) integration plan. Links it from COVEN.md's Engine contract section and the docs index, and adds the Phase 3 sub-plan doc.Context
~/.coven/code/migration, and the still-opt-indaemonLedgerdefault (verified againstcrates/core/src/lib.rs).Changes
docs/unification.md(new, ~415 lines): merge rationale (license/process boundary), phase status table, per-audience migration steps, env-var table, Cave stage-by-stage plan, compatibility guarantees.docs/superpowers/plans/2026-07-12-phase3-engine-harness.md(new): the Phase 3 sub-plan referenced by the guide.COVEN.md: one sentence in "Engine contract" linking the guide.docs/index.md: index entry.Validation
git diff --check— cleancargo fmt --all— N/A, docs onlycargo check --workspace— N/A, docs onlycargo clippy --workspace --all-targets -- -D warnings— N/A, docs onlycargo test --workspace— N/A, docs onlydaemonLedgerdefault andconfig_homeverified in source;engine.locklocation verified in the coven repo (crates/coven-cli/engine.lock).PR Readiness