@opensteer/runtime-core 0.1.6 → 0.2.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.
package/README.md ADDED
@@ -0,0 +1,13 @@
1
+ # @opensteer/runtime-core
2
+
3
+ Shared semantic runtime for Opensteer local and cloud execution.
4
+
5
+ This package is primarily for engine authors and advanced integrations that need
6
+ the lower-level runtime orchestration used by `opensteer`.
7
+
8
+ ```bash
9
+ pnpm add @opensteer/runtime-core
10
+ ```
11
+
12
+ Most users should install [`opensteer`](../opensteer/README.md), which bundles the
13
+ public SDK and CLI on top of this runtime layer.