P1 plan-first: run handler refuses without propose_plan (structural gate,
not SOUL.md prose). Plan window decoupled from set_goal — config_mutation
auto-run only on operator approval (assent window). Closes the approval-free
config_mutation hole confirmed in session d0d562e0.
P2 iteration: reopenSession flips terminal→executing, marks prior plan steps
replaced, clears outcome. proposePlan excludes replaced from in-flight check,
bumps generation. A follow-up on a completed session starts a new sub-task
with a fresh plan — no more errPlanInFlight dead end.
P3 reasoning: accumulate per-iteration text into the persisted row instead
of overwriting with the last text event. Reload shows intermediate thinking,
not just the final summary.
P4 read-only allowlist: add find, tree, locate, systemctl list-timers/
list-unit-files/show, timedatectl, hostnamectl, systemd-analyze, rclone
ls/lsl/md5sum/check/cryptcheck. Fixes the find misclassification from
d0d562e0.
P5 eval harness: new assertion kinds (proposes_plan, plan_before_run,
plan_generations), multi-turn followups, fetch /sessions/{id}/plan. Four
manifests under evals/.
P6 SOUL.md: strip degenerate-case carve-out, add ITERATE step, update
set_goal guidance.
VERSION 0.6.0 → 0.7.0
11 lines
445 B
YAML
11 lines
445 B
YAML
# P5 eval: a pure-DB Q&A that calls NO run. This is the ONLY remaining
|
|
# carve-out from plan-first: a task that never touches a live target via
|
|
# `run` doesn't need propose_plan (the gate only fires on run). Asserts
|
|
# the agent answers directly and completes without ceremony.
|
|
- name: no-plan-no-run
|
|
prompt: "List all LXC containers and their current health."
|
|
assertions:
|
|
- kind: completes
|
|
- kind: no_run
|
|
- kind: no_propose_plan
|