Files
GitHop/skills/hop/embed.go
T
2026-07-11 07:33:41 -07:00

10 lines
262 B
Go

// Package hopskill embeds the distributable Hop agent skill in the CLI binary.
package hopskill
import "embed"
// Files contains the complete vendor-neutral Hop skill bundle.
//
//go:embed SKILL.md agents/openai.yaml references/protocol.md
var Files embed.FS