@octos-org/octos 2.0.2 → 2.0.3-rc.2

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/install.js +2 -1
  2. package/package.json +1 -1
package/install.js CHANGED
@@ -2,7 +2,7 @@
2
2
  // postinstall: download the prebuilt octos release bundle for this platform,
3
3
  // extract every binary into vendor/, and assert the full skill set is present.
4
4
  //
5
- // The bundle ships `octos` alongside its 8 skill binaries. At `octos serve`
5
+ // The bundle ships `octos` alongside its 9 skill binaries. At `octos serve`
6
6
  // startup, bootstrap discovers those skills as SIBLINGS of the resolved
7
7
  // `octos` executable, so they must all land in the same dir (vendor/).
8
8
  //
@@ -35,6 +35,7 @@ const EXPECTED_BINS = [
35
35
  "voice",
36
36
  "clock",
37
37
  "weather",
38
+ "smart_home",
38
39
  ];
39
40
 
40
41
  function fail(msg) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@octos-org/octos",
3
- "version": "2.0.2",
3
+ "version": "2.0.3-rc.2",
4
4
  "description": "Rust-native, API-first Agentic OS server (octos serve + bundled skills). Installs the prebuilt release bundle.",
5
5
  "homepage": "https://github.com/octos-org/octos",
6
6
  "license": "Apache-2.0",