Files
pad/embed.go
T
xarmian cdd3dcdc50 fix: Remove incomplete webhook/bulk-update command registrations
The agent registered webhooksCmd() and bulkUpdateCmd() but hasn't
written the implementations yet. Remove the registrations to fix
the build. They'll be re-added when the implementations are complete.
2026-03-28 14:08:53 +00:00

12 lines
156 B
Go

package pad
import "embed"
//go:embed web/build/*
var WebUI embed.FS
//go:embed skills/pad/SKILL.md
var PadSkill []byte
// embed cache bust: 1774706878