diff --git a/Taskfile.yml b/Taskfile.yml index 5a45969..8963a44 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -74,16 +74,3 @@ tasks: fi interactive: true silent: true - - notes:help: - desc: Show available notes commands - cmds: - - echo "Available notes tasks:" - - echo " task notes:edit - Edit notes (syncs first)" - - echo " task notes:push - Commit and push changes" - - echo " task notes:save - Edit and push in one command" - - echo " task notes:sync - Pull latest changes" - - echo " task notes:status - Check git status" - - echo " task notes:diff - Show uncommitted changes" - - echo " task notes:log - Show recent commits" - silent: true