1
0
Fork 0
mirror of https://github.com/imjasonh/cnotes synced 2026-07-21 22:47:48 +00:00

Complete conversational flow redesign for cnotes show

This commit is contained in:
Jason Hall 2025-07-21 14:36:24 -04:00
parent 25103349f9
commit c2927548f9
Failed to extract signature
2 changed files with 1 additions and 66 deletions

View file

@ -9,15 +9,6 @@
"command": "/Users/jason/go/bin/cnotes" "command": "/Users/jason/go/bin/cnotes"
} }
] ]
},
{
"matcher": ".*",
"hooks": [
{
"type": "command",
"command": "/var/folders/3z/q0v7phks3lsc_ryxstdz5h3m0000gn/T/go-build618894364/b001/exe/cnotes"
}
]
} }
], ],
"PostToolUse": [ "PostToolUse": [
@ -29,15 +20,6 @@
"command": "/Users/jason/go/bin/cnotes" "command": "/Users/jason/go/bin/cnotes"
} }
] ]
},
{
"matcher": ".*",
"hooks": [
{
"type": "command",
"command": "/var/folders/3z/q0v7phks3lsc_ryxstdz5h3m0000gn/T/go-build618894364/b001/exe/cnotes"
}
]
} }
], ],
"PreCompact": [ "PreCompact": [
@ -49,15 +31,6 @@
"command": "/Users/jason/go/bin/cnotes" "command": "/Users/jason/go/bin/cnotes"
} }
] ]
},
{
"matcher": ".*",
"hooks": [
{
"type": "command",
"command": "/var/folders/3z/q0v7phks3lsc_ryxstdz5h3m0000gn/T/go-build618894364/b001/exe/cnotes"
}
]
} }
], ],
"PreToolUse": [ "PreToolUse": [
@ -69,15 +42,6 @@
"command": "/Users/jason/go/bin/cnotes" "command": "/Users/jason/go/bin/cnotes"
} }
] ]
},
{
"matcher": ".*",
"hooks": [
{
"type": "command",
"command": "/var/folders/3z/q0v7phks3lsc_ryxstdz5h3m0000gn/T/go-build618894364/b001/exe/cnotes"
}
]
} }
], ],
"Stop": [ "Stop": [
@ -89,15 +53,6 @@
"command": "/Users/jason/go/bin/cnotes" "command": "/Users/jason/go/bin/cnotes"
} }
] ]
},
{
"matcher": ".*",
"hooks": [
{
"type": "command",
"command": "/var/folders/3z/q0v7phks3lsc_ryxstdz5h3m0000gn/T/go-build618894364/b001/exe/cnotes"
}
]
} }
], ],
"SubagentStop": [ "SubagentStop": [
@ -109,15 +64,6 @@
"command": "/Users/jason/go/bin/cnotes" "command": "/Users/jason/go/bin/cnotes"
} }
] ]
},
{
"matcher": ".*",
"hooks": [
{
"type": "command",
"command": "/var/folders/3z/q0v7phks3lsc_ryxstdz5h3m0000gn/T/go-build618894364/b001/exe/cnotes"
}
]
} }
], ],
"UserPromptSubmit": [ "UserPromptSubmit": [
@ -129,16 +75,7 @@
"command": "/Users/jason/go/bin/cnotes" "command": "/Users/jason/go/bin/cnotes"
} }
] ]
},
{
"matcher": ".*",
"hooks": [
{
"type": "command",
"command": "/var/folders/3z/q0v7phks3lsc_ryxstdz5h3m0000gn/T/go-build618894364/b001/exe/cnotes"
}
]
} }
] ]
} }
} }

View file

@ -4,8 +4,6 @@
⭐️ `cnotes` is pronounced like 💵 c-notes or 🏊 [_cenotes_](https://en.wikipedia.org/wiki/Cenote) ⭐️ `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 ## Quick Start
```bash ```bash