From d5fc1f749f99f84935e4b555a6bdad5b29589e36 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 19 Sep 2026 20:54:20 +0000 Subject: [PATCH 1/3] fix(data): correct a stale price and three doubled words Power Grid Disruptor carried a stale 99.99 USD. The maker's page gives it away free (JSON-LD AggregateOffer lowPrice and highPrice 0, InStock; the struck-through 347.99 is a gag anchor), so the entry now carries a verified zero with source and asOf rather than a price nobody can find. Three doubled words sit inside wrapped block scalars, so a line-based grep cannot see them: "for the The Plex", "at at 96 khz", "set at at 15ips". Closes finding issues 60-64 and the backlog half of 24 in catalog-submissions. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01CNZwSZ1xLP7uxJgVTnNuFf --- ...echo-fix-capstan-motor-for-the-plex-tube-echo-chamber.yaml | 2 +- data/content/six-bit-deep-99-kicks.yaml | 2 +- data/content/tim-petherick-37j.yaml | 2 +- data/software/korneff-audio-power-grid-disruptor.yaml | 4 +++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/data/accessories/echo-fix-capstan-motor-for-the-plex-tube-echo-chamber.yaml b/data/accessories/echo-fix-capstan-motor-for-the-plex-tube-echo-chamber.yaml index 720dd82f3..9fa7c4306 100644 --- a/data/accessories/echo-fix-capstan-motor-for-the-plex-tube-echo-chamber.yaml +++ b/data/accessories/echo-fix-capstan-motor-for-the-plex-tube-echo-chamber.yaml @@ -11,4 +11,4 @@ prices: description: A replacement capstan motor for The Plex Tube Echo Chamber, offered as a user-replaceable part. details: |- - 1 x Replacement Capstan Motor for the The Plex Tube Echo Chamber. We have had a lot of requests for these, so we have made them available as a user replacement part. Make sure that you are familiar with your country's customs, taxes and importing laws. + 1 x Replacement Capstan Motor for The Plex Tube Echo Chamber. We have had a lot of requests for these, so we have made them available as a user replacement part. Make sure that you are familiar with your country's customs, taxes and importing laws. diff --git a/data/content/six-bit-deep-99-kicks.yaml b/data/content/six-bit-deep-99-kicks.yaml index ddf9fd007..64e1236e9 100644 --- a/data/content/six-bit-deep-99-kicks.yaml +++ b/data/content/six-bit-deep-99-kicks.yaml @@ -16,7 +16,7 @@ details: |- The process was monitored on adam s3x mastering speakers to ensure low-end precision. - 99 kicks with unique character. Wav files at at 96 khz and 44.1khz 24-bit. + 99 kicks with unique character. Wav files at 96 khz and 44.1khz 24-bit. Healthy amounts of headroom (no limiting or unnecessary layering) 100% unique source sounds created by the enginners at six bit deep (no sampling) specs: |- diff --git a/data/content/tim-petherick-37j.yaml b/data/content/tim-petherick-37j.yaml index 9f1486414..a2240e009 100644 --- a/data/content/tim-petherick-37j.yaml +++ b/data/content/tim-petherick-37j.yaml @@ -10,7 +10,7 @@ description: "37j by Tim Petherick nebula libraries is soundware (samples or details: |- 37j by Tim Petherick nebula libraries is soundware (samples or presets that load into other products) for macOS and Windows. - Classic valve tape machine: 4 sample rates. 4 channels sampled set at at 15ips. Special saturation/compression presets with pre-emphasis channel instance and de-emphasis saturation. 2 n3 jpn skins. Hiss wav files. + Classic valve tape machine: 4 sample rates. 4 channels sampled set at 15ips. Special saturation/compression presets with pre-emphasis channel instance and de-emphasis saturation. 2 n3 jpn skins. Hiss wav files. specs: |- - 4 sample rates - 4 channels sampled at 15ips diff --git a/data/software/korneff-audio-power-grid-disruptor.yaml b/data/software/korneff-audio-power-grid-disruptor.yaml index b410c3487..6e9b7f4a8 100644 --- a/data/software/korneff-audio-power-grid-disruptor.yaml +++ b/data/software/korneff-audio-power-grid-disruptor.yaml @@ -19,8 +19,10 @@ platforms: - linux url: https://korneffaudio.com/product/power-grid-disruptor/ prices: - - amount: 99.99 + - amount: 0 currency: USD + asOf: 2026-09-19 + source: official-website description: The Power Grid Disruptor is the answer to dull, lifeless mixes. Blow up your tracks and the local substation with the latest from Korneff Audio! From 91850cfdcc45088ecddff5a189f071a00f01356f Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 19 Sep 2026 21:02:17 +0000 Subject: [PATCH 2/3] chore: add changeset for the inbox finding fixes Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01CNZwSZ1xLP7uxJgVTnNuFf --- .../settle-inbox-price-and-prose-findings.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .changeset/settle-inbox-price-and-prose-findings.md diff --git a/.changeset/settle-inbox-price-and-prose-findings.md b/.changeset/settle-inbox-price-and-prose-findings.md new file mode 100644 index 000000000..74693bf3d --- /dev/null +++ b/.changeset/settle-inbox-price-and-prose-findings.md @@ -0,0 +1,26 @@ +--- +"catalog": patch +--- + +Correct a stale price and three doubled words, settling six inbox findings + +Power Grid Disruptor carried a stale 99.99 USD. Korneff Audio gives the +plugin away: its JSON-LD AggregateOffer reads a zero low and high price +and InStock, and the struck-through 347.99 is a gag anchor on an April +Fools release the maker kept up. The entry now carries a verified zero +with source and asOf, which is what separates a giveaway from a price an +import could not read, so Studio renders "Free" and suppresses the +purchase link instead of quoting a price nobody can pay. + +Four more Korneff prices were re-read at source and confirmed correct +as they stand. Shure Level-Loc is the one worth noting: the store shows +79.99 today, but that is display_price, a live sale, against a +display_regular_price of 149.99. A check reading the JSON-LD alone +publishes only the sale figure, so it would have "confirmed" the wrong +number and retired a correct price. + +Three doubled words are fixed: "for the The Plex", "at at 96 khz" and +"set at at 15ips". All three sit inside wrapped block scalars, so the +line-based grep that filed the finding could not see any of them, while +11 of the 12 hits it did return are compounds a word boundary splits +("plug-in in your DAW", "in in-ear headphones") rather than defects. From d0897572db8ee89ad185dcad4fdd0712d29ca2b2 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 19 Sep 2026 21:22:04 +0000 Subject: [PATCH 3/3] fix(data): restore the Plex article, name issues in the changeset `the The Plex Tube Echo Chamber` is an article plus a product name whose own name starts with "The". 0d69842 reviewed it in context and listed it among fifteen hits correct as written, so changing it here silently reversed a documented decision, and left this branch inconsistent with the `the THE ORCHESTRA family` it deliberately kept. The changeset now names each inbox issue rather than asserting a count, which is the convention 0d69842 itself used. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01CNZwSZ1xLP7uxJgVTnNuFf --- .../settle-inbox-price-and-prose-findings.md | 26 +++++++++++-------- ...-motor-for-the-plex-tube-echo-chamber.yaml | 2 +- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/.changeset/settle-inbox-price-and-prose-findings.md b/.changeset/settle-inbox-price-and-prose-findings.md index 74693bf3d..8ffe35dca 100644 --- a/.changeset/settle-inbox-price-and-prose-findings.md +++ b/.changeset/settle-inbox-price-and-prose-findings.md @@ -2,7 +2,7 @@ "catalog": patch --- -Correct a stale price and three doubled words, settling six inbox findings +Correct the Power Grid Disruptor price and two doubled words Power Grid Disruptor carried a stale 99.99 USD. Korneff Audio gives the plugin away: its JSON-LD AggregateOffer reads a zero low and high price @@ -10,17 +10,21 @@ and InStock, and the struck-through 347.99 is a gag anchor on an April Fools release the maker kept up. The entry now carries a verified zero with source and asOf, which is what separates a giveaway from a price an import could not read, so Studio renders "Free" and suppresses the -purchase link instead of quoting a price nobody can pay. +purchase link instead of quoting a price nobody can pay +(catalog-submissions #64). -Four more Korneff prices were re-read at source and confirmed correct -as they stand. Shure Level-Loc is the one worth noting: the store shows -79.99 today, but that is display_price, a live sale, against a -display_regular_price of 149.99. A check reading the JSON-LD alone +Four more Korneff prices were re-read at source and confirmed correct as +they stand, one issue each (catalog-submissions #60, #61, #62 and #63), +so those close with no edit. Shure Level-Loc is the one worth noting: the +store shows 79.99 today, but that is display_price, a live sale, against +a display_regular_price of 149.99. A check reading the JSON-LD alone publishes only the sale figure, so it would have "confirmed" the wrong number and retired a correct price. -Three doubled words are fixed: "for the The Plex", "at at 96 khz" and -"set at at 15ips". All three sit inside wrapped block scalars, so the -line-based grep that filed the finding could not see any of them, while -11 of the 12 hits it did return are compounds a word boundary splits -("plug-in in your DAW", "in in-ear headphones") rather than defects. +Two doubled words are fixed, "at at 96 khz" and "set at at 15ips". Both +sit inside wrapped block scalars and neither uses a function word the +earlier sweeps grepped for, which is why 3.66.0 left them: a line-based +scan over the raw file cannot see a pair that straddles a wrap, and this +pass read the parsed YAML values instead. The remaining hits on main are +the fifteen that sweep already judged correct as written, which stand +(catalog-submissions #24). diff --git a/data/accessories/echo-fix-capstan-motor-for-the-plex-tube-echo-chamber.yaml b/data/accessories/echo-fix-capstan-motor-for-the-plex-tube-echo-chamber.yaml index 9fa7c4306..720dd82f3 100644 --- a/data/accessories/echo-fix-capstan-motor-for-the-plex-tube-echo-chamber.yaml +++ b/data/accessories/echo-fix-capstan-motor-for-the-plex-tube-echo-chamber.yaml @@ -11,4 +11,4 @@ prices: description: A replacement capstan motor for The Plex Tube Echo Chamber, offered as a user-replaceable part. details: |- - 1 x Replacement Capstan Motor for The Plex Tube Echo Chamber. We have had a lot of requests for these, so we have made them available as a user replacement part. Make sure that you are familiar with your country's customs, taxes and importing laws. + 1 x Replacement Capstan Motor for the The Plex Tube Echo Chamber. We have had a lot of requests for these, so we have made them available as a user replacement part. Make sure that you are familiar with your country's customs, taxes and importing laws.