Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
export
interface
AndonSource {
14
snapshot(): Promise<AndonSnapshot>;
15
}
16
17
export
class
AndonPoller {
18
private attentionLogged = false;
Callers
2
drainEvents
Method · 0.65
andon-root-cache.test.ts
File · 0.65
Implementers
1
SlackReactionAndonSource
orchestrate/skills/orchestrate/scripts
Calls
no outgoing calls
Tested by
no test coverage detected