conductor(checkpoint): Checkpoint end of Phase 2
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
- [x] Task: Conductor - User Manual Verification 'Phase 1: Audit and Identification' (Protocol in workflow.md)
|
||||
|
||||
## Phase 2: Expose Necessary Prompts in GUI
|
||||
- [ ] Task: Modify `src/gui_2.py` to add new editable text areas in the "AI Settings" or "Project Settings" panel.
|
||||
- [ ] Create fields for global system tool instructions.
|
||||
- [ ] Create fields for project-specific context markers.
|
||||
- [ ] Task: Update `src/app_controller.py` state initialization to load these new fields from `config.toml` and `manual_slop.toml`.
|
||||
- [ ] Task: Ensure changes are correctly saved and flushed to the project files via `_flush_to_project()` and `_flush_to_config()`.
|
||||
- [ ] Task: Conductor - User Manual Verification 'Phase 2: Expose Necessary Prompts in GUI' (Protocol in workflow.md)
|
||||
- [x] Task: Modify `src/gui_2.py` to add new editable text areas in the "AI Settings" or "Project Settings" panel.
|
||||
- [x] Create fields for global system tool instructions.
|
||||
- [x] Create fields for project-specific context markers.
|
||||
- [x] Task: Update `src/app_controller.py` state initialization to load these new fields from `config.toml` and `manual_slop.toml`.
|
||||
- [x] Task: Ensure changes are correctly saved and flushed to the project files via `_flush_to_project()` and `_flush_to_config()`.
|
||||
- [x] Task: Conductor - User Manual Verification 'Phase 2: Expose Necessary Prompts in GUI' (Protocol in workflow.md)
|
||||
|
||||
## Phase 3: Cull and Integrate Configured Prompts
|
||||
- [ ] Task: Update `src/ai_client.py`'s `_get_combined_system_prompt()` to utilize the user-configured tool instructions from the AppController state instead of hardcoded strings.
|
||||
|
||||
Reference in New Issue
Block a user