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

@@ -38,3 +38,11 @@ This track introduces a mechanism to influence AI agent tool selection by implem
## Out of Scope
- Implementing reinforcement learning to "learn" tool weights automatically.
- 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.