Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .fallowrc.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@
// Golden snapshot files: data consumed by toMatchFileSnapshot, not importable modules.
"packages/**/__goldens__/**",
"registry/**",
// Browser fixture HTML loads generated player bundles that exist only after the package build.
"packages/core/src/runtime/fixtures/deck-audio-demo.html",
// Browser test intentionally contains repeated inline scenarios for distinct failure paths.
"examples/**",
"packages/sdk/examples/**",
".github/workflows/fixtures/**",
Expand Down Expand Up @@ -467,6 +470,7 @@
// retry semantics. The Plan v2 AWS adapter extends that existing symmetry;
// extracting a shared cloud abstraction would couple independent packages.
"packages/aws-lambda/src/handler.ts",
"packages/cli/src/registry/motionBlurShutter.browser.test.ts",
"packages/aws-lambda/src/s3Transport.ts",
// The GCP handler deliberately mirrors the AWS protocol lifecycle while
// retaining provider-specific GCS, HTTP, and Cloud Workflows semantics.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/catalog-previews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
scripts/catalog-preview-temp.ts)
if [ -n "$RENDERER_CHANGED" ]; then
CHANGED_ITEMS=$(printf '%s\n' $CHANGED_ITEMS \
code-snippet-visual-studio-dark code-snippet-apple-terminal-pro | sort -u)
code-snippet-dark-modern code-snippet-apple-terminal-pro | sort -u)
fi
if [ -z "$CHANGED_ITEMS" ]; then
Expand Down
5 changes: 0 additions & 5 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,4 @@ skills/talking-head-recut/references/frames/polaroid.html
# embedded), not hand-authored source; reformatting them is churn + risk. Listed
# explicitly (not registry/examples/**/*.html) so hand-authored example HTML still
# gets formatted.
registry/examples/airbnb-deck/index.html
registry/examples/airbnb-deck/demo.html
registry/examples/startup-pitch/index.html
registry/examples/startup-pitch/demo.html
registry/examples/slideshow-demo/index.html
registry/examples/warm-grain/compositions/captions.html
26 changes: 13 additions & 13 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading