Validate FABER workflow configuration and report issues.
Validates FABER workflow configuration and reports issues with actionable suggestions.
/plugin marketplace add fractary/claude-plugins/plugin install fractary-faber@fractaryclaude-haiku-4-5Validate FABER workflow configuration and report issues.
Performs comprehensive validation of .fractary/plugins/faber/config.json:
Features:
# Validate current configuration
/fractary-faber:audit
# Validate with detailed output
/fractary-faber:audit --verbose
# Validate and auto-fix simple issues
/fractary-faber:audit --fix
# Check specific aspect
/fractary-faber:audit --check phases
/fractary-faber:audit --check hooks
/fractary-faber:audit --check integrations
.fractary/plugins/faber/config.jsonworkflows array exists and is not emptyid, description, phases, hooks, autonomyFor each phase:
enabled field presentdescription field presentsteps array with at least one stepvalidation criteria definedpre_frame array presentpost_frame array presentpre_architect array presentpost_architect array presentpre_build array presentpost_build array presentpre_evaluate array presentpost_evaluate array presentpre_release array presentpost_release array presentFor each hook:
autonomy.level valid (dry-run, assist, guarded, autonomous)autonomy.pause_before_release definedautonomy.require_approval_for array presentlogging.use_logs_plugin is truelogging.log_type is "workflow"logging.log_level validintegrations.work_plugin configuredintegrations.repo_plugin configuredintegrations.spec_plugin configuredintegrations.logs_plugin configuredsafety.protected_paths definedsafety.require_confirm_for definedERROR (Must fix):
WARNING (Should fix):
INFO (Nice to have):
🔍 FABER Configuration Audit
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📊 Configuration Completeness: 95/100
✅ PASSED (15)
✓ Configuration file exists
✓ Valid JSON syntax
✓ All 5 phases defined
✓ All 10 hooks present
✓ Autonomy level configured
... (10 more)
⚠️ WARNINGS (2)
! Hook 'pre_architect' references missing file: docs/architecture/STANDARDS.md
! Plugin 'fractary-docs' not found in .fractary/plugins/
💡 SUGGESTIONS (3)
→ Consider adding validation criteria for build phase
→ Add safety confirmation for deployment steps
→ Consider using 'guarded' autonomy level for production
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Next: Fix warnings with /fractary-faber:audit --fix
When using --fix flag, the command can automatically:
Manual fixes required for:
This command should:
When to use audit:
/fractary-faber:init - Initialize configuration/fractary-faber:status - Check workflow statusplugins/faber/config/templates/plugins/faber/config/faber.example.json