chore: remove dead crates and standalone-site commands#53
Merged
Conversation
Delete five unused or misaligned crates: - veneer-mdx, veneer-registry, veneer-server, veneer-static, veneer-service-design Delete five commands that only served the standalone HTML site pipeline: - init, dev, build, serve, watch Veneer now emits MDX for consumption by Astro sites (rafters.studio, runlegion.dev, huttspawn.com, gitpress.app) rather than building its own standalone site. Astro already owns dev server, HMR, templating, and nav — there is no reason to reimplement any of that. Service design extraction moved to a separate private repo months ago. Registry was unused since the post-pivot rewrite. What survives: - veneer-adapters (JSX -> Web Component, scope_css) - veneer-docs (CLI --help parser, sidebar JSONL, MDX skeletons) - veneer CLI with one command: extract Docs (README, ARCHITECTURE, DEVELOPER, issue template) updated to match the three-crate workspace. USER_GUIDE deleted — it documented the deleted init/dev/build/serve flow. Net: -11,297 lines across 57 files. All CI checks pass locally (check, fmt, clippy, test on macOS). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
Pivot cleanup. Veneer no longer builds its own standalone doc site — it emits MDX that Astro sites (rafters.studio, runlegion.dev, huttspawn.com, gitpress.app) consume. This removes ~11k lines of code that served the old standalone-site product, plus two crates that were unused since the post-pivot rewrite.
Deleted crates:
Deleted commands:
Survives:
Docs updated to match 3-crate workspace:
Net: -11,297 lines across 57 files.
Test plan