0.0
No release in over 3 years
Double Diamond pipeline that takes a specification and produces working code with tests
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

 Project Readme

lex-factory

Spec-to-code autonomous pipeline for LegionIO. Takes a specification document and produces working code with tests through a 4-stage Double Diamond pipeline.

Pipeline Stages

  1. DISCOVER - Parse spec, identify unknowns, research patterns
  2. DEFINE - Decompose into tasks, define interfaces, plan tests
  3. DEVELOP - Generate code for each task, run tests
  4. DELIVER - Score quality, produce summary

Usage

result = Legion::Extensions::Factory::Runners::Factory.run_pipeline(spec_path: 'path/to/spec.md')

Configuration

factory:
  satisfaction_threshold: 0.8
  output_dir: tmp/factory
  max_retries_per_stage: 2

License

MIT