MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / getJobFilePath

Function getJobFilePath

src/job-config.ts:34–36  ·  view source on GitHub ↗
(workDir: string)

Source from the content-addressed store, hash-verified

32export const JOB_FILE = "job.json";
33
34export function getJobFilePath(workDir: string): string {
35 return path.join(workDir, JOB_FILE);
36}
37
38function normalizePromptExamples(promptExamples: string[] | undefined): string[] | undefined {
39 if (!Array.isArray(promptExamples)) {

Callers 5

loadJobFileFunction · 0.85
saveJobFileFunction · 0.85
zipCommandFunction · 0.85
job-config.test.tsFile · 0.85
scheduler.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected