Skip to content

[Bug] Pulse v5: Duplicate prompt artifacts — dist/prompts vs dist/prompts/prompts path conflict #39

@islandbitcoin

Description

@islandbitcoin

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

  • Single canonical prompt path used consistently throughout the codebase
  • No duplicate prompt files in dist/
  • Build output verified clean after fix

Notes

Hold for Dread go-ahead before implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions