mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-30 05:35:24 +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 });
|
||||
}
|
||||
} 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
|
||||
Loading…
x
Reference in New Issue
Block a user