Hackpert: add objective extension registry #109

Closed
nsaspy wants to merge 4 commits from hackmode-rage-hackpert/29-extension-registry into master
Owner

Issue #29 bounded Hackpert-owned slice for the open objective loop.

Adds a pure functional extension registry with stable ID/version, understood objective predicates, required capabilities, minimum authority requirements, supported reasoning strategies, deterministic registration/listing, and applicability filtering.

Acceptance covered:

  • extensions register without editing the central loop;
  • missing/ungranted required capabilities reject an otherwise matching extension;
  • active-only extensions are rejected under passive authority;
  • symbolic/direct strategy support remains orthogonal to authority;
  • registry access is defensive and duplicate stable IDs fail closed.

RED: 7c8babef95c491e6f0164da3865fc78d7a2c2cfe — exact-head core failed because MAKE-EXPERT-EXTENSION did not exist; monorepo and boundary passed.
GREEN: 66a2e471bc394d1fbbaf1ef92f05576c3ebe7a00 — exact-head core, monorepo, and agent-framework-boundary pass.

No database internals, provider execution, model executor, scheduler, or StarIntel product work is touched.

Issue #29 bounded Hackpert-owned slice for the open objective loop. Adds a pure functional extension registry with stable ID/version, understood objective predicates, required capabilities, minimum authority requirements, supported reasoning strategies, deterministic registration/listing, and applicability filtering. Acceptance covered: - extensions register without editing the central loop; - missing/ungranted required capabilities reject an otherwise matching extension; - active-only extensions are rejected under passive authority; - symbolic/direct strategy support remains orthogonal to authority; - registry access is defensive and duplicate stable IDs fail closed. RED: `7c8babef95c491e6f0164da3865fc78d7a2c2cfe` — exact-head core failed because `MAKE-EXPERT-EXTENSION` did not exist; monorepo and boundary passed. GREEN: `66a2e471bc394d1fbbaf1ef92f05576c3ebe7a00` — exact-head core, monorepo, and agent-framework-boundary pass. No database internals, provider execution, model executor, scheduler, or StarIntel product work is touched.
Hackpert: load extension registry
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 4s
core / common-lisp-core (pull_request) Failing after 37s
monorepo / hygiene (pull_request) Successful in 4m10s
66a2e471bc
nsaspy closed this pull request 2026-09-04 20:52:47 +00:00
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 4s
core / common-lisp-core (pull_request) Failing after 37s
monorepo / hygiene (pull_request) Successful in 4m10s

Pull request closed

Sign in to join this conversation.
No description provided.