You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config/plugins.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,10 @@ flowchart TD
36
36
```
37
37
38
38
1. You register one or more **sources** (git URL or local path) and list plugin names in **`install`**.
39
-
2. ECA resolves each source — cloning git repos to a local cache or using the local path directly.
39
+
2. ECA resolves each source — cloning git repos to a local cache or using the local path directly. This is done on startup and (currently) each hour thereafter.
40
40
3. Each source provides a **marketplace** (`.eca-plugin/marketplace.json`) listing its available plugins.
41
41
4. ECA matches `install` names against the marketplace, then **discovers components** from each matched plugin directory.
42
-
5. All components are **merged** into the config waterfall — user config always takes precedence on conflicts.
42
+
5. All components are **merged** into the config waterfall, in the order specified by the `install` key (later plugins override earlier plugins) — user config always takes precedence on conflicts.
0 commit comments