VS Code Extension

Operator visibility and directive submission inside your editor.

The extension enforces the same governance: no mutation without proof, no execution without approval, no bypass.

Project Explorer

Tree view of all projects with status indicators and quick navigation.

Pending Gates

Real-time view of approval gates requiring operator action.

Watchman Incidents

Incident feed with severity and status directly in the sidebar.

Draft Directives

Submit directives from the command palette without leaving your editor.

Health Status

API connection status and backend health in the status bar.

🔑

Connect / Disconnect

Authenticate with API key via VS Code SecretStorage.

Installation

The extension is available as a local VSIX sideload. Marketplace publishing is not yet active.

cd extensions/vscodenpm install && npm run compilenpx @vscode/vsce package --no-dependenciescode --install-extension gatestack-0.1.0.vsix --force

Commands

GateStack: ConnectAuthenticate with your API key
GateStack: DisconnectClear stored credentials
GateStack: Show StatusDisplay connection and health status
GateStack: List ProjectsRefresh project tree view
GateStack: Show Pending GatesRefresh gates tree view
GateStack: Create DirectiveSubmit a draft directive
GateStack: Show HealthCheck API health

Status

  • Extension source: Source-built
  • Install method: Local VSIX sideload
  • VS Code Marketplace: Not yet published
  • Authentication: API key via VS Code SecretStorage
  • The extension does not generate code, scan workspaces, or call AI providers