initialzie

This commit is contained in:
Dax Raad
2025-06-03 12:38:48 -04:00
parent fae49aaf88
commit e5b06a2d95
6 changed files with 113 additions and 9 deletions

View File

@@ -0,0 +1,7 @@
Please analyze this codebase and create an AGENTS.md file containing:
1. Build/lint/test commands - especially for running a single test
2. Code style guidelines including imports, formatting, types, naming conventions, error handling, etc.
The file you create will be given to agentic coding agents (such as yourself) that operate in this repository. Make it about 20 lines long.
If there's already an AGENTS.md, improve it.
If there are Cursor rules (in .cursor/rules/ or .cursorrules) or Copilot rules (in .github/copilot-instructions.md), make sure to include them.