..
agents
refactor(mcp-server): replace redundant CreatedSession local interface with imported DebugSession in diagnostics-orchestrator
2026-03-05 12:40:06 -08:00
brain-overflow-pipeline.ts
feat(mcp-server): A2A batch-2 — STTFallbackMonitorAgent (lysnrai) + ProgressAnalystAgent (jarvis) + BrainOverflowAgent (mindlyst)
2026-03-05 16:31:32 -08:00
calendar-import-pipeline.ts
feat(mcp-server): A2A batch-5 — GoalCoachingAgent + SkiRunAnalystAgent (peakpulse) + OrgProvisioningAgent (lysnrai) + ProtocolTuningAgent (nomgap) + CalendarImportAgent (chronomind)
2026-03-05 18:07:59 -08:00
daily-brief-pipeline.ts
feat(mcp-server): add 4 A2A pipelines — DailyBrief, MarketplaceCert, SafetyMonitor, SyncDiagnostics
2026-03-05 14:22:25 -08:00
engagement-pipeline.ts
fix(triage-quality-pipeline): remove unused MemoryItemDoc import
2026-03-05 16:18:54 -08:00
goal-coaching-pipeline.ts
feat(mcp-server): A2A batch-5 — GoalCoachingAgent + SkiRunAnalystAgent (peakpulse) + OrgProvisioningAgent (lysnrai) + ProtocolTuningAgent (nomgap) + CalendarImportAgent (chronomind)
2026-03-05 18:07:59 -08:00
keyboard-diagnostics-pipeline.ts
feat(mcp-server): A2A batch-3 — ReflectionSynthesisAgent (mindlyst) + KeyboardDiagnosticsAgent (lysnrai) + NLParserEvalAgent (chronomind)
2026-03-05 16:36:19 -08:00
marketplace-cert-pipeline.ts
feat(mcp-server): add 4 A2A pipelines — DailyBrief, MarketplaceCert, SafetyMonitor, SyncDiagnostics
2026-03-05 14:22:25 -08:00
memory-curation-pipeline.ts
fix(triage-quality-pipeline): remove unused MemoryItemDoc import
2026-03-05 16:18:54 -08:00
nl-parser-eval-pipeline.ts
feat(mcp-server): A2A batch-3 — ReflectionSynthesisAgent (mindlyst) + KeyboardDiagnosticsAgent (lysnrai) + NLParserEvalAgent (chronomind)
2026-03-05 16:36:19 -08:00
org-provisioning-pipeline.ts
feat(mcp-server): A2A batch-5 — GoalCoachingAgent + SkiRunAnalystAgent (peakpulse) + OrgProvisioningAgent (lysnrai) + ProtocolTuningAgent (nomgap) + CalendarImportAgent (chronomind)
2026-03-05 18:07:59 -08:00
pipeline-tool.ts
fix(mcp-server): correct TelemetryCluster type, remove productId QS dead code from telemetryClusters, remove redundant extend() in pipeline-tool
2026-03-05 12:32:34 -08:00
progress-analyst-pipeline.ts
feat(mcp-server): A2A batch-2 — STTFallbackMonitorAgent (lysnrai) + ProgressAnalystAgent (jarvis) + BrainOverflowAgent (mindlyst)
2026-03-05 16:31:32 -08:00
protocol-tuning-pipeline.ts
feat(mcp-server): A2A batch-5 — GoalCoachingAgent + SkiRunAnalystAgent (peakpulse) + OrgProvisioningAgent (lysnrai) + ProtocolTuningAgent (nomgap) + CalendarImportAgent (chronomind)
2026-03-05 18:07:59 -08:00
reflection-synthesis-pipeline.ts
feat(mcp-server): A2A batch-3 — ReflectionSynthesisAgent (mindlyst) + KeyboardDiagnosticsAgent (lysnrai) + NLParserEvalAgent (chronomind)
2026-03-05 16:36:19 -08:00
route-safety-pipeline.ts
feat(mcp-server): 4 MCP tool gaps + 3 new A2A pipelines (Priority 3/6/7)
2026-03-05 15:18:21 -08:00
routine-quality-pipeline.ts
feat(mcp-server): A2A batch-4 — RoutineQualityAgent (chronomind) + SocialFastCoordinatorAgent (nomgap) + TeamProvisioningAgent (jarvis)
2026-03-05 16:39:36 -08:00
runner.test.ts
fix(mcp-server): fix debug-pack cluster rendering to use correct field names, tighten TelemetryCluster type; fix test mock to include all required fields
2026-03-05 12:33:43 -08:00
runner.ts
feat(mcp-server): Phase 2 A2A orchestration — DispatcherAgent, TelemetryAnalystAgent, DiagnosticsOrchestratorAgent, ReportWriterAgent, runIncidentPipeline runner + support.runIncidentPipeline MCP tool (10 tests)
2026-03-05 12:23:53 -08:00
safety-monitor-pipeline.ts
fix(mcp-server): 3 A2A pipeline bug fixes from audit
2026-03-05 14:54:21 -08:00
ski-run-analyst-pipeline.ts
feat(mcp-server): A2A batch-5 — GoalCoachingAgent + SkiRunAnalystAgent (peakpulse) + OrgProvisioningAgent (lysnrai) + ProtocolTuningAgent (nomgap) + CalendarImportAgent (chronomind)
2026-03-05 18:07:59 -08:00
social-fast-coordinator-pipeline.ts
fix(mcp-server): social-fast-coordinator-pipeline — stage_transition used non-existent currentStage field
2026-03-05 18:13:28 -08:00
stt-fallback-monitor-pipeline.ts
feat(mcp-server): A2A batch-2 — STTFallbackMonitorAgent (lysnrai) + ProgressAnalystAgent (jarvis) + BrainOverflowAgent (mindlyst)
2026-03-05 16:31:32 -08:00
sync-conflict-pipeline.ts
feat(mcp-server): 4 MCP tool gaps + 3 new A2A pipelines (Priority 3/6/7)
2026-03-05 15:18:21 -08:00
sync-diagnostics-pipeline.ts
fix(mcp-server): 3 A2A pipeline bug fixes from audit
2026-03-05 14:54:21 -08:00
team-provisioning-pipeline.ts
feat(mcp-server): A2A batch-4 — RoutineQualityAgent (chronomind) + SocialFastCoordinatorAgent (nomgap) + TeamProvisioningAgent (jarvis)
2026-03-05 16:39:36 -08:00
transcript-extraction-pipeline.ts
feat(mcp-server): 4 MCP tool gaps + 3 new A2A pipelines (Priority 3/6/7)
2026-03-05 15:18:21 -08:00
triage-quality-pipeline.ts
fix(triage-quality-pipeline): remove unused MemoryItemDoc import
2026-03-05 16:18:54 -08:00
types.ts
feat(mcp-server): Phase 2 A2A orchestration — DispatcherAgent, TelemetryAnalystAgent, DiagnosticsOrchestratorAgent, ReportWriterAgent, runIncidentPipeline runner + support.runIncidentPipeline MCP tool (10 tests)
2026-03-05 12:23:53 -08:00