Add JSON to TOON converter and rename release workflow to release-assets#926
Merged
dyoshikawa merged 5 commits intomainfrom Feb 4, 2026
Merged
Add JSON to TOON converter and rename release workflow to release-assets#926dyoshikawa merged 5 commits intomainfrom
dyoshikawa merged 5 commits intomainfrom
Conversation
Add a script to convert JSON files to TOON format using @toon-format/toon library. Update the release-binaries workflow to generate and upload repomix-output.toon as a release asset. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Rename workflow file and update job/step names to reflect that it now handles both binaries and other assets like repomix-output.toon. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Replace convert-json-to-toon.ts with generate-repomix-toon.ts - Use repomix programmatic API instead of execSync - Generate 4 TOON variants: - repomix-output.toon: Default (all files) - repomix-output-src.toon: Source files only (excluding tests) - repomix-output-tests.toon: Test files only - repomix-output-configs.toon: Config files only (excluding src) - Update release-assets workflow to upload all variants - Add repomix as devDependency Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Fix CI cspell check failure by adding 'repomix' to the allowed words list. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Resolve pnpm-lock.yaml conflicts by regenerating with pnpm install. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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
scripts/generate-repomix-toon.tsusing repomix programmatic APIrelease-binaries.ymltorelease-assets.ymlrepomix-output.toon: Default (all files)repomix-output-src.toon: Source files only (excluding tests)repomix-output-tests.toon: Test files onlyrepomix-output-configs.toon: Config files only (excluding src)Test plan
runCli)pnpm cicheck:codetests pass (3468 tests)🤖 Generated with Claude Code