|
|
1dacd3613e
|
feat(mma): Implement dynamic ticket parsing and dispatcher loop in ConductorEngine
|
2026-02-26 20:40:16 -05:00 |
|
|
|
a28d71b064
|
feat(mma): Implement structured system prompts for Tier 1 and Tier 2
|
2026-02-26 20:36:09 -05:00 |
|
|
|
695cb4a82e
|
feat(mma): Implement AsyncEventQueue in events.py
|
2026-02-26 20:33:51 -05:00 |
|
|
|
fb3da4de36
|
feat(mma): Integrate Tier 4 QA analysis across all providers and conductor
|
2026-02-26 20:29:34 -05:00 |
|
|
|
8e4e32690c
|
feat(mma): Implement run_tier4_analysis in ai_client.py
|
2026-02-26 20:22:04 -05:00 |
|
|
|
bc654c2f57
|
feat(mma): Implement Tier 4 QA interceptor in shell_runner.py
|
2026-02-26 20:19:34 -05:00 |
|
|
|
1afd9c8c2a
|
feat(mma): Implement HITL execution clutch and step-mode
|
2026-02-26 20:14:27 -05:00 |
|
|
|
9d6d1746c6
|
feat(mma): Implement context injection using ASTParser in run_worker_lifecycle
|
2026-02-26 20:10:15 -05:00 |
|
|
|
7a301685c3
|
feat(mma): Implement ConductorEngine and run_worker_lifecycle
|
2026-02-26 20:07:51 -05:00 |
|
|
|
e925b219cb
|
feat(mma): Implement state mutator methods for Ticket and Track
|
2026-02-26 20:02:09 -05:00 |
|
|
|
ee719296c4
|
feat(mma): Implement WorkerContext model
|
2026-02-26 19:59:51 -05:00 |
|
|
|
f9b5a504e5
|
feat(mma): Implement Ticket and Track models
|
2026-02-26 19:55:03 -05:00 |
|
|
|
7a609cae69
|
feat(mma): Implement ASTParser in file_cache.py and refactor mcp_client.py
|
2026-02-26 19:47:33 -05:00 |
|
|
|
8fb75cc7e2
|
feat(deps): Update requirements.txt with tree-sitter dependencies
|
2026-02-26 19:29:22 -05:00 |
|
|
|
9e56245091
|
feat(conductor): Restore mma_implementation track
|
2026-02-26 13:13:29 -05:00 |
|
|
|
507154f88d
|
chore(conductor): Archive completed track 'Review logging'
|
2026-02-26 09:32:19 -05:00 |
|
|
|
23c0f0a15a
|
test(logging): Add end-to-end integration test for logging lifecycle
|
2026-02-26 09:18:24 -05:00 |
|
|
|
948efbb376
|
remove mma test from toplvl dir
|
2026-02-26 09:17:54 -05:00 |
|
|
|
be249fbcb4
|
get mma tests into conductor dir
|
2026-02-26 09:16:56 -05:00 |
|
|
|
4e9c47f081
|
feat(logging): Implement auto-whitelisting heuristics for log sessions
|
2026-02-26 09:05:15 -05:00 |
|
|
|
bd2a79c090
|
feat(logging): Implement LogPruner for cleaning up old insignificant logs
|
2026-02-26 08:59:39 -05:00 |
|
|
|
3f4dc1ae03
|
feat(logging): Implement session-based log organization
|
2026-02-26 08:55:16 -05:00 |
|
|
|
10fbfd0f54
|
feat(logging): Implement LogRegistry for managing session metadata
|
2026-02-26 08:52:51 -05:00 |
|
|
|
d343066435
|
fix(conductor): Apply review suggestions for track 'mma_utilization_refinement_20260226'
|
2026-02-26 08:35:50 -05:00 |
|
|
|
a70680b2a2
|
checkpoint: Working on getting gemini cli to actually have parity with gemini api.
|
2026-02-26 00:31:33 -05:00 |
|
|
|
d030897520
|
chore(conductor): Archive track 'Add support for the deepseek api as a provider.'
|
2026-02-25 23:34:46 -05:00 |
|
|
|
95cac4e831
|
feat(ai): implement DeepSeek provider with streaming and reasoning support
|
2026-02-25 23:32:08 -05:00 |
|
|
|
75bf912f60
|
conductor(plan): Mark Phase 1 of DeepSeek track as verified
|
2026-02-25 22:36:57 -05:00 |
|
|
|
1b3ff232c4
|
feat(deepseek): Implement Phase 1 infrastructure and provider interface
|
2026-02-25 22:33:20 -05:00 |
|
|
|
c23966061c
|
fix(conductor): Apply review suggestions for track 'test_curation_20260225'
|
2026-02-25 22:05:28 -05:00 |
|
|
|
56025a84e9
|
checkpoint: finished test curation
|
2026-02-25 21:58:18 -05:00 |
|
|
|
3a6a53d046
|
chore(conductor): Archive track 'mma_formalization_20260225'
|
2026-02-25 20:37:04 -05:00 |
|
|
|
c2ab18164e
|
checkpoint on mma overhaul
|
2026-02-25 20:30:34 -05:00 |
|
|
|
221374eed6
|
feat(mma): Complete Phase 3 context features (injection, dependency mapping, logging)
|
2026-02-25 20:21:12 -05:00 |
|
|
|
678fa89747
|
feat(mma): Implement logging/auditing for role hand-offs
|
2026-02-25 20:16:56 -05:00 |
|
|
|
32ec14f5c3
|
feat(mma): Add dependency mapping to mma-exec
|
2026-02-25 20:12:14 -05:00 |
|
|
|
4e564aad79
|
feat(mma): Implement AST Skeleton View generator using tree-sitter
|
2026-02-25 20:08:43 -05:00 |
|
|
|
794cc2a7f2
|
fix(mma): Fix tier 2 model name to valid preview model and adjust tests
|
2026-02-25 19:57:42 -05:00 |
|
|
|
be2a77cc79
|
fix(mma): Assign dedicated models per tier in execute_agent
|
2026-02-25 19:51:00 -05:00 |
|
|
|
f6e6d418f6
|
fix(mma): Use headless execution flag for context amnesia and parse json output
|
2026-02-25 19:45:59 -05:00 |
|
|
|
9a27a80d65
|
feat(mma): Implement Context Amnesia bridge via subprocess
|
2026-02-25 19:16:41 -05:00 |
|
|
|
55c0fd1c52
|
feat(mma): Implement Role-Scoped Document selection logic
|
2026-02-25 19:12:02 -05:00 |
|
|
|
0b2cd324e5
|
feat(mma): Scaffold mma_exec.py with basic CLI structure
|
2026-02-25 19:09:14 -05:00 |
|
|
|
94e41d20ff
|
chore(conductor): Archive gemini_cli_headless_20260224 track and update tests
|
2026-02-25 18:39:36 -05:00 |
|
|
|
d187a6c8d9
|
feat(ai): support stdin for Gemini CLI and verify with integration test
|
2026-02-25 14:23:20 -05:00 |
|
|
|
b762a80482
|
feat(ai): integrate GeminiCliAdapter into ai_client
|
2026-02-25 14:02:06 -05:00 |
|
|
|
211000c926
|
feat(ipc): implement cli_tool_bridge as BeforeTool hook
|
2026-02-25 13:53:57 -05:00 |
|
|
|
1792107412
|
feat(ipc): support synchronous 'ask' requests in api_hooks
|
2026-02-25 13:41:25 -05:00 |
|
|
|
147c10d4bb
|
chore(conductor): Archive track 'manual_slop_headless_20260225'
|
2026-02-25 13:34:32 -05:00 |
|
|
|
9b50bfa75e
|
fix(headless): Apply review suggestions for track 'manual_slop_headless_20260225'
|
2026-02-25 13:33:59 -05:00 |
|