@ps-neko/nekowork 0.2.0-alpha.5 → 0.2.0-alpha.6

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/README.md +1 -1
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -39,7 +39,7 @@ whether the change is safe to merge.
39
39
  |---|---|
40
40
  | `check` | Probe environment readiness (Node version, git repo, etc.) |
41
41
  | `verify-pr` | Scan working-tree diff. Produce REPORT.md + .nekowork/decision.json |
42
- | `report` | Render an existing decision.json to a human-readable REPORT.md |
42
+ | `report` | Session-based compatibility command. Requires `--session <id>` and renders that session's evidence to REPORT.md. The normal `verify-pr` path already writes REPORT.md directly — you don't need `report` for it. |
43
43
  | `apply` | Session-based compatibility apply. Requires a completed work cycle (SHIP_READY marker + cleared Human Gate). NOT driven by verify-pr's decision.json. See [ADVANCED.md](https://github.com/Ps-Neko/NEKOWORK/blob/main/packages/nekowork-cli/docs/ADVANCED.md). |
44
44
 
45
45
  Anything else (`ask`, `plan`, `team`, `work`, `ship`, `build`, `auto`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ps-neko/nekowork",
3
- "version": "0.2.0-alpha.5",
3
+ "version": "0.2.0-alpha.6",
4
4
  "description": "Local verification gate for AI-written code diffs. Deterministic rules decide the verdict, never the LLM. No auto-commit, push, or deploy — you decide at the Human Gate.",
5
5
  "keywords": [
6
6
  "ai-code-review",
@@ -30,8 +30,7 @@
30
30
  "node": ">=22.0.0"
31
31
  },
32
32
  "bin": {
33
- "nekowork": "scripts/cli.js",
34
- "harness": "scripts/cli.js"
33
+ "nekowork": "scripts/cli.js"
35
34
  },
36
35
  "files": [
37
36
  "scripts/",