SnapBack
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SnapBackstart task add order cancel endpoint with refund"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SnapBack
SnapBack is a local-first VS Code extension + CLI + MCP-capable core that turns vague coding requests into a TaskContract, then runs drift/sludge guard checks against the active task.
This repository is the public TypeScript monorepo for the deterministic-first v0.2.1 MVP.
This repository now contains a runnable first-stage MVP centered on the public v0.2.1 contract schema and implementation.
Status
Current maturity:
Public MVP / early open-source baseline
Deterministic contract generation, no LLM dependency required
Generic + JS/TS + Python analyzer coverage at MVP depth
CLI, runnable MCP stdio server, and installable VS Code extension with proactive reminders, diagnostics, and review-plan flows
Not yet complete:
Fully stable VS Code host smoke execution across restricted/headless environments
Production-grade release/versioning automation
Broader real-world project fixtures and performance tuning
Related MCP server: WorkspaceGuard
Supported MVP flows
snapback initsnapback task "..."withneeds_user_input/provisional/readysnapback answer --task ... --question ... --value ...snapback explainsnapback guard --jsonsnapback audit --jsonsnapback patch --plansnapback handoff --close
Current analyzer coverage
Long file detection
JS/TS long function and branching detection
Python long function and all-in-one script detection
Missing verification detection
Frontend UI responsibility leak heuristic
Backend route DB-write leak heuristic
Agent prompt/tool/memory/fallback co-occurrence leak heuristic
Contract drift detection against the active task scope
Patch churn detection based on task snapshot history
Fallback smell detection for repeated fallback/default logic
Config runtime
snapback.config.json is now read at runtime by the generic analyzer.
Supported MVP behavior:
config > preset > genericrule precedencethresholds.generic_file_max_linesthresholds.patch_churn_countaccepted_patternsanalyzers.generic / analyzers.js_ts / analyzers.python
Install
corepack prepare pnpm@10.13.1 --activate
corepack pnpm installBuild and test
corepack pnpm build
corepack pnpm testVS Code extension smoke test
corepack pnpm build
corepack pnpm test:extension-hostNote:
This test launches a real VS Code desktop host.
In restricted GUI/sandbox environments it may time out even when
build,test, and.vsixpackaging succeed.
Start the MCP server
corepack pnpm build
corepack pnpm mcp:startRepository conventions
Generated artifacts like
dist/,node_modules/,.snapback/, andtmp/are ignored by git.Package build output excludes test source files.
CI runs build and test on every push and pull request.
Product/source-of-truth docs remain in the repository while the implementation catches up.
CLI examples
node packages/cli/dist/index.js init
node packages/cli/dist/index.js task "add oauth login"
node packages/cli/dist/index.js explain
node packages/cli/dist/index.js guard --json
node packages/cli/dist/index.js patch --planPackage the extension
corepack pnpm package:extensionThis produces artifacts/snapback-vscode.vsix.
Install and try the VS Code extension
Package the extension:
corepack pnpm package:extensionInstall the local artifact:
code --install-extension artifacts/snapback-vscode.vsix --forceReload VS Code and open one of the example workspaces:
code examples/express-api-demoRun
SnapBack: Start Taskfrom the Command Palette and enter a real requirement such as:
add order cancel endpoint with refundSave a related or out-of-scope file to trigger proactive guard behavior.
Expected extension behavior:
Status bar shows
SnapBack: On Track / Drift / Sludge RiskActive task creation can ask blocking questions before continuing
Saving files can trigger a proactive reminder with only
Review PlanandLaterReview Planopens the detailed panel with findings, patch plan, and task-scoped actionsFindings appear in VS Code diagnostics / Problems
Notes
The MVP is deterministic-first and does not require an LLM provider.
provisionalis a real contract status in the schema and runtime flow..snapback/tasks/<task_id>/contract.jsonis the durable task record;.snapback/active-task.jsonis only the pointer.v0.2.1 preserves the v0.2 contract field names; it does not adopt v0.3/v0.4 naming changes.
Static fixtures for
contract drift,fallback smell, andpatch churnlive undertests/fixtures/.The extension is currently distributed as a local
.vsixartifact, not through the Visual Studio Marketplace or Open VSX.
Contributing
See CONTRIBUTING.md, CODE_OF_CONDUCT.md, and SECURITY.md.
This server cannot be deployed
Maintenance
Related MCP Connectors
The team layer for AI coding agents: shared contracts, collision alerts, E2EE sessions.
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
AI-powered spec-to-task decomposition and execution orchestration for coding agents.
Shared task layer for AI coding agents. One MCP surface: task_search, task_get, task_mutate.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables spec-driven development workflows with AI assistants, providing tools for managing specification lifecycles, task dependencies, code navigation, testing, and automated reviews through a unified CLI and MCP interface.4MIT
- FlicenseBqualityDmaintenanceStructured workspace runtime for long-running coding agents, providing controlled workspace capabilities with task state, snapshots, checkpoints, drift detection, verification evidence, audit logs, and structured handoff.20-

io.github.phoeniceofficial
AlicenseAqualityCmaintenanceContract-driven test enforcement and reporting for LLM-generated code via MCP, VS Code, Copilot CLI, Claude, Cursor, or Python SDK.14MIT- AlicenseNot gradedqualityAmaintenanceEnables agentic coding tools to maintain a living, in-repo model of intent, architecture, and code, with deterministic indexing, bidirectional linking, and continuous drift detection for task-scoped context and reconciliation.MIT