Geneclaw v0.1.0 -- Initial Release
The first release of the Geneclaw Evolution Protocol (GEP v0).
Website: https://geneclaw.ai
Highlights
- Self-Evolution Engine: Closed-loop pipeline Observe-Diagnose-Propose-Gate-Apply
- 5-Layer Safety Gatekeeper: Path allowlist/denylist, diff size limits, secret scanning, code pattern detection
- Git Safety: Every patch on a dedicated branch with pre-check, post-test, auto-rollback
- Autopilot: Multi-cycle evolution loop with configurable risk thresholds
- Streamlit Dashboard: Read-only visual audit with KPIs, timeline, proposal inspection, benchmarks
- LLM-Optional: Works in heuristic-only mode without any API key
- 123 Tests across 8 test files
Milestones Included
- M1: Observability / Run Recorder
- M2: Evolver (Heuristic + LLM Proposal Generator)
- M3: Gatekeeper + Safe Apply + CLI
- M4: Doctor, Event Store, Report, /evolve slash command, CI/CD
- M5: Autopilot + Benchmarks
- M6: Governance docs, Release engineering, Upstream sync strategy
- M7: Streamlit Dashboard (Overview, Timeline, Audit, Benchmarks)
Quick Start
git clone https://github.com/Clawland-AI/Geneclaw.git
cd Geneclaw
pip install -e .[dev,dashboard]
nanobot onboard
nanobot geneclaw doctor
nanobot geneclaw evolve --dry-run
nanobot geneclaw dashboard