chore: add context to Claude for the minimal business case

This commit is contained in:
Julien Calixte
2026-01-24 13:15:57 +01:00
parent b1f5aaaec2
commit d3fd8ff5bb

View File

@@ -6,6 +6,15 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
Fail Well is a Progressive Web App (PWA) for tracking developer feedback loops during coding tasks. It helps compare planned steps/time vs actual execution, promoting iterative improvement.
A task is a set of items and it looks like this:
```md
- First task | 5
- Second task | 4
```
The last part after the last `|` is the estimated time of the task item in minutes.
## Commands
```bash