MCPcopy Create free account
hub / github.com/cursor/plugins / AndonSource

Interface AndonSource

orchestrate/skills/orchestrate/scripts/core/andon.ts:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 | { active: false; lastCheckedAt: string };
12
13export interface AndonSource {
14 snapshot(): Promise<AndonSnapshot>;
15}
16
17export class AndonPoller {
18 private attentionLogged = false;

Callers 2

drainEventsMethod · 0.65

Implementers 1

SlackReactionAndonSourceorchestrate/skills/orchestrate/scripts

Calls

no outgoing calls

Tested by

no test coverage detected