Skip to content
Merged
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
3 changes: 3 additions & 0 deletions .agent/plan-plus.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ subagents:
- architecture
- code-standards
- best-practices
# Agent design
- build-agent
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

build-agent’s frontmatter doesn’t declare a tools: block, so its actual capabilities may differ from what Plan+ expects (and from guidance in the build-agent docs that subagents should declare tool permissions).

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎

- agent-review
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agent-review is write/edit-capable, and OpenCode subagents don’t inherit the parent agent’s permission restrictions; adding it to Plan+ could unintentionally re-enable non-planning writes unless Plan+ can’t spawn/call it or permissions are constrained elsewhere.

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎

# Built-in
- general
- explore
Expand Down
Loading