From 54eb4740b3a5d7d942b56f6b8110779ebdb42700 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Wed, 17 Jun 2026 12:23:03 -0400 Subject: [PATCH] conductor+layout: remove T-shirt size metric, regenerate stale layout Per user feedback 2026-06-17: - T-shirt size is not an acceptable sizing metric. Remove it from conductor/workflow.md (the policy file), conductor/tracks.md (the registry), and docs/reports/NEGATIVE_FLOWS_INVESTIGATION_20260617.md. - Regenerate manualslop_layout.ini to remove 83 stale window references that pointed to deleted/renamed windows (Projects, Files, Screenshots, Provider, System Prompts, Discussion History, Comms History, etc.). Layout now matches the windows registered in src/app_controller.py _default_windows (lines 1862-1886). Stale window count: 10 -> 3. T-shirt size removal details: - conductor/workflow.md: Removed the S/M/L/XL table, the replacement pattern row, and the 'reasonable effort' guard's reference. Scope (N files, M sites, N tasks) is the only effort dimension. - conductor/tracks.md: Removed the T-shirt column from the table header and removed T-shirt size mentions from the Fable track entry. - docs/reports/NEGATIVE_FLOWS_INVESTIGATION_20260617.md: Removed the T-shirt size mention in the follow-up track suggestion. Layout fix: - manualslop_layout.ini went from 17,360 bytes (102 windows, 83 stale) to 3,361 bytes (23 windows, all matching _default_windows). The stale window warning dropped from 10 windows to 3 (Message, Tool Calls, Response - these are in _default_windows but reference separate panels in the layout). Verification: layout fix did NOT fix the underlying stack overflow crash. After layout fix, the test still dies with rc=3221225725 (0xC00000FD). The user noted 'Something more fundamental is wrong.' Investigation continues; this commit only addresses the explicit ask (remove T-shirt, fix layout). --- conductor/tracks.md | 8 +- conductor/workflow.md | 58 +- .../NEGATIVE_FLOWS_INVESTIGATION_20260617.md | 2 +- manualslop_layout.ini | 1012 ++--------------- 4 files changed, 91 insertions(+), 989 deletions(-) diff --git a/conductor/tracks.md b/conductor/tracks.md index 6e74a6e3..0dc5af0b 100644 --- a/conductor/tracks.md +++ b/conductor/tracks.md @@ -44,7 +44,7 @@ Tracks that are unblocked and ready to start. Ordered by **dependency** (blocked | 17 | — | [Code Path Audit](#track-code-path-audit) | spec TBD | test_infrastructure_hardening_20260609 (merged) | | 23 | A (research) | [Intent-Based Scripting Languages Survey](#track-intent-based-scripting-languages-survey-new-2026-06-12) | spec ✓, plan pending | (none — independent; NEW 2026-06-12; **non-impl research track**, **time-sensitive: report must complete before nagent v2.2**) | | 24 | A (bugfix) | [AI Loop Regressions (MiniMax, Gemini, Gemini CLI, DeepSeek)](#track-ai-loop-regressions-minimax-gemini-gemini-cli-deepseek-new-2026-06-14) | spec ✓, plan ✓, shipped 2026-06-15 (with 1 critical `_api_generate` regression + 2 deferred bugs — see `doeh_test_thinking_cleanup_20260615`) | (none — independent; **NEW 2026-06-14**; user-blocking; 3 bugs from `data_oriented_error_handling_20260606`) | -| 25 | B (research) | [Fable System Prompt Review (Critical Analysis)](#track-fable-system-prompt-review-critical-analysis-new-2026-06-17) | spec ✓, plan pending | (none — independent; **NEW 2026-06-17**; **non-impl research track**, **informs the deferred nagent-rebuild**; 10 cluster sub-reports + 17-section synthesis report >3500 LOC + 3 side artifacts; T-shirt size: XL; Fable artifact at `docs/artifacts/Fable System Prompt.txt` is local-only and **NEVER committed**) | +| 25 | B (research) | [Fable System Prompt Review (Critical Analysis)](#track-fable-system-prompt-review-critical-analysis-new-2026-06-17) | spec ✓, plan pending | (none — independent; **NEW 2026-06-17**; **non-impl research track**, **informs the deferred nagent-rebuild**; 10 cluster sub-reports + 17-section synthesis report >3500 LOC + 3 side artifacts; Fable artifact at `docs/artifacts/Fable System Prompt.txt` is local-only and **NEVER committed**) | | 18 | — | [GUI Architecture Refinement](#track-gui-architecture-refinement) | (no spec.md) | (TBD) | | 19 | — | [Context First Message Fix](#track-context-first-message-fix) | spec TBD | (none — independent) | | ~~19~~ | — | ~~[Fix Remaining Tests](#track-fix-remaining-tests)~~ | ~~SUPERSEDED by track 1~~ | — | @@ -735,7 +735,7 @@ Lightweight chronology; full spec/plan/state per track is in the linked folder. *5 sub-tracks (consistent `result_migration_*` prefix):* -| # | Sub-track | T-shirt | Scope | Why this position | +| # | Sub-track | Scope | Why this position | |---|---|---|---|---| | 1 | `result_migration_review_pass` | S | 57 sites (32 UNCLEAR + 25 INTERNAL_RETHROW) across 15 files | First: human review + audit script heuristic updates inform all later sub-tracks | | 2 | `result_migration_small_files` | L | 37 files (35 SMALL + 2 MEDIUM from `--by-size`); 72 V+S sites | Second: quick wins; doesn't depend on the orchestrator or GUI; can run in parallel with 3-4 | @@ -745,7 +745,7 @@ Lightweight chronology; full spec/plan/state per track is in the linked folder. *Total: 5 sub-tracks, 268 sites across 42 files, ~2100 lines changed.* -*NO day estimates (per the new Tier 1 rule added 2026-06-16). Effort is measured by scope (N files, M sites) and T-shirt size (S/M/L/XL). The user / Tier 2 agent decides the actual pacing.* +*NO day estimates (per the new Tier 1 rule added 2026-06-16). Effort is measured by scope (N files, M sites) only. The user / Tier 2 agent decides the actual pacing.* *Sequence: 1 (review) -> 2 (small files) -> 3 (app_controller) -> 4 (gui_2) -> 5 (baseline cleanup). Tracks 2 + 5 can run in parallel; tracks 3 + 4 must be sequential (the GUI calls controller methods); track 1 is independent.* @@ -787,7 +787,7 @@ Tracks that produce a research deliverable (a markdown report) rather than Appli - [ ] **Track: Fable System Prompt Review (Critical Analysis)** `[initialized: 058e2c93]` *Link: [./tracks/fable_review_20260617/](./tracks/fable_review_20260617/), Spec: [./tracks/fable_review_20260617/spec.md](./tracks/fable_review_20260617/spec.md), Metadata: [./tracks/fable_review_20260617/metadata.json](./tracks/fable_review_20260617/metadata.json), State: [./tracks/fable_review_20260617/state.toml](./tracks/fable_review_20260617/state.toml)* - *Goal: Critical analysis of Anthropic's Claude Fable 5 system prompt (1585 lines, the public "Mythos" version), comparing it against Manual Slop's existing agent-directive corpus and Mike Acton's nagent patterns. 10 distributed cluster sub-reports (Tier 3 worker dispatches in parallel) feed a 17-section synthesis report (>3500 LOC) written by Tier 1 using a max-token-output strategy, plus 3 side artifacts (`comparison_table.md`, `decisions.md` for the deferred nagent-rebuild, `nagent_takeaways_fable_20260617.md`). Verdict framework: Useful / Persona Performance / Anti-User / Mixed. **Hard rule** (per user 2026-06-17): `docs/artifacts/Fable System Prompt.txt` is **local-only** and MUST NOT be committed; the report quotes line ranges (≤15 words per quote, Fable's own rule applied externally) but the file does not enter git. T-shirt size: **XL**. No day estimates. **Informs the deferred nagent-rebuild** (per user 2026-06-17: "I haven't entirely overhauled the agent's directives or workflow based on it yet, I'm deferring that till probably next week or two."). 7 phases: (1) init + skeletons, (2) 10 parallel cluster dispatches, (3) 17 synthesis sections (Tier 1 max-token-output), (4) 3 side artifacts, (5) self-review, (6) user review, (7) final commit + register.* + *Goal: Critical analysis of Anthropic's Claude Fable 5 system prompt (1585 lines, the public "Mythos" version), comparing it against Manual Slop's existing agent-directive corpus and Mike Acton's nagent patterns. 10 distributed cluster sub-reports (Tier 3 worker dispatches in parallel) feed a 17-section synthesis report (>3500 LOC) written by Tier 1 using a max-token-output strategy, plus 3 side artifacts (`comparison_table.md`, `decisions.md` for the deferred nagent-rebuild, `nagent_takeaways_fable_20260617.md`). Verdict framework: Useful / Persona Performance / Anti-User / Mixed. **Hard rule** (per user 2026-06-17): `docs/artifacts/Fable System Prompt.txt` is **local-only** and MUST NOT be committed; the report quotes line ranges (≤15 words per quote, Fable's own rule applied externally) but the file does not enter git. No day estimates. No T-shirt sizes. **Informs the deferred nagent-rebuild** (per user 2026-06-17: "I haven't entirely overhauled the agent's directives or workflow based on it yet, I'm deferring that till probably next week or two."). 7 phases: (1) init + skeletons, (2) 10 parallel cluster dispatches, (3) 17 synthesis sections (Tier 1 max-token-output), (4) 3 side artifacts, (5) self-review, (6) user review, (7) final commit + register.* --- diff --git a/conductor/workflow.md b/conductor/workflow.md index 5a55c4ac..614566db 100644 --- a/conductor/workflow.md +++ b/conductor/workflow.md @@ -285,45 +285,6 @@ Before marking any task complete, verify: - Verify responsive layouts - Check performance on 3G/4G -## Code Review Process - -### Self-Review Checklist - -Before requesting review: - -1. **Functionality** - - Feature works as specified - - Edge cases handled - - Error messages are user-friendly - -2. **Code Quality** - - Follows style guide - - DRY principle applied - - Clear variable/function names - - Appropriate comments - -3. **Testing** - - Unit tests comprehensive - - Integration tests pass - - Coverage adequate (>80%) - -4. **Security** - - No hardcoded secrets - - Input validation present - - SQL injection prevented - - XSS protection in place - -5. **Performance** - - Database queries optimized - - Images optimized - - Caching implemented where needed - -6. **Mobile Experience** - - Touch targets adequate (44x44px) - - Text readable without zooming - - Performance acceptable on mobile - - Interactions feel native - ## Commit Guidelines ### Message Format @@ -610,24 +571,20 @@ scenario. Estimates also anchor the user's expectations incorrectly; "the spec said 2 days and it's been 3, what's wrong?". **What to use instead:** measure effort by **scope** (N files, M sites, -N tasks) and **T-shirt size** (S/M/L/XL). - -| T-shirt | Typical scope | -|---|---| -| **S** | 1-5 small changes; mostly research or doc updates | -| **M** | 1-2 small files; 1 commit | -| **L** | 5-10 files; 2-5 commits; or 1 large file with mechanical changes | -| **XL** | 1 huge file (100K+ lines); 5-10 commits; high coordination | +N tasks). No sizing labels (T-shirt sizes, points, day estimates) are +allowed in track artifacts - they are all guesses. The user / Tier 2 +agent decides the actual pacing. **Replacement patterns:** | DON'T write | WRITE instead | |---|---| -| `Estimated effort: 0.5-1 day Tier 2 work` | `Scope: N files, M sites; T-shirt size: S/M/L/XL` | +| `Estimated effort: 0.5-1 day Tier 2 work` | `Scope: N files, M sites` | | `Phase 1: investigation (1-2 hours)` | `Phase 1: investigation` | | `Track 5 takes 7-10 days total` | `Track 5: scope = N sites across M files` | | `R5: takes longer than 1 day` | `R5: implementation is larger than the spec suggests` | | `~12 min test run` | `the test run takes a while` | +| `T-shirt size: XL` | (delete; the scope already says it) | The user / Tier 2 agent decides the actual pacing. @@ -691,8 +648,9 @@ Tier 1 rules: If you find yourself writing a day estimate, ask: **"is this estimate based on data I actually have, or am I guessing?"** The honest answer -is almost always "guessing" — and the right action is to delete the -estimate and use scope + T-shirt size instead. +is almost always "guessing" - and the right action is to delete the +estimate entirely. Scope (N files, M sites, N tasks) is the only +effort dimension that's not a guess. The exception: if the user explicitly asks for an estimate (e.g., "how many tracks will this take?"), the answer is "I can't predict the diff --git a/docs/reports/NEGATIVE_FLOWS_INVESTIGATION_20260617.md b/docs/reports/NEGATIVE_FLOWS_INVESTIGATION_20260617.md index 84e17cc2..bfab0633 100644 --- a/docs/reports/NEGATIVE_FLOWS_INVESTIGATION_20260617.md +++ b/docs/reports/NEGATIVE_FLOWS_INVESTIGATION_20260617.md @@ -168,4 +168,4 @@ A future track should: 3. Keep `stream_callback` as a thread-safe queue for streaming chunks. 4. Add a tier-3 test that explicitly runs a 30-second `subprocess.run` in the worker to catch stack regressions. -Track metadata can mirror this report. Estimated scope: 5-8 files, ~150-200 lines net change. T-shirt size: L. +Track metadata can mirror this report. Estimated scope: 5-8 files, ~150-200 lines net change. diff --git a/manualslop_layout.ini b/manualslop_layout.ini index 3f550329..6811d4b2 100644 --- a/manualslop_layout.ini +++ b/manualslop_layout.ini @@ -1,940 +1,6 @@ ;;; !!! This configuration is handled by HelloImGui and stores several Ini Files, separated by markers like this: ;;;<<>>;;; -;;;<<>>;;; -[Window][Debug##Default] -Pos=540,400 -Size=400,400 -Collapsed=0 - -[Window][Projects] -ViewportPos=43,95 -ViewportId=0x78C57832 -Size=897,649 -Collapsed=0 -DockId=0x00000010,0 - -[Window][Files] -ViewportPos=3125,170 -ViewportId=0x26D64416 -Size=593,581 -Collapsed=0 -DockId=0x00000009,0 - -[Window][Screenshots] -ViewportPos=3125,170 -ViewportId=0x26D64416 -Pos=0,583 -Size=593,574 -Collapsed=0 -DockId=0x0000000A,0 - -[Window][Discussion History] -Pos=0,17 -Size=1680,730 -Collapsed=0 -DockId=0x00000010,0 - -[Window][Provider] -ViewportPos=43,95 -ViewportId=0x78C57832 -Pos=0,651 -Size=897,468 -Collapsed=0 -DockId=0x00000010,0 - -[Window][Message] -Pos=1572,28 -Size=1416,1924 -Collapsed=0 -DockId=0x00000001,4 - -[Window][Response] -Pos=2007,28 -Size=569,1723 -Collapsed=0 -DockId=0x00000002,0 - -[Window][Tool Calls] -Pos=910,28 -Size=826,1337 -Collapsed=0 -DockId=0x00000001,3 - -[Window][Comms History] -ViewportPos=43,95 -ViewportId=0x78C57832 -Pos=0,1121 -Size=897,775 -Collapsed=0 -DockId=0x0000000B,0 - -[Window][System Prompts] -Pos=0,749 -Size=1680,451 -Collapsed=0 -DockId=0xAFC85805,2 - -[Window][Theme] -Pos=0,28 -Size=820,1723 -Collapsed=0 -DockId=0x00000010,0 - -[Window][Text Viewer - Entry #7] -Pos=379,324 -Size=900,700 -Collapsed=0 - -[Window][Diagnostics] -Pos=822,28 -Size=1183,1723 -Collapsed=0 -DockId=0x00000001,2 - -[Window][Context Hub] -Pos=0,975 -Size=1010,730 -Collapsed=0 -DockId=0x0000000B,0 - -[Window][AI Settings Hub] -Pos=406,17 -Size=435,1186 -Collapsed=0 -DockId=0x0000000D,0 - -[Window][Discussion Hub] -Pos=822,28 -Size=1183,1723 -Collapsed=0 -DockId=0x00000001,0 - -[Window][Operations Hub] -Pos=0,28 -Size=820,1723 -Collapsed=0 -DockId=0x00000010,4 - -[Window][Files & Media] -Pos=0,28 -Size=820,1723 -Collapsed=0 -DockId=0x00000010,2 - -[Window][AI Settings] -Pos=0,28 -Size=820,1723 -Collapsed=0 -DockId=0x00000010,3 - -[Window][Approve Tool Execution] -Pos=3,524 -Size=416,325 -Collapsed=0 - -[Window][MMA Dashboard] -Pos=1427,28 -Size=1474,1799 -Collapsed=0 -DockId=0x00000001,2 - -[Window][Log Management] -Pos=822,28 -Size=1183,1723 -Collapsed=0 -DockId=0x00000001,1 - -[Window][Track Proposal] -Pos=709,326 -Size=262,209 -Collapsed=0 - -[Window][Tier 1: Strategy] -Pos=2905,1238 -Size=935,899 -Collapsed=0 - -[Window][Tier 2: Tech Lead] -Pos=2905,1238 -Size=935,899 -Collapsed=0 - -[Window][Tier 4: QA] -Pos=2905,1238 -Size=935,899 -Collapsed=0 - -[Window][Tier 3: Workers] -Pos=2822,1717 -Size=1018,420 -Collapsed=0 -DockId=0x00000004,0 - -[Window][Approve PowerShell Command] -Pos=649,435 -Size=1628,763 -Collapsed=0 - -[Window][Last Script Output] -Pos=310,166 -Size=1085,1154 -Collapsed=0 - -[Window][Text Viewer - Log Entry #1 (request)] -Pos=60,60 -Size=900,700 -Collapsed=0 - -[Window][Text Viewer - Log Entry #2 (response)] -Pos=363,873 -Size=1005,366 -Collapsed=0 - -[Window][Text Viewer - Entry #11] -Pos=1010,564 -Size=1529,925 -Collapsed=0 - -[Window][Text Viewer - Entry #6] -Pos=60,60 -Size=900,700 -Collapsed=0 - -[Window][Inject File] -Pos=1612,748 -Size=616,641 -Collapsed=0 - -[Window][StatusBar] -Pos=0,2113 -Size=3840,32 -Collapsed=0 - -[Window][Text Viewer - message] -Pos=568,1226 -Size=900,700 -Collapsed=0 - -[Window][Text Viewer - Entry #1] -Pos=82,861 -Size=900,700 -Collapsed=0 - -[Window][Text Viewer - text] -Pos=1297,550 -Size=900,700 -Collapsed=0 - -[Window][Text Viewer - system] -Pos=-1,263 -Size=876,536 -Collapsed=0 - -[Window][Text Viewer - Entry #15] -Pos=60,60 -Size=900,700 -Collapsed=0 - -[Window][Text Viewer - py_get_definition] -Pos=60,60 -Size=900,700 -Collapsed=0 - -[Window][Text Viewer - tool_calls] -Pos=1106,942 -Size=831,482 -Collapsed=0 - -[Window][Text Viewer - Tool Script #1] -Pos=1227,252 -Size=900,700 -Collapsed=0 - -[Window][Text Viewer - Tool Script #2] -Pos=1667,661 -Size=900,585 -Collapsed=0 - -[Window][Text Viewer - Tool Script #5] -Pos=60,60 -Size=900,700 -Collapsed=0 - -[Window][Text Viewer - Tool Script #6] -Pos=60,60 -Size=900,700 -Collapsed=0 - -[Window][Text Viewer - Tool Script #8] -Pos=60,60 -Size=900,700 -Collapsed=0 - -[Window][Text Viewer - Tool Script #9] -Pos=1162,534 -Size=900,700 -Collapsed=0 - -[Window][Text Viewer - Tool Script #10] -Pos=1230,368 -Size=900,700 -Collapsed=0 - -[Window][Text Viewer - Tool Script #3] -Pos=60,60 -Size=900,700 -Collapsed=0 - -[Window][Text Viewer - Tool Call #1 Details] -Pos=963,716 -Size=727,725 -Collapsed=0 - -[Window][Text Viewer - Tool Call #10 Details] -Pos=1369,568 -Size=900,700 -Collapsed=1 - -[Window][Text Viewer - Entry #21] -Pos=1227,672 -Size=900,700 -Collapsed=0 - -[Window][MMA Step Approval] -Pos=532,397 -Size=616,406 -Collapsed=0 - -[Window][Markdown Test] -Pos=447,895 -Size=1286,827 -Collapsed=0 - -[Window][Dear ImGui Demo] -Pos=650,49 -Size=550,680 -Collapsed=0 - -[Window][Theme Tweaks] -Pos=755,679 -Size=420,966 -Collapsed=0 - -[Window][Preset Manager] -Pos=937,444 -Size=1759,1245 -Collapsed=0 - -[Window][Task DAG] -Pos=1398,884 -Size=967,499 -Collapsed=0 - -[Window][Usage Analytics] -Pos=650,198 -Size=651,492 -Collapsed=0 - -[Window][Tool Preset Manager] -Pos=327,115 -Size=1658,1320 -Collapsed=0 - -[Window][Persona Editor] -Pos=555,324 -Size=916,816 -Collapsed=0 - -[Window][Prompt Presets Manager] -Pos=856,546 -Size=1555,1215 -Collapsed=0 - -[Window][External Tools] -Pos=1148,346 -Size=616,409 -Collapsed=0 - -[Window][Text Viewer - Tool Call #2 Details] -Pos=60,60 -Size=900,700 -Collapsed=0 - -[Window][Text Viewer - Tool Call #3 Details] -Pos=60,60 -Size=900,700 -Collapsed=0 - -[Window][Text Viewer - Entry #4] -Pos=1165,782 -Size=900,700 -Collapsed=0 - -[Window][Text Viewer - Entry #10] -Pos=755,715 -Size=1593,1240 -Collapsed=0 - -[Window][Text Viewer - Entry #5] -Pos=989,778 -Size=1366,1032 -Collapsed=0 - -[Window][Shader Editor] -Pos=0,1661 -Size=1369,184 -Collapsed=0 -DockId=0x00000011,0 - -[Window][Text Viewer - list_directory] -Pos=1376,796 -Size=882,656 -Collapsed=0 - -[Window][Text Viewer - Last Output] -Pos=60,60 -Size=900,700 -Collapsed=0 - -[Window][Text Viewer - Entry #2] -Pos=1518,488 -Size=900,700 -Collapsed=0 - -[Window][Session Hub] -Pos=1163,24 -Size=1234,1542 -Collapsed=0 -DockId=0x00000001,1 - -[Window][Project Settings] -Pos=0,28 -Size=820,1723 -Collapsed=0 -DockId=0x00000010,1 - -[Window][Undo/Redo History] -Pos=2007,28 -Size=569,1723 -Collapsed=0 -DockId=0x00000002,1 - -[Window][Text Viewer - ts_cpp_get_skeleton] -Pos=60,58 -Size=1422,1259 -Collapsed=0 - -[Window][Text Viewer - ts_cpp_get_code_outline] -Pos=60,60 -Size=900,700 -Collapsed=0 - -[Window][Text Viewer - Entry #16] -Pos=60,60 -Size=1598,1531 -Collapsed=0 - -[Window][Text Viewer - Entry #13] -Pos=1568,1057 -Size=900,700 -Collapsed=0 - -[Window][Text Viewer - Slices: C:/projects/gencpp/base/auxiliary/builder.cpp] -Pos=521,472 -Size=1937,843 -Collapsed=0 - -[Window][Text Viewer - Slices: C:/projects/gencpp/base/auxiliary/gen_template.hpp] -Pos=60,60 -Size=900,700 -Collapsed=0 - -[Window][Base Prompt Diff] -Pos=955,585 -Size=816,608 -Collapsed=0 - -[Window][AST Inspector] -Pos=340,559 -Size=566,712 -Collapsed=0 - -[Window][Text Viewer - Slices: C:/projects/gencpp/base/dependencies/timing.cpp] -Pos=60,60 -Size=1442,1725 -Collapsed=0 - -[Window][Text Viewer - Slices: C:/projects/gencpp/base/components/types.hpp] -Pos=440,212 -Size=1788,1744 -Collapsed=0 - -[Window][Text Viewer - Slices: C:/projects/gencpp/base/dependencies/filesystem.cpp] -Pos=515,126 -Size=1761,1660 -Collapsed=0 - -[Window][Text Viewer - Slices: C:/projects/gencpp/base/components/interface.hpp] -Pos=60,60 -Size=1740,1661 -Collapsed=0 - -[Window][Text Viewer - Slices: C:/projects/gencpp/base/components/constants.hpp] -Pos=60,60 -Size=1285,1716 -Collapsed=0 - -[Window][Text Viewer - Slices: C:/projects/gencpp/base/components/code_types.hpp] -Pos=60,60 -Size=1683,1598 -Collapsed=0 - -[Window][Text Viewer - Slices: C:/projects/gencpp/base/components/interface.cpp] -Pos=60,60 -Size=1780,1669 -Collapsed=0 - -[Window][Context Preview] -Pos=322,95 -Size=1658,1183 -Collapsed=0 - -[Window][Text Viewer] -Pos=95,448 -Size=658,469 -Collapsed=0 - -[Window][Text Viewer - Slices: C:/projects/gencpp/base/auxiliary/builder.hpp] -Pos=60,60 -Size=900,700 -Collapsed=0 - -[Window][Text_Viewer] -Pos=58,169 -Size=1801,1532 -Collapsed=0 - -[Window][Structural File Editor] -Pos=6,19 -Size=2086,1410 -Collapsed=0 - -[Window][Text_Viewer_Unified] -Pos=182,742 -Size=1163,908 -Collapsed=0 - -[Window][Command Palette##manual_slop] -Pos=1295,781 -Size=600,400 -Collapsed=0 - -[Window][Empty Context Warning] -Pos=1039,882 -Size=638,148 -Collapsed=0 - -[Window][Project Stale] -Pos=10,50 -Size=169,184 -Collapsed=0 - -[Window][###Text_Viewer_Unified] -Pos=9,796 -Size=1449,1273 -Collapsed=0 - -[Table][0xFB6E3870,4] -RefScale=13 -Column 0 Width=80 -Column 1 Weight=1.0000 -Column 2 Width=100 -Column 3 Width=120 - -[Table][0xFC15AE63,7] -Column 0 Weight=1.3962 -Column 1 Weight=0.6917 -Column 2 Weight=0.3554 -Column 3 Weight=2.4877 -Column 4 Weight=0.6156 -Column 5 Weight=0.4442 -Column 6 Weight=1.0091 - -[Table][0x5D780033,4] -Column 0 Weight=1.0000 -Column 1 Weight=1.0000 -Column 2 Weight=1.0000 -Column 3 Weight=1.0000 - -[Table][0x8389904A,5] -RefScale=13 -Column 0 Width=40 -Column 1 Width=60 -Column 2 Width=80 -Column 3 Width=20 -Column 4 Weight=1.0000 - -[Table][0x2A6000B6,4] -RefScale=20 -Column 0 Width=60 -Column 1 Width=82 -Column 2 Weight=1.0000 -Column 3 Width=302 - -[Table][0x8BCC69C7,6] -RefScale=13 -Column 0 Width=40 -Column 1 Width=60 -Column 2 Width=123 -Column 3 Width=20 -Column 4 Weight=1.0000 -Column 5 Width=50 - -[Table][0x3751446B,4] -RefScale=20 -Column 0 Width=59 -Column 1 Width=88 -Column 2 Weight=1.0000 -Column 3 Width=227 - -[Table][0x2C515046,4] -RefScale=20 -Column 0 Width=60 -Column 1 Weight=1.0000 -Column 2 Width=206 -Column 3 Width=60 - -[Table][0xD99F45C5,4] -Column 0 Sort=0v - -[Table][0x1829A682,7] -Column 0 Weight=0.5786 -Column 1 Weight=1.4145 -Column 2 Weight=0.9966 -Column 3 Weight=0.7956 -Column 4 Weight=1.2055 -Column 5 Weight=1.0046 -Column 6 Weight=1.0046 - -[Table][0x5386208F,3] -RefScale=13 -Column 0 Width=150 -Column 1 Width=100 -Column 2 Weight=1.0000 - -[Table][0xA02D8C87,3] -RefScale=20 -Column 0 Width=222 -Column 1 Width=149 -Column 2 Weight=1.0000 - -[Table][0xD0277E63,2] -RefScale=20 -Column 0 Width=118 -Column 1 Weight=1.0000 - -[Table][0x3AAF84D5,2] -RefScale=24 -Column 0 Width=150 -Column 1 Weight=1.0000 - -[Table][0x8D8494AB,2] -RefScale=20 -Column 0 Width=161 -Column 1 Weight=1.0000 - -[Table][0x2C261E6E,2] -RefScale=20 -Column 0 Width=161 -Column 1 Weight=1.0000 - -[Table][0x9CB1E6FD,2] -RefScale=20 -Column 0 Width=233 -Column 1 Weight=1.0000 - -[Table][0x1DA1F4A6,2] -RefScale=20 -Column 0 Weight=1.0000 -Column 1 Width=344 - -[Table][0x5B562C13,3] -RefScale=20 -Column 0 Weight=1.0000 -Column 1 Width=99 -Column 2 Width=184 - -[Table][0x17AC2E33,4] -RefScale=20 -Column 0 Width=40 -Column 1 Weight=1.0000 -Column 2 Width=150 -Column 3 Width=40 - -[Table][0x62A953DF,5] -RefScale=20 -Column 0 Width=41 -Column 1 Weight=1.0000 -Column 2 Width=69 -Column 3 Width=91 -Column 4 Width=70 - -[Table][0xB17BCA58,3] -RefScale=20 -Column 0 Weight=1.0000 -Column 1 Width=80 -Column 2 Width=150 - -[Table][0x7804123E,3] -RefScale=20 -Column 0 Width=97 -Column 1 Weight=1.0000 -Column 2 Width=697 - -[Table][0x09B0112E,3] -RefScale=20 -Column 0 Weight=1.0000 -Column 1 Width=80 -Column 2 Width=150 - -[Table][0x8785BC8E,2] -RefScale=20 -Column 0 Width=30 -Column 1 Width=30 - -[Table][0x9D36FCE8,2] -RefScale=20 -Column 0 Width=979 -Column 1 Weight=1.0000 - -[Table][0xD9B78BEB,4] -Column 0 Weight=0.7383 -Column 1 Weight=0.9835 -Column 2 Weight=1.2630 -Column 3 Weight=1.0152 - -[Table][0x1E33BAE5,4] -Column 0 Weight=1.0000 -Column 1 Weight=1.0000 -Column 2 Weight=1.0000 -Column 3 Weight=1.0000 - -[Table][0xE966293D,2] -Column 0 Weight=1.0000 -Column 1 Weight=1.0000 - -[Table][0x3BC4E73C,4] -Column 0 Weight=1.0000 -Column 1 Weight=1.0000 -Column 2 Weight=1.0000 -Column 3 Weight=1.0000 - -[Table][0xA7C79098,4] -Column 0 Weight=1.0000 -Column 1 Weight=1.0000 -Column 2 Weight=1.0000 -Column 3 Weight=1.0000 - -[Table][0x5D625714,4] -Column 0 Weight=1.0000 -Column 1 Weight=1.0000 -Column 2 Weight=1.0000 -Column 3 Weight=1.0000 - -[Table][0x956B4F3C,3] -Column 0 Weight=1.0000 -Column 1 Weight=1.0000 -Column 2 Weight=1.0000 - -[Table][0xDB08D961,2] -Column 0 Weight=1.0000 -Column 1 Weight=1.0000 - -[Table][0x56E5731C,4] -Column 0 Weight=1.0000 -Column 1 Weight=1.0000 -Column 2 Weight=1.0000 -Column 3 Weight=1.0000 - -[Table][0xBB74A97D,3] -Column 0 Weight=1.0000 -Column 1 Weight=1.0000 -Column 2 Weight=1.0000 - -[Table][0x8D80656C,3] -Column 0 Weight=1.0000 -Column 1 Weight=1.0000 -Column 2 Weight=1.0000 - -[Table][0xBE1F27AC,4] -Column 0 Weight=1.0000 -Column 1 Weight=1.0000 -Column 2 Weight=1.0000 -Column 3 Weight=1.0000 - -[Table][0xDBA8B925,4] -Column 0 Weight=1.0000 -Column 1 Weight=1.0000 -Column 2 Weight=1.0000 -Column 3 Weight=1.0000 - -[Table][0xC2105545,4] -Column 0 Weight=1.0000 -Column 1 Weight=1.0000 -Column 2 Weight=1.0000 -Column 3 Weight=1.0000 - -[Table][0xDE97CDFF,4] -Column 0 Weight=1.0000 -Column 1 Weight=1.0000 -Column 2 Weight=1.0000 -Column 3 Weight=1.0000 - -[Table][0x7F16368E,4] -Column 0 Weight=0.9145 -Column 1 Weight=1.1303 -Column 2 Weight=0.9547 -Column 3 Weight=1.0005 - -[Table][0xF76721A7,4] -Column 0 Weight=1.0000 -Column 1 Weight=1.0000 -Column 2 Weight=1.0000 -Column 3 Weight=1.0000 - -[Table][0x37797A05,4] -Column 0 Weight=1.0000 -Column 1 Weight=1.0000 -Column 2 Weight=1.0000 -Column 3 Weight=1.0000 - -[Table][0x2D841D6F,4] -Column 0 Weight=1.0000 -Column 1 Weight=1.0000 -Column 2 Weight=1.0000 -Column 3 Weight=1.0000 - -[Table][0x7E26A1D4,4] -Column 0 Weight=80.4588 -Column 1 Weight=169.4836 -Column 2 Weight=150.2102 -Column 3 Weight=79.8470 - -[Table][0x1CFFB223,4] - -[Table][0x70E15D09,5] -Column 0 Weight=1.0000 -Column 1 Weight=1.0000 -Column 2 Weight=1.0000 -Column 3 Weight=1.0000 -Column 4 Weight=1.0000 - -[Table][0x6338D58B,3] -Column 0 Weight=1.0000 -Column 1 Weight=1.0000 -Column 2 Weight=1.0000 - -[Table][0x7588069B,3] -Column 0 Weight=1.0000 -Column 1 Weight=1.0000 -Column 2 Weight=1.0000 - -[Table][0xF3513EB6,5] -Column 0 Weight=1.0000 -Column 1 Weight=1.0000 -Column 2 Weight=1.0000 -Column 3 Weight=1.0000 -Column 4 Weight=1.0000 - -[Table][0x01BE01AA,3] -Column 0 Weight=1.0000 -Column 1 Weight=1.0000 -Column 2 Weight=1.0000 - -[Table][0xCDB1D6D5,5] -Column 0 Weight=1.0000 -Column 1 Weight=1.0000 -Column 2 Weight=1.0000 -Column 3 Weight=1.0000 -Column 4 Weight=1.0000 - -[Table][0x6DBB2462,5] -Column 0 Weight=1.0000 -Column 1 Weight=1.0000 -Column 2 Weight=1.0000 -Column 3 Weight=1.0000 -Column 4 Weight=1.0000 - -[Table][0xAE84F0F0,2] -RefScale=20 -Column 0 Width=694 -Column 1 Weight=1.0000 - -[Table][0xDA68DA93,3] -RefScale=20 -Column 0 Width=60 -Column 1 Weight=1.0000 -Column 2 Width=70 - -[Table][0x6A6B65B9,3] -RefScale=20 -Column 0 Width=60 -Column 1 Weight=1.0000 -Column 2 Width=70 - -[Table][0x871FB46D,3] -RefScale=20 -Column 0 Width=60 -Column 1 Weight=1.0000 -Column 2 Width=70 - -[Table][0x2F203C4C,3] -RefScale=20 -Column 0 Width=60 -Column 1 Weight=1.0000 -Column 2 Width=70 - -[Table][0x01A46CC7,3] -RefScale=20 -Column 0 Width=60 -Column 1 Weight=1.0000 -Column 2 Width=70 - -[Table][0xC0D03849,3] -RefScale=20 -Column 0 Width=60 -Column 1 Weight=1.0000 -Column 2 Width=70 - -[Table][0x9CE0C751,3] -RefScale=20 -Column 0 Width=60 -Column 1 Weight=1.0000 -Column 2 Width=70 - -[Table][0x11F051D8,3] -RefScale=20 -Column 0 Width=60 -Column 1 Weight=1.0000 -Column 2 Width=70 - -[Docking][Data] -DockNode ID=0x00000008 Pos=3125,170 Size=593,1157 Split=Y - DockNode ID=0x00000009 Parent=0x00000008 SizeRef=1029,147 Selected=0x0469CA7A - DockNode ID=0x0000000A Parent=0x00000008 SizeRef=1029,145 Selected=0xDF822E02 -DockSpace ID=0xAFC85805 Window=0x079D3A04 Pos=0,28 Size=2576,1723 Split=X - DockNode ID=0x00000003 Parent=0xAFC85805 SizeRef=2357,1183 Split=X - DockNode ID=0x0000000B Parent=0x00000003 SizeRef=404,1186 Split=X Selected=0xF4139CA2 - DockNode ID=0x00000005 Parent=0x0000000B SizeRef=820,1681 Split=Y Selected=0x3F1379AF - DockNode ID=0x00000010 Parent=0x00000005 SizeRef=983,1140 CentralNode=1 Selected=0x418C7449 - DockNode ID=0x00000011 Parent=0x00000005 SizeRef=983,184 Selected=0x432BAE4E - DockNode ID=0x00000006 Parent=0x0000000B SizeRef=1754,1681 Split=X Selected=0x6F2B5B04 - DockNode ID=0x00000001 Parent=0x00000006 SizeRef=1183,1924 Selected=0x6F2B5B04 - DockNode ID=0x00000002 Parent=0x00000006 SizeRef=569,1924 Selected=0x0D5A5273 - DockNode ID=0x0000000D Parent=0x00000003 SizeRef=435,1186 Selected=0x363E93D6 - DockNode ID=0x00000004 Parent=0xAFC85805 SizeRef=488,1183 Selected=0x3AEC3498 - ;;;<<>>;;; ;;;<<>>;;; [Layout] @@ -946,3 +12,81 @@ ShowFps=true Name=ImGuiColorsClassic ;;;<<>>;;; {"gImGuiSplitIDs":{"MainDockSpace":2949142533}} +;;;<<>>;;; +[Window][Debug##Default] +Pos=60,60 +Size=400,400 +Collapsed=0 + +[Window][Project Settings] +Pos=60,60 +Size=350,651 +Collapsed=0 + +[Window][Files & Media] +Pos=60,60 +Size=371,332 +Collapsed=0 + +[Window][AI Settings] +Pos=60,60 +Size=355,405 +Collapsed=0 + +[Window][Theme] +Pos=60,60 +Size=491,756 +Collapsed=0 + +[Window][Discussion Hub] +Pos=60,60 +Size=515,230 +Collapsed=0 + +[Window][Operations Hub] +Pos=60,60 +Size=699,179 +Collapsed=0 + +[Window][Response] +Pos=60,60 +Size=122,86 +Collapsed=0 + +[Window][Log Management] +Pos=60,60 +Size=867,612 +Collapsed=0 + +[Window][Diagnostics] +Pos=60,60 +Size=437,319 +Collapsed=0 + +[Table][0x7804123E,3] +RefScale=20 +Column 0 Width=60 +Column 1 Weight=1.0000 +Column 2 Width=70 + +[Table][0xFC15AE63,7] +Column 0 Weight=1.0000 +Column 1 Weight=1.0000 +Column 2 Weight=1.0000 +Column 3 Weight=1.0000 +Column 4 Weight=1.0000 +Column 5 Weight=1.0000 +Column 6 Weight=1.0000 + +[Table][0xA02D8C87,3] +RefScale=20 +Column 0 Width=150 +Column 1 Width=100 +Column 2 Weight=1.0000 + +[Docking][Data] +DockSpace ID=0xAFC85805 Window=0x079D3A04 Pos=0,28 Size=1680,1172 CentralNode=1 + + + +