go/pkg/marketplace
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
..
installer.go feat(coredeno): Tier 4 marketplace install pipeline — clone, verify, register, auto-load 2026-02-18 08:04:13 +00:00
installer_test.go feat(coredeno): Tier 4 marketplace install pipeline — clone, verify, register, auto-load 2026-02-18 08:04:13 +00:00
marketplace.go feat(marketplace): Git-based module index parser and search 2026-02-17 21:02:37 +00:00
marketplace_test.go feat(marketplace): Git-based module index parser and search 2026-02-17 21:02:37 +00:00