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
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,29 @@ docs/waitspin/promo/pics/*
!docs/waitspin/promo/pics/promo-copy.mjs
!docs/waitspin/promo/pics/generate-social-announce-docs.mjs
!docs/waitspin/promo/pics/generate-x-ads-sheet.mjs
!docs/waitspin/promo/pics/generate-leak-1x1.mjs
!docs/waitspin/promo/pics/generate-leak-1x1-x-sheet.mjs
!docs/waitspin/promo/pics/lnkgo-short-link.mjs
!docs/waitspin/promo/pics/xlsx-lite.mjs
!docs/waitspin/promo/pics/viral-fomo-hooks.mjs
!docs/waitspin/promo/pics/generate-winners-landscape.mjs
!docs/waitspin/promo/pics/layout-headline-landscape/
!docs/waitspin/promo/pics/layout-headline-landscape/**
!docs/waitspin/promo/pics/layout-split-v2-landscape/
!docs/waitspin/promo/pics/layout-split-v2-landscape/**
!docs/waitspin/promo/pics/layout-leak-1x1/
!docs/waitspin/promo/pics/layout-leak-1x1/**
!docs/waitspin/promo/VIRAL_FOMO_WINNERS.md
!docs/waitspin/promo/pics/viral-fomo/
docs/waitspin/promo/pics/viral-fomo/*
!docs/waitspin/promo/pics/viral-fomo/winners-terminal/
docs/waitspin/promo/pics/viral-fomo/winners-terminal/*
!docs/waitspin/promo/pics/viral-fomo/winners-terminal/announce/
!docs/waitspin/promo/pics/viral-fomo/winners-terminal/announce/**
!docs/waitspin/promo/pics/viral-fomo/leak-1x1/
!docs/waitspin/promo/pics/viral-fomo/leak-1x1/**
# Generated ad sheet — regenerated on demand with real minted lnkgo links, not committed.
docs/waitspin/promo/pics/viral-fomo/leak-1x1/X_ADS_SHEET.xlsx
!docs/waitspin/promo/splash/
docs/waitspin/promo/splash/*
!docs/waitspin/promo/splash/WAITSPIN_OG_SPLASH_SPEC.md
Expand Down
4 changes: 2 additions & 2 deletions public/export-manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"schema_version": 1,
"tree_sha256": "a006c85527cb79f1884a5d946c6fdd1fdb46eb888a93c8b18360178f75f9218e",
"tree_sha256": "cdff3dc9b9fdc3e38f630339c9f8e797fcc97d9d17a409ee8428ab98a20d396d",
"files": [
{
"path": ".github/workflows/public-ci.yml",
"sha256": "7368dd3ce50be5155e974daedb14b93b4c0956cb9ed9685a44eda9e15fd2dcf9"
},
{
"path": ".gitignore",
"sha256": "8eef2c05c34c446d207093c5d29e0cdbcf398add2a7c37113107693669ccd97f"
"sha256": "9a6d97e21e2684acb2b500f662498844b0ee0e060ebb0049d7f7bbd67e0be401"
},
{
"path": "LICENSE",
Expand Down
4 changes: 2 additions & 2 deletions public/provenance/waitspin-vscode.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"schema_version": 1,
"extension_id": "waitspin.waitspin-vscode",
"version": "0.1.16",
"source_commit": "0a0cfdc1a01cc00de71422b48ffb72d1a6f51980",
"source_commit": "92df5460d879e397ce479b57e42ce1557a5ef8bc",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Point provenance at an ancestor of this commit

In the reviewed history, 92df5460... and this commit are sibling commits with the same parent, so the declared source commit is not reachable from this commit. Consequently, scripts/waitspin-public-tree-check.mjs fails at its git merge-base --is-ancestor check, and the first command in the public waitspin:ci workflow exits before any build or tests run. Preserve the two-commit ancestry or update this field to a commit that both contains the manifest and is an ancestor of the resulting head.

Useful? React with 👍 / 👎.

"source_repo": "https://github.com/citedy/waitspin",
"source_directory": "extensions/waitspin-vscode",
"marketplace_url": "https://marketplace.visualstudio.com/items?itemName=waitspin.waitspin-vscode",
"generated_at": "2026-08-11T12:25:27.453Z",
"generated_at": "2026-08-15T10:31:22.080Z",
"vsix_filename": "waitspin-vscode-0.1.16.vsix",
"vsix_sha256": "34943ce5c127ab56fde66662adece313915e553ffa45c9f4cd81e0aabc1c720f",
"registry_artifacts": {
Expand Down
Loading