Skip to content

v1.2.4

Latest

Choose a tag to compare

@imnortheastt imnortheastt released this 01 Jul 09:12

fix(update): guard kit materialization behind ccsk-project detection

ccsk update no longer scatters kit files into arbitrary directories. The global CLI self-update still runs everywhere, but kit templates + agents/skills + plugin are re-materialized only in an existing ccsk project (a dir with .ccsk/ or materialized .claude/skills/ccsk-*), or when you opt in with --force or an explicit --path <dir>.

  • Drop commander's . default on --path so an explicit --path . reads as deliberate intent.
  • Add --force to override the guard for the current directory.
  • isCcskProject() detection (directory check, not bare existence).