@stelis/agent-q-core 0.0.0 → 0.0.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/README.md +11 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -120,7 +120,17 @@ npm --workspace @stelis/agent-q-core test
|
|
|
120
120
|
```
|
|
121
121
|
|
|
122
122
|
Direct USB/Firmware hardware smoke tests live in this package and are opt-in.
|
|
123
|
-
They are skipped unless their `AGENTQ_HW_CLIENT_*` environment gates are set
|
|
123
|
+
They are skipped unless their `AGENTQ_HW_CLIENT_*` environment gates are set.
|
|
124
|
+
|
|
125
|
+
Run one smoke scenario at a time against a development device running the
|
|
126
|
+
current firmware build. The device must be provisioned, connected over USB, and
|
|
127
|
+
already in the signing mode required by the selected gate. Use the matching
|
|
128
|
+
`*_DEVICE_ID` variable when more than one Agent-Q device is connected. For
|
|
129
|
+
transaction-signing smoke, pass canonical base64 `txBytes` whose sender and gas
|
|
130
|
+
owner are the Agent-Q account. For policy-mode smoke, configure the active
|
|
131
|
+
device policy before running the scenario.
|
|
132
|
+
|
|
133
|
+
Examples:
|
|
124
134
|
|
|
125
135
|
```sh
|
|
126
136
|
npm --workspace @stelis/agent-q-core run build
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stelis/agent-q-core",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "Agent-Q core for device
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "Agent-Q core library for device discovery, protocol transport, session mirroring, and Firmware-authored result parsing.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"repository": {
|