Commit Graph

1303 Commits

Author SHA1 Message Date
Ed_
72c2760a13 why do I even have this file still 2026-03-07 20:04:59 -05:00
Ed_
422b2e6518 so tired 2026-03-07 20:04:46 -05:00
Ed_
93cd4a0050 fk these ai 2026-03-07 20:02:06 -05:00
Ed_
328063f00f tired 2026-03-07 19:50:41 -05:00
Ed_
177787e5f6 fking ai 2026-03-07 19:41:23 -05:00
Ed_
3ba4cac4a4 ai is trying to cheat out of finishing the tests still 2026-03-07 19:38:15 -05:00
Ed_
b1ab18f8e1 add anti-patterns to tier 1 2026-03-07 19:29:00 -05:00
Ed_
d7ac7bac0a more ref 2026-03-07 19:28:16 -05:00
Ed_
7f7e456351 trying to improve behavior in opencode 2026-03-07 19:26:19 -05:00
Ed_
896be1eae2 ok 2026-03-07 18:31:21 -05:00
Ed_
39348745d3 fix: Test regression fixes - None event_queue handling, test assertions, skip pre-existing issue 2026-03-07 17:01:23 -05:00
Ed_
ca65f29513 fix: Handle None event_queue in _queue_put, fix test assertion 2026-03-07 16:53:45 -05:00
Ed_
3984132700 conductor(tracks): Add Test Regression Verification track 2026-03-07 16:48:42 -05:00
Ed_
07a4af2f94 conductor(tracks): Mark Per-Ticket Model Override as complete 2026-03-07 16:47:12 -05:00
Ed_
98cf0290e6 conductor(plan): Mark Per-Ticket Model Override track complete 2026-03-07 16:47:02 -05:00
Ed_
f5ee94a3ee conductor(plan): Mark Task 4.1 complete 2026-03-07 16:46:38 -05:00
Ed_
e20f8a1d05 feat(conductor): Use model_override in worker execution 2026-03-07 16:45:56 -05:00
Ed_
4d32d41cd1 conductor(plan): Mark tasks 2.1-3.1 complete 2026-03-07 16:44:46 -05:00
Ed_
63d1b04479 feat(gui): Add model dropdown and override indicator to ticket queue 2026-03-07 16:43:52 -05:00
Ed_
3c9d8da292 conductor(plan): Mark tasks 1.1-1.3 complete 2026-03-07 16:42:22 -05:00
Ed_
245653ce62 feat(models): Add model_override field to Ticket 2026-03-07 16:41:47 -05:00
Ed_
3d89d0e026 conductor(tracks): Mark Per-Ticket Model Override as in-progress 2026-03-07 16:40:26 -05:00
Ed_
86973e2401 conductor(tracks): Mark Pipeline Pause/Resume as complete 2026-03-07 16:39:03 -05:00
Ed_
925a7a9fcf conductor(plan): Mark all Pipeline Pause/Resume tasks complete 2026-03-07 16:38:49 -05:00
Ed_
203fcd5b5c conductor(plan): Mark tasks 3.1-3.2 as complete 2026-03-07 16:38:19 -05:00
Ed_
3cb7d4fd6d feat(gui): Add pause/resume button and visual indicator 2026-03-07 16:37:55 -05:00
Ed_
570527a955 conductor(plan): Mark tasks 1.1-2.2 as complete 2026-03-07 16:36:42 -05:00
Ed_
0c3a2061e7 feat(conductor): Add pause/resume mechanism to ConductorEngine 2026-03-07 16:36:04 -05:00
Ed_
ce99c18cbd conductor(tracks): Mark Pipeline Pause/Resume as in-progress 2026-03-07 16:34:04 -05:00
Ed_
048a07a049 conductor(tracks): Mark Manual Block/Unblock Control as complete 2026-03-07 16:32:13 -05:00
Ed_
11a04f4147 conductor(plan): Mark all tasks as complete for Manual Block/Unblock Control 2026-03-07 16:32:04 -05:00
Ed_
5259e2fc91 conductor(plan): Mark Task 3.1 as complete 2026-03-07 16:31:39 -05:00
Ed_
c6d0bc8c8d feat(gui): Add cascade blocking logic to block/unblock 2026-03-07 16:30:53 -05:00
Ed_
265839a55b conductor(plan): Mark tasks 2.1-2.2 as complete 2026-03-07 16:29:13 -05:00
Ed_
2ff5a8beee feat(gui): Add block/unblock buttons to ticket queue 2026-03-07 16:28:13 -05:00
Ed_
8b514e0d4d conductor(plan): Mark tasks 1.1-1.3 as complete 2026-03-07 16:26:48 -05:00
Ed_
094a6c3c22 feat(models): Add manual_block field and methods to Ticket 2026-03-07 16:25:44 -05:00
Ed_
97b5bd953d conductor(tracks): Mark Manual Block/Unblock Control as in-progress 2026-03-07 16:22:48 -05:00
Ed_
d45accbc90 conductor(plan): Mark Task 3.1 as complete 2026-03-07 16:20:07 -05:00
Ed_
d74f629f47 feat(gui): Add kill button per worker in ticket queue table 2026-03-07 16:19:01 -05:00
Ed_
597e6b51e2 feat(conductor): Implement abort checks in worker lifecycle and kill_worker method 2026-03-07 16:06:56 -05:00
Ed_
da011fbc57 feat(conductor): Populate abort_events when spawning workers 2026-03-07 15:59:59 -05:00
Ed_
5f7909121d feat(conductor): Add worker tracking and abort event dictionaries to ConductorEngine 2026-03-07 15:55:39 -05:00
Ed_
beae82860a docs(conductor): Synchronize docs for track 'Manual Ticket Queue Management' 2026-03-07 15:45:08 -05:00
Ed_
3f83063197 conductor(plan): Mark all tasks as complete for Manual Ticket Queue Management 2026-03-07 15:43:30 -05:00
Ed_
a22603d136 feat(gui): Implement manual ticket queue management with priority, multi-select, and drag-drop reordering 2026-03-07 15:42:32 -05:00
Ed_
c56c8db6db conductor(plan): Mark Task 1.2 and 1.3 as complete 2026-03-07 15:29:27 -05:00
Ed_
035c74ed36 feat(models): Add priority field to Ticket dataclass and update serialization 2026-03-07 15:27:30 -05:00
Ed_
e9d9cdeb28 docs(conductor): Synchronize docs for track 'On-Demand Definition Lookup' 2026-03-07 15:23:04 -05:00
Ed_
95f8a6d120 chore(conductor): Mark track 'On-Demand Definition Lookup' as complete 2026-03-07 15:21:31 -05:00