Core: repair find-apis arity regression #159

Open
nsaspy wants to merge 3 commits from hackmode-rage-hackpert/fix-find-apis-core-gate into master
Owner

Bug-first blocker

Exact-head core CI for #101 exposed an existing clean-compile regression in functions.lisp: find-apis calls find-api with three arguments even though find-api accepts a URL object plus one optional pattern list. The same call also references an unbound pattern variable.

RED

This draft first wires a focused collection contract proving find-apis classifies each URL using the caller-supplied pattern set while leaving non-matches untagged. Current production code still fails the Common Lisp compile gate before that regression can run.

Boundary

Minimal core correctness repair only. No database internals, provider/effect widening, expert authority changes, scheduler changes, or StarIntel product work.

## Bug-first blocker Exact-head core CI for #101 exposed an existing clean-compile regression in `functions.lisp`: `find-apis` calls `find-api` with three arguments even though `find-api` accepts a URL object plus one optional pattern list. The same call also references an unbound `pattern` variable. ## RED This draft first wires a focused collection contract proving `find-apis` classifies each URL using the caller-supplied pattern set while leaving non-matches untagged. Current production code still fails the Common Lisp compile gate before that regression can run. ## Boundary Minimal core correctness repair only. No database internals, provider/effect widening, expert authority changes, scheduler changes, or StarIntel product work.
Core: repair find-apis collection dispatch
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 33s
monorepo / hygiene (pull_request) Successful in 6m38s
3c96ed3eb0
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 33s
monorepo / hygiene (pull_request) Successful in 6m38s
This pull request has changes conflicting with the target branch.
  • source/hackmode-core/hackmode-tests.asd
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/fix-find-apis-core-gate:hackmode-rage-hackpert/fix-find-apis-core-gate
git switch hackmode-rage-hackpert/fix-find-apis-core-gate

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/fix-find-apis-core-gate
git switch hackmode-rage-hackpert/fix-find-apis-core-gate
git rebase master
git switch master
git merge --ff-only hackmode-rage-hackpert/fix-find-apis-core-gate
git switch hackmode-rage-hackpert/fix-find-apis-core-gate
git rebase master
git switch master
git merge --no-ff hackmode-rage-hackpert/fix-find-apis-core-gate
git switch master
git merge --squash hackmode-rage-hackpert/fix-find-apis-core-gate
git switch master
git merge --ff-only hackmode-rage-hackpert/fix-find-apis-core-gate
git switch master
git merge hackmode-rage-hackpert/fix-find-apis-core-gate
git push origin master
Sign in to join this conversation.
No description provided.