Skip to content

Commit afd8d3a

Browse files
authored
Merge branch 'main' into feat/add-issue-drafting-skill
2 parents db43e57 + a57ee10 commit afd8d3a

29 files changed

Lines changed: 1941 additions & 119 deletions

.github/workflows/automated-release-calm-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ jobs:
441441
contains(github.event.pull_request.labels.*.name, 'automated-release')
442442
steps:
443443
- name: Harden Runner
444-
uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2
444+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2
445445
with:
446446
egress-policy: audit
447447

.github/workflows/automated-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ jobs:
445445
contains(github.event.pull_request.labels.*.name, 'automated-release')
446446
steps:
447447
- name: Harden Runner
448-
uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2
448+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2
449449
with:
450450
egress-policy: audit
451451

.github/workflows/build-calm-hub-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
# Step 3: Cache Maven Dependencies
3434
- name: Cache Maven Dependencies
35-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
35+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
3636
with:
3737
path: ~/.m2
3838
key: ${{ runner.os }}-m2-${{ hashFiles('calm-hub/pom.xml') }}

.github/workflows/build-calm-hub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
# Step 3: Cache Maven Dependencies
3434
- name: Cache Maven Dependencies
35-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
35+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
3636
with:
3737
path: ~/.m2
3838
key: ${{ runner.os }}-m2-${{ hashFiles('calm-hub/pom.xml') }}

.github/workflows/docker-publish-calm-hub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
# Step 3: Cache Maven Dependencies
3333
- name: Cache Maven Dependencies
34-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
34+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
3535
with:
3636
path: ~/.m2
3737
key: ${{ runner.os }}-m2-${{ hashFiles('calm-hub/pom.xml') }}

.github/workflows/semgrep-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
env:
2222
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
2323
container:
24-
image: semgrep/semgrep@sha256:9fb6f44dc162b1e0aada85f072a95141844c61e3bfcedf40b8a46fecf208e986
24+
image: semgrep/semgrep@sha256:3dab091ee3247fce7e4ed3df9f92b3bd72692c083295f53cec3f135b86404db1
2525
if: (github.actor != 'dependabot[bot]')
2626
steps:
2727
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

advent-of-calm/website/package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

calm-ai/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Configuration files in `ai-assistants/` define how to integrate CALM prompts wit
127127
"topLevelPromptFileName": "CALM.agent.md",
128128
"skillPrefix": "`",
129129
"skillSuffix": "`",
130-
"frontmatter": "---\ndescription: An AI Assistant for FINOS CALM development.\ntools: ['codebase', 'editFiles', 'fetch', 'runInTerminal']\nmodel: Claude Sonnet 4.5\n---",
130+
"frontmatter": "---\ndescription: An AI Assistant for FINOS CALM development.\ntools: ['codebase', 'editFiles', 'fetch', 'runInTerminal']\n---",
131131
"skillPrompts": [
132132
"calm-prompts/architecture-creation.md",
133133
"calm-prompts/calm-cli-instructions.md",
@@ -149,7 +149,7 @@ Configuration files in `ai-assistants/` define how to integrate CALM prompts wit
149149

150150
**GitHub Copilot specifics:**
151151
- Uses backticks (`` ` ``) to reference skill files
152-
- Frontmatter specifies Claude Sonnet 4.5 model and available tools
152+
- Frontmatter specifies available tools
153153
- Prompts placed in `.github/agents/` directory
154154
- Skill prompts referenced as `` `calm-prompts/architecture-creation.md` ``
155155

calm-ai/ai-assistants/copilot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"topLevelPromptFileName": "CALM.agent.md",
55
"skillPrefix": "`",
66
"skillSuffix": "`",
7-
"frontmatter": "---\ndescription: An AI Assistant for FINOS CALM development.\ntools: ['codebase', 'editFiles', 'fetch', 'runInTerminal']\nmodel: Claude Sonnet 4.5\n---",
7+
"frontmatter": "---\ndescription: An AI Assistant for FINOS CALM development.\ntools: ['codebase', 'editFiles', 'fetch', 'runInTerminal']\n---",
88
"skillPrompts": [
99
"calm-prompts/architecture-creation.md",
1010
"calm-prompts/calm-cli-instructions.md",

calm-hub-ui/src/service/adr-service/adr-service.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export class AdrService {
2424
.then((res) => res.data.values)
2525
.catch((error) => {
2626
const errorMessage = `Error fetching adr IDs for namespace ${namespace}:`;
27-
console.error(errorMessage, error);
27+
console.error('Error fetching adr IDs for namespace %s:', namespace, error);
2828
return Promise.reject(new Error(errorMessage));
2929
});
3030
}
@@ -41,7 +41,7 @@ export class AdrService {
4141
.then((res) => res.data.values)
4242
.catch((error) => {
4343
const errorMessage = `Error fetching revisions for ADR ID ${adrID}:`;
44-
console.error(errorMessage, error);
44+
console.error('Error fetching revisions for ADR ID %s:', adrID, error);
4545
return Promise.reject(new Error(errorMessage));
4646
});
4747
}
@@ -58,7 +58,7 @@ export class AdrService {
5858
.then((res) => res.data)
5959
.catch((error) => {
6060
const errorMessage = `Error fetching adr for namespace ${namespace}, adr ID ${adrID}, revision ${revision}:`;
61-
console.error(errorMessage, error);
61+
console.error('Error fetching adr for namespace %s, adr ID %s, revision %s:', namespace, adrID, revision, error);
6262
return Promise.reject(new Error(errorMessage));
6363
});
6464
}

0 commit comments

Comments
 (0)