Remove Bash(poc-memory:*) from all agent configs

Agents must use native tool dispatch, not bash, for correct
provenance tracking. Bash access was leftover from old architecture.
All 12 agents cleaned up.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
Kent Overstreet 2026-04-01 15:03:44 -04:00
parent d932a90018
commit 4173f5ac5d
12 changed files with 12 additions and 12 deletions

View file

@ -1,4 +1,4 @@
{"agent": "replay", "query": "all | !type:daily | !type:weekly | !type:monthly | sort:priority | limit:15", "schedule": "daily", "tools": ["Bash(poc-memory:*)"]}
{"agent": "replay", "query": "all | !type:daily | !type:weekly | !type:monthly | sort:priority | limit:15", "schedule": "daily"}
# Replay Agent — Hippocampal Replay + Schema Assimilation