docs(conductor): Update upcoming track specs with Persona consolidation notes

This commit is contained in:
2026-03-09 22:53:23 -04:00
parent 9323983881
commit 451d19126f
2 changed files with 18 additions and 2 deletions

View File

@@ -33,6 +33,14 @@ This feature adds the ability to create, save, and manage "Tool Presets" for age
- [ ] The AI Settings panel correctly reflects the categorized tool list. - [ ] The AI Settings panel correctly reflects the categorized tool list.
## Out of Scope ## Out of Scope
- Support for other file formats (e.g., JSON, YAML) for tool presets. - Support for other file formats (e.g., JSON, YAML) for presets.
- Presets for specific files or folders (scoped only to global or project level). - Presets for specific files or folders (scoped only to global or project level).
- Cloud syncing of tool presets. - Cloud syncing of presets.
---
## Technical Note: Future Persona Consolidation
This track is a prerequisite for the **"Agent Personas: Unified Profiles & Tool Presets"** overhaul. Implementation should align with the modular preset pattern established in `src/presets.py`.
Consult the **Debrief** in `conductor/tracks/saved_presets_20260308/debrief.md` for context on how these tool presets will eventually be merged with system prompts and model parameters into a unified configuration panel.

View File

@@ -38,3 +38,11 @@ This track introduces a mechanism to influence AI agent tool selection by implem
## Out of Scope ## Out of Scope
- Implementing reinforcement learning to "learn" tool weights automatically. - Implementing reinforcement learning to "learn" tool weights automatically.
- Hardcoding weights into the AI client (all weights must be user-configurable via presets). - Hardcoding weights into the AI client (all weights must be user-configurable via presets).
---
## Technical Note: Future Persona Consolidation
This track is a prerequisite for the **"Agent Personas: Unified Profiles & Tool Presets"** overhaul. The weighting system implemented here must be architected to be saveable within a unified "Persona" profile.
Consult the **Debrief** in `conductor/tracks/saved_presets_20260308/debrief.md` for context on how these bias settings will eventually be merged with system prompts and tool presets into a single configuration entity.