feat(plan): add persistent plan file storage (#17563)

This commit is contained in:
Jerop Kipruto
2026-01-26 16:57:27 -05:00
committed by GitHub
parent 018dc0d5cf
commit 13bc5f620c
11 changed files with 238 additions and 5 deletions
@@ -68,3 +68,11 @@ modes = ["plan"]
toolName = "SubagentInvocation"
decision = "allow"
priority = 50
# Allow write_file for .md files in plans directory
[[rule]]
toolName = "write_file"
decision = "allow"
priority = 50
modes = ["plan"]
argsPattern = "\"file_path\":\"[^\"]+/\\.gemini/tmp/[a-f0-9]{64}/plans/[a-zA-Z0-9_-]+\\.md\""