feat: mark clean-code & clean-architecture as MANDATORY
- Add MANDATORY prefix to clean-code and clean-architecture descriptions - Change 'core skills' to 'mandatory' in detect-project.sh output - Both skills now always active, not just context-triggered
This commit is contained in:
@@ -68,7 +68,7 @@ CORE="engineering-principles, clean-code, clean-architecture, testing, error-han
|
||||
SKILLS="${SKILLS#, }" # strip leading ", "
|
||||
|
||||
echo "📐 [hub-guide] detected: ${PROJECT_DIR}"
|
||||
echo "📐 [hub-guide] core skills: ${CORE}"
|
||||
echo "📐 [hub-guide] mandatory: ${CORE}"
|
||||
if [ -n "$SKILLS" ]; then
|
||||
echo "📐 [hub-guide] project-specific: ${SKILLS}"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user