- Add task_add_dep tool allowing agents to declare dependencies mid-execution - Validate against self-dependency, non-existent targets, and duplicates - Append new dependency to existing array without overwriting - Log dependency additions via store.logEntry - Add 7 tests covering success, self-dep, missing target, duplicate, and append behavior