# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Task Management This project uses `td` (a local CLI) for task tracking. At the start of each session: ```bash td usage --new-session # required at conversation start or after /clear td usage -q # quick check for subsequent reads ``` Optional session labeling: ```bash td session "name" # label the current session td session --new # force a new session in the same terminal context ``` Task state is stored in `.todos/issues.db` (SQLite).