Skip to content

Commit f91234a

Browse files
committed
fix(cli): add calm-cli-instructions.md to bundled resources validation
1 parent bb91b5a commit f91234a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cli/src/command-helpers/ai-tools.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ async function validateBundledResources(logger: Logger): Promise<void> {
6363
'tools/flow-creation.md',
6464
'tools/pattern-creation.md',
6565
'tools/documentation-creation.md',
66-
'tools/standards-creation.md'
66+
'tools/standards-creation.md',
67+
'tools/calm-cli-instructions.md'
6768
];
6869

6970
const missingFiles: string[] = [];

0 commit comments

Comments
 (0)