archive context managment
This commit is contained in:
5
conductor/archive/context_management_20260223/index.md
Normal file
5
conductor/archive/context_management_20260223/index.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Track context_management_20260223 Context
|
||||
|
||||
- [Specification](./spec.md)
|
||||
- [Implementation Plan](./plan.md)
|
||||
- [Metadata](./metadata.json)
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"track_id": "context_management_20260223",
|
||||
"type": "feature",
|
||||
"status": "new",
|
||||
"created_at": "2026-02-23T10:00:00Z",
|
||||
"updated_at": "2026-02-23T10:00:00Z",
|
||||
"description": "Implement context visualization and memory management improvements"
|
||||
}
|
||||
19
conductor/archive/context_management_20260223/plan.md
Normal file
19
conductor/archive/context_management_20260223/plan.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Implementation Plan
|
||||
|
||||
## Phase 1: Context Memory and Token Visualization [checkpoint: a88311b]
|
||||
- [x] Task: Implement token usage summary widget e34ff7e
|
||||
- [ ] Sub-task: Write Tests
|
||||
- [ ] Sub-task: Implement Feature
|
||||
- [x] Task: Expose history truncation controls in the Discussion panel 94fe904
|
||||
- [ ] Sub-task: Write Tests
|
||||
- [ ] Sub-task: Implement Feature
|
||||
- [x] Task: Conductor - User Manual Verification 'Phase 1: Context Memory and Token Visualization' (Protocol in workflow.md) a88311b
|
||||
|
||||
## Phase 2: Agent Capability Configuration [checkpoint: 1ac6eb9]
|
||||
- [x] Task: Add UI toggles for available tools per-project 1677d25
|
||||
- [x] Sub-task: Write Tests
|
||||
- [x] Sub-task: Implement Feature
|
||||
- [x] Task: Wire tool toggles to AI provider tool declaration payload 92aa33c
|
||||
- [ ] Sub-task: Write Tests
|
||||
- [ ] Sub-task: Implement Feature
|
||||
- [x] Task: Conductor - User Manual Verification 'Phase 2: Agent Capability Configuration' (Protocol in workflow.md) 1ac6eb9
|
||||
9
conductor/archive/context_management_20260223/spec.md
Normal file
9
conductor/archive/context_management_20260223/spec.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Specification: Context Visualization and Memory Management
|
||||
|
||||
## Overview
|
||||
This track implements UI improvements and structural changes to Manual Slop to provide explicit visualization of context memory usage and token consumption, fulfilling the "Expert systems level utility" and "Full control" product goals.
|
||||
|
||||
## Core Objectives
|
||||
1. **Token Visualization:** Expose token usage metrics in real-time within the GUI (e.g., in a dedicated metrics panel or augmented Comms panel).
|
||||
2. **Context Memory Management:** Provide tools to manually flush, persist, or truncate history to manage token budgets per-discussion.
|
||||
3. **Agent Capability Toggles:** Expose explicit configuration options for agent capabilities (e.g., toggle MCP tools on/off) from the UI.
|
||||
Reference in New Issue
Block a user