Skip to content

Commit 5c49d54

Browse files
committed
chore: appease CI checks (schemas reset, prettierignore for .mjs assets)
Three fixes for CI failures on the open PR: - schemas/agentcore.schema.v1.json: revert to origin/main. The CI gate rejects any change to this file because it is regenerated and released automatically — my rebase had carried my staged version. - .prettierignore: add `src/assets/**/*.mjs`. The new Node interceptor templates ship as raw .mjs that's vended to users; we shouldn't reformat them via prettier on the way in. - npm-shrinkwrap.json: revert to origin/main. My local `npm install` during the rebase produced a different ordering than what's on upstream — keeping upstream's authoritative version avoids drift.
1 parent b39ecae commit 5c49d54

3 files changed

Lines changed: 205 additions & 722 deletions

File tree

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ src/assets/**/*.md
33
.github/scripts/prompts/
44
src/assets/**/*.ts
55
src/assets/**/*.json
6+
src/assets/**/*.mjs
67
src/assets/**/*.template

0 commit comments

Comments
 (0)