Hackpert: expose typed plan inspection state #162

Open
nsaspy wants to merge 2 commits from hackmode-rage-hackpert/27-plan-inspection into master
Owner

Issue #27 bounded Hackpert-owned operator-inspection slice.

Adds side-effect-free typed plan inspection alongside run inspection: plan/objective identity, current step, required capabilities, success/failure branches, terminal state, and deterministically normalized stop conditions. Returned list-valued fields are defensive copies.

RED head: 8ba7df814811a158c0b1d4459d83469748800c95 — core failed against the missing plan-inspection API; monorepo and agent-framework-boundary passed.
GREEN head: b69cc5603d1a31d07f2048fe1763aa63e75e49c8 — core, monorepo, and agent-framework-boundary all pass exact-head.

No provider execution, canonical mutation, database internals, second scheduler, or StarIntel product work.

Issue #27 bounded Hackpert-owned operator-inspection slice. Adds side-effect-free typed plan inspection alongside run inspection: plan/objective identity, current step, required capabilities, success/failure branches, terminal state, and deterministically normalized stop conditions. Returned list-valued fields are defensive copies. RED head: `8ba7df814811a158c0b1d4459d83469748800c95` — core failed against the missing plan-inspection API; monorepo and agent-framework-boundary passed. GREEN head: `b69cc5603d1a31d07f2048fe1763aa63e75e49c8` — core, monorepo, and agent-framework-boundary all pass exact-head. No provider execution, canonical mutation, database internals, second scheduler, or StarIntel product work.
Hackpert: implement typed plan inspection state
Some checks failed
agent-pr-serialization / one-open-pr-per-agent-lane (pull_request_target) Failing after 1s
agent-framework-boundary / keep-agent-framework-out-of-product-tree (pull_request) Successful in 12s
core / common-lisp-core (pull_request) Failing after 59s
monorepo / hygiene (pull_request) Successful in 2m2s
b69cc5603d
Some checks failed
agent-pr-serialization / one-open-pr-per-agent-lane (pull_request_target) Failing after 1s
agent-framework-boundary / keep-agent-framework-out-of-product-tree (pull_request) Successful in 12s
core / common-lisp-core (pull_request) Failing after 59s
monorepo / hygiene (pull_request) Successful in 2m2s
This pull request has changes conflicting with the target branch.
  • source/hackmode-core/expert/inspection.lisp
  • source/hackmode-core/tests/expert-inspection.lisp
View command line instructions

Manual merge helper

Use this merge commit message when completing the merge manually.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin hackmode-rage-hackpert/27-plan-inspection:hackmode-rage-hackpert/27-plan-inspection
git switch hackmode-rage-hackpert/27-plan-inspection

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff hackmode-rage-hackpert/27-plan-inspection
git switch hackmode-rage-hackpert/27-plan-inspection
git rebase master
git switch master
git merge --ff-only hackmode-rage-hackpert/27-plan-inspection
git switch hackmode-rage-hackpert/27-plan-inspection
git rebase master
git switch master
git merge --no-ff hackmode-rage-hackpert/27-plan-inspection
git switch master
git merge --squash hackmode-rage-hackpert/27-plan-inspection
git switch master
git merge --ff-only hackmode-rage-hackpert/27-plan-inspection
git switch master
git merge hackmode-rage-hackpert/27-plan-inspection
git push origin master
Sign in to join this conversation.
No description provided.