From c2927548f9dc31a6506214d3e9aa9f190166b020 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Mon, 21 Jul 2025 14:36:24 -0400 Subject: [PATCH] Complete conversational flow redesign for cnotes show --- .claude/settings.json | 65 +------------------------------------------ README.md | 2 -- 2 files changed, 1 insertion(+), 66 deletions(-) diff --git a/.claude/settings.json b/.claude/settings.json index 8675d05..fd3edef 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -9,15 +9,6 @@ "command": "/Users/jason/go/bin/cnotes" } ] - }, - { - "matcher": ".*", - "hooks": [ - { - "type": "command", - "command": "/var/folders/3z/q0v7phks3lsc_ryxstdz5h3m0000gn/T/go-build618894364/b001/exe/cnotes" - } - ] } ], "PostToolUse": [ @@ -29,15 +20,6 @@ "command": "/Users/jason/go/bin/cnotes" } ] - }, - { - "matcher": ".*", - "hooks": [ - { - "type": "command", - "command": "/var/folders/3z/q0v7phks3lsc_ryxstdz5h3m0000gn/T/go-build618894364/b001/exe/cnotes" - } - ] } ], "PreCompact": [ @@ -49,15 +31,6 @@ "command": "/Users/jason/go/bin/cnotes" } ] - }, - { - "matcher": ".*", - "hooks": [ - { - "type": "command", - "command": "/var/folders/3z/q0v7phks3lsc_ryxstdz5h3m0000gn/T/go-build618894364/b001/exe/cnotes" - } - ] } ], "PreToolUse": [ @@ -69,15 +42,6 @@ "command": "/Users/jason/go/bin/cnotes" } ] - }, - { - "matcher": ".*", - "hooks": [ - { - "type": "command", - "command": "/var/folders/3z/q0v7phks3lsc_ryxstdz5h3m0000gn/T/go-build618894364/b001/exe/cnotes" - } - ] } ], "Stop": [ @@ -89,15 +53,6 @@ "command": "/Users/jason/go/bin/cnotes" } ] - }, - { - "matcher": ".*", - "hooks": [ - { - "type": "command", - "command": "/var/folders/3z/q0v7phks3lsc_ryxstdz5h3m0000gn/T/go-build618894364/b001/exe/cnotes" - } - ] } ], "SubagentStop": [ @@ -109,15 +64,6 @@ "command": "/Users/jason/go/bin/cnotes" } ] - }, - { - "matcher": ".*", - "hooks": [ - { - "type": "command", - "command": "/var/folders/3z/q0v7phks3lsc_ryxstdz5h3m0000gn/T/go-build618894364/b001/exe/cnotes" - } - ] } ], "UserPromptSubmit": [ @@ -129,16 +75,7 @@ "command": "/Users/jason/go/bin/cnotes" } ] - }, - { - "matcher": ".*", - "hooks": [ - { - "type": "command", - "command": "/var/folders/3z/q0v7phks3lsc_ryxstdz5h3m0000gn/T/go-build618894364/b001/exe/cnotes" - } - ] } ] } -} \ No newline at end of file +} diff --git a/README.md b/README.md index 8ca0b4a..afad772 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ ⭐️ `cnotes` is pronounced like 💵 c-notes or 🏊 [_cenotes_](https://en.wikipedia.org/wiki/Cenote) -This is a test edit to verify the conversational format is working. - ## Quick Start ```bash