@allenpan2026/harshjudge 0.4.0 → 0.4.1

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "harshjudge",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "AI-native E2E testing orchestration for Claude Code",
5
5
  "author": {
6
6
  "name": "Allen Pan"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@allenpan2026/harshjudge",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "AI-native E2E testing orchestration CLI for Claude Code.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -7,6 +7,17 @@ description: AI-native E2E testing orchestration for Claude Code. Use when creat
7
7
 
8
8
  AI-native E2E testing with CLI commands and visual evidence capture.
9
9
 
10
+ ## CLI Setup
11
+
12
+ All `harshjudge` commands below should be invoked via:
13
+ ```bash
14
+ npx @allenpan2026/harshjudge@latest <command>
15
+ ```
16
+ The first call downloads and caches the CLI. Subsequent calls are instant. For convenience, set an alias at the start of each session:
17
+ ```bash
18
+ alias harshjudge="npx @allenpan2026/harshjudge@latest"
19
+ ```
20
+
10
21
  ## Core Principles
11
22
 
12
23
  1. **Evidence First**: Screenshot before and after every action