File tree Expand file tree Collapse file tree 4 files changed +22
-1
lines changed
Expand file tree Collapse file tree 4 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1+ # Aider configuration file
2+ read :
3+ - .windsurf/rules/agent-rules.md
4+ - .pair-programming-rules.md
5+
6+ git : false
Original file line number Diff line number Diff line change 1+ # Pair Programming Rules
2+
3+ - do not make git commits
4+ - pair program with the human developer with < https://github.com/remotemobprogramming/mob > framework
5+ - human developer will the only one who executes ` mob done `
6+ - agent will execute ` mob start ` when coding starts
7+ - agent will execute ` mob next ` when coding is complete and ready for review
Original file line number Diff line number Diff line change 11{
22 "python.testing.pytestArgs" : [" app" ],
33 "python.testing.unittestEnabled" : false ,
4- "python.testing.pytestEnabled" : true
4+ "python.testing.pytestEnabled" : true ,
5+ "yaml.schemas" : {
6+ "" : [" .aider.conf.yml" ]
7+ },
8+ "yaml.validate" : false
59}
Original file line number Diff line number Diff line change 1+ ---
2+ trigger : always_on
3+ ---
4+
15# Design and Principles
26
37- Simple python template I am experimenting with around a set of overlapping concepts with a Fastapi implementation:
You can’t perform that action at this time.
0 commit comments