# Development configuration file for AIM
# Used during local development and testing
[]
# Use a calendar directory in the repository for development
# Paths are relative to this file's location (cli/), so ../.dev/ reaches the project root
= "../.dev/calendar"
# Store state in a local directory
= "../.dev/state"
# Default due time for new tasks
= "1d"
# Default priority for new tasks (valid: none, low/8, mid/5, high/2, 1-9)
= "mid"