File tree Expand file tree Collapse file tree 3 files changed +453
-0
lines changed
Expand file tree Collapse file tree 3 files changed +453
-0
lines changed Original file line number Diff line number Diff line change 4242 "prepare" : " husky" ,
4343 "prepublishOnly" : " echo 'ERROR: Use GitHub Actions workflow for publishing' && exit 1" ,
4444 "publish" : " node scripts/publish.mjs" ,
45+ "sync-claude" : " node scripts/sync-claude.mjs" ,
4546 "test" : " node scripts/test.mjs" ,
4647 "test-ci" : " pnpm run test --all" ,
4748 "type" : " tsgo --noEmit -p .config/tsconfig.check.json" ,
Original file line number Diff line number Diff line change @@ -712,6 +712,7 @@ async function main() {
712712 if ( ! claudeCmd ) {
713713 log . failed ( 'claude-console not found' )
714714 log . error ( 'Please install claude-console: https://github.com/anthropics/claude-console' )
715+ log . info ( 'Install with: npm install -g @anthropic/claude-console' )
715716 log . info ( 'Or use --skip-changelog to skip AI-generated changelog' )
716717 process . exitCode = 1
717718 return
You can’t perform that action at this time.
0 commit comments