deconnected scan ROOTBuilds the evidence graph.
Options:
--database-url TEXT
--testql-topology PATH
--out PATH default: .deconnected/graph.json
deconnected report GRAPH_FILEPrints aggregate graph information, table usage, classifications and extraction candidates as JSON.
deconnected table-usage GRAPH_FILEDisplays table reachability, static references, runtime references and test-only references.
deconnected classify-tables GRAPH_FILEClassifies table usage.
--json-output
deconnected seams GRAPH_FILEReturns graph components ranked as extraction candidates.
deconnected generate-frontend-tests TOPOLOGY_FILEGenerates TestQL-compatible frontend checks.
--out PATH default: .deconnected/generated-web.testql.toon.yaml
deconnected integrationsShows optional tool availability.
deconnected ecosystem-scan ROOTRuns installed external analyzers and writes a combined manifest.
--target TEXT
--tools TEXT
--out PATH default: .deconnected/ecosystem
--timeout INT default: 900
deconnected plan-refactor GRAPH_FILE OBJECTIVECreates a deterministic plan and optionally refines it through an LLM provider.
--out PATH
--provider [none|litellm|claude-code]
--model TEXT
Default model:
openrouter/deepseek/deepseek-chat
deconnected simulate-refactor REPOSITORY PLAN_FILEExecutes an approved plan inside a Git worktree with Claude Code.
--provider [claude-code]
--keep-worktree
The provider option is currently reserved for future providers; Claude Code is the only execution provider.
deconnected verify-refactor REPOSITORY PLAN_FILERuns only the validation matrix declared in a plan.
--out PATH default: .deconnected/verification.json