File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ Day-to-day development lives inside the individual package folder.
9696
9797---
9898
99- ## Integration Testing Locus (Wrapper Package )
99+ ## Integration Testing Locus (Combined All-in-One Plugin )
100100
101101Cross-package testing lives inside:
102102
@@ -105,7 +105,7 @@ javascript/autogen-markdown-doc
105105```
106106
107107The wrapper package is the integration boundary.
108- It imports and composes the base plugins.
108+ It imports and composes the base plugins, and adds a little bit of its own functionality .
109109
110110Cross-package tests belong there — not at workspace root.
111111
@@ -119,13 +119,12 @@ Release mechanics must run from:
119119cd javascript
120120```
121121
122- Because that is where:
122+ Because that is where we have :
123123
124124- ` package.json ` (with ` "workspaces" ` )
125125- ` .changeset/ `
126126- release configuration
127127
128- live.
129128
130129Release commands:
131130
You can’t perform that action at this time.
0 commit comments