You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove every bound-capability URL and route, signed-token implementation, capability-specific caller, admission and revocation policy, idempotency scope, Thread visibility rule, deployment authority guard, and Run provenance path.
Remove deployment bindings from repository configuration and generated deployment environments. Do not leave stubs, aliases, redirects, disabled feature flags, or compatibility parsers.
Keep the ordinary API-key-authenticated Agent/Thread path working until the Workspace and Session API slices replace it.
Do not remove unrelated concepts that merely contain the word “deployment,” including immutable Agent configuration revisions, Mosoo's own production deployment machinery, or generic runtime infrastructure.
Remove only App Deployment command variants; shared command queues remain where retained runtime workflows use them.
Use the existing cleanup behavior before deleting its implementation:
Freeze creation of new App Deployments and bound capabilities.
Inventory active deployments, active deployment runs, and queued or running deployment commands.
Delete or explicitly account for every tracked Pages project, Worker script, route, domain, and deployment sandbox through the current compensating cleanup path.
Verify that no external hosted site remains managed by Mosoo and no deployment command can still execute.
Remove bound routes so all previously issued capability URLs become unusable.
Remove the active product, API, runtime, and infrastructure code.
Preserve accepted Session, Run, message, artifact, usage, and audit records after removing deployment-only provenance.
Do not rewrite established D1 migrations, snapshots, or journals. Historical deployment tables and provenance columns may remain as isolated retired storage in this slice. Physically dropping or rewriting them requires explicit approval, a production backup, verification queries, and a rollback plan.
Acceptance criteria
The console contains no deploy, redeploy, deployment status, deployment history, repository hosting, subdomain, or bound-Agent experience.
Former bound-capability routes are unregistered, and all previously issued capability URLs are unusable.
A normal authenticated public API call still reaches an authorized Agent without any Deployment dependency.
Session and Run admission no longer reads, validates, or writes App Deployment authority or bound-capability provenance.
Parent
What to build
Remove the App Deployment product and its deployment-bound Agent capability model from Mosoo main.
This is an end-to-end removal, not a hidden or deprecated surface:
Use the existing cleanup behavior before deleting its implementation:
Preserve accepted Session, Run, message, artifact, usage, and audit records after removing deployment-only provenance.
Do not rewrite established D1 migrations, snapshots, or journals. Historical deployment tables and provenance columns may remain as isolated retired storage in this slice. Physically dropping or rewriting them requires explicit approval, a production backup, verification queries, and a rollback plan.
Acceptance criteria
Blocked by