What's Changed
Merged first attempt at Software Factory Refactor.
This refactor pivots from a series of workflows loosely stitched together by the human operator to a set of distinct skills, coupled with tighter output definitions, as well as programmatic checks on those outputs for loose automated quality control thru the Windsurf Hook system.
The system improved early process documentation (analysis, design, plans) for story implementation. However it did not perform up to the level I had hoped during implementation. That is not to say that it performed poorly. In fact, this incarnation improved the Refactor execution significantly. However, I was unable to reach the deterministic process control I was seeking.
I am going to release this as v2 of the repository, as it is a true advancement in kind, even if it did not achieve the results I had hoped for.
I am already at work on v3, stepping back from the IDE to perform the orchestration myself for now, but using the improvements of v2 as a basis.
Full Changelog: v1.0...v2.0