@autohq/cli 0.1.401 → 0.1.402
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/dist/agent-bridge.js +1 -1
- package/dist/index.js +5 -1
- package/package.json +1 -1
package/dist/agent-bridge.js
CHANGED
|
@@ -30819,7 +30819,7 @@ Object.assign(lookup, {
|
|
|
30819
30819
|
// package.json
|
|
30820
30820
|
var package_default = {
|
|
30821
30821
|
name: "@autohq/cli",
|
|
30822
|
-
version: "0.1.
|
|
30822
|
+
version: "0.1.402",
|
|
30823
30823
|
license: "SEE LICENSE IN README.md",
|
|
30824
30824
|
publishConfig: {
|
|
30825
30825
|
access: "public"
|
package/dist/index.js
CHANGED
|
@@ -35072,7 +35072,7 @@ var init_package = __esm({
|
|
|
35072
35072
|
"package.json"() {
|
|
35073
35073
|
package_default = {
|
|
35074
35074
|
name: "@autohq/cli",
|
|
35075
|
-
version: "0.1.
|
|
35075
|
+
version: "0.1.402",
|
|
35076
35076
|
license: "SEE LICENSE IN README.md",
|
|
35077
35077
|
publishConfig: {
|
|
35078
35078
|
access: "public"
|
|
@@ -36814,6 +36814,10 @@ var init_agent_fields = __esm({
|
|
|
36814
36814
|
replace: specField(),
|
|
36815
36815
|
onReplace: fileBackedStringField(),
|
|
36816
36816
|
manages: specField(),
|
|
36817
|
+
// Per-target binding constraints (lifecycle / continuity / bind axes).
|
|
36818
|
+
// Spec scalar so the map deep-merges across imports (variants inherit
|
|
36819
|
+
// staff-engineer declarations unless they override a target entry).
|
|
36820
|
+
bindings: specField(),
|
|
36817
36821
|
workingDirectory: specField(),
|
|
36818
36822
|
tools: namedMapField()
|
|
36819
36823
|
};
|