feat: enable permission-aware subagents

This commit is contained in:
叶林立
2026-08-26 10:49:26 +08:00
parent d3bf562189
commit 7571ba6dd9
185 changed files with 48365 additions and 26 deletions
@@ -0,0 +1,12 @@
---
description: "memory read-write — an agent with write tools gets a writable memory block."
memory: user
tools: read, write
expect_tools_present: "read, write, edit"
expect_prompt_contains: "persistent memory directory, Memory scope: user"
expect_prompt_absent: "(read-only)"
---
A write-capable memory agent. Per the README, agents with write/edit tools get
full read-write memory; the memory tool set is completed (edit is auto-added) and
a writable memory block is injected into the system prompt. Scope `user` so the
memory dir is created under the hermetic HOME, never in the repo.