Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

fix: update package.json scripts to match current CLI commands#20

Merged
him0 merged 2 commits intomainfrom
fix/update-package-scripts
Jun 29, 2025
Merged

fix: update package.json scripts to match current CLI commands#20
him0 merged 2 commits intomainfrom
fix/update-package-scripts

Conversation

@him0
Copy link
Copy Markdown
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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant