diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 9d1d969..e5b5af7 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,5 +1,5 @@ { - "name": "hub-guide", + "name": "code-guide", "version": "0.2.0", "description": "Comprehensive programming best-practice guide for all situations — monorepo, standalone, all languages and frameworks", "author": { diff --git a/hooks/hooks.json b/hooks/hooks.json index 9695057..b6eef3b 100644 --- a/hooks/hooks.json +++ b/hooks/hooks.json @@ -3,7 +3,7 @@ "Stop": [{ "hooks": [{ "type": "prompt", - "prompt": "Check if hub-guide MANDATORY skills are being applied where relevant: engineering-principles, clean-code, clean-architecture, testing, error-handling, security, git-workflow, api-design. If the assistant is using evidence from codebase/docs instead of guessing, and is not violating any of these principles, respond: {\"ok\": true}. Only respond {\"ok\": false, \"reason\": \"[hub-guide] Apply MANDATORY skills: engineering-principles, clean-code, clean-architecture, testing, error-handling, security, git-workflow, api-design.\"} if the assistant is clearly guessing or violating these principles." + "prompt": "Check if code-guide MANDATORY skills are being applied where relevant: engineering-principles, clean-code, clean-architecture, testing, error-handling, security, git-workflow, api-design. If the assistant is using evidence from codebase/docs instead of guessing, and is not violating any of these principles, respond: {\"ok\": true}. Only respond {\"ok\": false, \"reason\": \"[code-guide] Apply MANDATORY skills: engineering-principles, clean-code, clean-architecture, testing, error-handling, security, git-workflow, api-design.\"} if the assistant is clearly guessing or violating these principles." }] }] } diff --git a/install.sh b/install.sh index 63b9923..d5b588f 100755 --- a/install.sh +++ b/install.sh @@ -20,8 +20,8 @@ for arg in "$@"; do esac done -echo "hub-guide installer" -echo " target: ${SKILLS_DIR}/hub-guide/" +echo "code-guide installer" +echo " target: ${SKILLS_DIR}/code-guide/" echo " mode: $([ "$LINK_MODE" = true ] && echo 'symlink' || echo 'copy')" mkdir -p "$SKILLS_DIR"