Overview of gnhf
maingnhf (good night, have fun) is an autonomous orchestrator designed to run coding agents overnight or during long breaks. It follows a 'ralph' or 'autoresearch' style, where each iteration results in a small, committed, and documented change towards a specified objective.
Key features:
- Autonomous Loop: Runs until stopped or a runtime cap (iterations/tokens) is reached.
- Resilient Iterations: Each successful iteration is committed; failures are rolled back with sensible retries.
- Live Status: Updates terminal titles with live status, token totals, and commit counts.
- Exit Summaries: Provides a permanent summary of elapsed time, branch diffs, token usage, and review commands.
- Agent-Agnostic: Compatible with popular coding agent CLIs and any ACP target.