Keep checkpoints aligned with PromptKit profiles

This commit is contained in:
2026-07-28 13:36:01 -05:00
parent f1a6574013
commit de046a8f13
14 changed files with 308 additions and 399 deletions

View File

@@ -11,15 +11,15 @@ import (
"time"
)
// ModulePromptFile maps a module-owned embedded prompt file into the
// PromptKit-visible module prompt directory.
// ModulePromptFile maps a module-owned embedded prompt file into the registered
// module prompt directory.
type ModulePromptFile struct {
Name string
Path string
}
// SharedPromptFile maps a caller-owned shared prompt file into a module's
// PromptKit-visible sharedassets prompt subdirectory.
// registered sharedassets prompt subdirectory.
type SharedPromptFile struct {
Name string
FS fs.FS