feat(brand): rebrand LLM-facing tool descriptions to Coven#158
Merged
Conversation
Sweeps the ~5 remaining model-facing tool/skill descriptions that Phase 5 deliberately left (COVEN.md boundary was user-facing prose only): Config and RemoteTrigger tool descriptions, the tool-search Config index entry, and the update-config bundled skill (description + prompt-template body). Internal paths (~/.coven-code/settings.json), code comments, test fixtures, and debug logs are intentionally unchanged.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This PR completes the Phase 5 rebrand follow-up by updating remaining LLM-facing tool/skill descriptions from “Coven Code” to “Coven”, while intentionally leaving internal paths and non-user/model-facing comments unchanged per the COVEN.md boundary.
Changes:
- Update the
Configtool’s catalog entry and tooldescription()strings to “Coven”. - Update
RemoteTriggertooldescription()to “Coven”. - Update the bundled
update-configskill description and prompt-template wording to “Coven”.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src-rust/crates/tools/src/tool_search.rs | Rebrands the tool-search catalog entry for Config to “Coven”. |
| src-rust/crates/tools/src/remote_trigger.rs | Rebrands the RemoteTrigger tool description to “Coven”. |
| src-rust/crates/tools/src/config_tool.rs | Rebrands the Config tool description to “Coven” while keeping ~/.coven-code/settings.json intact. |
| src-rust/crates/tools/src/bundled_skills.rs | Rebrands the update-config bundled skill description and prompt-template text to “Coven”. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Phase 5 missed the self-contained share-export template: the exported
page title (' — Coven Code Session') and footer ('Generated by Coven
Code') still carried the old brand. User-facing HTML output.
agent.json ACP registration identity is intentionally left for a
separate, conscious decision.
This was referenced Jul 14, 2026
BunsDev
added a commit
that referenced
this pull request
Jul 15, 2026
…164) Close out the coven CLI unification paperwork now that every phase has landed: - unification.md: status complete; phase table rows 5 and 6 finalized (Phase 5 landed via #154/#158/#160 with the npm deprecation executed and npm-publish made opt-in in #162; Phase 6 decided NO-GO via #155); npm-package note rewritten in past tense. - superpowers plans: COMPLETE status banners on the master plan and the phase 3/4/5 sub-plans pointing at docs/unification.md as the living summary; phase 5 task 5.3 marked done (coven-side version_line landed) and task 5.6 recorded as executed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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
Sweeps the ~5 remaining LLM-facing tool/skill descriptions that Phase 5 (#154) deliberately deferred. The Phase 5 brand sweep scoped itself to user-facing prose per the COVEN.md boundary; model-facing tool schema descriptions were left for a follow-up — this is it.
"Coven Code" → "Coven" in the strings the model actually reads:
tools/src/config_tool.rsConfigtooldescription()tools/src/remote_trigger.rsRemoteTriggertooldescription()tools/src/tool_search.rstools/src/bundled_skills.rsupdate-configskilldescription+ prompt-template bodyDeliberately unchanged (per boundary)
~/.coven-code/settings.jsonin the Config description (still valid via the compat symlink; path rename is out of scope for a brand sweep).//code comments, test fixtures, and thedebug!("Starting Coven Code")log line.Verification
cargo check -p claurst-tools— clean.fn description/description:field returns "Coven Code" anywhere in the workspace.Noted, not included (different surfaces — flagged for a separate call)
core/src/share_export/template.{js,html}— exported-share HTML title/footer (a Phase-5 user-facing miss).acp/registry-template/agent.json— ACP agent registrationname/description(an identity, not cosmetic).