@hile/cli 4.0.0 → 4.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/AI.md +1 -1
  2. package/package.json +3 -3
package/AI.md CHANGED
@@ -222,7 +222,7 @@ The CLI entrypoint exports a `create` command. Application code does not import
222
222
 
223
223
  - Templates use `_env`, `_env.prod`, and `_gitignore`; creation renames them to dotfiles.
224
224
  - The CLI prompts for a template and optional dependency installation.
225
- - The package manager preference is `pnpm`, then `yarn`, then `npm`.
225
+ - Generated templates use pnpm consistently; install pnpm before running `create-hile` without `--skip-install`.
226
226
 
227
227
  ## Anti-Patterns
228
228
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hile/cli",
3
- "version": "4.0.0",
3
+ "version": "4.0.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
@@ -31,10 +31,10 @@
31
31
  "dependencies": {
32
32
  "@hile/bootstrap": "^4.0.0",
33
33
  "@hile/logger": "^4.0.0",
34
- "@hile/micro": "^4.0.0",
34
+ "@hile/micro": "^4.0.1",
35
35
  "commander": "^14.0.3",
36
36
  "pino-pretty": "^13.1.3",
37
37
  "yaml": "^2.9.0"
38
38
  },
39
- "gitHead": "b46cb7f3705a226f58e4d65a2ff985ea54b9a159"
39
+ "gitHead": "fe98c6f8cca2860ccbb213c575cfda44588cbd06"
40
40
  }