mirror of
https://github.com/PerpetualSoftware/pad.git
synced 2026-09-11 13:28:57 +00:00
b18ca1f3fc
New top-level `pad install` command that auto-detects AI coding tools and installs the /pad skill with tool-appropriate frontmatter: - Claude Code (.claude/skills/) — full frontmatter - Codex/Cursor/Windsurf (.agents/skills/) — name+description only - GitHub Copilot (.github/instructions/) — applyTo frontmatter - Amazon Q (.amazonq/rules/) — no frontmatter - JetBrains Junie (.junie/guidelines/) — no frontmatter Supports: pad install, pad install <tool>, pad install --all, --list, --update. Updates pad init to detect and offer multi-tool installation.
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: 1774670268
|