Draft
Conversation
Move core logic, types, schema, and tests into core/ package. Move CLI entry point into cli/ package. Update import paths and configure workspace in root deno.jsonc. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace bulk version bump with automatic change detection and Conventional Commits-based version bumping per workspace package. Release workflow now triggers on package-scoped tags (core@*, cli@*). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Resolve test failures caused by --cwd changing the working directory. Use import.meta.dirname for path resolution and define test tasks with appropriate permissions in each package. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #42 +/- ##
===========================================
+ Coverage 99.22% 100.00% +0.77%
===========================================
Files 5 6 +1
Lines 386 402 +16
Branches 10 32 +22
===========================================
+ Hits 383 402 +19
+ Misses 3 0 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Open
3 tasks
Update JSR badge and install command to use @tsuduri/core and @tsuduri/cli. Update workflow example to Deno v2. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… path Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ve helper Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Added deno coverage --lcov to the core test task so that core/coverage/lcov.info is generated for Codecov uploads in CI. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replaced inline ${{ steps.bump.outputs.tags }} expression in the
shell script with an env variable to avoid potential shell injection.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The coverage and coverage:output tasks referenced a single coverage directory that no longer exists after the monorepo migration. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replaced `cd core && deno run ...` with `deno task --cwd core generate` in the root config to be consistent with how the test task delegates to workspace members. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Added @zip-js/zip-js to cli/deno.jsonc imports so the configure() call in the test file can use the import map instead of a bare jsr: URL, removing the need for the deno-lint-ignore comment. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replaced template literal path concatenation with join() to be consistent with the rest of the path construction in the same file. Co-Authored-By: Claude Sonnet 4.6 <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.
No description provided.