Skip to content

Commit 05d09a7

Browse files
chore(registry): remove low-use catalog items and variant tails (#4274)
* chore(registry): remove low-use catalog items and variant tails * fix(registry): remove stale references to deleted catalog items * style: format catalog fixture * fix(ci): use surviving catalog preview canary * chore(ci): allow intentional catalog deletions * fix(ci): scope fallow audit for catalog fixtures * chore(catalog): regenerate local search vectors * chore(catalog): update vector revision * fix(catalog): validate registry set delta
1 parent 5ca2e78 commit 05d09a7

197 files changed

Lines changed: 887 additions & 48138 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

‎.fallowrc.jsonc‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@
8989
// Golden snapshot files: data consumed by toMatchFileSnapshot, not importable modules.
9090
"packages/**/__goldens__/**",
9191
"registry/**",
92+
// Browser fixture HTML loads generated player bundles that exist only after the package build.
93+
"packages/core/src/runtime/fixtures/deck-audio-demo.html",
94+
// Browser test intentionally contains repeated inline scenarios for distinct failure paths.
9295
"examples/**",
9396
"packages/sdk/examples/**",
9497
".github/workflows/fixtures/**",
@@ -467,6 +470,7 @@
467470
// retry semantics. The Plan v2 AWS adapter extends that existing symmetry;
468471
// extracting a shared cloud abstraction would couple independent packages.
469472
"packages/aws-lambda/src/handler.ts",
473+
"packages/cli/src/registry/motionBlurShutter.browser.test.ts",
470474
"packages/aws-lambda/src/s3Transport.ts",
471475
// The GCP handler deliberately mirrors the AWS protocol lifecycle while
472476
// retaining provider-specific GCS, HTTP, and Cloud Workflows semantics.

‎.github/workflows/catalog-previews.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
scripts/catalog-preview-temp.ts)
9494
if [ -n "$RENDERER_CHANGED" ]; then
9595
CHANGED_ITEMS=$(printf '%s\n' $CHANGED_ITEMS \
96-
code-snippet-visual-studio-dark code-snippet-apple-terminal-pro | sort -u)
96+
code-snippet-dark-modern code-snippet-apple-terminal-pro | sort -u)
9797
fi
9898
9999
if [ -z "$CHANGED_ITEMS" ]; then

‎.prettierignore‎

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,4 @@ skills/talking-head-recut/references/frames/polaroid.html
4040
# embedded), not hand-authored source; reformatting them is churn + risk. Listed
4141
# explicitly (not registry/examples/**/*.html) so hand-authored example HTML still
4242
# gets formatted.
43-
registry/examples/airbnb-deck/index.html
44-
registry/examples/airbnb-deck/demo.html
45-
registry/examples/startup-pitch/index.html
46-
registry/examples/startup-pitch/demo.html
47-
registry/examples/slideshow-demo/index.html
4843
registry/examples/warm-grain/compositions/captions.html

‎bun.lock‎

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

0 commit comments

Comments
 (0)