@mean-weasel/lineage 0.1.23 → 0.1.24

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.
Files changed (53) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/README.md +37 -0
  3. package/dist/cli/lineage-dev.js +605 -36
  4. package/dist/cli/lineage-dev.js.map +4 -4
  5. package/dist/cli/lineage-preview.js +605 -36
  6. package/dist/cli/lineage-preview.js.map +4 -4
  7. package/dist/cli/lineage.js +605 -36
  8. package/dist/cli/lineage.js.map +4 -4
  9. package/dist/docs-site/operations/channels/index.html +11 -2
  10. package/dist/docs-site/operations/profiles-database-identity/index.html +16 -2
  11. package/dist/docs-site/pagefind/fragment/en_761fab1.pf_fragment +0 -0
  12. package/dist/docs-site/pagefind/fragment/en_bd3e194.pf_fragment +0 -0
  13. package/dist/docs-site/pagefind/fragment/en_ee82be6.pf_fragment +0 -0
  14. package/dist/docs-site/pagefind/fragment/en_f4db9e2.pf_fragment +0 -0
  15. package/dist/docs-site/pagefind/index/en_7b1363c.pf_index +0 -0
  16. package/dist/docs-site/pagefind/pagefind-entry.json +1 -1
  17. package/dist/docs-site/pagefind/pagefind.en_4e77743529.pf_meta +0 -0
  18. package/dist/docs-site/reference/cli/index.html +11 -2
  19. package/dist/docs-site/start-here/installation-first-run/index.html +7 -1
  20. package/dist/pages/assets/{app-B-fAyNsU.css → app-CuBsKrS-.css} +1 -1
  21. package/dist/pages/assets/app-TEMX-pOn.js +50 -0
  22. package/dist/pages/docs/operations/channels/index.html +11 -2
  23. package/dist/pages/docs/operations/profiles-database-identity/index.html +16 -2
  24. package/dist/pages/docs/pagefind/fragment/en_761fab1.pf_fragment +0 -0
  25. package/dist/pages/docs/pagefind/fragment/en_bd3e194.pf_fragment +0 -0
  26. package/dist/pages/docs/pagefind/fragment/en_ee82be6.pf_fragment +0 -0
  27. package/dist/pages/docs/pagefind/fragment/en_f4db9e2.pf_fragment +0 -0
  28. package/dist/pages/docs/pagefind/index/en_7b1363c.pf_index +0 -0
  29. package/dist/pages/docs/pagefind/pagefind-entry.json +1 -1
  30. package/dist/pages/docs/pagefind/pagefind.en_4e77743529.pf_meta +0 -0
  31. package/dist/pages/docs/reference/cli/index.html +11 -2
  32. package/dist/pages/docs/start-here/installation-first-run/index.html +7 -1
  33. package/dist/runtime-build.json +4 -4
  34. package/dist/server.js +375 -39
  35. package/dist/server.js.map +4 -4
  36. package/dist/web/assets/{app-B-fAyNsU.css → app-CuBsKrS-.css} +1 -1
  37. package/dist/web/assets/app-TEMX-pOn.js +50 -0
  38. package/dist/web/index.html +2 -2
  39. package/package.json +3 -2
  40. package/dist/docs-site/pagefind/fragment/en_4db923b.pf_fragment +0 -0
  41. package/dist/docs-site/pagefind/fragment/en_581a7cb.pf_fragment +0 -0
  42. package/dist/docs-site/pagefind/fragment/en_8c1c735.pf_fragment +0 -0
  43. package/dist/docs-site/pagefind/fragment/en_bcc29c5.pf_fragment +0 -0
  44. package/dist/docs-site/pagefind/index/en_f279b04.pf_index +0 -0
  45. package/dist/docs-site/pagefind/pagefind.en_74951c3ca7.pf_meta +0 -0
  46. package/dist/pages/assets/app-DdU93vp2.js +0 -50
  47. package/dist/pages/docs/pagefind/fragment/en_4db923b.pf_fragment +0 -0
  48. package/dist/pages/docs/pagefind/fragment/en_581a7cb.pf_fragment +0 -0
  49. package/dist/pages/docs/pagefind/fragment/en_8c1c735.pf_fragment +0 -0
  50. package/dist/pages/docs/pagefind/fragment/en_bcc29c5.pf_fragment +0 -0
  51. package/dist/pages/docs/pagefind/index/en_f279b04.pf_index +0 -0
  52. package/dist/pages/docs/pagefind/pagefind.en_74951c3ca7.pf_meta +0 -0
  53. package/dist/web/assets/app-DdU93vp2.js +0 -50
package/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 0.1.24
6
+
7
+ - Add persistent per-canvas Social marks across the UI and CLI, including agent-readable local media context, claim enforcement, and safe cleanup when a node leaves its canvas.
8
+ - Add an explicit, atomic stable-package upgrade path for stopped production profiles, with verified runtime authority, writer refusal, rollback, identity preservation, and a guarded Make workflow.
9
+
5
10
  ## 0.1.23
6
11
 
7
12
  - Make missing Codex CLI failures explain how to restore `PATH`, verify `npx` and Codex prerequisites explicitly, and gate releases on compatibility with the independently published plugin installer.
package/README.md CHANGED
@@ -335,6 +335,43 @@ wrong-root, unsafe-manifest, unconfirmed, and active-service cases fail closed.
335
335
  The command may prepare a new structurally valid development manifest before
336
336
  its database and asset root are cloned.
337
337
 
338
+ ### Upgrade a stable production profile
339
+
340
+ A stable package update and a production profile runtime pin are separate
341
+ operations. Upgrade only while the matching managed service is stopped:
342
+
343
+ ```bash
344
+ make stop-prod LINEAGE_PROD_PROFILE=team-production
345
+ make upgrade-prod LINEAGE_PROD_PROFILE=team-production
346
+ make start-prod-bg LINEAGE_PROD_PROFILE=team-production
347
+ make status-prod LINEAGE_PROD_PROFILE=team-production
348
+ ```
349
+
350
+ `upgrade-prod` installs the current npm `latest` into a new receipt-bound stable
351
+ root, runs stable runtime doctor, confirms `profile upgrade-runtime`, then runs
352
+ runtime doctor, profile doctor, and profile-selected `db info`. It deliberately
353
+ does not stop or restart the service for you, so the stopped interval and the
354
+ post-upgrade readiness check stay explicit.
355
+
356
+ The equivalent commands between stop and start are:
357
+
358
+ ```bash
359
+ make install-prod
360
+ lineage-stable runtime doctor --json
361
+ lineage-stable profile upgrade-runtime \
362
+ --profile team-production --confirm-write --json
363
+ lineage-stable runtime doctor --json
364
+ lineage-stable profile doctor --profile team-production --json
365
+ lineage-stable db info --profile team-production --json
366
+ ```
367
+
368
+ The upgrade target comes only from the executing verified stable package.
369
+ Preview/dev/unverified code, an active writer, a downgrade, a same-version
370
+ identity change, unhealthy profile data, or unsafe manifest ownership fails
371
+ before a new pin is accepted. The operation preserves the profile fingerprint,
372
+ database and asset paths and contents, service origin, migration requirements,
373
+ and unknown manifest fields.
374
+
338
375
  To create a realistic preview or development database without copying a live
339
376
  SQLite file directly, define a new non-production target profile whose database
340
377
  does not exist, then run: