You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GAP-MATRIX-07 (Critical — proxy forwarding broken):
TransportEndpoint::parse() now handles unix:// URI scheme. Previously,
unix:///path strings (from display_string() round-trips or external
capability.register calls) contained ':' and were misrouted to TCP
parsing, creating broken PathBuf values. All capability.call forwarding
through discovered endpoints now works end-to-end.
GAP-MATRIX-01b (Medium — BearDog Format E unrecognized):
Added Format E to capability parser: result.provided_capabilities
[{type: "security", methods: ["sign", "verify", ...]}]. Emits both
the group type ("security") and qualified methods ("security.sign").
Both cap_probe.rs canonical parser and ai_advisor.rs mirror updated.
BearDog's 9 capability groups now register correctly.
GAP-MATRIX-02 (Medium — TOML graph parser rejection):
GraphDefinition.name and .version now #[serde(default)], matching the
neural_graph::Graph parser which already defaults missing fields.
tower_atomic_bootstrap.toml (which omits name/version) now parses
through both the DeploymentGraph and neural_graph code paths.
Tests: 7,654 passing (+5 new), 0 failed, clippy PASS.
Made-with: Cursor
0 commit comments