ClaudeClaw+ is open
@moazbuilds has given his blessing for this repo to exist as a sister project to moazbuilds/claudeclaw. Thank you — claudeclaw is a great foundation and this repo wouldn't exist without it.
ClaudeClaw+ syncs from upstream every day. Everything that lands in claudeclaw lands here too.
What is ClaudeClaw+?
ClaudeClaw+ is the place for features that are too heavy, too opinionated, or too architecturally significant for the lightweight upstream repo. If it adds meaningful runtime weight, introduces a new subsystem, or requires design trade-offs the upstream maintainer doesn't want to take on — it belongs here.
The features already in the repo give a clear picture of the scope:
- Policy Engine — deterministic tool governance with audit log and approval queue
- Governance Layer — model routing, token/cost budgets, watchdog for runaway sessions
- Gateway / Events / Escalation — unified message ingestion, replayable event log, retry queue
- Orchestrator — DAG task graph with resumable jobs that survive daemon restarts
- Persistent Memory — cross-session
MEMORY.md with dual-layer write guarantee
- CSRF Protection — hardened web UI
What belongs here vs. upstream
| Contribution type |
Where it goes |
| Bug fixes, small improvements, new integrations |
moazbuilds/claudeclaw |
| New adapters (Slack, WhatsApp, etc.) |
moazbuilds/claudeclaw |
| Anything lightweight and broadly useful |
moazbuilds/claudeclaw |
| New subsystems (governance, orchestration, policy) |
ClaudeClaw+ |
| Large architectural changes upstream wouldn't want |
ClaudeClaw+ |
| Features requiring significant new runtime dependencies |
ClaudeClaw+ |
If your idea is appropriate for the upstream repo, contribute it there. Work submitted here that is actually lightweight/upstream-suitable won't be merged — it'll be redirected back to moazbuilds/claudeclaw. This keeps both repos coherent.
Contributing
- Read CONTRIBUTING.md for the full guide
- Open an issue or discussion first to align on whether the work fits here
- Large PRs, multi-file stacks, and opinionated refactors are welcome
- All ideas are welcome — but scope matters
Looking forward to building this out. If you've been sitting on a ClaudeClaw feature idea that's too big for upstream, this is the place.
ClaudeClaw+ is open
@moazbuilds has given his blessing for this repo to exist as a sister project to
moazbuilds/claudeclaw. Thank you — claudeclaw is a great foundation and this repo wouldn't exist without it.ClaudeClaw+ syncs from upstream every day. Everything that lands in claudeclaw lands here too.
What is ClaudeClaw+?
ClaudeClaw+ is the place for features that are too heavy, too opinionated, or too architecturally significant for the lightweight upstream repo. If it adds meaningful runtime weight, introduces a new subsystem, or requires design trade-offs the upstream maintainer doesn't want to take on — it belongs here.
The features already in the repo give a clear picture of the scope:
MEMORY.mdwith dual-layer write guaranteeWhat belongs here vs. upstream
If your idea is appropriate for the upstream repo, contribute it there. Work submitted here that is actually lightweight/upstream-suitable won't be merged — it'll be redirected back to moazbuilds/claudeclaw. This keeps both repos coherent.
Contributing
Looking forward to building this out. If you've been sitting on a ClaudeClaw feature idea that's too big for upstream, this is the place.