Nocturne v1.0.0
Initial public release. Autonomous coding orchestrator built on opencode: label a GitHub issue and Nocturne drives opencode to fix it on an isolated branch, self-reviews every change, and opens a clean PR. Safe by default - never merges, force-pushes, or touches main.
See the README for architecture, quick start, and the reviewer-skill chain.
Install:
git clone https://github.com/ba1lly/nocturne
cd nocturne
python3 -m venv .venv && source .venv/bin/activate
pip install -e .
nocturne setup