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/migration.md
+49Lines changed: 49 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,14 @@ This file records practical migration steps for EasyLibrary versions.
7
7
EasyLibrary 2.x is the old full-bundle model. EasyLibrary 3.x is moving toward
8
8
a core/package-manager model.
9
9
10
+
The important behavior change is provider ownership:
11
+
12
+
| 2.x full bundle | 3.x development line |
13
+
|---|---|
14
+
| EasyLibrary carried official `Lib*` source in the core. | EasyLibrary core manages official libs as packages or lets standalone plugins own them. |
15
+
| Missing standalone libs could fall back to bundled runtime code. | Missing providers are reported as `not-installed`; install a package or standalone plugin. |
16
+
| Runtime ownership could be implicit. | Runtime ownership is explicit in `/easylibrary doctor` and `/easylibrary packages doctor`. |
17
+
10
18
Before migrating a server:
11
19
12
20
```txt
@@ -31,6 +39,47 @@ Recommended order:
31
39
6. Restart after each provider switch.
32
40
7. Validate with `/easylibrary packages doctor` and `elprobe run <package>`.
0 commit comments