mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-06-01 23:08:21 +08:00
Rename scripts to tools
This commit is contained in:
parent
5b1a479351
commit
fed741b375
@ -348,7 +348,7 @@ async function updateFromJSON(jsonPath) {
|
|||||||
unchangedPrompts.push({ filename, prompt });
|
unchangedPrompts.push({ filename, prompt });
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
console.log(`\x1b[31mNew: ${filename}\x1b[0m`);
|
console.log(`\x1b[32mNew: ${filename}\x1b[0m`);
|
||||||
writeFileSync(filepath, newMarkdownContent);
|
writeFileSync(filepath, newMarkdownContent);
|
||||||
newPrompts.add(filename);
|
newPrompts.add(filename);
|
||||||
// Need to count tokens for new prompts
|
// Need to count tokens for new prompts
|
||||||
Loading…
x
Reference in New Issue
Block a user