fix: harden observer hooks and test discovery (#513)

This commit is contained in:
Affaan Mustafa
2026-03-15 21:47:15 -07:00
committed by GitHub
parent c53bba9e02
commit 8878c6d6b0
5 changed files with 389 additions and 157 deletions

View File

@@ -76,6 +76,10 @@ fi
# ─────────────────────────────────────────────
# Lightweight config and automated session guards
# ─────────────────────────────────────────────
#
# IMPORTANT: keep these guards above detect-project.sh.
# Sourcing detect-project.sh creates project-scoped directories and updates
# projects.json, so automated sessions must return before that point.
CONFIG_DIR="${HOME}/.claude/homunculus"