go/pkg/manifest
Claude 7a4ad4ee4a
feat(manifest): auto-discovery loader with signature verification
Load() reads .core/view.yml from any directory via io.Medium,
LoadVerified() adds ed25519 signature check. Uses MockMedium for tests.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 20:45:28 +00:00
..
loader.go feat(manifest): auto-discovery loader with signature verification 2026-02-17 20:45:28 +00:00
loader_test.go feat(manifest): auto-discovery loader with signature verification 2026-02-17 20:45:28 +00:00
manifest.go feat(manifest): add .core/view.yml types and parser 2026-02-17 20:43:59 +00:00
manifest_test.go feat(manifest): add .core/view.yml types and parser 2026-02-17 20:43:59 +00:00
sign.go feat(manifest): add ed25519 signing and verification 2026-02-17 20:44:37 +00:00
sign_test.go feat(manifest): add ed25519 signing and verification 2026-02-17 20:44:37 +00:00