docs(adr-011): correct marketplace status — backend already shipped - #249
Merged
Conversation
PR #248 marked Marketplace as paused based on incomplete picture. PR #215 (Randy) and #230 (Lily) already shipped the marketplace backend: 9 endpoints under /api/marketplace (publish, fork, browse, detail, deprecate, manage), dual-write to Installable + AgentRegistry, schema additions for forkedFrom/readme/forkCount. Corrected: - Marketplace frontend moves to active (mid-queue) — wires UI on top of the shipped backend; pre-flight is end-to-end verification on api-dev.commonly.me before any UI work. - Installable taxonomy row clarified: Phase 2's marketplace-operations slice is shipped; Phase 3 read-path switch + recon cron + validators remain paused with a more specific reactivation trigger. - New "Marketplace backend extensions" paused row guards against scope creep on already-shipped surface. - Open question #4 reframed: not "build marketplace?" but "where in the queue does the frontend land?" — audit resolves it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.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
Follow-up to #248 correcting an incomplete picture: Randy's PR #215 and Lily's PR #230 already shipped the marketplace backend (9 endpoints under
/api/marketplace, dual-write toInstallable+AgentRegistry). #248 marked Marketplace as paused, which under-described what's actually in main.Changes
Why now
Without this correction, the next session would look at the active-tracks table and treat marketplace as "don't touch" — but the backend is shipped, has 0 user traffic, and the frontend is the natural shell-active surface that makes it real.
Test plan
/api/marketplace/*endpoints actually work onapi-dev.commonly.mebefore any frontend work begins🤖 Generated with Claude Code