Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.1 KB

File metadata and controls

33 lines (23 loc) · 1.1 KB

Contributing to Parallel Book Generation Architecture

Thanks for your interest in contributing!

This project demonstrates a novel architecture for stateless, parallel book generation using AWS Lambda and Step Functions. While the full production system is proprietary, this repo serves as a foundation for experimentation and collaboration.

Getting Started

  1. Fork the repository
  2. Clone your fork
  3. Create a feature branch: git checkout -b my-feature
  4. Commit your changes: git commit -m "Add my feature"
  5. Push to your fork: git push origin my-feature
  6. Open a pull request

What You Can Contribute

  • Improvements to the simplified architecture
  • Compatible state machine variations
  • Prompt formatting enhancements
  • Additional language support patterns
  • Better logging or fallback examples

Ground Rules

  • Keep it clean and modular
  • No AI model credentials or keys in commits
  • No spam or auto-generated PRs
  • Code must be understandable by others

Feel free to open issues for questions or suggestions. All meaningful contributions are welcome — let’s improve this together.

— Travis Eric