Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.25 KB

File metadata and controls

22 lines (19 loc) · 1.25 KB

Agent Instructions

This repo's rules for any AI coding tool live in .github/instructions/. Read there before making changes:

  • Project layout & conventions: .github/instructions/index.instructions.md
  • AI/logic architecture: .github/instructions/logic.instructions.md
  • Python code: .github/instructions/python.instructions.md
  • Shared modules: .github/instructions/modules.instructions.md
  • Invoke tasks: .github/instructions/tasks.instructions.md
  • Versioning module: .github/instructions/versioning.instructions.md
  • Prompt/slash-command files: .github/instructions/prompts.instructions.md
  • Agent Skills (SKILL.md): .github/instructions/skills.instructions.md
  • Branch naming & PR format: .github/instructions/git.instructions.md
  • Code review priorities: .github/instructions/review.instructions.md
  • Tests & linters: .github/instructions/tests.instructions.md
  • Markdown style: .github/instructions/style.instructions.md
  • Docs: .github/instructions/docs.instructions.md

Source of truth: .github/instructions/ and .github/prompts/ — all rules and slash commands live there. Never duplicate rules into this file or any tool-specific entrypoint — update .github/instructions/ only.