Gemini-specific configuration for Litestream. See AGENTS.md for project documentation.
- Read AI_PR_GUIDE.md - PR quality requirements
- Read AGENTS.md - Project overview and checklist
- Check CONTRIBUTING.md - What we accept
Check .aiexclude for patterns of files that should not be shared with Gemini.
- Test generation - Creating comprehensive test suites
- Documentation - Generating and updating docs
- Code review - Identifying issues and security concerns
- Local codebase awareness - Enable for full repository understanding
Load as needed:
- docs/PATTERNS.md - Code patterns when writing code
- docs/SQLITE_INTERNALS.md - For WAL/page work
- docs/TESTING_GUIDE.md - For test generation
- Lock page at 1GB - Skip page at 0x40000000
- LTX files are immutable - Never modify after creation
- Layer boundaries - DB handles state, Replica handles replication
go build -o bin/litestream ./cmd/litestream
go test -race -v ./...
pre-commit run --all-files