shraga 0.1.87 → 0.1.89

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 CHANGED
@@ -85,7 +85,9 @@ The core is deliberately small and grows through documented seams (see
85
85
  | **Server features** (`src/server/features.ts`) | Mount new server-side surfaces via `registerFeature`. |
86
86
  | **Client slots** (`src/client/lib/slots.tsx`) | Inject UI into typed render slots without touching core. |
87
87
  | **Route extensions** (`data/extensions/*.ext.ts`) | Drop-in public routes (webhooks, OAuth callbacks) per deployment. |
88
+ | **Webhook lane** (`src/server/webhook-lane/`) | Give an external chat product a turn ingress that streams the answer back to a signed callback. |
88
89
  | **`SHRAGA_OVERLAY`** | Load a whole external add-on module at startup (the optional add-ons above). |
90
+ | **`SHRAGA_CLI_EXT`** | Hand any subcommand the core does not own to an external CLI module. |
89
91
 
90
92
  ## Use as a library
91
93