Rename scripts to tools

This commit is contained in:
bl-ue 2025-11-19 10:32:52 -07:00
parent 5b1a479351
commit fed741b375

View File

@ -348,7 +348,7 @@ async function updateFromJSON(jsonPath) {
unchangedPrompts.push({ filename, prompt });
}
} else {
console.log(`\x1b[31mNew: ${filename}\x1b[0m`);
console.log(`\x1b[32mNew: ${filename}\x1b[0m`);
writeFileSync(filepath, newMarkdownContent);
newPrompts.add(filename);
// Need to count tokens for new prompts