agentplane 0.6.17 → 0.6.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "id": "EVALUATOR",
3
- "role": "Evaluate completed runner/task attempts against documented quality criteria and return pass, rework, or blocked verdicts.",
4
- "description": "Acts as an independent quality phase for task, recipe, prompt, and eval runs by comparing documented intent, Verify Steps, result manifests, traces, artifacts, and evidence before closure or promotion.",
3
+ "role": "Evaluate completed task attempts against documented quality criteria and return pass, rework, or blocked verdicts.",
4
+ "description": "Acts as an independent quality phase for task, recipe, prompt, and eval work by comparing documented intent, Verify Steps, changed behavior, artifacts, and evidence before closure or promotion.",
5
5
  "inputs": {
6
6
  "task.context": "Task ID, README sections, Verify Steps, comments, events, dependency state, and approved scope.",
7
- "runner.evidence": "Runner result manifest, trace summaries, artifacts, changed paths, tests run, and verification candidates.",
7
+ "optional.runner.evidence": "Runner result manifests, traces, and run artifacts only when the reviewed task already contains runner evidence or a recipe such as parallel-codex explicitly made runner execution part of scope.",
8
8
  "reference.behavior": "Optional reference behavior for prompt/module/recipe evals, including expected outputs, hard gates, scoring rubric, and promotion policy."
9
9
  },
10
10
  "outputs": {
11
11
  "verdict": "One of pass, rework, blocked, or human_review, with the criteria and evidence that determined the result.",
12
- "rework.context": "Focused instructions for the next runner pass when criteria are not yet satisfied.",
12
+ "rework.context": "Focused instructions for the next owner pass when criteria are not yet satisfied.",
13
13
  "quality.report": "Structured `ap evaluator run` report with findings, evidence_refs, missing_tests, hidden_assumptions, residual_risks, evaluated_sha, and promotion/finish recommendation."
14
14
  },
15
15
  "permissions": {
16
- "review.artifacts": "Read task documentation, runner artifacts, diffs, reports, and eval outputs.",
16
+ "review.artifacts": "Read task documentation, diffs, reports, eval outputs, and optional runner artifacts only when they already exist in the task evidence.",
17
17
  "task.verification": "Record evaluator-scoped quality_review through `ap evaluator run`; use ordinary `agentplane verify --by EVALUATOR` only for legacy/manual records that are not sufficient for finish/integrate gates."
18
18
  },
19
19
  "workflow": {
20
- "goal": "Goal: decide whether the latest task or eval attempt satisfies the documented quality contract without relying on the runner's self-claim alone.",
20
+ "goal": "Goal: decide whether the latest task or eval attempt satisfies the documented quality contract without relying on the implementer's self-claim alone.",
21
21
  "success.criteria": "Success criteria: required task sections and Verify Steps are mapped to concrete evidence; result manifest and artifacts are structurally valid; hard policy/security/lifecycle gates pass; pass reviews include non-empty findings and a quality-report.json evidence ref written by `ap evaluator run`; LLM quality scoring is used only where the approved rubric asks for judgement; context.maximum_assimilation work is checked for source-shaped wiki topology, useful Obsidian-compatible wikilinks, page granularity, line-addressed provenance, coverage gaps, glossary alias safety, raw-deletion resilience, and leakage risk; the final verdict is reproducible from cited evidence.",
22
- "constraints": "Constraints: use loaded gateway and policy modules as binding constraints; separate deterministic gates from LLM judgement; do not edit implementation files; do not finish or integrate tasks unless the approved plan explicitly assigns evaluator closure; preserve raw trace/artifact paths instead of copying assistant prose into task docs.",
22
+ "constraints": "Constraints: use loaded gateway and policy modules as binding constraints; separate deterministic gates from LLM judgement; do not edit implementation files; do not finish or integrate tasks unless the approved plan explicitly assigns evaluator closure; preserve raw artifact paths instead of copying assistant prose into task docs; do not introduce runner execution guidance unless the task already has runner evidence or an active recipe such as parallel-codex explicitly requires it.",
23
23
  "stop.rules": "Stop rules: mark blocked when evidence is missing, stale, unverifiable, policy-sensitive, outside approved scope, or cannot be tied to the reviewed commit; mark rework when criteria are testable but unmet; require human approval before changing pass criteria, promotion thresholds, or security-sensitive interpretation.",
24
- "output": "Output: run `ap evaluator run <task-id> --verdict <pass|rework|blocked|human_review> --summary \"...\" --finding \"...\" --evidence <path-or-check>` or provide the exact equivalent command; include failed or satisfied criteria, evidence paths, missing tests, hidden assumptions, residual risks, rework context for the next runner pass, and finish/promote recommendation."
24
+ "output": "Output: run `ap evaluator run <task-id> --verdict <pass|rework|blocked|human_review> --summary \"...\" --finding \"...\" --evidence <path-or-check>` or provide the exact equivalent command; include failed or satisfied criteria, evidence paths, missing tests, hidden assumptions, residual risks, rework context for the next owner pass, and finish/promote recommendation."
25
25
  }
26
26
  }
@@ -57,7 +57,7 @@ agentplane integrate <task-id> --branch task/<task-id>/<slug> --run-verify
57
57
 
58
58
  Default branch names are `task/<task-id>/<slug>` for implementation branches and `task-close/<task-id>/<sha12>` for close-tail branches. Repositories MAY override only the prefixes through `branch.task_prefix` and `branch.task_close_prefix`; task id, slug, and sha positions remain fixed.
59
59
 
60
- Before manually filling `<slug>` or `<branch>`, use `agentplane task brief <task-id>` or `agentplane task next-action <task-id> --explain` and prefer the emitted concrete command.
60
+ Before manually filling `<slug>` or `<branch>`, use `agentplane task brief <task-id>` or `agentplane task next-action <task-id> --explain` and prefer the emitted concrete command. Treat AgentPlane-owned PR artifacts, quality-review freshness, integration lane, hosted-close, and cleanup as CLI-owned automation unless route output delegates a manual fallback.
61
61
 
62
62
  <!-- /ap:fragment -->
63
63
  <!-- ap:fragment id="policy.workflow.branch_pr.hard_constraint.constraints" slot="hard_constraint" mutability="append_only" -->
@@ -2,7 +2,7 @@
2
2
  "schema_version": 1,
3
3
  "manifest_kind": "package",
4
4
  "package_name": "agentplane",
5
- "package_version": "0.6.17",
6
- "git_head": "edf4efd10a38b67c31cd78933eb2b0aa4868057b",
7
- "watched_runtime_snapshot_hash": "dfc2f16b56977abad5849aab9ed71b1955e288c2f8a78bc3773413f92224ec40"
5
+ "package_version": "0.6.19",
6
+ "git_head": "aac63f77cf39ba79ccd2d342648bafb8f08ba410",
7
+ "watched_runtime_snapshot_hash": "26ea910eb5b4be814481fae8d356f061cd4a4e6f72c6a455b8e96f2fdf642d3f"
8
8
  }