-
-
Notifications
You must be signed in to change notification settings - Fork 1
🤖 Claude Code: Update git utils package #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Convert test files to use uvu test runner and assertions - Update package.json to use uvu instead of ava - Update test script pattern to match uvu requirements - All test syntax converted (ava -> uvu, t.* -> assert.*) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: David Wells <DavidWells@users.noreply.github.com>
|
💬 Claude Code execution complete ✅ 📊 Execution Info: Pull Request #14 | React (271 files) | @DavidWells |
|
Please add JSdoc blocks to all publicly facing functions in the git ./packages/util-git-info directory And setup typescript to check javascript file JSdocs and have it emit our types to a gitignored ./types directory. We will be publishing the types with the package thanks @claude |
|
Claude finished @DavidWells's task —— View job ✅ JSDoc and TypeScript Setup CompleteTasks Completed:
SummaryI've successfully added comprehensive JSDoc documentation to all publicly facing functions in the What was done:JSDoc Documentation Added:
TypeScript Configuration:
NPM Scripts:
Dependencies:
Gitignore:
The types are successfully generating and will be published with the package, providing full TypeScript IntelliSense support for users of this library! --- | |
- Added JSDoc documentation to all publicly facing functions - Created TypeScript configuration for type checking and emission - Added TypeScript and @types/node as dev dependencies - Types are generated to ./types directory (gitignored) - Added npm scripts: types:check and types:build - Types will be automatically built before publishing - Package.json now includes types field pointing to generated types Co-authored-by: David Wells <DavidWells@users.noreply.github.com>
🤖 Automated fix by Claude Code
Related Issue: #13
Executed by: @DavidWells
If additional fixes are needed: Mention
@ claudein a comment on this PR.resolves #13
Automated PR by Claude Code Action - Run #19148994240