Skip to content

Commit f6899bd

Browse files
1 parent 4f9b1f6 commit f6899bd

1 file changed

Lines changed: 34 additions & 32 deletions

File tree

README.md

Lines changed: 34 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,18 @@ Land
3535

3636
---
3737

38-
# **Output** ⚫ The Build Output & Artifact Management for Land 🏞️
38+
# **Output**
39+
40+
The Build Output & Artifact Management for Land 🏞️
3941

4042
[![License: CC0-1.0](https://img.shields.io/badge/License-CC0_1.0-lightgrey.svg)](https://github.com/CodeEditorLand/Land/tree/Current/LICENSE)
4143
[![NPM Version](https://img.shields.io/npm/v/@codeeditorland/output.svg)](https://www.npmjs.com/package/@codeeditorland/output)
4244
[![esbuild Version](https://img.shields.io/badge/esbuild-0.25.x-blue.svg)](https://esbuild.github.io/)
4345
[![Rest Compiler](https://img.shields.io/badge/Rest-OXC-orange.svg)](https://oxc.rs/)
4446

45-
Welcome to **Output**, the build output and artifact management package for the
46-
**Land Code Editor**. Output handles the compilation, processing, and
47-
distribution of source code from various dependencies including VSCode,
48-
CodeEditorLand Editor, and the Rest compiler pipeline.
47+
**Output** is the build output and artifact management package for the **Land
48+
Code Editor**. It handles compilation, processing, and distribution of source
49+
code from VSCode, CodeEditorLand Editor, and the Rest compiler pipeline.
4950

5051
**Output** is engineered to:
5152

@@ -60,7 +61,7 @@ CodeEditorLand Editor, and the Rest compiler pipeline.
6061

6162
---
6263

63-
## Key Features🔐
64+
## Key Features 🔐
6465

6566
- **Dual-Compiler Support:** Seamlessly switch between esbuild (default) and
6667
Rest (OXC-powered) compilers via environment variables.
@@ -89,13 +90,13 @@ CodeEditorLand Editor, and the Rest compiler pipeline.
8990

9091
---
9192

92-
## Rest Compiler Integration⛱️
93+
## Rest Compiler Integration ⛱️
9394

9495
The Rest compiler integration enables OXC-based TypeScript compilation as an
9596
alternative or complement to esbuild. This section provides an overview of the
9697
integration architecture, usage patterns, and comparison with esbuild.
9798

98-
### Overview of OXC-Based Compilation📖
99+
### Overview of OXC-Based Compilation 📖
99100

100101
Rest leverages the **OXC (Oxidation Compiler)** ecosystem, a high-performance
101102
JavaScript/TypeScript toolchain written in Rust. The OXC stack provides:
@@ -126,7 +127,7 @@ Source/ → esbuild → Configuration/ → Target/
126127
Dependency/ → Rest → Target/Rest/ → Configuration/ → Target/
127128
```
128129

129-
### Usage Instructions🚀
130+
### Usage Instructions 🚀
130131

131132
#### Enabling Rest Compiler
132133

@@ -209,7 +210,7 @@ Target/Microsoft/VSCode/
209210
> - You need mature plugin ecosystem support
210211
> - Build speed is less critical than compatibility
211212
212-
### Troubleshooting Rest Compiler🔍
213+
### Troubleshooting Rest Compiler 🔍
213214

214215
#### Rest Binary Not Found
215216

@@ -256,7 +257,7 @@ Dependency/ → Rest → Target/Rest/ → Configuration/ → Target/
256257

257258
---
258259

259-
## Directory Structure📁
260+
## Directory Structure 📁
260261

261262
```
262263
Element/Output/
@@ -281,7 +282,7 @@ Element/Output/
281282

282283
---
283284

284-
## Scripts📝
285+
## Scripts 📝
285286

286287
| Script | Description |
287288
| :----------------------- | :------------------------------ |
@@ -314,15 +315,15 @@ provides:
314315

315316
---
316317

317-
## Getting Started🚀
318+
## Getting Started 🚀
318319

319-
### Installation📥
320+
### Installation 📥
320321

321322
```sh
322323
pnpm add @codeeditorland/output
323324
```
324325

325-
### Basic Usage🚀
326+
### Basic Usage 🚀
326327

327328
```bash
328329
# Default esbuild build
@@ -344,16 +345,16 @@ analysis.
344345

345346
### Quick Start with Skills
346347

347-
- **Level 1 (First Run):** Quick scan - fastest execution, focused scope
348-
- **Level 2 (Second Run):** Detailed analysis - broader coverage
349-
- **Level 3 (Third Run):** Deep dive - comprehensive review
350-
- **Level 4 (Fourth+ Run):** Strategic analysis - system-wide patterns
348+
- **Level 1 (First Run):** Quick scan fastest execution, focused scope
349+
- **Level 2 (Second Run):** Detailed analysis broader coverage
350+
- **Level 3 (Third Run):** Deep dive comprehensive review
351+
- **Level 4 (Fourth+ Run):** Strategic analysis system-wide patterns
351352

352353
For detailed guidance on using the depth-aware skill system, see:
353354

354-
- [`Documentation/SkillSystem.md`](../../Documentation/SkillSystem.md) -
355+
- [`Documentation/SkillSystem.md`](../../Documentation/SkillSystem.md)
355356
Complete system overview
356-
- [`.roo/skills/DEPTH-MANAGEMENT.md`](../../.roo/skills/DEPTH-MANAGEMENT.md) -
357+
- [`.roo/skills/DEPTH-MANAGEMENT.md`](../../.roo/skills/DEPTH-MANAGEMENT.md)
357358
Technical management guide
358359

359360
### Common Development Tasks
@@ -367,7 +368,7 @@ For detailed guidance on using the depth-aware skill system, see:
367368

368369
---
369370

370-
## References📚
371+
## References 📚
371372

372373
- [Rest Compiler Documentation](../Rest/README.md)
373374
- [OXC Documentation](https://oxc.rs/)
@@ -377,11 +378,9 @@ For detailed guidance on using the depth-aware skill system, see:
377378

378379
## License ⚖️
379380

380-
This project is released into the public domain under the **Creative Commons CC0
381-
Universal** license. You are free to use, modify, distribute, and build upon
382-
this work for any purpose, without any restrictions. For the full legal text,
383-
see the [`LICENSE`](https://github.com/CodeEditorLand/Land/tree/Current/LICENSE)
384-
file.
381+
This project is licensed under Creative Commons CC0.
382+
383+
See the LICENSE file for details.
385384

386385
---
387386

@@ -394,11 +393,14 @@ history of changes specific to **Output**.
394393

395394
## Funding & Acknowledgements 🙏🏻
396395

397-
**Output** is a core element of the **Land** ecosystem. This project is funded
398-
through [NGI0 Commons Fund](https://NLnet.NL/commonsfund), a fund established by
399-
[NLnet](https://NLnet.NL) with financial support from the European Commission's
400-
[Next Generation Internet](https://ngi.eu) program. Learn more at the
401-
[NLnet project page](https://NLnet.NL/project/Land).
396+
Code Editor Land is funded through the NGI0 Commons Fund, established by NLnet
397+
with financial support from the European Commission's Next Generation Internet
398+
programme, under grant agreement No. 101135429.
399+
400+
The project is operated by PlayForm, based in Sofia, Bulgaria.
401+
402+
PlayForm acts as the open-source steward for Code Editor Land under the NGI0
403+
Commons Fund grant.
402404

403405
<table>
404406
<thead>

0 commit comments

Comments
 (0)