dxcomplete
v0.3.4
Published
Tombstone cleanup CLI for retired DX Complete local repo wiring.
Downloads
73
Maintainers
Readme
DX Complete
DX Complete is now a central hosted workspace service. Assistants and coding tools connect to the single hosted MCP endpoint:
https://dxcomplete.com/api/mcpWorkspace-scoped tool calls include workspaceId as an argument. The old
per-repo npm wiring, app-owned MCP route wrappers, service-client repo
credentials, and Dev Log Git ingestion are retired.
Package Status
The dxcomplete npm package is a tombstone cleanup release. It is kept only so
repos that previously used the package can remove the local wiring that the
package created.
Preview cleanup in a repo:
npx dxcomplete@latest upgrade --target .Apply cleanup in a repo:
npx dxcomplete@latest upgrade --target . --applyThe cleanup is conservative. It removes only DX Complete-owned wiring such as:
dxcomplete/workspace.jsondxcomplete/.env- the
.enventry added todxcomplete/.gitignore - old Next.js route wrappers under
pages/api/ - DX Complete OAuth rewrites and include-file entries in
vercel.json - the package-created scaffold workflow
- an unchanged package-created root
AGENTS.md
Modified or unknown files are skipped and reported for manual review. The cleanup does not remove application code or project-owned configuration.
Current Use
Use the dashboard at https://dxcomplete.com/{workspace} and connect AI clients
from the account page. No repo install, repo token, local service credential, or
Git commit sync is required.
