CLI for managing fine-grained Claude Code configuration per project.
Software engineers using Claude Code who need per-project configuration management (rules, hooks, MCP servers, settings) without manually juggling CLAUDE.md and settings files.
- Terminal-native: every workflow works without leaving the terminal
- Per-project first: configuration is scoped to the project root
- Composable: layered config (user → project → local) with clear precedence
- Explicit over magic: no silent defaults, changes are always visible
- Delightful terminal UX: rich output, interactive pickers, color — not just plain text
- No GUI — terminal-native only
- Not a general dotfiles manager — scoped to Claude Code config
- No cloud sync or remote config storage
- Java 25+ (Quarkus + Picocli)
- Rich terminal UI via Tamboui — experiment-first, adopt where it improves UX
- Must be distributable as a native binary (GraalVM)