Files
Andrey Kumanyaev c5aec01b04 fix(skills): stop double-fencing the community routing block
GenerateRouting emitted its own gortex:skills marker pair inside a
payload every adapter re-wraps with the communities markers, so the
block landed nested. It also advertised /gortex-<label> slash commands
that exist only on Claude Code, telling every other host to invoke
something it has no way to resolve, and named legacy one-tool-per-
operation tools the public facade no longer exposes.

The routing table now points at analyze(operation:"communities") and
the skill bodies name only facade tools.
2026-08-15 12:23:48 +02:00
..