Skip to content

Commit 196c2af

Browse files
authored
promote marketplace-status to repo root and refresh pending rows (#19)
Rename docs/marketplace-status.md to MARKETPLACE_STATUS.md so the tracker sits alongside CHANGELOG/CONTRIBUTING/SECURITY/PRIVACY and is discoverable at a glance. Remove the now-empty docs/ directory. Re-evaluate marketplace submission state (checked 2026-04-22 UTC): - GitHub Copilot CLI / awesome-copilot: flip to Submitted on 2026-04-21 with PR #1461; note the github-actions bot requested a retarget from main to staged and the PR was re-pointed the same day, so the lingering reviewDecision=CHANGES_REQUESTED is the bot review and we are functionally awaiting a human maintainer. - Cline MCP Marketplace: flip to Submitted on 2026-04-20 with issue #1394; no reviewer comments yet. - Cursor Plugin Registry and Claude Code Plugins: add a "last checked 2026-04-22" note (no reviewer response; Cursor has no public API for listing state, so dashboard-only). Sync inbound links in README.md and PRD.md to the new path, update the historical note in CHANGELOG.md, and refresh the Phase 4 deliverable bullets in PRD.md so the awesome-copilot and Cline rows match the status table. Made-with: Cursor
1 parent 0a1fcfb commit 196c2af

4 files changed

Lines changed: 19 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5555
- Cline install reference at `plugins/cline/README.md` plus a
5656
`plugins/cline/llms-install.md` tailored to the Cline MCP marketplace's
5757
LLM-driven install flow.
58-
- `docs/marketplace-status.md` now tracks Copilot CLI (custom + the
58+
- `MARKETPLACE_STATUS.md` (then `docs/marketplace-status.md`) now tracks Copilot CLI (custom + the
5959
`awesome-copilot` list), Windsurf, and Cline rows, and refreshes the
6060
PyPI row with the 0.2.0 / 0.2.1 release tags.
6161

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Tracking sheet for vardoger's presence on each AI-assistant marketplace. This
44
page is the single source of truth for external reviewers and for the
5-
[Phase 4 PRD checkboxes](../PRD.md#phase-4--marketplace-publishing) — flip a
5+
[Phase 4 PRD checkboxes](./PRD.md#phase-4--marketplace-publishing) — flip a
66
row here when its state changes, then update the PRD in the same PR.
77

88
Status vocabulary:
@@ -15,17 +15,19 @@ Status vocabulary:
1515
address.
1616
- **Live** — listing is public and installable.
1717

18+
Last refreshed: **2026-04-22** (UTC).
19+
1820
| Marketplace | Surface | Plugin root | Status | Submitted on | Live on | Notes |
1921
| --------------------------- | ------------------------------------------------- | --------------------- | ------------ | ------------ | ------- | ------------------------------------------------------------------------------------------------------------------------------------- |
2022
| **PyPI** | `pipx install vardoger` | (repo root) | Live | 2026-04-20 | 2026-04-20 | Current version `0.2.2`. Releases: [v0.1.0](https://github.com/dstrupl/vardoger/releases/tag/v0.1.0) · [v0.2.0](https://github.com/dstrupl/vardoger/releases/tag/v0.2.0) · [v0.2.1](https://github.com/dstrupl/vardoger/releases/tag/v0.2.1) · [v0.2.2](https://github.com/dstrupl/vardoger/releases/tag/v0.2.2). [pypi.org/project/vardoger](https://pypi.org/project/vardoger/). |
21-
| **Cursor Plugin Registry** | [cursor.com/marketplace/publish](https://cursor.com/marketplace/publish) | `plugins/cursor/` | Submitted | 2026-04-20 || Manifest at `plugins/cursor/.cursor-plugin/plugin.json`; `mcp.json` boots via `uvx vardoger mcp`. Logotype URL in the form: `https://raw.githubusercontent.com/dstrupl/vardoger/main/assets/logo.svg`. |
22-
| **Claude Code Plugins** | [claude.ai/settings/plugins/submit](https://claude.ai/settings/plugins/submit) | `plugins/claude-code/` | Submitted | 2026-04-20 || Submitted via the claude.ai form (personal-account path; platform.claude.com is the org-account alternative and feeds the same marketplace). Privacy Policy URL: `https://github.com/dstrupl/vardoger/blob/main/PRIVACY.md`. Platforms selected: Claude Code only (Cowork excluded — no `cowork` adapter and audience is non-developer). |
23+
| **Cursor Plugin Registry** | [cursor.com/marketplace/publish](https://cursor.com/marketplace/publish) | `plugins/cursor/` | Submitted | 2026-04-20 || Manifest at `plugins/cursor/.cursor-plugin/plugin.json`; `mcp.json` boots via `uvx vardoger mcp`. Logotype URL in the form: `https://raw.githubusercontent.com/dstrupl/vardoger/main/assets/logo.svg`. No public API for review state — check the Cursor publisher dashboard. Last checked 2026-04-22: no reviewer response. |
24+
| **Claude Code Plugins** | [claude.ai/settings/plugins/submit](https://claude.ai/settings/plugins/submit) | `plugins/claude-code/` | Submitted | 2026-04-20 || Submitted via the claude.ai form (personal-account path; platform.claude.com is the org-account alternative and feeds the same marketplace). Privacy Policy URL: `https://github.com/dstrupl/vardoger/blob/main/PRIVACY.md`. Platforms selected: Claude Code only (Cowork excluded — no `cowork` adapter and audience is non-developer). Last checked 2026-04-22: no reviewer response. |
2325
| **Codex — custom** | `codex marketplace add …` | `plugins/codex/` | Not started ||| Public manifest at `plugins/codex/marketplace.json` (Milestone 5 PR). One-line install: `codex marketplace add https://github.com/dstrupl/vardoger.git --sparse plugins/codex`. |
2426
| **Codex — official directory** | (pending, see [openai/codex#13712](https://github.com/openai/codex/pull/13712)) | `plugins/codex/` | Not started ||| Watch for self-serve directory opening. Until then, users install via the custom marketplace row above. |
2527
| **GitHub Copilot CLI — custom** | `copilot plugin marketplace add dstrupl/vardoger:plugins/copilot` | `plugins/copilot/` | Not started ||| Public marketplace manifest at `plugins/copilot/marketplace.json`; plugin manifest at `plugins/copilot/.github/plugin/plugin.json` with a single `analyze` skill. One-line install alternative: `copilot plugin install dstrupl/vardoger:plugins/copilot`. |
26-
| **GitHub Copilot CLI — `awesome-copilot`** | PR to [github/awesome-copilot](https://github.com/github/awesome-copilot) | `plugins/copilot/` | Not started | || Community-curated list; opens discoverability to Copilot CLI users but is not an install mechanism. Deferred until after 0.2.1 ships. |
28+
| **GitHub Copilot CLI — `awesome-copilot`** | [PR #1461](https://github.com/github/awesome-copilot/pull/1461) | `plugins/copilot/` | Submitted | 2026-04-21 || PR opened 2026-04-21 as `add-vardoger-analyze-skill`. Initial submission targeted `main`; the `github-actions` bot requested a retarget to the `staged` branch (auto-published to `main`), and the PR was re-pointed at `staged` the same day. Awaiting human review. Last checked 2026-04-22: `reviewDecision=CHANGES_REQUESTED` is the lingering bot review — functionally waiting on a maintainer. |
2729
| **Windsurf MCP Store** | (no public submission form) | `plugins/windsurf/` | N/A ||| Windsurf's in-product MCP Store is editorial. Users install via the snippet in `plugins/windsurf/README.md` (`mcp_config.json` + `vardoger setup windsurf`). Revisit if Windsurf opens a self-serve submission flow. |
28-
| **Cline MCP Marketplace** | issue submission at [cline/mcp-marketplace](https://github.com/cline/mcp-marketplace) | `plugins/cline/` | Not started | || Install guidance for the LLM-driven install flow at `plugins/cline/llms-install.md`; user-facing readme at `plugins/cline/README.md`. Submission requires an open GitHub issue with the server description, llms-install URL, and logo. |
30+
| **Cline MCP Marketplace** | [issue #1394](https://github.com/cline/mcp-marketplace/issues/1394) | `plugins/cline/` | Submitted | 2026-04-20 || Server submission issue `[Server Submission]: vardoger — personalize AI assistants from local history` opened 2026-04-20 at cline/mcp-marketplace. Install guidance for the LLM-driven install flow at `plugins/cline/llms-install.md`; user-facing readme at `plugins/cline/README.md`. Last checked 2026-04-22: no reviewer comments yet. |
2931
| **OpenClaw ClawHub** | `openclaw skill publish .` | `plugins/openclaw/skills/analyze/` | Not started ||| `SKILL.md` frontmatter already matches the ClawHub schema (`version`, `metadata.openclaw.requires.bins`, `homepage`). Verification happens via the ClawHub dashboard after `skill publish`. |
3032

3133
## How to update this table
@@ -36,8 +38,10 @@ Status vocabulary:
3638
**Changes requested** (and link the feedback in Notes) or **Live** (and fill
3739
in "Live on").
3840
3. In the same PR, check the matching box under
39-
[PRD §5 Platform integrations](../PRD.md#phase-4--marketplace-publishing)
41+
[PRD §5 Platform integrations](./PRD.md#phase-4--marketplace-publishing)
4042
so both files stay in sync.
43+
4. Bump the "Last refreshed" date at the top of this file, and refresh the
44+
per-row "Last checked" notes for any rows you verified.
4145

4246
## Why each submission matters
4347

PRD.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Additionally, Cursor supports **MCP servers** configured via `~/.cursor/mcp.json
119119

120120
**Recommended approach:** Ship as an MCP server (configured in `mcp.json`) that exposes vardoger commands as tools the agent can invoke. This aligns with Cursor's AI-native plugin model better than a traditional VS Code extension. Install via `pipx install vardoger && vardoger setup cursor`.
121121

122-
> **Status:** [x] MCP server implemented (stdio transport) with the `vardoger_personalize` entry-point tool plus implementation tools `vardoger_status`, `vardoger_prepare`, `vardoger_synthesize_prompt`, `vardoger_write`, `vardoger_preview`, `vardoger_feedback`, and `vardoger_compare`. The server is platform-agnostic — every tool accepts a `platform` argument (or reads `VARDOGER_MCP_PLATFORM`) and routes to the correct per-platform history reader and writer, so the same server is reused by the Cursor, Claude Code, Codex, OpenClaw, Copilot CLI, Windsurf, and Cline installs. Cursor Plugin Registry publishing tracked under Phase 4; see [`docs/marketplace-status.md`](./docs/marketplace-status.md).
122+
> **Status:** [x] MCP server implemented (stdio transport) with the `vardoger_personalize` entry-point tool plus implementation tools `vardoger_status`, `vardoger_prepare`, `vardoger_synthesize_prompt`, `vardoger_write`, `vardoger_preview`, `vardoger_feedback`, and `vardoger_compare`. The server is platform-agnostic — every tool accepts a `platform` argument (or reads `VARDOGER_MCP_PLATFORM`) and routes to the correct per-platform history reader and writer, so the same server is reused by the Cursor, Claude Code, Codex, OpenClaw, Copilot CLI, Windsurf, and Cline installs. Cursor Plugin Registry publishing tracked under Phase 4; see [`MARKETPLACE_STATUS.md`](./MARKETPLACE_STATUS.md).
123123
124124
---
125125

@@ -299,7 +299,7 @@ Copilot CLI supports registering third-party plugin marketplaces via `copilot pl
299299
- Plugin manifest: `plugins/copilot/.github/plugin/plugin.json`
300300
- One-line install: `copilot plugin marketplace add dstrupl/vardoger:plugins/copilot`
301301

302-
> **Status:** [x] Plugin manifest and analyze skill implemented; marketplace submission tracked in [`docs/marketplace-status.md`](./docs/marketplace-status.md).
302+
> **Status:** [x] Plugin manifest and analyze skill implemented; marketplace submission tracked in [`MARKETPLACE_STATUS.md`](./MARKETPLACE_STATUS.md).
303303
304304
---
305305

@@ -364,7 +364,7 @@ Cline publishes third-party servers through the Cline MCP Marketplace (GitHub-is
364364
- Install guide: `plugins/cline/llms-install.md`
365365
- User-facing readme: `plugins/cline/README.md`
366366

367-
> **Status:** [x] Install guide and README implemented; marketplace submission tracked in [`docs/marketplace-status.md`](./docs/marketplace-status.md).
367+
> **Status:** [x] Install guide and README implemented; marketplace submission tracked in [`MARKETPLACE_STATUS.md`](./MARKETPLACE_STATUS.md).
368368
369369
---
370370

@@ -462,11 +462,11 @@ The core analysis logic must be shared across all platform integrations. Platfor
462462
- [ ] Plugin packaging and marketplace submission for Claude Code — **submitted, awaiting review** (`plugins/claude-code/`, Claude Code Plugins directory)
463463
- [ ] Plugin packaging and marketplace submission for Codex (custom marketplace + official directory) — **not started**; custom-marketplace install already works via `plugins/codex/marketplace.json`
464464
- [ ] Skill publishing to ClawHub for OpenClaw — **not started**
465-
- [ ] Plugin packaging and marketplace submission for GitHub Copilot CLI — **not started**; `plugins/copilot/marketplace.json` ready
465+
- [ ] Plugin packaging and marketplace submission for GitHub Copilot CLI — **custom marketplace not started** (`plugins/copilot/marketplace.json` ready); **`awesome-copilot` submitted, awaiting review** ([PR #1461](https://github.com/github/awesome-copilot/pull/1461), retargeted to `staged` on 2026-04-21)
466466
- [ ] Windsurf MCP Store listing — **N/A today** (no public submission form); revisit if Windsurf opens self-serve submissions
467-
- [ ] Cline MCP Marketplace submission — **not started**; `plugins/cline/llms-install.md` ready
467+
- [ ] Cline MCP Marketplace submission — **submitted, awaiting review** ([issue #1394](https://github.com/cline/mcp-marketplace/issues/1394) opened 2026-04-20)
468468

469-
Full per-marketplace status (with submission dates and review feedback) lives in [`docs/marketplace-status.md`](./docs/marketplace-status.md), which is the single source of truth for Phase 4 progress.
469+
Full per-marketplace status (with submission dates and review feedback) lives in [`MARKETPLACE_STATUS.md`](./MARKETPLACE_STATUS.md), which is the single source of truth for Phase 4 progress.
470470

471471
**Prerequisites:** Limited beta with direct installs (`pipx install vardoger && vardoger setup <platform>`) validates the UX and analysis quality across real users.
472472

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Then tell your assistant: **"Personalize my assistant."**
3737

3838
> Looking for the in-app plugin listings? Track review status for each
3939
> marketplace (PyPI, Cursor, Claude Code, Codex, Copilot CLI, Windsurf, Cline,
40-
> ClawHub) in [`docs/marketplace-status.md`](./docs/marketplace-status.md).
40+
> ClawHub) in [`MARKETPLACE_STATUS.md`](./MARKETPLACE_STATUS.md).
4141
4242
> **Previous pre-releases.** `pipx install vardoger` now resolves to the stable
4343
> `0.2.x` line. The beta install paths below stay here for anyone still pinning
@@ -157,7 +157,7 @@ The `publish.yml` workflow builds the package and uploads it to PyPI via [truste
157157
## Status
158158
159159
Public beta. The `0.2.x` line is published on PyPI and actively maintained;
160-
marketplace listings are rolling out per [`docs/marketplace-status.md`](./docs/marketplace-status.md).
160+
marketplace listings are rolling out per [`MARKETPLACE_STATUS.md`](./MARKETPLACE_STATUS.md).
161161
See [PRD.md](PRD.md) for the full product requirements document.
162162
163163
## Privacy and security

0 commit comments

Comments
 (0)