A new version 0.3.2 of the tool SimpleGen — your AI assistant for automating solution development based on SimpleOne — has been released. In this release, we improved generation quality, streamlined the build and deployment process, and added a linter for checking static rules.
What’s new
- Documentation for uncovered types — Documentation for tables not covered by the main rules has been added to the
otherdirectory. Now the Agent understands how to interact with records from these tables and produces more accurate results. - Improved text generation — Rules have been refined based on user feedback. Generated texts are now higher quality and align with SimpleOne’s stylistic guidelines.
- Linter for static rules — A set of linting rules has been added to verify project compliance with standards. Errors are caught before deployment, not after.
- SOP build refactoring — The package is now exported with correct policies and the proper name based on the task identifier.
Fixed defects
- Fixed an issue with deploying records from the
otherfolder — they are now created in the correct order while preserving all references. - Fixed an issue with an extra prefix when generating tables.
Linter: Important details
After updating, the linter will likely find many errors in your existing project — this is normal. To avoid blocking your workflow, you can temporarily skip linting during commit:
git commit -m "update" --no-verifyThen gradually address the findings at your own pace.
If your team already has custom linting rules, you can replace the built-in rules with your own. SimpleGen does not enforce a specific set — it provides reasonable default values.
How to update
- Update the package:
npm update -g @simplegen/simplegen
- Run initialization in chat:
/simplegen.init "Product Name"
- Install dependencies (including the linter):
npm install
What’s next
- Team for collecting product documentation
- Refactoring rules for script handling
- Adding support for other development environments
- Exporting multiple applications
- Improving the quality of generated text
- Generating tests and providing tools for them
- Generating widgets from Lo-fi mockups
- Continuing to act on feedback and fix defects
Have you not tried SimpleGen yet? Now is the perfect time to start — install the package and run init to explore its capabilities.
We are actively developing this product and want to do it together with you. Share your impressions, ideas, and feedback in the comments — every piece of feedback helps us make SimpleGen better.