Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 875 Bytes

File metadata and controls

27 lines (18 loc) · 875 Bytes

Project Conventions (Aider)

These conventions define the available Skills and tools for this project.

🛠️ Tools & Skills

The project uses a set of defined Skills in .agent/skills/.

Formatting & Linting

  • JavaScript/TypeScript:
    • Format: .agent/skills/format-js/SKILL.md
    • Lint: .agent/skills/lint-js/SKILL.md
  • Python:
    • Format: .agent/skills/format-python/SKILL.md
    • Lint: .agent/skills/lint-python/SKILL.md

Utilities

  • Tests: .agent/skills/run-tests/SKILL.md
  • Security: .agent/skills/security-check/SKILL.md
  • Changelog: .agent/skills/generate-changelog/SKILL.md
  • Commits: .agent/skills/git-commit/SKILL.md

⚠️ Rule

Before generating code fixes or running commands for these tasks, consult the specific SKILL.md file to ensure compliance with project standards.