Initial Hop alpha

This commit is contained in:
cyph3rasi
2026-07-11 07:33:41 -07:00
commit 675135b77e
19 changed files with 5612 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
// 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