@camstack/core 0.1.17 → 0.1.18

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 (1) hide show
  1. package/package.json +5 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/core",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "description": "Core addon for CamStack — builtins, pipeline, process management, auth, logging, events",
5
5
  "keywords": [
6
6
  "camstack",
@@ -85,7 +85,7 @@
85
85
  {
86
86
  "id": "backup-orchestrator",
87
87
  "name": "Backup Orchestrator",
88
- "description": "System singleton that owns the schedule, builds the archive once, and fans it out to every enabled `backup-destination` provider (local, S3, rsync, …).",
88
+ "description": "System singleton that owns the schedule, builds the archive once, and fans it out to every enabled `backup-destination` provider (local, S3, rsync, …). In-process on hub root — aggregator over a cluster collection, no native deps.",
89
89
  "entry": "./dist/builtins/backup-orchestrator/index.js",
90
90
  "protected": true,
91
91
  "capabilities": [
@@ -97,7 +97,7 @@
97
97
  {
98
98
  "id": "storage-orchestrator",
99
99
  "name": "Storage Orchestrator",
100
- "description": "Hub-only singleton that owns the consumer-facing `storage` cap. Holds the `locationId → StorageLocation` map (Task 6 will persist to SQLite), resolves `StorageLocationRef` to concrete locations, and dispatches every call to the matching `storage-provider` collection registrant (`filesystem-storage` today; future SFTP / S3 / WebDAV addons plug in alongside).",
100
+ "description": "Hub-only singleton that owns the consumer-facing `storage` cap. Holds the `locationId → StorageLocation` map, resolves `StorageLocationRef` to concrete locations, and dispatches every call to the matching `storage-provider` collection registrant (`filesystem-storage` today; future SFTP / S3 / WebDAV addons plug in alongside).",
101
101
  "entry": "./dist/builtins/storage-orchestrator/index.js",
102
102
  "protected": true,
103
103
  "capabilities": [
@@ -146,7 +146,7 @@
146
146
  {
147
147
  "id": "addon-pages-aggregator",
148
148
  "name": "Addon Pages Aggregator",
149
- "description": "Hub-local singleton that aggregates `addon-pages-source` (collection) providers and emits the public `addon-pages.listPages` surface with versioned bundleUrls.",
149
+ "description": "Hub-only singleton that aggregates `addon-pages-source` (collection) providers and emits the public `addon-pages.listPages` surface with versioned bundleUrls.",
150
150
  "entry": "./dist/builtins/addon-pages-aggregator/index.js",
151
151
  "protected": true,
152
152
  "capabilities": [
@@ -158,7 +158,7 @@
158
158
  {
159
159
  "id": "addon-widgets-aggregator",
160
160
  "name": "Addon Widgets Aggregator",
161
- "description": "Hub-local singleton that aggregates `addon-widgets-source` (collection) providers and emits the public `addon-widgets.listWidgets` surface with versioned bundleUrls.",
161
+ "description": "Hub-only singleton that aggregates `addon-widgets-source` (collection) providers and emits the public `addon-widgets.listWidgets` surface with versioned bundleUrls.",
162
162
  "entry": "./dist/builtins/addon-widgets-aggregator/index.js",
163
163
  "protected": true,
164
164
  "capabilities": [
@@ -218,9 +218,6 @@
218
218
  "description": "Enumerates the hub's network interfaces, classifies them (LAN / Wi-Fi / Docker / VPN / loopback), and ranks connection-endpoints for SDK clients. Hub-only — agents are not directly addressable.",
219
219
  "entry": "./dist/builtins/local-network/index.js",
220
220
  "protected": true,
221
- "execution": {
222
- "placement": "hub-only"
223
- },
224
221
  "capabilities": [
225
222
  {
226
223
  "name": "local-network"
@@ -245,9 +242,6 @@
245
242
  "description": "Hub-only singleton facade over the mesh-network collection. Aggregates Tailscale / Headscale / ZeroTier providers for the admin UI's Mesh Networks page.",
246
243
  "entry": "./dist/builtins/mesh-orchestrator/index.js",
247
244
  "protected": true,
248
- "execution": {
249
- "placement": "hub-only"
250
- },
251
245
  "capabilities": [
252
246
  {
253
247
  "name": "mesh-orchestrator"