chore(workspace): install all 4 bundled hooks + model default update

- Installed hooks: boot-md, session-memory, command-logger, bootstrap-extra-files
- Updated default model to litellm/copilot-claude-sonnet-4.6
- Added memory/startup-health.json + boot-last-run.json from boot check
- Added memory/startup-health.md warning log
- Captured new session memory files (2026-03-04/05)
- Minor MEMORY.md + USER.md: added git preference line
This commit is contained in:
zap
2026-03-05 04:40:46 +00:00
parent a3982e150d
commit b0b4060bf9
37 changed files with 2834 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
Run both health scripts from workspace and send low-noise alerts.
Steps:
1) Execute:
- scripts/ops-sentinel.sh
- scripts/mcp-smoke.sh
2) From each output, extract:
- Verdict line (OK | MONITOR | NEEDS_ATTENTION)
- Counts line
- Artifact path
- Up to 2 most relevant items from “Next actions”
3) If BOTH verdicts are OK, reply exactly: NO_REPLY
4) Otherwise, reply in this compact frame:
- Now: any P1/P2 risks only
- Watch: one line per script with verdict + counts + artifact
- Next actions: deduped short bullets
Keep it concise and actionable.