MCPcopy
hub / github.com/Pimzino/spec-workflow-mcp / SpecChangeEvent

Interface SpecChangeEvent

src/dashboard/watcher.ts:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { SpecParser, ParsedSpec } from './parser.js';
5
6export interface SpecChangeEvent {
7 type: 'spec' | 'steering';
8 action: 'created' | 'updated' | 'deleted';
9 name: string;
10 data?: ParsedSpec | any;
11}
12
13export class SpecWatcher extends EventEmitter {
14 private projectPath: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected