omniharness-cli 0.1.1 → 0.1.3

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
@@ -44,5 +44,10 @@ config, sessions, logs, or telemetry. The key is redacted from all output;
44
44
 
45
45
  - Only `win32-x64` is shipped in this version; other platforms can be added by
46
46
  building the Go binary and publishing a new release.
47
- - The source repository is the OmniHarness project; build with
48
- `scripts/release-npm.sh` and publish with `npm publish`.
47
+ - Publishing is automatic: every push to `main` on GitHub runs
48
+ `.github/workflows/publish.yml`, which bumps the version, verifies
49
+ (vet + tests), builds, and publishes via **npm trusted publishing (OIDC)**
50
+ — no npm token is stored anywhere, and provenance is attached automatically.
51
+ Locally, `scripts/release-npm.sh` (or `scripts\release-npm.ps1`) does the
52
+ same; add `--dry-run` to skip the publish, or pass `--minor`/`--major`/an
53
+ explicit version to control the bump.
package/package.json CHANGED
@@ -1,8 +1,12 @@
1
1
  {
2
2
  "name": "omniharness-cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "OmniHarness — local-first agent orchestration harness for OmniRoute. Analyzes tasks, selects strategies and models, drives agents, repairs failures, and learns from outcomes.",
5
- "license": "UNLICENSED",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/mattycigemp-crypto/omniharness.git"
9
+ },
6
10
  "bin": {
7
11
  "omniharness": "cli.js"
8
12
  },
Binary file