Skip to content

Commit c24c2b5

Browse files
committed
Sync plugins from development repository
Auto-synced from claude-priority-dev: - plugin-formatter/ - claude-prioritise/ - marketplace.json Development commit: 6c1f3c430cde5ff7152138a8440d283392cc7b70 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: GitHub Actions <actions@github.com>
1 parent 8c9d68a commit c24c2b5

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

claude-prioritise/hooks/user-prompt-submit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fi
3939

4040
# Provide context if message is very short
4141
MESSAGE_LENGTH=${#USER_MESSAGE}
42-
if [ $MESSAGE_LENGTH -lt 5 ]; then
42+
if [ "$MESSAGE_LENGTH" -lt 5 ]; then
4343
echo "💡 Available commands:"
4444
echo " /show-status - Project status summary"
4545
echo " /update-backlog - Add backlog items"

plugin-formatter/skills/plugin-formatter/scripts/validate-json.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ if [ ! -d "$PLUGIN_DIR" ]; then
2828
exit 1
2929
fi
3030

31-
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
3231
ERRORS=0
3332

3433
echo "🔍 Validating JSON files in: $PLUGIN_DIR"

0 commit comments

Comments
 (0)