docs: initialize NixOS infrastructure with AI assistant

Creates PROJECT.md with vision and requirements.
Creates config.json with interactive workflow mode.
This commit is contained in:
2026-01-01 01:36:58 -05:00
parent 1210a44ecc
commit b54760f62b
8 changed files with 258 additions and 0 deletions

17
.planning/config.json Normal file
View File

@@ -0,0 +1,17 @@
{
"mode": "interactive",
"gates": {
"confirm_project": true,
"confirm_phases": true,
"confirm_roadmap": true,
"confirm_breakdown": true,
"confirm_plan": true,
"execute_next_plan": true,
"issues_review": true,
"confirm_transition": true
},
"safety": {
"always_confirm_destructive": true,
"always_confirm_external_services": true
}
}