Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
be91a1b
feat: foundation layer — trogon-nats, trogon-mcp, trogon-agent-core, …
jramirezhdez02 Mar 25, 2026
2fb312f
style: rustfmt connect_integration.rs
jramirezhdez02 Mar 25, 2026
aeaa7be
test(acp-telemetry): coverage(off) for init_logger, try_init_otel, sh…
jramirezhdez02 Mar 25, 2026
d32b109
fix(acp-telemetry): enable coverage_attribute feature gate for covera…
jramirezhdez02 Mar 25, 2026
68d47e6
test(agent-core): cover AgentError::Http display format
jramirezhdez02 Mar 25, 2026
89dd093
fix(foundation): apply review findings
jramirezhdez02 Mar 25, 2026
ab16dda
style: rustfmt connect_integration and system.rs
jramirezhdez02 Mar 25, 2026
2219340
feat: ACP Bridge — dumb-pipe NATS transport for agent-client-protocol
jramirezhdez02 Mar 25, 2026
4f3814c
fix(acp-nats-stdio): move E2E test that depends on trogon-acp-runner …
jramirezhdez02 Mar 25, 2026
d1af963
fix(acp-nats-ws): move e2e_runner test to runner crate (requires trog…
jramirezhdez02 Mar 25, 2026
2266175
style: rustfmt acp-nats-stdio main.rs and connect_integration.rs
jramirezhdez02 Mar 25, 2026
9a118a7
style: rustfmt prompt.rs and subject_token_violation.rs
jramirezhdez02 Mar 25, 2026
f6dfd58
fix(lint): collapse nested if-let in prompt.rs
jramirezhdez02 Mar 25, 2026
a13ac4d
fix(acp-nats): fix prompt_handle_mock tests for 3-subscribe API
jramirezhdez02 Mar 25, 2026
d61065a
fix(acp-nats-stdio): allow type_complexity on test helper return type
jramirezhdez02 Mar 25, 2026
3fa4aec
fix(coverage): cover new uncovered lines in acp/bridge
jramirezhdez02 Mar 25, 2026
9c31683
style: rustfmt prompt.rs, subjects.rs, agent_loop.rs
jramirezhdez02 Mar 25, 2026
0ae99ea
fix: add coverage_attribute feature gate to acp-nats-stdio and acp-na…
jramirezhdez02 Mar 25, 2026
4d3d4a7
test(acp-nats): rename proxy test to reflect no-panic intent
jramirezhdez02 Mar 25, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
- name: Run tests with coverage
run: cargo cov --cobertura --output-path coverage.xml
working-directory: rsworkspace
env:
RUSTC_BOOTSTRAP: "1"

- name: Coverage report and gate
uses: insightsengineering/coverage-action@v3
Expand Down
Loading
Loading