Main choppa adoption issue #1
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
kade/choppa#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Choppa Package Management
The initial package management setup for choppa has been completed. A Forgejo repository was created at https://git.sly.so/kade/choppa and the initial code from tools/choppa was pushed to the repository. The package was registered with foodchain in packages.json and the tools directory was added to foodchain.toml scan_dirs. A create_repository method was also added to the forgejo-client to support repository creation programmatically.
The next phase involves integrating choppa into agent workflows for CLI output compression. This integration will enable automatic compression of verbose CLI output before AI agents process it, reducing token usage by 50-95%. A CI/CD pipeline needs to be set up for testing to ensure the compression library works correctly across different use cases. The package should be added to relevant service dependencies and token savings should be monitored in production to validate the effectiveness of the compression.
The repository is hosted at https://git.sly.so/kade/choppa and located in the monorepo at tools/choppa. The current version is 0.1.0.