A highly opinionated local coding assistant (WIP).
- ARCHITECTURE.md - System architecture and entity management
- AGENTS.md - Agent control loop and implementation details
- TESTING.md - Testing strategy and guidelines
- Nix with flakes enabled
- (Optional) Cachix account for faster builds
# Clone the repository
git clone https://github.com/DominicBurkart/nanna-coder.git
cd nanna-coder
# Enter development environment
nix develop
# Build the project
nix buildCachix provides a public binary cache for faster builds. No account needed to pull pre-built artifacts.
# Configure Cachix for faster builds (read-only access)
nix run .#setup-cacheSee CACHIX_SETUP.md for push access setup (maintainers only).