From d3fd8ff5bbde38a228d7053b1aed17ad0f465fd9 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 24 Jan 2026 13:15:57 +0100 Subject: [PATCH] chore: add context to Claude for the minimal business case --- CLAUDE.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 297ae2b..fe60e48 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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