MCPcopy Create free account
hub / github.com/garrytan/gstack / ClassifyInput

Interface ClassifyInput

scripts/one-way-doors.ts:87–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85]);
86
87export interface ClassifyInput {
88 /** Registry id OR ad-hoc id; looked up first */
89 question_id?: string;
90 /** Skill firing the question (for skill-category fallback) */
91 skill?: string;
92 /** Question category (approval | clarification | routing | cherry-pick | feedback-loop) */
93 category?: string;
94 /** Free-form question summary — pattern-matched against destructive keywords */
95 summary?: string;
96}
97
98export interface ClassifyResult {
99 /** true = treat as one-way door (always ask, never auto-decide) */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected