conductor(checkpoint): Checkpoint end of Phase 1

This commit is contained in:
2026-05-02 12:04:50 -04:00
parent 91789a2265
commit 30107fd877
2 changed files with 41 additions and 3 deletions
@@ -1,9 +1,9 @@
# Implementation Plan: Expose/Cull Hidden Invisible Prompting
## Phase 1: Audit and Identification
- [ ] Task: Audit `src/ai_client.py` to identify all hardcoded `_SYSTEM_PROMPT` strings and tool execution instructions.
- [ ] Task: Audit `src/aggregate.py` to identify all injected context markers (e.g., `[SYSTEM: FILES UPDATED]`).
- [ ] Task: Document identified hidden prompts and determine their necessity vs. redundancy.
- [x] Task: Audit `src/ai_client.py` to identify all hardcoded `_SYSTEM_PROMPT` strings and tool execution instructions.
- [x] Task: Audit `src/aggregate.py` to identify all injected context markers (e.g., `[SYSTEM: FILES UPDATED]`).
- [x] Task: Document identified hidden prompts and determine their necessity vs. redundancy.
- [ ] Task: Conductor - User Manual Verification 'Phase 1: Audit and Identification' (Protocol in workflow.md)
## Phase 2: Expose Necessary Prompts in GUI