Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dashboard/backend/brain_repo/job_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def _load_config_snapshot(flask_app, user_id: int) -> dict | None:
# Pipeline steps — each checks cancel before doing work.
# ────────────────────────────────────────────────────────────────────────

_WATCH_PATHS = ["memory", "workspace", "customizations", "config-safe"]
_WATCH_PATHS = ["memory", "workspace", "customizations", "config-safe", ".claude/agent-memory"]

# Relative paths (POSIX) that are NEVER mirrored into the brain repo.
# `workspace/projects/` is where user-cloned git repos live (per the project's
Expand Down
1 change: 1 addition & 0 deletions dashboard/backend/brain_repo/watcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"workspace",
"customizations",
"config-safe",
".claude/agent-memory",
]

EXCLUDE_PATHS = [
Expand Down