cckyros/goal-acceptance--packages-goal-acceptance1

@cckyros/goal-acceptance

Model-provider-neutral goal acceptance criteria and validation enforcement plugin for the DeepSeek Harness

AI 분석

核心用途是强制执行任务的验收标准,确保 Agent 交付质量。适合需要对 Agent 任务结果进行结构化总结和严格合规性校验的用户。基于 Cordis 框架构建。

패키지
@cckyros/goal-acceptance
버전
0.1.0-rc.5
라이선스
MIT
최근 업데이트
2026. 8. 17.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗

@cckyros/goal-acceptance

English | 中文

Model-provider-neutral goal acceptance criteria and validation enforcement plugin for the DeepSeek Harness (goal-acceptance).

This plugin manages immutable acceptance criteria per Goal session, provides model-facing tools (set_acceptance_criteria, validate_criterion, get_acceptance_criteria), and intercepts agent/turn-stopping to steer uncompleted work or report a final structured summary.

It is a thin Cordis wrapper over @cckyros/goal-acceptance-core, which is a framework-agnostic npm package that can also be used in OpenClaw, Cursor, Claude Code, or other agent runtimes.

For the portable Agent Plugin and MCP packaging, see @cckyros/goal-acceptance-mcp.

Plugin

apply(ctx) provides ctx.goalAcceptance and registers model-facing tools and prompts.

Model Experience

Criteria Confirmation

What the model sees

A structured list of required criteria, verification methods, and capability limitations before autonomous execution begins.

Token effect

Criteria stay in the session log and model context until the Goal concludes.

KV Cache effect

Append-only; new criterion validations follow the session event stream.

Known Limitations and Deferred Work

  • Interactive criteria modification after confirmation is deferred; subsequent modifications start a new Goal session.