fix(gui): Resolve AttributeError in imscope.indent and stabilize render loop

- Add 'indent' context manager to src/imgui_scopes.py.
- Refactor manual imgui.indent/unindent calls in src/gui_2.py to use imscope.indent.
- Fix cascading ImGui assertion failures caused by Open/Close mismatches during exceptions.
- Finalize 'Selectable Thinking Monologs' track.
This commit is contained in:
ed
2026-06-01 19:26:53 -04:00
parent c84777e582
commit 7a434adb7c
4 changed files with 62 additions and 53 deletions
+1 -1
View File
@@ -278,5 +278,5 @@ This file tracks all major tracks for the project. Each track has its own detail
---
- [~] **Track: Selectable Thinking Monologs**
- [x] **Track: Selectable Thinking Monologs**
*Link: [./tracks/selectable_thinking_monologs_20260601/](./tracks/selectable_thinking_monologs_20260601/)*