Add agents file

This commit is contained in:
2026-07-31 19:56:58 +02:00
parent d345e522bd
commit b144b9ae27
3 changed files with 140 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ This is a training project to learn functional programming in Python. Both Pytho
## Core Workflow: Research → Plan → Implement → Validate
Before EVERY feature, complete this checklist:
1. [ ] Research: Read relevant existing code
2. [ ] Plan: Write to /.agent/current-plan.md and get user approval
2. [ ] Plan: Write to /.agents/current-plan.md and get user approval
3. [ ] Implement: Code changes
4. [ ] Validate: Run formatters, linters, and tests