Remove the leftover kith/site landing fork - #17
Merged
Conversation
site/wrangler.jsonc declared Pages project "kith" — the project the shared ios-landings factory deploys — so a deploy from this directory would have replaced the live site. README already described the folder as leftover and AGENTS.md already named ios-landings as the source of truth; this makes both true rather than aspirational. The fork served nothing: live HTML at kith.significanthobbies.com is byte-identical to ios-landings/dist/kith/index.html, while this tree differs by 6 lines of inlined CSS reset — a stale copy of the same Astro engine. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
The site job ran pnpm check in site/, which this branch removes. The public landing is built and released from the shared ios-landings factory, so there is nothing here for CI to build. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
sarthakagrawal927
force-pushed
the
chore/retire-site-fork
branch
from
August 23, 2026 06:34
8b46e4a to
f9c50cf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
site/wrangler.jsoncdeclared Pages projectkith— the project the sharedios-landingsfactory deploys — so a deploy from that directory would have replaced the live site.The repo already knew:
README.mdcalled the folder "leftover" andAGENTS.mdnamedios-landingsas "the public site source of truth" while keeping a buildable copy "so Kith stays independent". Independence via a fork of the same engine is what created the hazard.Evidence it served nothing
Live HTML at
kith.significanthobbies.comis byte-identical toios-landings/dist/kith/index.html. This tree differs by 6 lines of inlined CSS reset — a stale copy of the same engine.Docs now point landing edits at
ios-landings/products/kith/. Recoverable from this commit's parent.🤖 Generated with Claude Code