4D Living Code Intelligence Harness & Real-Time Blast-Radius Protection for Autonomous AI Agents
⚡ Features
Continuous 4D Telemetry on Save: Automatically parses TypeScript and JavaScript files into the local 4D Knowledge Graph upon file save (onDidSaveTextDocument).
Interactive Blast-Radius Inspector: Pinpoints downstream impacts, dependency call paths, and high-risk functions before code changes are committed.
Hotspot & Bottleneck Analysis: Queries runtime p95/p99 latency hotspots directly from the embedded graph engine.
Zero-Friction MCP Integration: Communicates with the local chronos-mcp binary via stdio JSON-RPC 2.0.
🚀 Quick Start
Install the extension from the VS Code Marketplace (or load the .vsix file).
Open a TypeScript or JavaScript workspace.
If chronos-mcp binary is not found on your system PATH, the extension will prompt you to configure or download the pre-compiled binary.
Use Ctrl+Shift+P (or Cmd+Shift+P) and type:
CHRONOS: Analyze File
CHRONOS: Show Hotspots
CHRONOS: Blast Radius
⚙️ Extension Settings
This extension contributes the following settings:
chronos.mcpBinaryPath: Path to the chronos-mcp executable (e.g. C:\tools\chronos-mcp.exe or /usr/local/bin/chronos-mcp).