Node.js
Language Guides
These guides are pack-scoped and governed by three YAML truth files:
apps/docs/src/data/language-support.yamlapps/docs/src/data/example-repos.yamlapps/docs/src/data/version-policy.yaml
Support Matrix
Section titled “Support Matrix”| Language | Status | Wave | Guide | Companion Repo |
|---|---|---|---|---|
| Node.js | Stable | 1 | Node.js | hellmai/lumenflow-example-node |
| Python | Stable | 1 | Python | hellmai/lumenflow-example-python |
| .NET | Preview | 1 | .NET | hellmai/lumenflow-example-dotnet |
| Go | Stable | 1 | Go | hellmai/lumenflow-example-go |
| Rust | Planned | 2 | Rust | hellmai/lumenflow-example-rust |
| Java | Planned | 2 | Java | hellmai/lumenflow-example-java |
| Ruby | Planned | 2 | Ruby | hellmai/lumenflow-example-ruby |
| PHP | Planned | 2 | PHP | hellmai/lumenflow-example-php |
Every language guide includes the same executable sections:
- Support status + last-verified stamp (from
language-support.yaml) - Verified quickstart steps
- Gate preset snippet (from
packages/@lumenflow/core/src/gates-presets.ts) - Companion repo linkage + verification ref (from
example-repos.yaml) - Smoke-check command used by CI