Add inherit_system_prompt and is_subagent_only mechanisms
- inherit_system_prompt: subagent parameter to prepend parent's system
  prompt as a base layer before subagent specialisation
- is_subagent_only: profile flag blocking switch_profile, allowing
  spawn_agent only; shown with [subagent only] tag in list_profiles
- Document both in docs/profiles.md and docs/tools.md

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 3287902 commit d812e65ec51a7a7c22f307280200e4fd31748acf
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored on 16 May
Showing 8 changed files
View
docs/profiles.md
View
docs/tools.md
View
navi/core/agent.py
View
navi/profiles/base.py
View
navi/profiles/loader.py
View
navi/tools/list_profiles.py
View
navi/tools/spawn_agent.py
View
navi/tools/switch_profile.py