leg-agents 0.8.0 → 0.9.0

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/NOTICE +8 -0
  2. package/package.json +2 -2
package/NOTICE CHANGED
@@ -2,3 +2,11 @@ Portions of this software (src/runner.mjs, src/ledger.mjs, src/git-snapshot.mjs
2
2
  and their tests) were ported on 2026-09-10 from a private ucsandman repository
3
3
  (team tooling) under the MIT license; that code is included here under the Leg License Agreement (see LICENSE), which its author also holds. Telegram delivery, chat identifiers,
4
4
  and machine-specific paths were removed in the port.
5
+
6
+ The portable-harness engine under src/harness/vendor/agnostic-ai/ is the
7
+ Agnostic AI port engine (https://github.com/ucsandman/Agnostic-AI), copyright
8
+ (c) 2026 Wes Sander, included byte for byte under the MIT License, whose full
9
+ text is in src/harness/vendor/agnostic-ai/LICENSE. That copy is not
10
+ relicensed: it stays MIT, and its upstream commit and per-file hashes are
11
+ recorded in src/harness/vendor/agnostic-ai/UPSTREAM.json. Leg's own
12
+ harness code (src/harness/*.mjs) is under the Leg License Agreement.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leg-agents",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "description": "Alias installer for Leg: installs @ucsandman/legcli and exposes the `leg` binary. Your agent hits the limit. The next one keeps your place.",
5
5
  "type": "module",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -27,7 +27,7 @@
27
27
  "leg": "bin/leg.mjs"
28
28
  },
29
29
  "dependencies": {
30
- "@ucsandman/legcli": "0.8.0"
30
+ "@ucsandman/legcli": "0.9.0"
31
31
  },
32
32
  "engines": {
33
33
  "node": ">=22"