@quantod/qq 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/resources/guide.md
CHANGED
|
@@ -6,6 +6,12 @@ Use QQ when work fans out: web crawling, bulk API enrichment, research pipelines
|
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
+
## Before You Start
|
|
10
|
+
|
|
11
|
+
**Always read `PIPELINES.md`** in the project root before any interaction with pipelines. It describes what pipelines exist in this project, their stages, and how to use them. Never create or interact with pipelines without consulting it first.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
9
15
|
## Mental Model
|
|
10
16
|
|
|
11
17
|
A **pipeline** holds **items**. Each item lives in exactly one **stage** at a time. Items are pushed once and never deleted — they move between stages, accumulating payload as they go.
|
package/package.json
CHANGED
package/src/resources/guide.md
CHANGED
|
@@ -6,6 +6,12 @@ Use QQ when work fans out: web crawling, bulk API enrichment, research pipelines
|
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
+
## Before You Start
|
|
10
|
+
|
|
11
|
+
**Always read `PIPELINES.md`** in the project root before any interaction with pipelines. It describes what pipelines exist in this project, their stages, and how to use them. Never create or interact with pipelines without consulting it first.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
9
15
|
## Mental Model
|
|
10
16
|
|
|
11
17
|
A **pipeline** holds **items**. Each item lives in exactly one **stage** at a time. Items are pushed once and never deleted — they move between stages, accumulating payload as they go.
|