From 451d19126fbe3eb0728fd776650db7bd9178ef07 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Mon, 9 Mar 2026 22:53:23 -0400 Subject: [PATCH] docs(conductor): Update upcoming track specs with Persona consolidation notes --- conductor/tracks/saved_tool_presets_20260308/spec.md | 12 ++++++++++-- conductor/tracks/tool_bias_tuning_20260308/spec.md | 8 ++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/conductor/tracks/saved_tool_presets_20260308/spec.md b/conductor/tracks/saved_tool_presets_20260308/spec.md index 2bcf43b..a751244 100644 --- a/conductor/tracks/saved_tool_presets_20260308/spec.md +++ b/conductor/tracks/saved_tool_presets_20260308/spec.md @@ -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. ## 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). -- 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. + diff --git a/conductor/tracks/tool_bias_tuning_20260308/spec.md b/conductor/tracks/tool_bias_tuning_20260308/spec.md index 98348fa..5c9c724 100644 --- a/conductor/tracks/tool_bias_tuning_20260308/spec.md +++ b/conductor/tracks/tool_bias_tuning_20260308/spec.md @@ -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. +