mirror of
https://github.com/PerpetualSoftware/pad.git
synced 2026-09-11 21:39:01 +00:00
81579847c6
Pad — project management for developers and AI agents. Single Go binary with embedded SvelteKit web UI, SQLite storage, CLI, and Claude Code /pad skill integration. https://getpad.dev
12 lines
156 B
Go
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: 1774489775
|