irona-cli 0.4.0

A terminal UI tool for reclaiming disk space from build artifacts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# irona — Claude Instructions

## Project

Ratatui TUI tool for reclaiming disk space from build artifacts. Supports Rust, Node.js, and C# (v1). See `docs/superpowers/specs/2026-04-20-irona-design.md` for full design spec.

## Git Workflow

- **No worktrees** — Rust builds are slow; worktrees make it worse
- **One branch per task** — single commit, then open a PR via `gh pr create`
- **Branch stacking** — if follow-on work depends on an unmerged branch, branch from that branch (not main)
- **No mid-task commits** — commit only when the task is complete

## Code Style

- Rust only — no scripts, no extra languages
- No comments unless the WHY is non-obvious
- No placeholder code or TODO stubs in committed work