Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 894 Bytes

File metadata and controls

16 lines (13 loc) · 894 Bytes

Claude Code Instructions

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.