bootstrap repo to mosaic standards layer

This commit is contained in:
Jason Woltje
2026-02-17 12:43:14 -06:00
parent 8961f5b18c
commit ddf6851bfd
10 changed files with 243 additions and 516 deletions

17
.mosaic/repo-hooks.sh Executable file
View File

@@ -0,0 +1,17 @@
#!/usr/bin/env bash
# Optional repo-specific hooks used by scripts/agent/*.sh
# Called by session-start.sh
# mosaic_hook_session_start() {
# echo "Run repo-specific startup checks"
# }
# Called by critical.sh
# mosaic_hook_critical() {
# echo "Run repo-specific critical queries"
# }
# Called by session-end.sh
# mosaic_hook_session_end() {
# echo "Run repo-specific end-of-session checks"
# }