- CMakeLists.txt: build configuration - src/: initial infrastructure structure - config/: application configuration - external/: third-party dependencies - docs/GROVEENGINE_GUIDE.md: GroveEngine reference guide - docs/architecture/intelligent-document-retrieval.md: agentic retrieval for AIAssistantModule 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
8 lines
167 B
JSON
8 lines
167 B
JSON
{
|
|
"hyperfocusThresholdMinutes": 120,
|
|
"breakReminderIntervalMinutes": 45,
|
|
"breakDurationMinutes": 10,
|
|
"workdayStartHour": 9,
|
|
"workdayEndHour": 18
|
|
}
|