go/pkg/manifest
Claude 9899398153
feat(coredeno): Tier 4 marketplace install pipeline — clone, verify, register, auto-load
Wire the marketplace to actually install modules from Git repos, verify
manifest signatures, track installations in the store, and auto-load them
as Workers at startup. A module goes from marketplace entry to running
Worker with Install() + LoadModule().

- Add Store.GetAll() for group-scoped key listing
- Create marketplace.Installer with Install/Remove/Update/Installed
- Export manifest.MarshalYAML for test fixtures
- Wire installer into Service with auto-load on startup (step 8)
- Expose Service.Installer() accessor
- Full integration test: install → load → verify store write → unload → remove

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 08:04:13 +00:00
..
loader.go feat(coredeno): Tier 4 marketplace install pipeline — clone, verify, register, auto-load 2026-02-18 08:04:13 +00:00
loader_test.go feat(coredeno): Tier 4 marketplace install pipeline — clone, verify, register, auto-load 2026-02-18 08:04:13 +00:00
manifest.go feat(manifest): add .core/view.yml types and parser 2026-02-17 21:02:36 +00:00
manifest_test.go feat(manifest): add .core/view.yml types and parser 2026-02-17 21:02:36 +00:00
sign.go feat(manifest): add ed25519 signing and verification 2026-02-17 21:02:36 +00:00
sign_test.go feat(manifest): add ed25519 signing and verification 2026-02-17 21:02:36 +00:00