Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 511 Bytes

File metadata and controls

12 lines (8 loc) · 511 Bytes

CodeAlive Installer

Before editing or inspecting a target path, read every applicable AGENTS.md from the repository root through the target directory. Do not load instructions from unrelated subtrees.

Node CLI package managed with pnpm.

Dependency Rules

  • Keep packageManager pinned in package.json.
  • Direct dependencies and devDependencies should use exact versions.
  • Update pnpm-lock.yaml together with package.json.
  • Verify dependency changes with pnpm install --frozen-lockfile.