Run post-stop checks manually
Manually run the checks configured in your `.claude/check-after-stop.sh` file. Use this to test your final check configuration or verify builds/tests pass before committing.
/plugin marketplace add blogic-cz/blogic-marketplace/plugin install agent-kit@blogic-marketplaceRun the checks configured in .claude/check-after-stop.sh.
I'll read your .claude/check-after-stop.sh configuration file, extract the actual check commands (ignoring comments and wrapper functions), and run them directly.
This is useful for:
.claude/check-after-stop.sh to see what checks are configuredbun run check:ci, dotnet build)Please:
.claude/check-after-stop.shrun_check_hook calls)This approach bypasses wrapper scripts and runs your checks directly.