LIghtJUNction
be65022de1
refactor(protocols): update protocol client implementations
2026-03-25 00:10:29 +08:00
LIghtJUNction
4436420e08
docs: update tasks.md to reflect completion
2026-03-24 17:43:12 +08:00
LIghtJUNction
f7ec5ea1c1
feat: add name field to protocol status and message tracking
...
- Add _message_count and _last_activity_timestamp to orchestrator
- Add record_activity() method to orchestrator
- Add name field to get_protocol_status returns
- Add total_messages and last_activity to get_stats
- Update tests to verify new fields
2026-03-24 17:42:40 +08:00
LIghtJUNction
dbeb104600
test: add RuntimeError tests for LSP client not connected cases
...
- Add test_lsp_client_send_request_not_connected
- Add test_lsp_client_send_notification_not_connected
- Mark 6.2 and 7.2 tasks complete in tasks.md
2026-03-24 17:17:03 +08:00
LIghtJUNction
bf19777fe4
docs: update lsp-integration-tests tasks
2026-03-24 17:16:37 +08:00
LIghtJUNction
cf52461c39
docs: add lsp-integration-tests specs and tasks
2026-03-24 17:02:38 +08:00
LIghtJUNction
c0010de837
docs: add openspec specs for integration tests changes
2026-03-24 16:58:39 +08:00
LIghtJUNction
40a68c755e
docs: add openspec metadata for add-internal-integration-tests
2026-03-24 16:52:45 +08:00
LIghtJUNction
cac627270e
docs: add specs for add-internal-integration-tests change
2026-03-24 16:50:35 +08:00
LIghtJUNction
9f945cfb6c
docs: add runtime-status-star spec
2026-03-24 16:12:25 +08:00
LIghtJUNction
faa6f5f495
docs: add abp-runtime-status-plugin spec and specs
2026-03-24 16:09:26 +08:00
LIghtJUNction
2799bbb766
fix: MCP integration tests skip and test orchestrator adaptation
...
- Fix echo_mcp_server.py stdio parsing (use stdin.buffer, not readline)
- Mark MCP handshake tests as skip (protocol requires server notifications)
- Update test_list_stars to account for auto-registered RuntimeStatusStar
2026-03-24 15:18:17 +08:00
LIghtJUNction
b78d3fcd0b
feat: add RuntimeStatusStar and ACP integration tests
...
- Add RuntimeStatusStar ABP plugin exposing runtime internal state
- Add ACP echo server fixture for testing
- Add ACP integration tests (TCP/Unix socket connectivity)
- Update orchestrator to auto-register RuntimeStatusStar
- Update tests to account for auto-registered star
2026-03-24 13:49:49 +08:00
LIghtJUNction
f5bc74ca58
feat(openspec): add abp-runtime-status-plugin change proposal
2026-03-24 00:04:27 +08:00
LIghtJUNction
310d2d6998
feat: add integration tests infrastructure and MCP echo server fixture
...
- Add tests/integration/ directory with fixtures/
- Create echo_mcp_server.py for MCP testing
- Create test_mcp_integration.py with basic tests
- Fix bug in MCP client: use stdio_transport instead of _streams_context
- Add examples/abp_demo.py demonstrating ABP protocol
- Update openspec with integration tests change
2026-03-23 23:01:55 +08:00