Skip to content

Commit 0e91979

Browse files
authored
docs: add DESIGN.md architecture reference (#1224)
1 parent da6ea2a commit 0e91979

File tree

2 files changed

+483
-0
lines changed

2 files changed

+483
-0
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
We encourage the developer community to contribute to this repository. This guide has instructions to install, build, test and contribute to the framework.
44

5+
- [Architecture](#architecture)
56
- [Requirements](#requirements)
67
- [Installation](#installation)
78
- [Testing](#testing)
@@ -14,6 +15,10 @@ We encourage the developer community to contribute to this repository. This guid
1415
- [How to modify npm tags](#how-to-modify-npm-tags)
1516
- [How to cleanup dev tags](#how-to-cleanup-dev-tags)
1617

18+
## Architecture
19+
20+
Before diving into the code, read [DESIGN.md](DESIGN.md) for a full architecture reference covering the pipeline stages, handler hierarchy, post-processor chain, error handling strategy, and extensibility points.
21+
1722
## Requirements
1823

1924
- [Node](https://nodejs.org/) >= 20

0 commit comments

Comments
 (0)