Summary
Prompt files are being resolved from two conflicting paths: dist/prompts and dist/prompts/prompts. This causes inconsistent prompt loading depending on which path the runtime resolves first.
Observed behavior
Prompt artifacts are duplicated or fail to load cleanly depending on build output structure.
Root cause hypothesis
Build configuration or import paths are outputting prompt files into a nested directory that doesn't match the loader's expected path. Likely a tsconfig outDir or rootDir mismatch.
Acceptance criteria
Notes
Hold for Dread go-ahead before implementation.