mirror of
https://github.com/alirezarezvani/ClaudeForge.git
synced 2026-07-03 02:13:15 -04:00
2307f06221
- Security checks: Exclude docs/ and examples/ from secret pattern matching (prevents false positives on documentation examples) - Install validation: Skip bash -n check for scripts using /dev/tty (interactive scripts are valid but fail non-interactive syntax checking) Fixes workflow failures in dev-to-main PRs.