docs: position self-hosted/deploy as Early access (in testing) for launch (ACE-064) - #126
Merged
Merged
Conversation
…or launch Public launch leads with the local single-player experience; the self-hosted team server (the /agami-deploy skill + HTTP MCP server) is marked Early access (in testing) — usable today, newer than the local path, feedback via GitHub issues. No code/behavior change. - README: remove self-host Docker badge + team intro bullet + hero nav from the hero (top now reads local-only); one labeled 'Self-hosted team server — Early access (in testing)' section; skills-table row + What-you-get bullet + doc-nav tagged early-access - deploy/README.md: canonical Early-access callout at the top (single source of wording) - docs/open-vs-hosted, docs/privacy, docs/self-hosting: labeled / linked to the callout - agami-deploy SKILL.md description: early-access note; install page: note under the skills list - marketplace.json / plugin.json: unchanged (already local-first, no deploy promotion) Spec: ACE-064
There was a problem hiding this comment.
Pull request overview
This PR updates public-facing documentation to position the local single-player workflow as the primary launch experience, while labeling the self-hosted/team deploy workflow as Early access (in testing). It does not change any runtime behavior or deployment capability.
Changes:
- Removes deploy/self-hosting promotion from the README hero area and reframes the top-level “next steps” as local-only.
- Relabels the self-hosted/team server surfaces (README section + docs references + install note + skill description) as early access and centralizes the wording in
deploy/README.md. - Adds/updates early-access callouts and links across relevant docs pages.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| README.md | Removes deploy promo from the hero and relabels the self-hosted section as early access. |
| plugins/agami/skills/agami-deploy/SKILL.md | Adds an early-access disclaimer to the skill’s description metadata. |
| docs/self-hosting.md | Adds an early-access callout pointing readers to the deploy README canonical note. |
| docs/privacy.md | Labels the team server section as early access and adds a short disclaimer + feedback link. |
| docs/open-vs-hosted.md | Marks /agami-deploy as early access and links to the canonical deploy note. |
| docs/install/claude-code-cli.md | Adds an install-time early-access note for agami-deploy. |
| deploy/README.md | Adds the canonical early-access callout at the top of the deploy guide. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
Author
|
Thanks @copilot — fixed: added the relative pronoun so it reads 'self-host one governed server that your whole team … query'. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Spec: ACE-064 · docs/positioning only — no code or behavior change.
Summary
For the public launch, lead with the local single-player experience and mark the self-hosted/deploy path (the
/agami-deployskill + HTTP MCP team server) as "Early access (in testing)" — usable today, newer than the local path, feedback via GitHub issues. The deploy capability is untouched; the skill still ships and works. Raising this for wording review — please read the copy before we merge.Changes
/agami-deployskills-table row, and the doc-nav link are all tagged(early access — in testing)and point to it.deploy/README.md— the single source of the wording; other surfaces link here.docs/open-vs-hosted.md,docs/privacy.md,docs/self-hosting.md.agami-deploySKILL.mddescription(body untouched); a note under the install "skills available" list (the literal output is unchanged — the label is prose beneath it)..claude-plugin/marketplace.jsonandplugin.jsonalready lead local-first and don't promote deploy, so nothing to relabel.Verification (docs-only, no unit tests)
deploy/README.mdcallout.#self-hosted-team-server--early-access-in-testingmatches the heading's GitHub slug; all added links resolve.git difftouches only 7 files;CHANGELOG.md,SECURITY.md,packages/agami-core/README.mdunchanged.uv run dev.py checkgreen (ruff + full suite + gitleaks); a review agent confirmed link integrity, label consistency, and no contradictions.Checklist
uv run dev.py checkgreenOut of scope