@essentialai/cogent-server 2.0.1 → 3.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/dist/__tests__/helpers.d.ts +4 -0
- package/dist/__tests__/helpers.d.ts.map +1 -1
- package/dist/__tests__/helpers.js +14 -0
- package/dist/__tests__/helpers.js.map +1 -1
- package/dist/app.d.ts +4 -0
- package/dist/app.d.ts.map +1 -1
- package/dist/app.js +29 -3
- package/dist/app.js.map +1 -1
- package/dist/index.js +12 -1
- package/dist/index.js.map +1 -1
- package/dist/middleware/ws-auth.d.ts +11 -0
- package/dist/middleware/ws-auth.d.ts.map +1 -1
- package/dist/middleware/ws-auth.js +46 -0
- package/dist/middleware/ws-auth.js.map +1 -1
- package/dist/routes/adapter.d.ts +17 -0
- package/dist/routes/adapter.d.ts.map +1 -0
- package/dist/routes/adapter.js +119 -0
- package/dist/routes/adapter.js.map +1 -0
- package/dist/routes/channel-mappings.d.ts +17 -0
- package/dist/routes/channel-mappings.d.ts.map +1 -0
- package/dist/routes/channel-mappings.js +120 -0
- package/dist/routes/channel-mappings.js.map +1 -0
- package/dist/routes/messages.d.ts +2 -1
- package/dist/routes/messages.d.ts.map +1 -1
- package/dist/routes/messages.js +19 -3
- package/dist/routes/messages.js.map +1 -1
- package/dist/routes/peers.d.ts.map +1 -1
- package/dist/routes/peers.js +5 -1
- package/dist/routes/peers.js.map +1 -1
- package/dist/routes/ui.d.ts.map +1 -1
- package/dist/routes/ui.js +5 -0
- package/dist/routes/ui.js.map +1 -1
- package/dist/services/adapter-registry.d.ts +45 -0
- package/dist/services/adapter-registry.d.ts.map +1 -0
- package/dist/services/adapter-registry.js +121 -0
- package/dist/services/adapter-registry.js.map +1 -0
- package/dist/services/channel-index.d.ts +29 -0
- package/dist/services/channel-index.d.ts.map +1 -0
- package/dist/services/channel-index.js +53 -0
- package/dist/services/channel-index.js.map +1 -0
- package/dist/services/connection-manager.d.ts +10 -0
- package/dist/services/connection-manager.d.ts.map +1 -1
- package/dist/services/connection-manager.js +23 -0
- package/dist/services/connection-manager.js.map +1 -1
- package/dist/types.d.ts +17 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/ui/components/NavBar.d.ts.map +1 -1
- package/dist/ui/components/NavBar.js +1 -1
- package/dist/ui/components/NavBar.js.map +1 -1
- package/dist/ui/pages/FaqPage.d.ts +3 -0
- package/dist/ui/pages/FaqPage.d.ts.map +1 -0
- package/dist/ui/pages/FaqPage.js +171 -0
- package/dist/ui/pages/FaqPage.js.map +1 -0
- package/dist/ui/pages/HowToPage.d.ts.map +1 -1
- package/dist/ui/pages/HowToPage.js +3 -3
- package/dist/ui/pages/HowToPage.js.map +1 -1
- package/dist/ui/pages/LandingPage.d.ts.map +1 -1
- package/dist/ui/pages/LandingPage.js +1 -1
- package/dist/ui/pages/LandingPage.js.map +1 -1
- package/dist/ws/adapter-handler.d.ts +30 -0
- package/dist/ws/adapter-handler.d.ts.map +1 -0
- package/dist/ws/adapter-handler.js +81 -0
- package/dist/ws/adapter-handler.js.map +1 -0
- package/dist/ws/frames.d.ts +31 -1
- package/dist/ws/frames.d.ts.map +1 -1
- package/dist/ws/frames.js +16 -0
- package/dist/ws/frames.js.map +1 -1
- package/package.json +2 -2
|
@@ -83,6 +83,16 @@ export declare class ConnectionManager {
|
|
|
83
83
|
* Optionally excludes a specific peer (e.g., the message sender).
|
|
84
84
|
*/
|
|
85
85
|
broadcastToSession(sessionId: string, data: string, excludePeerId?: string): void;
|
|
86
|
+
/**
|
|
87
|
+
* Broadcast data to connections in a session, filtered by a predicate.
|
|
88
|
+
* Only sends to peers where filterFn(peerId) returns true.
|
|
89
|
+
*
|
|
90
|
+
* Used for platform-aware routing where echo suppression requires
|
|
91
|
+
* skipping certain peers based on metadata (not just exclusion by ID).
|
|
92
|
+
*
|
|
93
|
+
* Does NOT replace broadcastToSession -- that method remains for existing callers.
|
|
94
|
+
*/
|
|
95
|
+
broadcastToSessionWithFilter(sessionId: string, data: string, filterFn: (peerId: string) => boolean): void;
|
|
86
96
|
/**
|
|
87
97
|
* Check whether a peer has at least one active connection.
|
|
88
98
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connection-manager.d.ts","sourceRoot":"","sources":["../../src/services/connection-manager.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AACzC,OAAO,KAAK,SAAS,MAAM,IAAI,CAAC;AAEhC;;;GAGG;AACH,MAAM,WAAW,cAAc;IAC7B,qEAAqE;IACrE,EAAE,EAAE,SAAS,CAAC;IACd,qEAAqE;IACrE,KAAK,EAAE,SAAS,CAAC;IACjB,2CAA2C;IAC3C,MAAM,EAAE,MAAM,CAAC;IACf,8CAA8C;IAC9C,SAAS,EAAE,MAAM,CAAC;IAClB,mEAAmE;IACnE,WAAW,EAAE,MAAM,CAAC;IACpB,kEAAkE;IAClE,iBAAiB,EAAE,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC;CACnD;AAED;;;;;;;GAOG;AACH,qBAAa,iBAAiB;IAC5B;;;OAGG;IACH,OAAO,CAAC,QAAQ,CAAC,WAAW,CAGxB;IAEJ;;;;OAIG;IACH,OAAO,CAAC,QAAQ,CAAC,WAAW,CAGxB;IAEJ,iFAAiF;IACjF,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAS;IAExC,uEAAuE;IACvE,OAAO,CAAC,aAAa,CAAC,CAA8C;gBAExD,cAAc,GAAE,MAAe;IAI3C;;;OAGG;IACH,gBAAgB,CACd,QAAQ,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,KAAK,IAAI,GACpD,IAAI;IAIP;;;OAGG;IACH,aAAa,CAAC,IAAI,EAAE,cAAc,GAAG,IAAI;IA4BzC;;;;OAIG;IACH,gBAAgB,CACd,SAAS,EAAE,MAAM,EACjB,MAAM,EAAE,MAAM,EACd,EAAE,EAAE,SAAS,GACZ,IAAI;IA4BP;;;OAGG;IACH,cAAc,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,cAAc,EAAE;IAMnE;;OAEG;IACH,wBAAwB,CAAC,SAAS,EAAE,MAAM,GAAG,cAAc,EAAE;IAW7D;;OAEG;IACH,mBAAmB,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,EAAE;IAMhD;;;;OAIG;IACH,UAAU,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI;IASjE;;;OAGG;IACH,kBAAkB,CAChB,SAAS,EAAE,MAAM,EACjB,IAAI,EAAE,MAAM,EACZ,aAAa,CAAC,EAAE,MAAM,GACrB,IAAI;IAcP;;OAEG;IACH,WAAW,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,OAAO;IAOvD;;;OAGG;IACH,sBAAsB,IAAI,MAAM;IAQhC;;;;OAIG;IACH,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,IAAI;IAwB5C;;;;OAIG;IACH,OAAO,CAAC,gBAAgB;CAUzB"}
|
|
1
|
+
{"version":3,"file":"connection-manager.d.ts","sourceRoot":"","sources":["../../src/services/connection-manager.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AACzC,OAAO,KAAK,SAAS,MAAM,IAAI,CAAC;AAEhC;;;GAGG;AACH,MAAM,WAAW,cAAc;IAC7B,qEAAqE;IACrE,EAAE,EAAE,SAAS,CAAC;IACd,qEAAqE;IACrE,KAAK,EAAE,SAAS,CAAC;IACjB,2CAA2C;IAC3C,MAAM,EAAE,MAAM,CAAC;IACf,8CAA8C;IAC9C,SAAS,EAAE,MAAM,CAAC;IAClB,mEAAmE;IACnE,WAAW,EAAE,MAAM,CAAC;IACpB,kEAAkE;IAClE,iBAAiB,EAAE,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC;CACnD;AAED;;;;;;;GAOG;AACH,qBAAa,iBAAiB;IAC5B;;;OAGG;IACH,OAAO,CAAC,QAAQ,CAAC,WAAW,CAGxB;IAEJ;;;;OAIG;IACH,OAAO,CAAC,QAAQ,CAAC,WAAW,CAGxB;IAEJ,iFAAiF;IACjF,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAS;IAExC,uEAAuE;IACvE,OAAO,CAAC,aAAa,CAAC,CAA8C;gBAExD,cAAc,GAAE,MAAe;IAI3C;;;OAGG;IACH,gBAAgB,CACd,QAAQ,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,KAAK,IAAI,GACpD,IAAI;IAIP;;;OAGG;IACH,aAAa,CAAC,IAAI,EAAE,cAAc,GAAG,IAAI;IA4BzC;;;;OAIG;IACH,gBAAgB,CACd,SAAS,EAAE,MAAM,EACjB,MAAM,EAAE,MAAM,EACd,EAAE,EAAE,SAAS,GACZ,IAAI;IA4BP;;;OAGG;IACH,cAAc,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,cAAc,EAAE;IAMnE;;OAEG;IACH,wBAAwB,CAAC,SAAS,EAAE,MAAM,GAAG,cAAc,EAAE;IAW7D;;OAEG;IACH,mBAAmB,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,EAAE;IAMhD;;;;OAIG;IACH,UAAU,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI;IASjE;;;OAGG;IACH,kBAAkB,CAChB,SAAS,EAAE,MAAM,EACjB,IAAI,EAAE,MAAM,EACZ,aAAa,CAAC,EAAE,MAAM,GACrB,IAAI;IAcP;;;;;;;;OAQG;IACH,4BAA4B,CAC1B,SAAS,EAAE,MAAM,EACjB,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,OAAO,GACpC,IAAI;IAcP;;OAEG;IACH,WAAW,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,OAAO;IAOvD;;;OAGG;IACH,sBAAsB,IAAI,MAAM;IAQhC;;;;OAIG;IACH,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,IAAI;IAwB5C;;;;OAIG;IACH,OAAO,CAAC,gBAAgB;CAUzB"}
|
|
@@ -151,6 +151,29 @@ export class ConnectionManager {
|
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
153
|
}
|
|
154
|
+
/**
|
|
155
|
+
* Broadcast data to connections in a session, filtered by a predicate.
|
|
156
|
+
* Only sends to peers where filterFn(peerId) returns true.
|
|
157
|
+
*
|
|
158
|
+
* Used for platform-aware routing where echo suppression requires
|
|
159
|
+
* skipping certain peers based on metadata (not just exclusion by ID).
|
|
160
|
+
*
|
|
161
|
+
* Does NOT replace broadcastToSession -- that method remains for existing callers.
|
|
162
|
+
*/
|
|
163
|
+
broadcastToSessionWithFilter(sessionId, data, filterFn) {
|
|
164
|
+
const sessionMap = this.connections.get(sessionId);
|
|
165
|
+
if (!sessionMap)
|
|
166
|
+
return;
|
|
167
|
+
for (const [peerId, conns] of sessionMap) {
|
|
168
|
+
if (!filterFn(peerId))
|
|
169
|
+
continue;
|
|
170
|
+
for (const conn of conns) {
|
|
171
|
+
if (conn.ws.readyState === 1) {
|
|
172
|
+
conn.ws.send(data);
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
}
|
|
154
177
|
/**
|
|
155
178
|
* Check whether a peer has at least one active connection.
|
|
156
179
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connection-manager.js","sourceRoot":"","sources":["../../src/services/connection-manager.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"connection-manager.js","sourceRoot":"","sources":["../../src/services/connection-manager.ts"],"names":[],"mappings":"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"}
|
package/dist/types.d.ts
CHANGED
|
@@ -20,6 +20,17 @@ export interface QueuedMessage {
|
|
|
20
20
|
/** Full message payload for delivery on reconnect. */
|
|
21
21
|
message: MessageRecord;
|
|
22
22
|
}
|
|
23
|
+
/**
|
|
24
|
+
* A mapping between a COGENT session and an external platform channel.
|
|
25
|
+
* Stored in SessionFileState for persistence across server restarts.
|
|
26
|
+
*/
|
|
27
|
+
export interface ChannelMapping {
|
|
28
|
+
platform: "slack" | "gchat" | "teams";
|
|
29
|
+
channelId: string;
|
|
30
|
+
channelName?: string;
|
|
31
|
+
mappedAt: string;
|
|
32
|
+
mappedBy?: string;
|
|
33
|
+
}
|
|
23
34
|
/**
|
|
24
35
|
* The full state of a single session, persisted as a JSON file on disk.
|
|
25
36
|
* Each session has its own file: `{sessionId}.json` in the state directory.
|
|
@@ -46,6 +57,12 @@ export interface SessionFileState {
|
|
|
46
57
|
* Default to `{}` on read when absent.
|
|
47
58
|
*/
|
|
48
59
|
messageQueue?: Record<string, QueuedMessage[]>;
|
|
60
|
+
/**
|
|
61
|
+
* Platform channel mappings, keyed by platform name (e.g., "slack").
|
|
62
|
+
* One channel per platform per session (1:1 mapping per platform).
|
|
63
|
+
* Optional so existing session files still parse correctly.
|
|
64
|
+
*/
|
|
65
|
+
channelMappings?: Record<string, ChannelMapping>;
|
|
49
66
|
}
|
|
50
67
|
/**
|
|
51
68
|
* Hono environment type for server routes.
|
package/dist/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAE9E;;;GAGG;AACH,MAAM,WAAW,UAAU;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;;GAGG;AACH,MAAM,WAAW,aAAa;IAC5B,yEAAyE;IACzE,SAAS,EAAE,MAAM,CAAC;IAClB,0FAA0F;IAC1F,UAAU,EAAE,MAAM,CAAC;IACnB,sDAAsD;IACtD,OAAO,EAAE,aAAa,CAAC;CACxB;AAED;;;GAGG;AACH,MAAM,WAAW,gBAAgB;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,wEAAwE;IACxE,UAAU,EAAE,MAAM,CAAC;IACnB,6CAA6C;IAC7C,MAAM,EAAE,UAAU,EAAE,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,2FAA2F;IAC3F,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,yCAAyC;IACzC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IAChC,wCAAwC;IACxC,QAAQ,EAAE,aAAa,EAAE,CAAC;IAC1B,mDAAmD;IACnD,UAAU,EAAE,SAAS,EAAE,CAAC;IACxB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,EAAE,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAE9E;;;GAGG;AACH,MAAM,WAAW,UAAU;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;;GAGG;AACH,MAAM,WAAW,aAAa;IAC5B,yEAAyE;IACzE,SAAS,EAAE,MAAM,CAAC;IAClB,0FAA0F;IAC1F,UAAU,EAAE,MAAM,CAAC;IACnB,sDAAsD;IACtD,OAAO,EAAE,aAAa,CAAC;CACxB;AAED;;;GAGG;AACH,MAAM,WAAW,cAAc;IAC7B,QAAQ,EAAE,OAAO,GAAG,OAAO,GAAG,OAAO,CAAC;IACtC,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED;;;GAGG;AACH,MAAM,WAAW,gBAAgB;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,wEAAwE;IACxE,UAAU,EAAE,MAAM,CAAC;IACnB,6CAA6C;IAC7C,MAAM,EAAE,UAAU,EAAE,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,2FAA2F;IAC3F,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,yCAAyC;IACzC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IAChC,wCAAwC;IACxC,QAAQ,EAAE,aAAa,EAAE,CAAC;IAC1B,mDAAmD;IACnD,UAAU,EAAE,SAAS,EAAE,CAAC;IACxB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,EAAE,CAAC,CAAC;IAC/C;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,cAAc,CAAC,CAAC;CAClD;AAED;;;GAGG;AACH,MAAM,WAAW,SAAS;IACxB,SAAS,EAAE;QACT,SAAS,EAAE,MAAM,CAAC;QAClB,OAAO,EAAE,gBAAgB,CAAC;KAC3B,CAAC;CACH"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NavBar.d.ts","sourceRoot":"","sources":["../../../src/ui/components/NavBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,UAAU,CAAC;AAInC,sCAAsC;AACtC,UAAU,WAAW;IACnB,MAAM,CAAC,EAAE,WAAW,GAAG,UAAU,GAAG,UAAU,CAAC;CAChD;AA0DD;;;GAGG;AACH,eAAO,MAAM,MAAM,EAAE,EAAE,CAAC,WAAW,
|
|
1
|
+
{"version":3,"file":"NavBar.d.ts","sourceRoot":"","sources":["../../../src/ui/components/NavBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,UAAU,CAAC;AAInC,sCAAsC;AACtC,UAAU,WAAW;IACnB,MAAM,CAAC,EAAE,WAAW,GAAG,UAAU,GAAG,UAAU,CAAC;CAChD;AA0DD;;;GAGG;AACH,eAAO,MAAM,MAAM,EAAE,EAAE,CAAC,WAAW,CA4BlC,CAAC"}
|
|
@@ -56,5 +56,5 @@ const brandText = css `
|
|
|
56
56
|
* Admin navigation bar with links to dashboard, sessions, and messages.
|
|
57
57
|
* Highlights the active page via the `active` prop.
|
|
58
58
|
*/
|
|
59
|
-
export const NavBar = ({ active }) => (_jsxs("nav", { class: navStyle, children: [_jsx("span", { class: brandText, children: "COGENT Admin" }), _jsx("a", { href: "/admin", class: active === "dashboard" ? activeLinkStyle : linkStyle, children: "Dashboard" }), _jsx("a", { href: "/admin/sessions", class: active === "sessions" ? activeLinkStyle : linkStyle, children: "Sessions" }), _jsx("a", { href: "/admin/messages", class: active === "messages" ? activeLinkStyle : linkStyle, children: "Messages" }), _jsx("a", { href: "/", class: backLink, children: "\u2190 Back to Site" })] }));
|
|
59
|
+
export const NavBar = ({ active }) => (_jsxs("nav", { class: navStyle, children: [_jsx("span", { class: brandText, children: "COGENT Admin" }), _jsx("a", { href: "/admin", class: active === "dashboard" ? activeLinkStyle : linkStyle, children: "Dashboard" }), _jsx("a", { href: "/admin/sessions", class: active === "sessions" ? activeLinkStyle : linkStyle, children: "Sessions" }), _jsx("a", { href: "/admin/messages", class: active === "messages" ? activeLinkStyle : linkStyle, children: "Messages" }), _jsx("a", { href: "/faq", class: linkStyle, children: "FAQ" }), _jsx("a", { href: "/", class: backLink, children: "\u2190 Back to Site" })] }));
|
|
60
60
|
//# sourceMappingURL=NavBar.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NavBar.js","sourceRoot":"","sources":["../../../src/ui/components/NavBar.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,GAAG,EAAE,MAAM,UAAU,CAAC;AAC/B,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAO5C,MAAM,QAAQ,GAA2B,GAAG,CAAA;;;;;;6BAMf,MAAM,CAAC,MAAM;;CAEzC,CAAC;AAEF,MAAM,SAAS,GAA2B,GAAG,CAAA;WAClC,MAAM,CAAC,SAAS;;;;;;;;aAQd,MAAM,CAAC,IAAI;;;CAGvB,CAAC;AAEF,MAAM,eAAe,GAA2B,GAAG,CAAA;WACxC,MAAM,CAAC,KAAK;;;;;6BAKM,MAAM,CAAC,KAAK;;;;;CAKxC,CAAC;AAEF,MAAM,QAAQ,GAA2B,GAAG,CAAA;;WAEjC,MAAM,CAAC,SAAS;;;;;aAKd,MAAM,CAAC,IAAI;;;CAGvB,CAAC;AAEF,MAAM,SAAS,GAA2B,GAAG,CAAA;WAClC,MAAM,CAAC,KAAK;;;;CAItB,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,MAAM,GAAoB,CAAC,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC,CACrD,eAAK,KAAK,EAAE,QAAQ,aAClB,eAAM,KAAK,EAAE,SAAS,6BAAqB,EAC3C,YACE,IAAI,EAAC,QAAQ,EACb,KAAK,EAAE,MAAM,KAAK,WAAW,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,0BAGzD,EACJ,YACE,IAAI,EAAC,iBAAiB,EACtB,KAAK,EAAE,MAAM,KAAK,UAAU,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,yBAGxD,EACJ,YACE,IAAI,EAAC,iBAAiB,EACtB,KAAK,EAAE,MAAM,KAAK,UAAU,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,yBAGxD,EACJ,YAAG,IAAI,EAAC,GAAG,EAAC,KAAK,EAAE,QAAQ,oCAEvB,IACA,CACP,CAAC"}
|
|
1
|
+
{"version":3,"file":"NavBar.js","sourceRoot":"","sources":["../../../src/ui/components/NavBar.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,GAAG,EAAE,MAAM,UAAU,CAAC;AAC/B,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAO5C,MAAM,QAAQ,GAA2B,GAAG,CAAA;;;;;;6BAMf,MAAM,CAAC,MAAM;;CAEzC,CAAC;AAEF,MAAM,SAAS,GAA2B,GAAG,CAAA;WAClC,MAAM,CAAC,SAAS;;;;;;;;aAQd,MAAM,CAAC,IAAI;;;CAGvB,CAAC;AAEF,MAAM,eAAe,GAA2B,GAAG,CAAA;WACxC,MAAM,CAAC,KAAK;;;;;6BAKM,MAAM,CAAC,KAAK;;;;;CAKxC,CAAC;AAEF,MAAM,QAAQ,GAA2B,GAAG,CAAA;;WAEjC,MAAM,CAAC,SAAS;;;;;aAKd,MAAM,CAAC,IAAI;;;CAGvB,CAAC;AAEF,MAAM,SAAS,GAA2B,GAAG,CAAA;WAClC,MAAM,CAAC,KAAK;;;;CAItB,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,MAAM,GAAoB,CAAC,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC,CACrD,eAAK,KAAK,EAAE,QAAQ,aAClB,eAAM,KAAK,EAAE,SAAS,6BAAqB,EAC3C,YACE,IAAI,EAAC,QAAQ,EACb,KAAK,EAAE,MAAM,KAAK,WAAW,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,0BAGzD,EACJ,YACE,IAAI,EAAC,iBAAiB,EACtB,KAAK,EAAE,MAAM,KAAK,UAAU,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,yBAGxD,EACJ,YACE,IAAI,EAAC,iBAAiB,EACtB,KAAK,EAAE,MAAM,KAAK,UAAU,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,yBAGxD,EACJ,YAAG,IAAI,EAAC,MAAM,EAAC,KAAK,EAAE,SAAS,oBAE3B,EACJ,YAAG,IAAI,EAAC,GAAG,EAAC,KAAK,EAAE,QAAQ,oCAEvB,IACA,CACP,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FaqPage.d.ts","sourceRoot":"","sources":["../../../src/ui/pages/FaqPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,UAAU,CAAC;AA2KnC,eAAO,MAAM,OAAO,EAAE,EA6TrB,CAAC"}
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "hono/jsx/jsx-runtime";
|
|
2
|
+
import { css } from "hono/css";
|
|
3
|
+
import { Layout } from "../components/Layout.js";
|
|
4
|
+
import { colors } from "../styles/theme.js";
|
|
5
|
+
// --- Styles ---
|
|
6
|
+
const container = css `
|
|
7
|
+
max-width: 960px;
|
|
8
|
+
margin: 0 auto;
|
|
9
|
+
padding: 2rem 1.5rem;
|
|
10
|
+
`;
|
|
11
|
+
const heroSection = css `
|
|
12
|
+
text-align: center;
|
|
13
|
+
padding: 2rem 0 1.5rem;
|
|
14
|
+
`;
|
|
15
|
+
const heroTitle = css `
|
|
16
|
+
font-size: 2rem;
|
|
17
|
+
font-weight: 700;
|
|
18
|
+
color: ${colors.green};
|
|
19
|
+
margin: 0 0 0.75rem 0;
|
|
20
|
+
`;
|
|
21
|
+
const heroSubtitle = css `
|
|
22
|
+
font-size: 0.95rem;
|
|
23
|
+
color: ${colors.textMuted};
|
|
24
|
+
margin: 0 0 0.5rem 0;
|
|
25
|
+
line-height: 1.6;
|
|
26
|
+
max-width: 700px;
|
|
27
|
+
margin-left: auto;
|
|
28
|
+
margin-right: auto;
|
|
29
|
+
`;
|
|
30
|
+
const backLink = css `
|
|
31
|
+
display: inline-block;
|
|
32
|
+
color: ${colors.cyan};
|
|
33
|
+
font-size: 0.85rem;
|
|
34
|
+
margin-bottom: 1.5rem;
|
|
35
|
+
&:hover {
|
|
36
|
+
text-decoration: underline;
|
|
37
|
+
}
|
|
38
|
+
`;
|
|
39
|
+
const section = css `
|
|
40
|
+
margin-bottom: 3rem;
|
|
41
|
+
`;
|
|
42
|
+
const sectionTitle = css `
|
|
43
|
+
font-size: 1.2rem;
|
|
44
|
+
color: ${colors.green};
|
|
45
|
+
margin: 0 0 1rem 0;
|
|
46
|
+
font-weight: 700;
|
|
47
|
+
`;
|
|
48
|
+
const paragraph = css `
|
|
49
|
+
color: ${colors.text};
|
|
50
|
+
font-size: 0.9rem;
|
|
51
|
+
line-height: 1.7;
|
|
52
|
+
margin: 0.75rem 0;
|
|
53
|
+
`;
|
|
54
|
+
const codeBlock = css `
|
|
55
|
+
background: ${colors.bg};
|
|
56
|
+
border: 1px solid ${colors.border};
|
|
57
|
+
border-radius: 4px;
|
|
58
|
+
padding: 1rem;
|
|
59
|
+
color: ${colors.green};
|
|
60
|
+
font-size: 0.85rem;
|
|
61
|
+
overflow-x: auto;
|
|
62
|
+
white-space: pre;
|
|
63
|
+
margin: 0.75rem 0;
|
|
64
|
+
line-height: 1.5;
|
|
65
|
+
`;
|
|
66
|
+
const noteText = css `
|
|
67
|
+
color: ${colors.textMuted};
|
|
68
|
+
font-size: 0.85rem;
|
|
69
|
+
margin: 0.75rem 0;
|
|
70
|
+
line-height: 1.6;
|
|
71
|
+
`;
|
|
72
|
+
const bulletList = css `
|
|
73
|
+
margin: 0.5rem 0;
|
|
74
|
+
padding-left: 1.25rem;
|
|
75
|
+
& li {
|
|
76
|
+
color: ${colors.text};
|
|
77
|
+
font-size: 0.9rem;
|
|
78
|
+
line-height: 1.7;
|
|
79
|
+
margin: 0.3rem 0;
|
|
80
|
+
}
|
|
81
|
+
`;
|
|
82
|
+
const inlineCode = css `
|
|
83
|
+
background: ${colors.bg};
|
|
84
|
+
border: 1px solid ${colors.border};
|
|
85
|
+
border-radius: 3px;
|
|
86
|
+
padding: 0.15rem 0.4rem;
|
|
87
|
+
color: ${colors.green};
|
|
88
|
+
font-size: 0.85em;
|
|
89
|
+
`;
|
|
90
|
+
const detailsStyle = css `
|
|
91
|
+
background: ${colors.bgCard};
|
|
92
|
+
border: 1px solid ${colors.border};
|
|
93
|
+
border-radius: 6px;
|
|
94
|
+
margin-bottom: 0.75rem;
|
|
95
|
+
overflow: hidden;
|
|
96
|
+
transition: border-color 0.2s;
|
|
97
|
+
&[open] {
|
|
98
|
+
border-color: ${colors.green}33;
|
|
99
|
+
}
|
|
100
|
+
`;
|
|
101
|
+
const summaryStyle = css `
|
|
102
|
+
cursor: pointer;
|
|
103
|
+
padding: 1rem 1.25rem;
|
|
104
|
+
color: ${colors.cyan};
|
|
105
|
+
font-size: 0.9rem;
|
|
106
|
+
font-weight: 700;
|
|
107
|
+
list-style: none;
|
|
108
|
+
&::-webkit-details-marker {
|
|
109
|
+
display: none;
|
|
110
|
+
}
|
|
111
|
+
&::before {
|
|
112
|
+
content: "+ ";
|
|
113
|
+
color: ${colors.amber};
|
|
114
|
+
font-weight: 700;
|
|
115
|
+
margin-right: 0.5rem;
|
|
116
|
+
}
|
|
117
|
+
&:hover {
|
|
118
|
+
color: ${colors.green};
|
|
119
|
+
}
|
|
120
|
+
`;
|
|
121
|
+
const answerBody = css `
|
|
122
|
+
padding: 0 1.25rem 1rem;
|
|
123
|
+
border-top: 1px solid ${colors.border};
|
|
124
|
+
`;
|
|
125
|
+
const versionTable = css `
|
|
126
|
+
width: 100%;
|
|
127
|
+
border-collapse: collapse;
|
|
128
|
+
margin: 0.75rem 0;
|
|
129
|
+
font-size: 0.85rem;
|
|
130
|
+
& th {
|
|
131
|
+
text-align: left;
|
|
132
|
+
color: ${colors.amber};
|
|
133
|
+
padding: 0.5rem 0.75rem;
|
|
134
|
+
border-bottom: 1px solid ${colors.border};
|
|
135
|
+
font-weight: 700;
|
|
136
|
+
}
|
|
137
|
+
& td {
|
|
138
|
+
padding: 0.5rem 0.75rem;
|
|
139
|
+
border-bottom: 1px solid ${colors.border};
|
|
140
|
+
color: ${colors.text};
|
|
141
|
+
}
|
|
142
|
+
`;
|
|
143
|
+
const footer = css `
|
|
144
|
+
text-align: center;
|
|
145
|
+
padding: 2rem 0;
|
|
146
|
+
color: ${colors.textMuted};
|
|
147
|
+
font-size: 0.8rem;
|
|
148
|
+
border-top: 1px solid ${colors.border};
|
|
149
|
+
margin-top: 2rem;
|
|
150
|
+
`;
|
|
151
|
+
// --- Component ---
|
|
152
|
+
export const FaqPage = () => (_jsx(Layout, { title: "FAQ", children: _jsxs("div", { class: container, children: [_jsx("a", { href: "/", class: backLink, children: "\u2190 Back to Home" }), _jsxs("div", { class: heroSection, children: [_jsx("h1", { class: heroTitle, children: "Frequently Asked Questions" }), _jsx("p", { class: heroSubtitle, children: "Slack bridge setup, message flow troubleshooting, peer identity, server deployment, and version compatibility." })] }), _jsxs("div", { class: section, children: [_jsx("h2", { class: sectionTitle, children: "Setup Issues" }), _jsxs("details", { class: detailsStyle, children: [_jsxs("summary", { class: summaryStyle, children: [_jsx("code", { class: inlineCode, children: "/cogent map" }), " shows as plain text instead of a slash command"] }), _jsxs("div", { class: answerBody, children: [_jsxs("p", { class: paragraph, children: ["Slack must recognize ", _jsx("code", { class: inlineCode, children: "/cogent" }), " as a registered slash command. When you type ", _jsx("code", { class: inlineCode, children: "/cogent" }), " in the message box, you should see an autocomplete popup showing \"Cogent Bridge\". If not:"] }), _jsxs("ul", { class: bulletList, children: [_jsx("li", { children: "Verify the Slack App has a slash command configured: go to api.slack.com/apps > your app > Slash Commands" }), _jsxs("li", { children: ["The command name must be exactly ", _jsx("code", { class: inlineCode, children: "/cogent" })] }), _jsx("li", { children: "The Cogent Bridge app must be installed in your workspace" }), _jsx("li", { children: "Try restarting your Slack client" })] })] })] }), _jsxs("details", { class: detailsStyle, children: [_jsxs("summary", { class: summaryStyle, children: [_jsx("code", { class: inlineCode, children: "/cogent map" }), " returns \"invalid session or secret\""] }), _jsxs("div", { class: answerBody, children: [_jsx("p", { class: paragraph, children: "This means either:" }), _jsxs("ul", { class: bulletList, children: [_jsxs("li", { children: ["The session ID doesn't exist on the relay \u2014 create it first with ", _jsx("code", { class: inlineCode, children: "cogent_create_session" }), " in Claude Code"] }), _jsx("li", { children: "The secret doesn't match \u2014 double-check the exact secret you used when creating the session" }), _jsx("li", { children: "The relay server is unreachable \u2014 check with:" })] }), _jsx("div", { class: codeBlock, children: "curl https://cogent.tools/api/health" })] })] }), _jsxs("details", { class: detailsStyle, children: [_jsxs("summary", { class: summaryStyle, children: [_jsx("code", { class: inlineCode, children: "cogent_register_peer" }), " fails with \"Unrecognized keys: platform, type, transport\""] }), _jsxs("div", { class: answerBody, children: [_jsxs("p", { class: paragraph, children: ["The relay server has an old version of ", _jsx("code", { class: inlineCode, children: "@essentialai/cogent" }), " that doesn't recognize the new platform fields. SSH to the server and update:"] }), _jsx("div", { class: codeBlock, children: `cd /path/to/cogent/server && npm install @essentialai/cogent@3.0.0
|
|
153
|
+
sudo systemctl restart cogent-bridge` })] })] }), _jsxs("details", { class: detailsStyle, children: [_jsx("summary", { class: summaryStyle, children: "Channel mapping is lost after adapter restart" }), _jsx("div", { class: answerBody, children: _jsxs("p", { class: paragraph, children: ["Channel mappings are stored in-memory on the adapter. After a restart, you need to re-run ", _jsx("code", { class: inlineCode, children: "/cogent map" }), " in Slack. Pre-configured sessions via the ", _jsx("code", { class: inlineCode, children: "COGENT_SESSIONS" }), " env var survive restarts \u2014 add your sessions there for persistence."] }) })] })] }), _jsxs("div", { class: section, children: [_jsx("h2", { class: sectionTitle, children: "Message Flow" }), _jsxs("details", { class: detailsStyle, children: [_jsx("summary", { class: summaryStyle, children: "Messages from Slack don't appear in CC agent's history" }), _jsxs("div", { class: answerBody, children: [_jsx("p", { class: paragraph, children: "Check the adapter logs:" }), _jsx("div", { class: codeBlock, children: "journalctl -u cogent-slack-adapter --no-pager -n 30" }), _jsx("p", { class: paragraph, children: "Common causes:" }), _jsxs("ul", { class: bulletList, children: [_jsxs("li", { children: [_jsx("strong", { children: "\"Sender peer not registered\"" }), ": The Slack user's auto-registration failed. Restart the adapter to clear stale state, then re-map the channel."] }), _jsxs("li", { children: [_jsx("strong", { children: "No log entries for the message" }), ": The adapter didn't receive the Slack event. Verify the app has ", _jsx("code", { class: inlineCode, children: "message.channels" }), " event subscription enabled."] }), _jsxs("li", { children: [_jsx("strong", { children: "Channel not mapped" }), ": Run ", _jsx("code", { class: inlineCode, children: "/cogent map" }), " first."] })] })] })] }), _jsxs("details", { class: detailsStyle, children: [_jsx("summary", { class: summaryStyle, children: "CC agent messages don't appear in Slack" }), _jsxs("div", { class: answerBody, children: [_jsx("p", { class: paragraph, children: "The adapter needs an active WebSocket connection to the relay. Check:" }), _jsx("div", { class: codeBlock, children: `journalctl -u cogent-slack-adapter --no-pager -n 10 | grep "Relay WS"` }), _jsx("p", { class: paragraph, children: "You should see \"Relay WS connected\". If not, the adapter may have lost its WS connection \u2014 restart it." })] })] }), _jsxs("details", { class: detailsStyle, children: [_jsx("summary", { class: summaryStyle, children: "CC agent doesn't auto-respond to Slack messages" }), _jsxs("div", { class: answerBody, children: [_jsx("p", { class: paragraph, children: "The CC agent needs instructions to respond autonomously. Two approaches:" }), _jsxs("ul", { class: bulletList, children: [_jsxs("li", { children: [_jsx("strong", { children: "Plugin skill (automatic):" }), " If using the Cogent plugin, the ", _jsx("code", { class: inlineCode, children: "communication-protocol" }), " skill loads automatically and instructs the agent to respond without asking permission."] }), _jsxs("li", { children: [_jsx("strong", { children: "CLAUDE.md (manual):" }), " Add the Cogent Bridge Protocol section to your project's CLAUDE.md. See the template at ", _jsx("a", { href: "/how-to#slack-bridge", children: "cogent.tools/how-to#slack-bridge" }), "."] })] }), _jsxs("p", { class: noteText, children: ["Auto-relay (spawning ", _jsx("code", { class: inlineCode, children: "claude --resume" }), " for incoming messages) works for CC-to-CC communication. For Slack-to-CC, the message appears in history and the agent responds on its next check. Real-time interrupt-based auto-reply is planned for a future release."] })] })] }), _jsxs("details", { class: detailsStyle, children: [_jsxs("summary", { class: summaryStyle, children: [_jsx("code", { class: inlineCode, children: "cogent_send_message" }), " with toPeerId=\"broadcast\" fails with \"PEER_NOT_FOUND\""] }), _jsxs("div", { class: answerBody, children: [_jsxs("p", { class: paragraph, children: ["The MCP tool uses ", _jsx("code", { class: inlineCode, children: "broadcast" }), " as the peer name, but the relay API expects ", _jsx("code", { class: inlineCode, children: "*" }), " for broadcast messages. Use ", _jsx("code", { class: inlineCode, children: "toPeerId: \"*\"" }), " instead, or send the broadcast via the API directly:"] }), _jsx("div", { class: codeBlock, children: `curl -X POST "https://cogent.tools/api/sessions/<sessionId>/messages" \\
|
|
154
|
+
-H "Authorization: Bearer <token>" \\
|
|
155
|
+
-H "Content-Type: application/json" \\
|
|
156
|
+
-d '{"fromPeerId":"your-peer","toPeerId":"*","message":"Hello everyone"}'` }), _jsx("p", { class: noteText, children: "This will be fixed in a future update to the MCP tool." })] })] }), _jsxs("details", { class: detailsStyle, children: [_jsx("summary", { class: summaryStyle, children: "Messages in Slack show \"Cogent Bridge\" instead of the agent's name" }), _jsx("div", { class: answerBody, children: _jsxs("p", { class: paragraph, children: ["The Slack App needs the ", _jsx("code", { class: inlineCode, children: "chat:write.customize" }), " OAuth scope to show custom usernames per message. Check your Slack App's OAuth scopes at api.slack.com/apps > OAuth & Permissions. After adding the scope, reinstall the app to your workspace."] }) })] })] }), _jsxs("div", { class: section, children: [_jsx("h2", { class: sectionTitle, children: "Peer Identity" }), _jsxs("details", { class: detailsStyle, children: [_jsx("summary", { class: summaryStyle, children: "Slack users appear as \"pavlo\" instead of \"Pavlo S. (PM)\"" }), _jsx("div", { class: answerBody, children: _jsx("p", { class: paragraph, children: "The peer ID is derived from the Slack display name (lowercased, hyphenated). The label includes the profile title when available. If the title is missing, update your Slack profile title." }) })] }), _jsxs("details", { class: detailsStyle, children: [_jsxs("summary", { class: summaryStyle, children: ["CC agents don't show platform info in ", _jsx("code", { class: inlineCode, children: "cogent_list_peers" })] }), _jsx("div", { class: answerBody, children: _jsxs("p", { class: paragraph, children: ["Ensure you're using ", _jsx("code", { class: inlineCode, children: "@essentialai/cogent-bridge@3.0.0" }), " or later. The ", _jsx("code", { class: inlineCode, children: "register-peer" }), " MCP tool now sends ", _jsx("code", { class: inlineCode, children: "platform: \"cc\"" }), ", ", _jsx("code", { class: inlineCode, children: "type: \"agent\"" }), ",", _jsx("code", { class: inlineCode, children: "transport: \"ws\"" }), " automatically."] }) })] })] }), _jsxs("div", { class: section, children: [_jsx("h2", { class: sectionTitle, children: "Server & Deployment" }), _jsxs("details", { class: detailsStyle, children: [_jsx("summary", { class: summaryStyle, children: "The relay server takes a long time to restart" }), _jsxs("div", { class: answerBody, children: [_jsx("p", { class: paragraph, children: "The graceful shutdown waits for active WebSocket connections to close. If there are many connected peers, this can take up to 90 seconds. To force restart:" }), _jsx("div", { class: codeBlock, children: `sudo systemctl kill cogent-bridge
|
|
157
|
+
sudo systemctl start cogent-bridge` })] })] }), _jsxs("details", { class: detailsStyle, children: [_jsx("summary", { class: summaryStyle, children: "How do I check if both services are running?" }), _jsx("div", { class: answerBody, children: _jsx("div", { class: codeBlock, children: `systemctl is-active cogent-bridge # relay server
|
|
158
|
+
systemctl is-active cogent-slack-adapter # Slack adapter
|
|
159
|
+
curl -s https://cogent.tools/api/health # relay health check` }) })] }), _jsxs("details", { class: detailsStyle, children: [_jsx("summary", { class: summaryStyle, children: "Can the adapter and relay run on different machines?" }), _jsx("div", { class: answerBody, children: _jsxs("p", { class: paragraph, children: ["Yes. Set ", _jsx("code", { class: inlineCode, children: "COGENT_RELAY_URL" }), " in the adapter's ", _jsx("code", { class: inlineCode, children: ".env" }), " to the relay's public URL instead of ", _jsx("code", { class: inlineCode, children: "http://localhost:3100" }), ". Both use HTTPS for secure communication."] }) })] })] }), _jsxs("div", { class: section, children: [_jsx("h2", { class: sectionTitle, children: "Version Compatibility" }), _jsxs("details", { class: detailsStyle, children: [_jsx("summary", { class: summaryStyle, children: "What versions do I need?" }), _jsx("div", { class: answerBody, children: _jsxs("table", { class: versionTable, children: [_jsx("thead", { children: _jsxs("tr", { children: [_jsx("th", { children: "Package" }), _jsx("th", { children: "Minimum Version" }), _jsx("th", { children: "Purpose" })] }) }), _jsxs("tbody", { children: [_jsxs("tr", { children: [_jsx("td", { children: _jsx("code", { class: inlineCode, children: "@essentialai/cogent" }) }), _jsx("td", { children: "3.0.0" }), _jsx("td", { children: "Shared types (on server)" })] }), _jsxs("tr", { children: [_jsx("td", { children: _jsx("code", { class: inlineCode, children: "@essentialai/cogent-bridge" }) }), _jsx("td", { children: "3.0.0" }), _jsx("td", { children: "CC MCP client" })] }), _jsxs("tr", { children: [_jsx("td", { children: _jsx("code", { class: inlineCode, children: "@essentialai/cogent-server" }) }), _jsx("td", { children: "3.0.0" }), _jsx("td", { children: "Relay server" })] }), _jsxs("tr", { children: [_jsx("td", { children: "Node.js" }), _jsx("td", { children: "18+ (client), 22+ (server)" }), _jsx("td", { children: "Runtime" })] })] })] }) })] }), _jsxs("details", { class: detailsStyle, children: [_jsx("summary", { class: summaryStyle, children: "How do I update all packages?" }), _jsx("div", { class: answerBody, children: _jsx("div", { class: codeBlock, children: `# Client (CC MCP):
|
|
160
|
+
npm update -g @essentialai/cogent-bridge
|
|
161
|
+
# Or if using npx: just restart Claude Code (auto-fetches latest)
|
|
162
|
+
|
|
163
|
+
# Server (on cogent.tools):
|
|
164
|
+
cd /path/to/cogent/server
|
|
165
|
+
npm install @essentialai/cogent@3.0.0
|
|
166
|
+
sudo systemctl restart cogent-bridge
|
|
167
|
+
|
|
168
|
+
# Adapter (on cogent.tools):
|
|
169
|
+
# Deploy from repo, then:
|
|
170
|
+
sudo systemctl restart cogent-slack-adapter` }) })] })] }), _jsxs("div", { class: footer, children: ["COGENT \u2014 Powered by ", _jsx("a", { href: "https://essentialai.uk", style: "color: inherit;", children: "Essential AI Solutions Ltd." }), " \u2014 ", _jsx("a", { href: "/", style: "color: inherit;", children: "cogent.tools" })] })] }) }));
|
|
171
|
+
//# sourceMappingURL=FaqPage.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FaqPage.js","sourceRoot":"","sources":["../../../src/ui/pages/FaqPage.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HowToPage.d.ts","sourceRoot":"","sources":["../../../src/ui/pages/HowToPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,UAAU,CAAC;AAmTnC;;;;GAIG;AACH,eAAO,MAAM,SAAS,EAAE,
|
|
1
|
+
{"version":3,"file":"HowToPage.d.ts","sourceRoot":"","sources":["../../../src/ui/pages/HowToPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,UAAU,CAAC;AAmTnC;;;;GAIG;AACH,eAAO,MAAM,SAAS,EAAE,EA67BvB,CAAC"}
|
|
@@ -271,7 +271,7 @@ const footer = css `
|
|
|
271
271
|
* for Cogent Bridge from the perspective of business owners,
|
|
272
272
|
* product owners, and project managers.
|
|
273
273
|
*/
|
|
274
|
-
export const HowToPage = () => (_jsx(Layout, { title: "How-To Guide", children: _jsxs("div", { class: container, children: [_jsx("a", { href: "/", class: backLink, children: "\u2190 Back to Home" }), _jsxs("div", { class: heroSection, children: [_jsx("h1", { class: heroTitle, children: "How Teams Deliver Faster with Cogent" }), _jsx("p", { class: heroSubtitle, children: "When your developers connect their Claude Code agents through Cogent, every team member stays aligned in real time. No more integration surprises, no more \"I didn't know you changed that.\" Just continuous sync across codebases." }), _jsx("p", { class: heroSubtitle, children: "This guide walks through the most common use cases with exact commands your teams will use every day." })] }), _jsxs("div", { class: toc, children: [_jsx("div", { class: tocTitle, children: "In This Guide" }), _jsxs("ul", { class: tocList, children: [_jsxs("li", { class: tocItem, children: [_jsx("span", { class: tocNumber, children: "00" }), _jsx("a", { href: "#prerequisites", children: "Prerequisites & Setup" })] }), _jsxs("li", { class: tocItem, children: [_jsx("span", { class: tocNumber, children: "01" }), _jsx("a", { href: "#parallel-dev", children: "Parallel Feature Development" })] }), _jsxs("li", { class: tocItem, children: [_jsx("span", { class: tocNumber, children: "02" }), _jsx("a", { href: "#bug-relay", children: "Cross-Team Bug Investigation" })] }), _jsxs("li", { class: tocItem, children: [_jsx("span", { class: tocNumber, children: "03" }), _jsx("a", { href: "#api-contracts", children: "API Contract Negotiation" })] }), _jsxs("li", { class: tocItem, children: [_jsx("span", { class: tocNumber, children: "04" }), _jsx("a", { href: "#code-review", children: "Cross-Agent Code Review" })] }), _jsxs("li", { class: tocItem, children: [_jsx("span", { class: tocNumber, children: "05" }), _jsx("a", { href: "#multi-service", children: "Multi-Service Orchestration" })] }), _jsxs("li", { class: tocItem, children: [_jsx("span", { class: tocNumber, children: "06" }), _jsx("a", { href: "#sprint-sync", children: "Sprint Kick-off Alignment" })] }), _jsxs("li", { class: tocItem, children: [_jsx("span", { class: tocNumber, children: "07" }), _jsx("a", { href: "#integration-test", children: "Real-Time Integration Testing" })] }), _jsxs("li", { class: tocItem, children: [_jsx("span", { class: tocNumber, children: "08" }), _jsx("a", { href: "#command-ref", children: "Command Reference" })] }), _jsxs("li", { class: tocItem, children: [_jsx("span", { class: tocNumber, children: "09" }), _jsx("a", { href: "#best-practices", children: "Best Practices for Managers" })] })] })] }), _jsxs("div", { class: section, children: [_jsx("span", { id: "prerequisites", class: sectionAnchor }), _jsx("h2", { class: sectionTitle, children: "00 \u2014 Prerequisites & Setup" }), _jsx("p", { class: sectionSubtitle, children: "Get every team member connected in under 2 minutes" }), _jsxs("p", { class: paragraph, children: ["Before your agents can collaborate, each developer needs Cogent Bridge installed as an MCP server in their Claude Code environment. There are two approaches:", _jsx("span", { class: highlight, children: " cloud mode" }), " (recommended for teams) and", _jsx("span", { class: highlight, children: " local mode" }), " (for same-machine sessions)."] }), _jsxs(Terminal, { title: "Install Cogent Bridge (Every Team Member)", children: [_jsx("p", { class: noteText, children: "Install the plugin for slash commands and automatic session discovery:" }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: "$" }), _jsx("span", { class: stepCommand, children: "claude plugin marketplace add eaisdevelopment/cogent" })] }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: "$" }), _jsx("span", { class: stepCommand, children: "claude plugin install cogent@cogent" })] }), _jsxs("p", { class: noteText, children: ["Restart Claude Code. Use ", _jsx("span", { class: inlineCode, children: "/cogent:register" }), " to join the bridge."] })] }), _jsxs(Terminal, { title: "Claude Desktop", children: [_jsx("p", { class: noteText, children: "Add Cogent Bridge to your Claude Desktop config file:" }), _jsxs("p", { class: noteText, style: "font-size: 0.8rem;", children: [_jsx("strong", { children: "macOS:" }), " ", _jsx("span", { class: inlineCode, children: "~/Library/Application Support/Claude/claude_desktop_config.json" }), _jsx("br", {}), _jsx("strong", { children: "Windows:" }), " ", _jsx("span", { class: inlineCode, children: "%APPDATA%\\Claude\\claude_desktop_config.json" })] }), _jsx("div", { class: codeBlock, children: `{
|
|
274
|
+
export const HowToPage = () => (_jsx(Layout, { title: "How-To Guide", children: _jsxs("div", { class: container, children: [_jsx("a", { href: "/", class: backLink, children: "\u2190 Back to Home" }), _jsxs("div", { class: heroSection, children: [_jsx("h1", { class: heroTitle, children: "How Teams Deliver Faster with Cogent" }), _jsx("p", { class: heroSubtitle, children: "When your developers connect their Claude Code agents through Cogent, every team member stays aligned in real time. No more integration surprises, no more \"I didn't know you changed that.\" Just continuous sync across codebases." }), _jsx("p", { class: heroSubtitle, children: "This guide walks through the most common use cases with exact commands your teams will use every day." })] }), _jsxs("div", { class: toc, children: [_jsx("div", { class: tocTitle, children: "In This Guide" }), _jsxs("ul", { class: tocList, children: [_jsxs("li", { class: tocItem, children: [_jsx("span", { class: tocNumber, children: "00" }), _jsx("a", { href: "#prerequisites", children: "Prerequisites & Setup" })] }), _jsxs("li", { class: tocItem, children: [_jsx("span", { class: tocNumber, children: "01" }), _jsx("a", { href: "#parallel-dev", children: "Parallel Feature Development" })] }), _jsxs("li", { class: tocItem, children: [_jsx("span", { class: tocNumber, children: "02" }), _jsx("a", { href: "#bug-relay", children: "Cross-Team Bug Investigation" })] }), _jsxs("li", { class: tocItem, children: [_jsx("span", { class: tocNumber, children: "03" }), _jsx("a", { href: "#api-contracts", children: "API Contract Negotiation" })] }), _jsxs("li", { class: tocItem, children: [_jsx("span", { class: tocNumber, children: "04" }), _jsx("a", { href: "#code-review", children: "Cross-Agent Code Review" })] }), _jsxs("li", { class: tocItem, children: [_jsx("span", { class: tocNumber, children: "05" }), _jsx("a", { href: "#multi-service", children: "Multi-Service Orchestration" })] }), _jsxs("li", { class: tocItem, children: [_jsx("span", { class: tocNumber, children: "06" }), _jsx("a", { href: "#sprint-sync", children: "Sprint Kick-off Alignment" })] }), _jsxs("li", { class: tocItem, children: [_jsx("span", { class: tocNumber, children: "07" }), _jsx("a", { href: "#integration-test", children: "Real-Time Integration Testing" })] }), _jsxs("li", { class: tocItem, children: [_jsx("span", { class: tocNumber, children: "08" }), _jsx("a", { href: "#command-ref", children: "Command Reference" })] }), _jsxs("li", { class: tocItem, children: [_jsx("span", { class: tocNumber, children: "09" }), _jsx("a", { href: "#best-practices", children: "Best Practices for Managers" })] }), _jsxs("li", { class: tocItem, children: [_jsx("span", { class: tocNumber, children: "10" }), _jsx("a", { href: "#slack-bridge", children: "Slack Integration (NEW)" })] })] })] }), _jsxs("div", { class: section, children: [_jsx("span", { id: "prerequisites", class: sectionAnchor }), _jsx("h2", { class: sectionTitle, children: "00 \u2014 Prerequisites & Setup" }), _jsx("p", { class: sectionSubtitle, children: "Get every team member connected in under 2 minutes" }), _jsxs("p", { class: paragraph, children: ["Before your agents can collaborate, each developer needs Cogent Bridge installed as an MCP server in their Claude Code environment. There are two approaches:", _jsx("span", { class: highlight, children: " cloud mode" }), " (recommended for teams) and", _jsx("span", { class: highlight, children: " local mode" }), " (for same-machine sessions)."] }), _jsxs(Terminal, { title: "Install Cogent Bridge (Every Team Member)", children: [_jsx("p", { class: noteText, children: "Install the plugin for slash commands and automatic session discovery:" }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: "$" }), _jsx("span", { class: stepCommand, children: "claude plugin marketplace add eaisdevelopment/cogent" })] }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: "$" }), _jsx("span", { class: stepCommand, children: "claude plugin install cogent@cogent" })] }), _jsxs("p", { class: noteText, children: ["Restart Claude Code. Use ", _jsx("span", { class: inlineCode, children: "/cogent:register" }), " to join the bridge."] })] }), _jsxs(Terminal, { title: "Claude Desktop", children: [_jsx("p", { class: noteText, children: "Add Cogent Bridge to your Claude Desktop config file:" }), _jsxs("p", { class: noteText, style: "font-size: 0.8rem;", children: [_jsx("strong", { children: "macOS:" }), " ", _jsx("span", { class: inlineCode, children: "~/Library/Application Support/Claude/claude_desktop_config.json" }), _jsx("br", {}), _jsx("strong", { children: "Windows:" }), " ", _jsx("span", { class: inlineCode, children: "%APPDATA%\\Claude\\claude_desktop_config.json" })] }), _jsx("div", { class: codeBlock, children: `{
|
|
275
275
|
"mcpServers": {
|
|
276
276
|
"cogent-bridge": {
|
|
277
277
|
"command": "npx",
|
|
@@ -281,7 +281,7 @@ export const HowToPage = () => (_jsx(Layout, { title: "How-To Guide", children:
|
|
|
281
281
|
}
|
|
282
282
|
}
|
|
283
283
|
}
|
|
284
|
-
}` }), _jsxs("p", { class: noteText, children: ["Restart Claude Desktop. You'll get the six ", _jsx("span", { class: inlineCode, children: "cogent_*" }), " MCP tools. Slash commands (", _jsx("span", { class: inlineCode, children: "/cogent:register" }), ") are Claude Code only \u2014 in Desktop, use natural language: ", _jsx("em", { children: "\"Create a Cogent channel called 'my-project' with secret 'team-secret'\"" }), "."] })] }), _jsxs(Terminal, { title: "Cloud Channel \u2014 The Team Pattern", children: [_jsxs("p", { class: noteText, children: [_jsx("span", { class: stepNumber, children: "Step 1:" }), " One team member creates a shared channel:"] }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: commentLine, children: `# Ask Claude Code to create a channel for the team` }), "\n", _jsx("span", { class: promptChar, children: ">" }), _jsx("span", { class: stepCommand, children: ` Create a Cogent channel called "sprint-42" with secret "our-team-secret"` })] }), _jsxs("p", { class: noteText, children: ["Claude will use ", _jsx("span", { class: inlineCode, children: "cogent_create_session" }), " and return a channel name (e.g., ", _jsx("span", { class: inlineCode, children: "sprint-42" }), ") and a config snippet. If you omit the name, a friendly name is auto-generated (e.g., ", _jsx("span", { class: inlineCode, children: "swift-fox-a3f1" }), ")."] }), _jsxs("p", { class: noteText, children: [_jsx("span", { class: stepNumber, children: "Step 2:" }), " Share the ", _jsx("strong", { children: "channel name" }), " and ", _jsx("strong", { children: "secret" }), " with your team (Slack, email, etc.)"] }), _jsxs("p", { class: noteText, children: [_jsx("span", { class: stepNumber, children: "Step 3:" }), " Every other team member joins using the channel name:"] }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: ">" }), _jsx("span", { class: stepCommand, children: ` Join Cogent channel "sprint-42" with secret "our-team-secret"` })] }), _jsxs("p", { class: noteText, children: ["Claude will use ", _jsx("span", { class: inlineCode, children: "cogent_join_session" }), " to resolve the channel name and join. No UUIDs needed."] }), _jsxs("p", { class: noteText, children: [_jsx("span", { class: stepNumber, children: "Step 4:" }), " Each agent registers as a named peer:"] }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: ">" }), _jsx("span", { class: stepCommand, children: ` Register on Cogent as peerId="backend", label="Backend Team"` })] })] }), _jsxs("div", { class: tipBox, children: [_jsx("div", { class: tipLabel, children: "Pro Tip \u2014 Automate with CLAUDE.md" }), _jsxs("p", { class: noteText, children: ["Add Cogent Bridge instructions to each project's ", _jsx("span", { class: inlineCode, children: "CLAUDE.md" }), " file. When a developer opens Claude Code in that project, the agent automatically knows its role, peer ID, and communication protocol. No manual setup each time."] }), _jsx("div", { class: codeBlock, children: `# CLAUDE.md (in your project root)
|
|
284
|
+
}` }), _jsxs("p", { class: noteText, children: ["Restart Claude Desktop. You'll get the six ", _jsx("span", { class: inlineCode, children: "cogent_*" }), " MCP tools. Slash commands (", _jsx("span", { class: inlineCode, children: "/cogent:register" }), ") are Claude Code only \u2014 in Desktop, use natural language: ", _jsx("em", { children: "\"Create a Cogent channel called 'my-project' with secret 'team-secret'\"" }), "."] })] }), _jsxs(Terminal, { title: "Cloud Channel \u2014 The Team Pattern", children: [_jsxs("p", { class: noteText, children: [_jsx("span", { class: stepNumber, children: "Step 1:" }), " One team member creates a shared channel:"] }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: commentLine, children: `# Ask Claude Code to create a channel for the team` }), "\n", _jsx("span", { class: promptChar, children: ">" }), _jsx("span", { class: stepCommand, children: ` Create a Cogent channel called "sprint-42" with secret "our-team-secret"` })] }), _jsxs("p", { class: noteText, children: ["Claude will use ", _jsx("span", { class: inlineCode, children: "cogent_create_session" }), " and return a channel name (e.g., ", _jsx("span", { class: inlineCode, children: "sprint-42" }), ") and a config snippet. If you omit the name, a friendly name is auto-generated (e.g., ", _jsx("span", { class: inlineCode, children: "swift-fox-a3f1" }), ")."] }), _jsxs("p", { class: noteText, children: [_jsx("span", { class: stepNumber, children: "Step 2:" }), " Share the ", _jsx("strong", { children: "channel name" }), " and ", _jsx("strong", { children: "secret" }), " with your team (Slack, email, etc.)"] }), _jsxs("p", { class: noteText, children: [_jsx("span", { class: stepNumber, children: "Step 3:" }), " Every other team member joins using the channel name:"] }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: ">" }), _jsx("span", { class: stepCommand, children: ` Join Cogent channel "sprint-42" with secret "our-team-secret"` })] }), _jsxs("p", { class: noteText, children: ["Claude will use ", _jsx("span", { class: inlineCode, children: "cogent_join_session" }), " to resolve the channel name and join. No UUIDs needed."] }), _jsxs("p", { class: noteText, children: [_jsx("span", { class: stepNumber, children: "Step 4:" }), " Each agent registers as a named peer:"] }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: ">" }), _jsx("span", { class: stepCommand, children: ` Register on Cogent as peerId="backend", label="Backend Team"` })] })] }), _jsxs("div", { class: tipBox, children: [_jsx("div", { class: tipLabel, children: "Updating" }), _jsxs("p", { class: noteText, children: [_jsx("strong", { children: "Plugin Marketplace:" }), " Re-run ", _jsx("span", { class: inlineCode, children: "claude plugin marketplace add eaisdevelopment/cogent" }), " to pull the latest version.", _jsx("strong", { children: "npx users:" }), " ", _jsx("span", { class: inlineCode, children: "npx -y" }), " always fetches the latest \u2014 just restart Claude.", _jsx("strong", { children: "Global install:" }), " Run ", _jsx("span", { class: inlineCode, children: "npm update -g @essentialai/cogent-bridge" }), "."] })] }), _jsxs("div", { class: tipBox, children: [_jsx("div", { class: tipLabel, children: "Pro Tip \u2014 Automate with CLAUDE.md" }), _jsxs("p", { class: noteText, children: ["Add Cogent Bridge instructions to each project's ", _jsx("span", { class: inlineCode, children: "CLAUDE.md" }), " file. When a developer opens Claude Code in that project, the agent automatically knows its role, peer ID, and communication protocol. No manual setup each time."] }), _jsx("div", { class: codeBlock, children: `# CLAUDE.md (in your project root)
|
|
285
285
|
|
|
286
286
|
## Cogent Bridge Protocol
|
|
287
287
|
You are the **Backend** team. On session start:
|
|
@@ -308,5 +308,5 @@ You are the **[Team Name]** agent.
|
|
|
308
308
|
|
|
309
309
|
### Team Dependencies
|
|
310
310
|
- "frontend" — consumes our API, notify of any contract changes
|
|
311
|
-
- "devops" — manages deployment, notify of new env vars or infra needs` })] }), _jsxs("div", { class: tipBox, children: [_jsx("div", { class: tipLabel, children: "2. Name Your Peers Descriptively" }), _jsx("p", { class: noteText, children: "Use clear, role-based peer IDs that any team member can understand:" }), _jsxs("ul", { class: bulletList, children: [_jsxs("li", { children: [_jsx("span", { class: inlineCode, children: "backend" }), ", ", _jsx("span", { class: inlineCode, children: "frontend" }), ", ", _jsx("span", { class: inlineCode, children: "mobile" }), " \u2014 for team-based splits"] }), _jsxs("li", { children: [_jsx("span", { class: inlineCode, children: "auth-service" }), ", ", _jsx("span", { class: inlineCode, children: "payments" }), ", ", _jsx("span", { class: inlineCode, children: "gateway" }), " \u2014 for microservice architectures"] }), _jsxs("li", { children: [_jsx("span", { class: inlineCode, children: "reviewer" }), ", ", _jsx("span", { class: inlineCode, children: "qa" }), ", ", _jsx("span", { class: inlineCode, children: "security" }), " \u2014 for role-based workflows"] })] })] }), _jsxs("div", { class: tipBox, children: [_jsx("div", { class: tipLabel, children: "3. Establish Communication Standards" }), _jsx("p", { class: noteText, children: "Define message formats in your CLAUDE.md so agents communicate consistently:" }), _jsxs("ul", { class: bulletList, children: [_jsxs("li", { children: [_jsx("strong", { children: "Bug reports:" }), " endpoint, expected, actual, reproduction steps"] }), _jsxs("li", { children: [_jsx("strong", { children: "API changes:" }), " method, path, request body, response shape, breaking?"] }), _jsxs("li", { children: [_jsx("strong", { children: "Status updates:" }), " what's done, what's in progress, what's blocked"] }), _jsxs("li", { children: [_jsx("strong", { children: "Review requests:" }), " files changed, design decisions, areas of concern"] })] })] }), _jsxs("div", { class: tipBox, children: [_jsx("div", { class: tipLabel, children: "4. Use Sessions Strategically" }), _jsx("p", { class: noteText, children: "Create sessions that match your work patterns:" }), _jsxs("ul", { class: bulletList, children: [_jsxs("li", { children: [_jsx("strong", { children: "Per-sprint sessions:" }), " \"sprint-42\" \u2014 all agents join for the sprint duration"] }), _jsxs("li", { children: [_jsx("strong", { children: "Per-feature sessions:" }), " \"feature-payments\" \u2014 only relevant teams join"] }), _jsxs("li", { children: [_jsx("strong", { children: "Ad-hoc sessions:" }), " \"debug-login-issue\" \u2014 temporary session for incident response"] })] })] }), _jsxs("div", { class: tipBox, children: [_jsx("div", { class: tipLabel, children: "5. Review Message History Regularly" }), _jsxs("p", { class: noteText, children: ["Use ", _jsx("span", { class: inlineCode, children: "cogent_get_history" }), " as a management tool. The message history captures every technical decision, every API contract negotiation, every bug report and resolution. This is far richer than any standup summary or ticket description."] })] }), _jsxs("div", { class: tipBox, children: [_jsx("div", { class: tipLabel, children: "6. Start Small, Scale Up" }), _jsx("p", { class: noteText, children: "Begin with two agents on one feature. Once your team sees the speed improvement, expand to multi-agent workflows. Common progression:" }), _jsxs("ul", { class: bulletList, children: [_jsxs("li", { children: [_jsx("strong", { children: "Week 1:" }), " Frontend + Backend on a single feature"] }), _jsxs("li", { children: [_jsx("strong", { children: "Week 2:" }), " Add a QA/testing agent"] }), _jsxs("li", { children: [_jsx("strong", { children: "Week 3:" }), " Full sprint with all team agents connected"] }), _jsxs("li", { children: [_jsx("strong", { children: "Month 2:" }), " Cross-team orchestration for complex features"] })] })] })] }), _jsxs("div", { class: footer, children: ["COGENT \u2014 Powered by ", _jsx("a", { href: "https://essentialai.uk", style: "color: inherit;", children: "Essential AI Solutions Ltd." }), " \u2014 ", _jsx("a", { href: "/", style: "color: inherit;", children: "cogent.tools" })] })] }) }));
|
|
311
|
+
- "devops" — manages deployment, notify of new env vars or infra needs` })] }), _jsxs("div", { class: tipBox, children: [_jsx("div", { class: tipLabel, children: "2. Name Your Peers Descriptively" }), _jsx("p", { class: noteText, children: "Use clear, role-based peer IDs that any team member can understand:" }), _jsxs("ul", { class: bulletList, children: [_jsxs("li", { children: [_jsx("span", { class: inlineCode, children: "backend" }), ", ", _jsx("span", { class: inlineCode, children: "frontend" }), ", ", _jsx("span", { class: inlineCode, children: "mobile" }), " \u2014 for team-based splits"] }), _jsxs("li", { children: [_jsx("span", { class: inlineCode, children: "auth-service" }), ", ", _jsx("span", { class: inlineCode, children: "payments" }), ", ", _jsx("span", { class: inlineCode, children: "gateway" }), " \u2014 for microservice architectures"] }), _jsxs("li", { children: [_jsx("span", { class: inlineCode, children: "reviewer" }), ", ", _jsx("span", { class: inlineCode, children: "qa" }), ", ", _jsx("span", { class: inlineCode, children: "security" }), " \u2014 for role-based workflows"] })] })] }), _jsxs("div", { class: tipBox, children: [_jsx("div", { class: tipLabel, children: "3. Establish Communication Standards" }), _jsx("p", { class: noteText, children: "Define message formats in your CLAUDE.md so agents communicate consistently:" }), _jsxs("ul", { class: bulletList, children: [_jsxs("li", { children: [_jsx("strong", { children: "Bug reports:" }), " endpoint, expected, actual, reproduction steps"] }), _jsxs("li", { children: [_jsx("strong", { children: "API changes:" }), " method, path, request body, response shape, breaking?"] }), _jsxs("li", { children: [_jsx("strong", { children: "Status updates:" }), " what's done, what's in progress, what's blocked"] }), _jsxs("li", { children: [_jsx("strong", { children: "Review requests:" }), " files changed, design decisions, areas of concern"] })] })] }), _jsxs("div", { class: tipBox, children: [_jsx("div", { class: tipLabel, children: "4. Use Sessions Strategically" }), _jsx("p", { class: noteText, children: "Create sessions that match your work patterns:" }), _jsxs("ul", { class: bulletList, children: [_jsxs("li", { children: [_jsx("strong", { children: "Per-sprint sessions:" }), " \"sprint-42\" \u2014 all agents join for the sprint duration"] }), _jsxs("li", { children: [_jsx("strong", { children: "Per-feature sessions:" }), " \"feature-payments\" \u2014 only relevant teams join"] }), _jsxs("li", { children: [_jsx("strong", { children: "Ad-hoc sessions:" }), " \"debug-login-issue\" \u2014 temporary session for incident response"] })] })] }), _jsxs("div", { class: tipBox, children: [_jsx("div", { class: tipLabel, children: "5. Review Message History Regularly" }), _jsxs("p", { class: noteText, children: ["Use ", _jsx("span", { class: inlineCode, children: "cogent_get_history" }), " as a management tool. The message history captures every technical decision, every API contract negotiation, every bug report and resolution. This is far richer than any standup summary or ticket description."] })] }), _jsxs("div", { class: tipBox, children: [_jsx("div", { class: tipLabel, children: "6. Start Small, Scale Up" }), _jsx("p", { class: noteText, children: "Begin with two agents on one feature. Once your team sees the speed improvement, expand to multi-agent workflows. Common progression:" }), _jsxs("ul", { class: bulletList, children: [_jsxs("li", { children: [_jsx("strong", { children: "Week 1:" }), " Frontend + Backend on a single feature"] }), _jsxs("li", { children: [_jsx("strong", { children: "Week 2:" }), " Add a QA/testing agent"] }), _jsxs("li", { children: [_jsx("strong", { children: "Week 3:" }), " Full sprint with all team agents connected"] }), _jsxs("li", { children: [_jsx("strong", { children: "Month 2:" }), " Cross-team orchestration for complex features"] })] })] })] }), _jsxs("div", { class: section, children: [_jsx("span", { id: "slack-bridge", class: sectionAnchor }), _jsx("h2", { class: sectionTitle, children: "10 \u2014 Slack Integration (NEW)" }), _jsx("p", { class: sectionSubtitle, children: "Bridge Slack channels to COGENT sessions so humans and AI agents share one conversation" }), _jsxs("div", { class: scenarioBox, children: [_jsx("div", { class: scenarioLabel, children: "Scenario" }), _jsx("p", { class: noteText, children: "Your team communicates in Slack but your Claude Code agents collaborate via COGENT. With the Cogent Bridge Slack app, you can map a Slack channel directly to a COGENT session. Messages flow bidirectionally \u2014 Slack users and CC agents share the same conversation thread without switching tools." })] }), _jsxs("p", { class: paragraph, children: ["The Slack integration turns any Slack channel into a COGENT peer. When a Slack user types a message, the CC agent receives it as a normal COGENT message. When the CC agent responds, the reply appears in the Slack channel. ", _jsx("span", { class: highlight, children: "@mention resolution works both ways" }), " \u2014 Slack usernames map to COGENT peer IDs and vice versa."] }), _jsxs(Terminal, { title: "Step 1: Create a COGENT Session", children: [_jsx("p", { class: noteText, children: "First, create a session from any Claude Code instance (or reuse an existing one):" }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: ">" }), _jsx("span", { class: stepCommand, children: ` Create a Cogent channel called "my-project" with secret "team-secret"` })] }), _jsxs("p", { class: noteText, children: ["Note the ", _jsx("span", { class: inlineCode, children: "sessionId" }), " and ", _jsx("span", { class: inlineCode, children: "secret" }), " \u2014 you'll need them in the next step."] })] }), _jsxs(Terminal, { title: "Step 2: Map a Slack Channel", children: [_jsx("p", { class: noteText, children: "In any Slack channel where the Cogent Bridge app is installed, run:" }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: "/" }), _jsx("span", { class: stepCommand, children: "cogent map <sessionId> <secret>" })] }), _jsx("p", { class: noteText, children: "This binds the Slack channel to the COGENT session. All messages in this channel will be relayed to connected CC agents, and agent responses will appear here." })] }), _jsxs(Terminal, { title: "Step 3: Configure the CC Agent", children: [_jsxs("p", { class: noteText, children: ["On the Claude Code side, ensure ", _jsx("span", { class: inlineCode, children: "COGENT_ENDPOINT" }), " is set and join the same session:"] }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: ">" }), _jsx("span", { class: stepCommand, children: ` Join Cogent channel "my-project" with secret "team-secret"` }), "\n", _jsx("span", { class: promptChar, children: ">" }), _jsx("span", { class: stepCommand, children: ` Register on Cogent as peerId="backend", label="Backend Agent"` })] }), _jsx("p", { class: noteText, children: "The CC agent is now a peer in the same session as the Slack channel. Messages sent from Slack arrive via the normal COGENT relay." })] }), _jsxs(Terminal, { title: "Slack Slash Commands", children: [_jsx("p", { class: noteText, children: "The Slack app provides several slash commands for interacting with the session:" }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: "/" }), _jsx("span", { class: stepCommand, children: "cogent peers" }), _jsx("span", { class: commentLine, children: ` # List all peers in the session` })] }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: "/" }), _jsx("span", { class: stepCommand, children: "cogent send @backend <message>" }), _jsx("span", { class: commentLine, children: ` # Send a targeted message to a specific peer` })] }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: "/" }), _jsx("span", { class: stepCommand, children: "cogent status" }), _jsx("span", { class: commentLine, children: ` # Check session health and connection status` })] })] }), _jsxs("div", { class: flowDiagram, children: [_jsx("span", { class: diagramLabel, children: "Slack Channel CC Agent (backend)" }), "\n", " | |", "\n", " |", _jsx("span", { class: diagramArrow, children: " ---- /cogent map <session> ------> " }), " |", "\n", " | |", "\n", " | [user types message] |", "\n", " |", _jsx("span", { class: diagramArrow, children: " ---- relayed via COGENT ---------> " }), " |", "\n", " | |", "\n", " | [agent processes & responds]", "\n", " | |", "\n", " |", _jsx("span", { class: diagramArrow, children: " <--- response appears in Slack -- " }), " |", "\n", " | |", "\n", " | [team sees response in channel] |", "\n"] }), _jsxs("div", { class: outcomeBox, children: [_jsx("div", { class: outcomeLabel, children: "Business Impact" }), _jsx("p", { class: noteText, children: "Product managers and non-technical stakeholders interact with AI agents directly from Slack \u2014 no need to open a terminal or learn Claude Code. Developers monitor agent activity in real time alongside normal team chat. The entire team shares one communication channel." })] })] }), _jsx("hr", { class: divider }), _jsxs("div", { class: footer, children: ["COGENT \u2014 Powered by ", _jsx("a", { href: "https://essentialai.uk", style: "color: inherit;", children: "Essential AI Solutions Ltd." }), " \u2014 ", _jsx("a", { href: "/", style: "color: inherit;", children: "cogent.tools" })] })] }) }));
|
|
312
312
|
//# sourceMappingURL=HowToPage.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HowToPage.js","sourceRoot":"","sources":["../../../src/ui/pages/HowToPage.tsx"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"HowToPage.js","sourceRoot":"","sources":["../../../src/ui/pages/HowToPage.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LandingPage.d.ts","sourceRoot":"","sources":["../../../src/ui/pages/LandingPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,UAAU,CAAC;AAMnC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAEnE,2CAA2C;AAC3C,UAAU,gBAAgB;IACxB,KAAK,EAAE,WAAW,CAAC;CACpB;AAuKD;;;GAGG;AACH,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,
|
|
1
|
+
{"version":3,"file":"LandingPage.d.ts","sourceRoot":"","sources":["../../../src/ui/pages/LandingPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,UAAU,CAAC;AAMnC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAEnE,2CAA2C;AAC3C,UAAU,gBAAgB;IACxB,KAAK,EAAE,WAAW,CAAC;CACpB;AAuKD;;;GAGG;AACH,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CA4M5C,CAAC"}
|