You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: calm-ai/ai-assistants/copilot.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
{
2
2
"description": "Github Copilot integrated with FINOS CALM",
3
3
"topLevelDirectory": ".github/chatmodes",
4
-
"topLevelPromptDirectory": "",
5
-
"skill-prefix": "`",
6
-
"skill-suffix": "`",
4
+
"topLevelPromptFileName": "CALM.chatmode.md",
5
+
"skillPrefix": "`",
6
+
"skillSuffix": "`",
7
7
"frontmatter": "---\ndescription: An AI Assistant for FINOS CALM development.\ntools: ['codebase', 'editFiles', 'fetch', 'runInTerminal']\nmodel: Claude Sonnet 4.5\n---",
At present Github Copilot (`copilot`) and AWS Kiro (`kiro`) are supported as providers.
133
+
At present Github Copilot (`copilot`), AWS Kiro (`kiro`), and Claude Code (`claude`) are supported as providers.
134
134
135
135
This generates custom prompts for the specified <provider> to use CALM-aware tools (nodes, relationships, interfaces, controls, flows, patterns, metadata).
0 commit comments