constsgptResponse=await$`sgpt "What is the project name of ${softwarePackages[pkg]._github}? Only print the project name without any additional text."`
// const sgptResponse = await $`sgpt "What is the project name of ${softwarePackages[pkg]._github}? Only print the project name without any additional text."`
// console.log('--- START - SGPT Response for _home Acquired ---')
// console.log(sgptResponse.stdout)
// console.log('--- END - SGPT Response for _home Acquired ---')
// const sgptResponse = await $`sgpt "Print the documentation URL for ${softwarePackages[pkg]._github}. Print only the URL without 'The documentation URL for' text."`
// console.log('--- START - SGPT Response for _docs Acquired ---')
// console.log(sgptResponse.stdout)
// console.log('--- END - SGPT Response for _docs Acquired ---')