Skip to content

Conversation

@him0
Copy link
Owner

@him0 him0 commented Jun 29, 2025

Summary

  • Updated npm scripts in package.json to align with current CLI command names
  • Renamed compilesync
  • Renamed previewplan

Context

The package.json scripts were using outdated command names (compile and preview) that don't match the actual CLI commands documented in CLAUDE.md (sync and plan).

Test plan

  • Run npm run sync to verify the sync command works
  • Run npm run plan to verify the plan command works
  • Run npm run build to ensure the build still works correctly

🤖 Generated with Claude Code

him0 and others added 2 commits June 29, 2025 23:46
- Rename 'compile' script to 'sync'
- Rename 'preview' script to 'plan'

These script names now align with the actual CLI command names
documented in CLAUDE.md.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Fix typo: ai-doc-sync → ai-docs-sync in help command
- Update init command output from old ai-docs-cli to ai-docs-sync
- Change "compile" references to "sync" (default behavior)
- Change "preview" references to "plan"

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@him0 him0 merged commit e1fc779 into main Jun 29, 2025
4 checks passed
@him0 him0 deleted the fix/update-package-scripts branch June 29, 2025 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants