937 B
937 B
VideoTools Agent Workflow Rules
These rules apply to any automation or agent working in this repo.
Commit Discipline
- After every change:
git addthengit commit -m "...". - Do not leave unstaged changes in the worktree.
- Commit only files related to the current task.
Documentation Discipline
- If behavior changes, update:
docs/INSTALLATION.md- the relevant platform guide (
docs/INSTALL_WINDOWS.md,docs/INSTALL_LINUX.md)
- Always update
DONE.mdandTODO.mdfor completed or planned work. - Avoid personal names in documentation; use
user reportordev reportonly.
Windows Install Flow
- Use
scripts\install.ps1orscripts\install.batfrom PowerShell/CMD. scripts/install.shis for bash shells only; do not run it from PowerShell.
Coordination
- Ask before changing workflow entrypoints or automation behavior.
- If a change affects installs/builds, add a short note in docs.