Skip to content

Commit 9148bc0

Browse files
docs: benefit-focused README rewrite
Replace "X is engineered to" with "What X gives you" — outcome-first copy matching the website's goal-oriented direction. Generated-By: PostHog Code Task-Id: 556dae83-2866-4359-85ea-c7d0d818cb34
1 parent 9788a66 commit 9148bc0

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ The Build Output & Artifact Management for Land 🏞️
4848
Code Editor**. It handles compilation, processing, and distribution of source
4949
code from VSCode, CodeEditorLand Editor, and the Rest compiler pipeline.
5050

51-
**Output** is engineered to:
52-
53-
1. **Orchestrate Multi-Compiler Builds:** Support both esbuild and Rest
54-
(OXC-based) compilation pipelines with seamless integration.
55-
2. **Manage Build Artifacts:** Organize and deliver optimized JavaScript
56-
artifacts for consumption by `Sky`, `Wind`, and `Cocoon`.
57-
3. **Provide Hybrid Workflows:** Enable incremental migration from esbuild to
58-
Rest through conditional compilation and plugin-based architecture.
59-
4. **Ensure Build Reproducibility:** Maintain consistent output through
60-
deterministic build configurations and artifact verification.
51+
**What Output gives you:**
52+
53+
1. **Two compilers, one pipeline.** Both esbuild and Rest (OXC) produce
54+
artifacts through the same build system. Migrate incrementally.
55+
2. **Ready-to-run bundles.** Sky, Wind, and Cocoon consume Output's JavaScript
56+
artifacts directly. No post-processing, no manual wiring.
57+
3. **Incremental migration.** Switch individual modules from esbuild to Rest
58+
one at a time. The plugin architecture handles the routing.
59+
4. **Reproducible output.** Deterministic build configs and artifact checksums.
60+
Same commit always produces the same bundles.
6161

6262
---
6363

0 commit comments

Comments
 (0)