From 8aea81bc472d2106dcfdec74c451648cf179d97c Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Wed, 11 Mar 2026 21:31:45 -0700 Subject: [PATCH] Add checkpoint instructions. --- CLAUDE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 13a39f4..f8bc3b9 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -30,6 +30,12 @@ If PROGRESS.md does not yet exist, create it before proceeding. It is the source 4. Commit to git, update PROGRESS.md 5. Repeat +When instructed to checkpoint: +- Verify that the project lints cleanly. +- Verify that the project unit tests complete successfully. +- Ensure that all integration and end-to-end tests complete successfully. +- Commit to git and update PROGRESS.md. + ## Security Constraints This is a security-critical project. The following rules are non-negotiable: