Skip to content

v0.42.6

Choose a tag to compare

@github-actions github-actions released this 25 Mar 23:55
· 854 commits to main since this release
21f5557

Fixed

  • specfact init ide multi-source export writes prompts to a flat layout under the IDE export root (for example .github/prompts/ or .cursor/commands/) so editors and agents can discover specfact*.prompt.md (or equivalent) without per-source subfolders.
  • Prompt catalog: core omits template basenames already provided by an installed module, avoiding duplicate exports when both ship the same filename.
  • Re-export removes legacy per-source segment directories and prunes stale flat specfact* exports when the selected sources change.
  • Tests: import pytest for MonkeyPatch annotations in init IDE prompt selection tests (Ruff F821).