Skip to content

Language Guides

These guides are pack-scoped and governed by three YAML truth files:

  • apps/docs/src/data/language-support.yaml
  • apps/docs/src/data/example-repos.yaml
  • apps/docs/src/data/version-policy.yaml
LanguageStatusWaveGuideCompanion Repo
Node.jsStable1Node.jshellmai/lumenflow-example-node
PythonStable1Pythonhellmai/lumenflow-example-python
.NETPreview1.NEThellmai/lumenflow-example-dotnet
GoStable1Gohellmai/lumenflow-example-go
RustPlanned2Rusthellmai/lumenflow-example-rust
JavaPlanned2Javahellmai/lumenflow-example-java
RubyPlanned2Rubyhellmai/lumenflow-example-ruby
PHPPlanned2PHPhellmai/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