Before working in this repo, read the relevant files in .github/instructions/:
- Project layout & conventions:
.github/instructions/index.instructions.md - Python code:
.github/instructions/python.instructions.md - Invoke tasks:
.github/instructions/tasks.instructions.md - Shared modules:
.github/instructions/modules.instructions.md - Tests & linters:
.github/instructions/tests.instructions.md - Markdown style:
.github/instructions/style.instructions.md - Docs:
.github/instructions/docs.instructions.md - Prompt files:
.github/instructions/prompts.instructions.md
Source of truth: .github/instructions/ and .github/prompts/ — all rules and slash commands
live there. .claude/commands/ mirrors .github/prompts/ for Claude Code. Never duplicate rules
here — update .github/instructions/ only.