Build the Node generator pipeline skeleton #40

Closed
opened 2026-07-01 00:51:48 +00:00 by manlycucumber · 0 comments
manlycucumber commented 2026-07-01 00:51:48 +00:00 (Migrated from github.com)

Problem

The corpus is generated at build time by Node tooling (no Python, no runtime Node). A reproducible pipeline skeleton is needed to transform source records into the engine's static files.

Acceptance criteria

  • Node generator reads source records and writes corpus files to a fixed output path
  • Running the generator twice produces byte-identical output
  • Generator is invocable via a single documented command
  • No Python is introduced anywhere in the pipeline

Notes

Runtime stays PHP+MySQL; Node is build-time only.

## Problem The corpus is generated at build time by Node tooling (no Python, no runtime Node). A reproducible pipeline skeleton is needed to transform source records into the engine's static files. ## Acceptance criteria - [ ] Node generator reads source records and writes corpus files to a fixed output path - [ ] Running the generator twice produces byte-identical output - [ ] Generator is invocable via a single documented command - [ ] No Python is introduced anywhere in the pipeline ## Notes Runtime stays PHP+MySQL; Node is build-time only.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Directorium/Core#40
No description provided.