Skip to content

Nocturne v1.0.0

Choose a tag to compare

@ba1lly ba1lly released this 09 Jun 08:56
· 4 commits to main since this release

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