docs: document git and docker workflow

Record the requirement to start from a clean worktree, preserve the running Docker state as production reference, commit and push every completed change, and deploy features and fixes live via Docker.
This commit is contained in:
2026-06-14 21:25:17 +02:00
parent 3f1892b951
commit eb2031feb0
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
feat: add auto deactivate option for slot plans
docs: document git and docker workflow
Add an autoDeactivate flag to pickup configuration entries, expose it as a dashboard checkbox beside the active state, and keep existing entries defaulting to automatic deactivation unless explicitly disabled.
Record the requirement to start from a clean worktree, preserve the running Docker state as production reference, commit and push every completed change, and deploy features and fixes live via Docker.