Commit 5c49d54
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
0 commit comments