mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
Revert "refactor: move runtime state to SQLite"
This reverts commit f91de52f0d.
This commit is contained in:
@@ -579,10 +579,9 @@ explicit install is immediately loadable after restart.
|
||||
OpenClaw keeps a persisted local plugin registry as the cold read model for
|
||||
plugin inventory, contribution ownership, and startup planning. Install, update,
|
||||
uninstall, enable, and disable flows refresh that registry after changing plugin
|
||||
state. The global SQLite database keeps durable install metadata in the typed
|
||||
`installed_plugin_index` row: top-level `installRecords` plus
|
||||
rebuildable manifest metadata in `plugins`. If the registry is missing, stale,
|
||||
or invalid, `openclaw plugins registry
|
||||
state. The same `plugins/installs.json` file keeps durable install metadata in
|
||||
top-level `installRecords` and rebuildable manifest metadata in `plugins`. If
|
||||
the registry is missing, stale, or invalid, `openclaw plugins registry
|
||||
--refresh` rebuilds its manifest view from install records, config policy, and
|
||||
manifest/package metadata without loading plugin runtime modules.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user