Syncs prompt files from external project directories into test fixtures.
Usage
mix comm_bus.sync_fixtures [--clean]Configuration
Set source directories via environment variables:
HUMAN_PROMPTS_DIR=/path/to/human/prompts \
DEVMAN_PROMPTS_DIR=/path/to/devman/prompts \
mix comm_bus.sync_fixturesOr pass them as arguments:
mix comm_bus.sync_fixtures --human /path/to/human/prompts --devman /path/to/devman/promptsOptions
--clean- Remove existing fixtures before syncing--human- Path to HuMan prompts directory--devman- Path to DevMan prompts directory