Tags: ktny/ccstat
Tags
fix: correct binary and main paths in package.json 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
feat: update package structure and add tsdown for build process - Changed main entry point from `dist/index.js` to `dist/cli/index.js` - Updated bin command for `ccstat` to point to the new CLI entry - Replaced build script with `tsdown` for streamlined TypeScript compilation - Added `tsdown` as a dependency - Created `tsdown.config.ts` for configuration of the build process - Included additional dependencies in `package-lock.json` for new modules
fix: resolve ldflags syntax error in release workflow - Remove problematic BUILD_FLAGS variable that caused quoting issues - Inline ldflags directly in go build commands - Fixes release workflow failure for v0.1.2 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
fix: correct ldflags syntax in release workflow - Fix ldflags quoting: -ldflags=-s → -ldflags="-s -w ..." - Resolves 'flag provided but not defined: -w' error - Enables proper version injection in release builds 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
PreviousNext