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:
asepharyana
2026-07-25 13:07:10 +07:00
parent a0f8796ebd
commit 0aebde93ea
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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