mirror of
https://github.com/logos-co/logos-workspace.git
synced 2026-08-27 10:41:16 +00:00
* chore: add logos-delivery-module and logos-delivery-demo submodules
Register the delivery module and its demo UI app as flake submodules:
- Add both as git submodules under repos/
- scripts/ws: new "Delivery" section in the REPOS array (flake repos)
- flake.nix: input blocks with follows
- logos-delivery-module follows logos-module-builder + nix-bundle-lgx
(external logos-delivery / rln input left un-followed)
- logos-delivery-demo's delivery_module input follows logos-delivery-module
- nix/dep-graph.nix: matching dependency-graph entries
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* chore: bump logos-libp2p-module to latest master
Bump the submodule 8ba1a52 -> 31ecb52 (latest master). The new revision
adds two workspace-dependency inputs (logoscore-cli, package-manager) that
the openmetrics e2e drives, so register the matching follows and refresh
the dep-graph entry:
- flake.nix: pin -> 31ecb52; add inputs.logoscore-cli -> logos-logoscore-cli
and inputs.package-manager -> logos-package-manager follows
- nix/dep-graph.nix: deps/follows updated to match (hasTests stays true)
External inputs (vacp2p/nim-libp2p, openmetrics-module) are left un-followed.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>