iiRecord
Agentic AI Atlas · GAP-JSON-003: JSON Breakpoint Interaction API
page:docs-harness-features-backlog-gaps-json-interaction-gap-json-003a5c.ai
II.
Page reference

page:docs-harness-features-backlog-gaps-json-interaction-gap-json-003

Reading · 1 min

GAP-JSON-003: JSON Breakpoint Interaction API reference

Programmatic breakpoint response via JSON API. Enable automated approval workflows, web-based approval UIs, and CI/CD gate integration.

Pagewiki/docs/harness-features-backlog/gaps/json-interaction/GAP-JSON-003.mdOutgoing · 0Incoming · 1

GAP-JSON-003: JSON Breakpoint Interaction API

FieldValue
Categoryjson-interaction
PriorityHigh
EffortM
StatusMissing

Description

Programmatic breakpoint response via JSON API. Enable automated approval workflows, web-based approval UIs, and CI/CD gate integration.

Current State

Breakpoints handled via CLI task:post or interactive CLI prompts. No programmatic approval API.

Target State

JSON API for breakpoint interaction: list pending breakpoints, get breakpoint context, post approval/rejection with feedback. Enable web UIs and automated approval systems to participate in breakpoint workflows.

Dependencies

Key Files

ComponentPath
Breakpoint typespackages/sdk/src/breakpoints/types.ts
Breakpoint evaluatorpackages/sdk/src/breakpoints/evaluator.ts
MCP serverpackages/sdk/src/mcp/

Recommendation

Phase 2 implementation. Expose breakpoint interaction as JSON API via MCP tools and importable functions.