Category
Spike
Question
Should fixtures be distributed as Git tags, release archives, an npm package, or a dedicated versioned data package?
Context
The package is private, consumers clone tags, and the adapter manually vendors JSON plus generated modules.
Why This Matters
The choice affects reproducibility, integrity, bundling, and synchronization.
Areas to Investigate
Git releases, npm JSON exports, standalone data packages, content-addressed artifacts, generated modules, and browser compatibility.
Evaluation Criteria
Reproducibility, verification, ergonomics, breaking changes, bundle impact, and maintenance cost.
Expected Deliverables
Comparison matrix, at least two small prototypes, recommendation, migration plan, and risks.
Acceptance Criteria
Follow-Up Opportunities
May inform immutable archives and compatibility tooling.
Cross-Repository Impact
Testkit, adapter, and research.
Complexity
Spike
Impact
High — determines the shared data delivery model.
Suggested Labels
spike, area: release, area: cross-repo
Category
Spike
Question
Should fixtures be distributed as Git tags, release archives, an npm package, or a dedicated versioned data package?
Context
The package is private, consumers clone tags, and the adapter manually vendors JSON plus generated modules.
Why This Matters
The choice affects reproducibility, integrity, bundling, and synchronization.
Areas to Investigate
Git releases, npm JSON exports, standalone data packages, content-addressed artifacts, generated modules, and browser compatibility.
Evaluation Criteria
Reproducibility, verification, ergonomics, breaking changes, bundle impact, and maintenance cost.
Expected Deliverables
Comparison matrix, at least two small prototypes, recommendation, migration plan, and risks.
Acceptance Criteria
Follow-Up Opportunities
May inform immutable archives and compatibility tooling.
Cross-Repository Impact
Testkit, adapter, and research.
Complexity
Spike
Impact
High — determines the shared data delivery model.
Suggested Labels
spike,area: release,area: cross-repo