MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / skillPickLabel

Function skillPickLabel

main.go:356–362  ·  view source on GitHub ↗
(skill skills.SkillSpec)

Source from the content-addressed store, hash-verified

354 }
355 if _, err := target.Doctor(ctx); err != nil {
356 return err
357 }
358 if err := memory.MarkSQLiteFabricMigrated(cfg.MemoryPath, report); err != nil {
359 return err
360 }
361 return writeJSON(os.Stdout, report)
362}
363
364func parseMemoryCLITime(text string) time.Time {
365 text = strings.TrimSpace(text)

Callers 1

resolveSkillPickerSlashFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected