remove active track
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
# Track test_hooks_20260223 Context
|
|
||||||
|
|
||||||
- [Specification](./spec.md)
|
|
||||||
- [Implementation Plan](./plan.md)
|
|
||||||
- [Metadata](./metadata.json)
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"track_id": "test_hooks_20260223",
|
|
||||||
"type": "feature",
|
|
||||||
"status": "new",
|
|
||||||
"created_at": "2026-02-23T10:00:00Z",
|
|
||||||
"updated_at": "2026-02-23T10:00:00Z",
|
|
||||||
"description": "Add full api/hooks so that gemini cli can test, interact, and manipulate the state of the gui & program backend for automated testing."
|
|
||||||
}
|
|
||||||
@@ -1,25 +0,0 @@
|
|||||||
# Implementation Plan
|
|
||||||
|
|
||||||
## Phase 1: Foundation and Opt-in Mechanisms [checkpoint: 2bc7a3f]
|
|
||||||
- [x] Task: Implement CLI flag/env-var to enable the hook system [1306163]
|
|
||||||
- [x] Sub-task: Write Tests
|
|
||||||
- [x] Sub-task: Implement Feature
|
|
||||||
- [x] Task: Set up lightweight local IPC server (e.g., standard library socket/HTTP) for receiving hook commands [44c2585]
|
|
||||||
- [x] Sub-task: Write Tests
|
|
||||||
- [x] Sub-task: Implement Feature
|
|
||||||
- [x] Task: Conductor - User Manual Verification 'Phase 1: Foundation and Opt-in Mechanisms' (Protocol in workflow.md) [2bc7a3f]
|
|
||||||
|
|
||||||
## Phase 2: Hook Implementations and Logging [checkpoint: eaf229e]
|
|
||||||
- [x] Task: Implement project and AI session state manipulation hooks [d9d056c]
|
|
||||||
- [x] Sub-task: Write Tests
|
|
||||||
- [x] Sub-task: Implement Feature
|
|
||||||
- [x] Task: Implement GUI state manipulation hooks with thread-safe queueing [5f9bc19]
|
|
||||||
- [x] Sub-task: Write Tests
|
|
||||||
- [x] Sub-task: Implement Feature
|
|
||||||
- [x] Task: Integrate aggressive logging for all hook invocations [ef29902]
|
|
||||||
- [x] Sub-task: Write Tests
|
|
||||||
- [x] Sub-task: Implement Feature
|
|
||||||
- [x] Task: Conductor - User Manual Verification 'Phase 2: Hook Implementations and Logging' (Protocol in workflow.md) [eaf229e]
|
|
||||||
|
|
||||||
## Phase: Review Fixes
|
|
||||||
- [x] Task: Apply review suggestions [dc64493]
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
# Specification: Add full api/hooks so that gemini cli can test, interact, and manipulate the state of the gui & program backend for automated testing
|
|
||||||
|
|
||||||
## Overview
|
|
||||||
This track introduces a comprehensive suite of API hooks designed specifically for the Gemini CLI and the Conductor framework. These hooks will allow automated agents to manipulate and test the internal state of the application without requiring manual GUI interaction, enabling automated test-driven development and track progression validation.
|
|
||||||
|
|
||||||
## Use Cases
|
|
||||||
- **Automated Testing & Progression:** Expose low-level state manipulation hooks so that the Gemini CLI + Conductor can autonomously verify track completion, test UI logic, and validate backend states.
|
|
||||||
|
|
||||||
## Functional Requirements
|
|
||||||
- **Comprehensive Access:** The hooks must provide full, unrestricted access to the entire program, including:
|
|
||||||
- GUI state (Dear PyGui nodes, values, layout data).
|
|
||||||
- AI session state (history, active caches, tool configurations).
|
|
||||||
- Project configurations and discussion state.
|
|
||||||
- **Security & Logging:** The hook system MUST be strictly opt-in (e.g., enabled via a specific command-line argument like `--enable-test-hooks` or an environment variable). When enabled, any invocation of these hooks MUST be aggressively logged to ensure transparency.
|
|
||||||
|
|
||||||
## Non-Functional Requirements
|
|
||||||
- **Thread Safety:** Hooks interacting with the GUI state must respect the main render loop locks and threading model defined in the architecture guidelines.
|
|
||||||
- **Dependency Minimalism:** The hook interface should utilize built-in mechanisms (like sockets, a lightweight local HTTP server, or standard inter-process communication) without introducing heavy external web frameworks.
|
|
||||||
|
|
||||||
## Out of Scope
|
|
||||||
- Building the actual Gemini CLI or Conductor automation logic itself; this track only builds the *hooks* within Manual Slop that those external agents will consume.
|
|
||||||
Reference in New Issue
Block a user