feat(coredeno): Phase 4 foundation — Deno sidecar with marketplace install #9
No reviewers
Labels
No labels
athena
athena-gemini
audit
clotho
clotho-gemini
codex
darbs-claude
security
wiki
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: core/go#9
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "phase4-foundation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Architecture
Go boots a Deno sidecar process. Communication is bidirectional:
Each module runs in an isolated Deno Worker with per-module permission sandboxing. The I/O bridge relays Worker postMessage calls through the parent to the Go gRPC server, injecting module identity to prevent spoofing.
The marketplace installer clones module repos, verifies ed25519 manifest signatures, and registers metadata in the SQLite store. On startup, installed modules are auto-loaded as Workers.
Key packages
pkg/coredeno/pkg/coredeno/runtime/pkg/coredeno/proto/pkg/marketplace/pkg/store/pkg/manifest/Test plan
go test ./pkg/store/...— 8 tests (including new GetAll)go test ./pkg/manifest/...— 10 testsgo test ./pkg/marketplace/...— 14 tests (9 new installer tests)go test ./pkg/coredeno/...— 40 unit testsgo test -tags integration ./pkg/coredeno/...— 4 integration tests (Tiers 1-4)🤖 Generated with Claude Code
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.