fix: fix some displays and features

This commit is contained in:
2026-06-06 17:06:45 +02:00
parent 2332b7f815
commit 3be55795a6
31 changed files with 3118 additions and 30 deletions

View File

@ -12,7 +12,7 @@ import { createMockGateways, MockSystemGateway } from "./index";
const gateways: Gateways = createMockGateways();
describe("createMockGateways", () => {
it("exposes all nine gateways", () => {
it("exposes all ten gateways", () => {
expect(Object.keys(gateways).sort()).toEqual([
"agent",
"git",
@ -20,6 +20,7 @@ describe("createMockGateways", () => {
"profile",
"project",
"remote",
"skill",
"system",
"template",
"terminal",