|
Some checks failed
CI / verify (push) Failing after 42s
Add the third prospector interface: an AI-facing streaming orchestrator MCP
that sits above the raw mcp-prospector adapter and alongside the operator PWA.
It ticks the system, reports status, detects items needing a human, raises
dedup'd nudges, and drives the GO/PAUSE/AWAY kill-switch — but never sends
(every send stays behind Gate-2 + the human_owned floor).
- @packages/mcp-orchestrator: package.json + tsconfig + src/{index,client,
nudges,types}.ts. Six tools (orchestrate_tick, status_report, list_nudges,
ack_nudge, set_mode, drive_loop) wired to the real REST surface; detection/
loop logic left as documented PENDING stubs. Typechecks + builds clean.
- docs/features/ai-orchestrator.md: responsibilities, tool surface, streaming/
nudge loop, nudge rules mapped to verified live endpoints, reuse + safety,
open decisions.
- register the package in the root workspaces.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| src | ||
| package.json | ||
| tsconfig.json | ||