Configs
Configuration Examples & Templates
.kilocode/rules/ — Global Rules
Kilocode reads .kilocode/rules/ for persistent project instructions.
# Kilocode Rules ## Code Style - TypeScript strict - Named exports ## Behavior - Read files before editing - Run tests after changes - Conventional commits
KILO.md — Project Context
KILO.md provides persistent project context to Kilocode (similar to CLAUDE.md).
# Project Context ## Commands - Install: pnpm install - Dev: pnpm dev - Test: pnpm test - Build: pnpm build ## Code Standards - TypeScript strict - Conventional commits ## Notes - [Project-specific notes here]