Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions ARCHITECTURE_PLAN.md

This file was deleted.

139 changes: 0 additions & 139 deletions HANDOFF.md

This file was deleted.

41 changes: 0 additions & 41 deletions HANDOFF2.md

This file was deleted.

7 changes: 3 additions & 4 deletions claude.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CLAUDE.md

**IMPORTANT: DON'T USE `cd` before commands. The working directory is already set to the project root.**
**IMPORTANT: Always use `make` commands, not direct `uv run` commands.**

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

## Project Overview
Expand All @@ -20,10 +23,6 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co

## Build & Development Commands

**IMPORTANT: The working directory is already set to the project root. Do not use `cd` before commands.**

**IMPORTANT: Always use `make` commands, not direct `uv run` commands.**

```bash
# Install dependencies
make install # or: uv sync --all-extras --dev
Expand Down
41 changes: 0 additions & 41 deletions next-steps.md

This file was deleted.

Loading