Evaluate caveman token-compression skill as an output layer for existing agents - #477
Merged
Conversation
… layer Spike evaluating the caveman skill (MIT) as an output-compression layer over CodeyBox's existing agents. Maps the stdout capture/parse path and finds the compatibility gate PASSES: parsers key on JSON envelope fields, the failure classifier on literal CLI error signatures, and turn success on process exit + git state — none of which caveman rewrites (it compresses only NL prose and keeps code/commands/structured output byte-exact). Documents the residual exact-literal contract risk (commit trailers, verdict sentinels, .codeybox JSON), measures realistic savings as modest on our tool-heavy thinking-model workload (output-only, reasoning + tool-use payloads untouched, ~1-1.5k input-token/turn overhead), flags the headless-activation caveat, and designs a default-off, hot-reloadable, per-agent opt-in via the existing prompt-preprocessor seam. No behaviour wired on — implementation deferred behind the designed gates. CodeyBox-Prompt-Revision: 1 Co-Authored-By: CodeyBox <noreply@codeybox.invalid>
Pin HOME alongside DOTNET_CLI_HOME while preserving the original global package cache. Strengthen the regression fake to model NuGet builds that ignore DOTNET_CLI_HOME. CodeyBox-Prompt-Revision: 1 Co-Authored-By: CodeyBox <noreply@codeybox.invalid>
CodeyBox-Prompt-Revision: 1 Co-Authored-By: CodeyBox <noreply@codeybox.invalid>
…thread transaction race Concurrent GetAsync polls raced SaveE2eReplayResultsAsync transactions on the shared SqliteConnection, causing 'transaction object is not associated with the same connection' failures. Adds the per-instance _connectionLock used by sibling stores and wraps every connection use; writes nest the shared write gate inside it, reads take only the connection lock. CodeyBox-Prompt-Revision: 1 Co-Authored-By: CodeyBox <noreply@codeybox.invalid>
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.
Automated via CodeyBox — work item 854383bd93f94638aaad1d23ded60903
Co-Authored-By: CodeyBox noreply@codeybox.invalid
🤖 Generated with CodeyBox