Basic Concepts¶
Script eligibility¶
RighToGo only runs files that match executable script criteria:
- Go language file
.goextension- first valid code line is
package main
Two execution modes¶
Local error context¶
The latest failed run snapshot is persisted for the LLM/MCP bridge flow (local MVP placeholder).
Temporary cleanup¶
rightogo.cleanupTemporaryDirectory controls whether ephemeral directories are removed after execution.
- default:
true