Versions in this module Expand all Collapse all v1 v1.1.0 Jul 26, 2026 Changes in this version + var Topics = []string + func EmbeddingFromDomainScope(domainScope []string) []float64 v1.0.0 Jul 25, 2026 Changes in this version + const EmbeddingDim + const SurfaceADT + const SurfaceCLI + const SurfaceIOS + const SurfaceVSCode + var PublicKey ed25519.PublicKey = mustDecodeKey(publicKeyB64) + func Compile(tips []Tip) ([]byte, error) + func Sign(data []byte, priv ed25519.PrivateKey) []byte + func Validate(tips []Tip) error + func Verify(data, sig []byte, pub ed25519.PublicKey) bool + type Render struct + ADT *RenderContent + CLI *RenderContent + IOS *RenderContent + VSCode *RenderContent + type RenderContent struct + Body string + Title string + type Tip struct + CatalogVersion string + Cooldown string + DeepLink string + DomainScope []string + Embedding []float64 + Family string + ID string + MinTier string + PersonaGate string + Render Render + Surfaces []string + TriggerConditions []string + func Embedded() ([]Tip, error) + func LoadDir(dir string) ([]Tip, error)