Private
Public Access
0
0
Commit Graph

13 Commits

Author SHA1 Message Date
ed 31a8949d64 feat(style): Fix 1-space indentation in 27 files
Files corrected:
- src/fuzzy_anchor.py (18 violations)
- src/patch_modal.py (14 violations)
- scripts/extract_symbols.py (4 violations)
- scripts/tasks/download_fonts.py (8 violations)
- tests/: 23 files with indentation issues

All files verified with py_compile. Remaining 4 files
(test_api_events.py, test_discussion_takes_gui.py,
test_gui_updates.py, test_headless_service.py) have complex
multi-line with statements that require manual correction.
2026-05-16 03:00:20 -04:00
ed 4da88a4274 fix(tests): Fix gemini_cli tests - proper mocking of subprocess.Popen 2026-03-05 19:34:18 -05:00
ed a13a6c5cd0 WIP: STILL FIXING FUNDAMENTAL TRASH 2026-03-05 14:04:17 -05:00
ed b9686392d7 chore: apply ruff auto-fixes and remove dead AST scripts 2026-03-02 13:26:20 -05:00
ed 60396f03f8 refactor(types): auto -> None sweep across entire codebase
Applied 236 return type annotations to functions with no return values
across 100+ files (core modules, tests, scripts, simulations).
Added Phase 4 to python_style_refactor track for remaining 597 items
(untyped params, vars, and functions with return values).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 11:16:56 -05:00
ed d36632c21a checkpoint: massive refactor 2026-02-28 09:06:45 -05:00
ed bc261c6cbe teststests in wrong spot. 2026-02-28 00:07:45 -05:00
ed 41ae3df75d chore(tests): Move meta-infrastructure tests to conductor/tests/ for permanent isolation 2026-02-27 19:01:12 -05:00
ed f0f285bc26 chore(tests): Refine test separation, keep feature tests in main tests folder 2026-02-27 18:47:14 -05:00
ed d10a663111 chore(tests): Reorganize tests to separate project features from meta-infrastructure 2026-02-27 18:46:11 -05:00
ed 3b2d82ed0d feat(mma): Finalize Orchestrator Integration and fix all regressions 2026-02-27 18:31:14 -05:00
ed c23966061c fix(conductor): Apply review suggestions for track 'test_curation_20260225' 2026-02-25 22:05:28 -05:00
ed b762a80482 feat(ai): integrate GeminiCliAdapter into ai_client 2026-02-25 14:02:06 -05:00