You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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).