Original Summary

Hi,<p>as I kept getting confused by having multiple Claude sessions open, last weekend I decided to combine two of my favorite emerging technologies and give it a try: Software Factory and JEV.<p>The idea is simple, inspired by GitHub Actions, I wanted a way to &quot;queue&quot; agent work on my local laptop, with the ability to define different pipelines via YAML.<p>Each pipeline runs in its own Git worktree, so it&#x27;s isolated from the others.<p>I&#x27;m using some pipelines:<p><pre><code> dev: code → test → commit plan: plan → human review → code → test → commit security: code → human review → test → security review → commit frontend: code → React test → build → commit </code></pre> A request can move up and down the pipeline and be reworked if an agent or JEV flags it!<p>I&#x27;m also using JEV to check if a potential secret is leaked, if the coding agent output asks for human review, etc.<p>The real magic happens when you take a single Agent session as the main driver. You can then plan and queue multiple features at once.<p>I think it worked out pretty well, so I open sourced it:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;stratonext&#x2F;software-factory" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;stratonext&#x2F;software-factory</a><p>You can try it yourself with:<p><pre><code> uv tool install software-factory </code></pre> Note: You need a JEV key if you want to use the judging steps.


  • 情报分类:技术学习与提效
  • 分类依据:内容涉及技术、AI、软件工具或工程实践
  • 信息来源:Hacker News 新项目
  • 发布时间:2026/9/24 00:22:09