mirror of
https://github.com/PerpetualSoftware/pad.git
synced 2026-09-10 15:05:40 +00:00
d318ecf7fc
- Print suggested /pad prompts after `pad init` creates a new workspace - Add `pad onboard` command that detects project tooling (language, build system, test runner, CI, linter) and suggests matching conventions from the library - Replace empty workspace welcome box with OnboardingChecklist component showing a 4-step guided setup with progress bar and /pad prompt hints - Add contextual tips with /pad prompts to empty collection states - Add onboarding workflow to /pad skill for agent-driven codebase analysis - Fix relation fields storing slugs instead of UUIDs: server now resolves slugs/refs to UUIDs for relation-type fields on both create and update
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: 1774639009
|