Delete superseded docs and dead code - #89
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Remove artifacts left behind by the CLI, agent-class, package-collapse, and provider removals:
--modeland--scenario; retain the shared provider-aware tool policy and its testsGeneric gitignore entries remain unchanged. The provider-matrix functionality is preserved through the parameterized examples rather than separate scripts.
Verification
npm run typechecknpm run build --workspace @onkernel/loopnpm test --workspace @onkernel/loop— 34 files, 429 testsNote
Low Risk
Mostly documentation deletion, dead-code removal, and example/CI housekeeping with no runtime behavior changes to catalog compilation or provider streaming.
Overview
This PR finishes cleanup after earlier CLI, agent-class, and provider removals by deleting the superseded agent tool configuration spec and trimming code that nothing calls anymore (mode-era computer defaults, aggregate action schema helpers, and an unused Responses threading wrapper).
CI and docs no longer reference
META_API_KEYor the retired Meta provider;architecture.mddescribes catalog recompilation instead of the removedsetTools()API.Examples replace separate OpenAI smoke scripts with one
agent.tsand oneharness.ts, driven by shared--model/--scenarioparsing and the existing provider-awaretoolsForModelpolicy (tests cover flag parsing and catalog compilation).Dev dependencies add
@anthropic-ai/sdkand@google/genaiso documented native-action probe paths work afternpm ci.Reviewed by Cursor Bugbot for commit b8d45db. Bugbot is set up for automated code reviews on this repo. Configure here.