Absorb @stupify/exe-* into @bevyl-ai/agent-tools 0.3.0#43
Merged
Conversation
The two workspace packages were a second, stupify-scoped shared-plumbing effort; agent-tools 0.3.0 is their home now (exe.ts control-plane, host.ts runtime primitives, isRateLimited beside isQuotaWall in rotate.ts). The review-domain JSON stores (head attempts / reviewed heads / daily counter) move INLINE here instead — reviewer vocabulary with exactly one consumer doesn't belong in a shared kit. Workspaces gone; CI drops the exe-* tgz packing; release strips the kit dep after bundling (published package stays self-contained, verified zero external imports in the bundle). bun.lock refresh pending the 0.3.0 npm publish.
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.
Finishes the consolidation:
packages/exe-cliandpackages/exe-hostmove to@bevyl-ai/agent-tools0.3.0 (exe.tscontrol-plane +host.tsruntime primitives, moved verbatim;isRateLimitednow lives besideisQuotaWallin the kit with the two-regexes-on-purpose rationale).review-sweep.ts— reviewer vocabulary with one consumer doesn't belong in a shared kit. Their tests move with them.workspacesand both@stupify/exe-*deps deleted; tsconfig/CI simplified (no more per-package tgz packing).release.ymlkeeps the ONE-self-contained-package shape: the bundle inlines the kit, then the kit dep is stripped from the published package.json. Bundle verified: zero external imports.Companion: bunion drops its
src/proc.tsfor the kit'sexec/have.bun.lockrefresh pending the0.3.0npm publish (OTP).