Why
Local dev workflow: a developer has a .log file open in VS Code, wants an answer about it, and doesn't want to context-switch to a terminal or the web UI.
Scope
- VS Code extension that:
- Adds a context-menu action on
.log files: "Investigate with repi".
- Calls a configured repi API endpoint (local default
http://localhost:8000, or a remote URL set in extension settings).
- Renders the investigation result and evidence chain in a side panel.
- Publish to the VS Code Marketplace.
Acceptance
- Extension installable from the Marketplace.
- Right-clicking a
.log file with a locally-running repi API returns an investigation result in the side panel.
Why
Local dev workflow: a developer has a
.logfile open in VS Code, wants an answer about it, and doesn't want to context-switch to a terminal or the web UI.Scope
.logfiles: "Investigate with repi".http://localhost:8000, or a remote URL set in extension settings).Acceptance
.logfile with a locally-running repi API returns an investigation result in the side panel.