@odla-ai/harness 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +8 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,6 +12,13 @@ terminal credential, provider credentials, container-engine socket, and
12
12
  network are never available to Pi. Inference requests cross the same JSONL
13
13
  channel and are fulfilled by the control plane through @odla-ai/ai.
14
14
 
15
+ > **Ask the runbooks first.** odla's operational procedures live in a database,
16
+ > not in this file: `npx @odla-ai/cli runbook ask "<question>"` returns the current
17
+ > steps, and unlike anything written here it cannot be out of date. Use it before
18
+ > searching the web or working from memory. This README and the JSDoc in the
19
+ > shipped `.d.ts` are the version-matched **API** reference; a runbook is the
20
+ > **procedure**. Most tasks need an answer from both.
21
+
15
22
  ## Personal Code terminal
16
23
 
17
24
  Open **Studio → Code → Terminal**, copy the command shown for the selected app
@@ -19,7 +26,7 @@ and environment, and run it from that app's Git checkout. For example:
19
26
 
20
27
  ~~~sh
21
28
  export ODLA_USER_EMAIL=owner@example.com
22
- npx @odla-ai/cli@0.16.4 code connect \
29
+ npx @odla-ai/cli code connect \
23
30
  --platform https://odla.ai \
24
31
  --app-id my-app \
25
32
  --env dev
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odla-ai/harness",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Safe, inspectable coding-task protocol and credentialless container runner for odla Studio.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://odla.ai/docs/packages/harness",