@janithcooray/quack-data
v0.1.0
Published
Quack question packs (JSON) + schema + validator. The dataset is the product.
Maintainers
Readme
@janithcooray/quack-data 🦆
The Quack question dataset: JSON packs of interrogative-only debugging questions, a symptom → topic tag map, and the JSON Schema + validator that keep them honest.
import { packs, tagmap } from "@janithcooray/quack-data";
packs.core; // ~84 universal questions across the five-stage ladder
packs.devops; // domain packs: web, systems, devops
packs.savage; // voice packs: savage, senior, zen, chaosThe one sacred rule: every entry must be a question. A CI linter rejects any solution phrasing ("you should", "the fix is", "just add…") — that is what keeps the duck a duck at scale. Contributing a question is a one-file PR; this package versions independently so packs ship without an engine release. MIT.
