From 10e57a83a2f088556ac84c9041437225f9ffdf01 Mon Sep 17 00:00:00 2001 From: JamesTheGiblet Date: Wed, 31 Dec 2025 12:27:33 +0000 Subject: [PATCH] feat: add new commands for response correction and learning in README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index feb623f..4d1ce2b 100644 --- a/README.md +++ b/README.md @@ -546,6 +546,13 @@ Breaking into 4 manageable steps... /balanced # Force BALANCED model for next response /index # Index local repositories (NEW in v3.2) /scan # Scan style signature from repos (NEW in v3.2) +/correct # Mark previous response wrong & learn +/good # Mark previous response correct +/teach # Explicitly teach a coding rule +/rules # Show learned rules +/metrics # Show improvement stats +/validate # Run validation checks +/train # Export corrections for fine-tuning /help # Show commands exit # End session ```