@sallmarta/eye-hate-agent 1.0.0 → 1.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.
package/README.md CHANGED
@@ -71,6 +71,8 @@ npx @sallmarta/eye-hate-agent doctor
71
71
  npx @sallmarta/eye-hate-agent bootstrap
72
72
  ```
73
73
 
74
+ The published package exposes both `eye-hate-agent` and `eha` as CLI entrypoints. The package-name entrypoint is kept first so bare scoped `npx` resolution prefers `eye-hate-agent`, while installed usage can still use `eha`.
75
+
74
76
  Current runtime support tiers:
75
77
 
76
78
  - **Claude:** full repo-local command projection under `.claude/commands/eha/`
@@ -2,6 +2,18 @@
2
2
 
3
3
  All notable changes to Eye Hate Agent are documented here. Keep in mind, `docs/project-docs/changelog.md` has to be updated whenever important things change in this repository.
4
4
 
5
+ ## [1.18.2] - 2026-05-26
6
+
7
+ ### Changed
8
+
9
+ - **Bare scoped npx follow-up**: Reordered the package bin entries and bumped `package.json` to `1.0.2` so bare `npx @sallmarta/eye-hate-agent ...` should prefer `eye-hate-agent` before the installed `eha` alias.
10
+
11
+ ## [1.18.1] - 2026-05-26
12
+
13
+ ### Changed
14
+
15
+ - **npx entrypoint compatibility**: Added a package-name bin alias (`eye-hate-agent`) alongside `eha` and bumped `package.json` to `1.0.1` so `npx @sallmarta/eye-hate-agent ...` resolves correctly after republishing.
16
+
5
17
  ## [1.18.0] - 2026-05-26
6
18
 
7
19
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sallmarta/eye-hate-agent",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Template-and-engine toolkit for AI-agent-assisted project workflows.",
5
5
  "directories": {
6
6
  "doc": "docs"
@@ -44,6 +44,7 @@
44
44
  "node": ">=18"
45
45
  },
46
46
  "bin": {
47
+ "eye-hate-agent": "./bin/eha.js",
47
48
  "eha": "./bin/eha.js"
48
49
  },
49
50
  "dependencies": {