Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 602 Bytes

File metadata and controls

17 lines (10 loc) · 602 Bytes

Project Instructions for AI Agents

This file provides instructions and context for AI coding agents working on this project.

Workflows

Ticket-driven workflows live as skills:

  • Working on a ticket.claude/skills/work-on-ticket/SKILL.md
  • Planning and creating tickets.claude/skills/plan-tickets/SKILL.md

Claude Code auto-loads these by description match; the skill content is authoritative.

Conventions & Patterns

  • Version control: Use jj (Jujutsu), not git. Run jj new before starting a new ticket; run jj describe to set the commit message when done.