Source:Documentation Index
Fetch the complete documentation index at: https://docs.ixo.world/llms.txt
Use this file to discover all available pages before exploring further.
packages/oracle-runtime/src/plugins/index.ts (stub manifest)
| Attribute | Value |
|---|---|
| Visibility | silent |
| Stability | experimental |
| Default state | Stub (auto-detects on REDIS_URL) |
Status: deferred
tasks is a stub entry in BUNDLED_PLUGINS so feature toggles and the REDIS_URL auto-detect hint work, but no functionality is wired. The original port revealed contract violations that need rework before a full implementation lands.
See the framework’s follow-ups and the task spec at specs/tasks/ for the rebuild plan.
Environment variables (when implemented)
| Var | Required | Description |
|---|---|---|
REDIS_URL | yes | Will trigger auto-detect when the real plugin lands. |
Where to read next
Bundled plugins
The full bundled set.
Plugin anatomy
What a real plugin looks like.