@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.
package/package.json
CHANGED
|
@@ -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
|