Imported from pedrofuentes/PowerChuteTelegram (
AGENTS.md). Install upstream withnpx skills add pedrofuentes/PowerChuteTelegram. Copyright stays with the author.
Repository Development Rules
- Use a dedicated Git worktree for every feature or bug fix. Do not implement directly on
main. - Use strict red-green-refactor TDD for every behavior change and bug fix.
- Write one focused test first and run it to confirm it fails for the intended reason before changing production code.
- Implement only enough code to make the focused test pass, then refactor with tests green.
- Before completion, run the full suite under both Windows PowerShell 5.1 and PowerShell 7 and report the exact pass/fail counts.
- Never place Telegram credentials in source, parameters, launchers, logs, test output, commits, or documentation.