chore(compose): bind-mount damascus-roadmap BMAD output #27

Merged
kaykayyali merged 1 commits from chore/damascus-roadmap-bind-mount into main 2026-06-26 15:56:02 +00:00
Owner

Adds a bind-mount for damascus-roadmap BMAD output so the orchestrator container can ingest stories for that project. Without it, ingest --project damascus-roadmap returns no planning-artifacts for damascus-roadmap and the cycle can't claim any rows.

Same pattern as the existing mindmaps and restitution mounts (ro, /root/<project>/_bmad-output/opt/damascus/bmad/<project>/_bmad-output).

Adds a bind-mount for `damascus-roadmap` BMAD output so the orchestrator container can ingest stories for that project. Without it, `ingest --project damascus-roadmap` returns `no planning-artifacts for damascus-roadmap` and the cycle can't claim any rows. Same pattern as the existing `mindmaps` and `restitution` mounts (ro, `/root/<project>/_bmad-output` → `/opt/damascus/bmad/<project>/_bmad-output`).
kaykayyali added 1 commit 2026-06-26 15:55:50 +00:00
chore(compose): bind-mount damascus-roadmap BMAD output
Some checks failed
test / contract-and-unit (pull_request) Failing after 20s
77e8de9f09
The orchestrator container couldn't ingest damascus-roadmap
stories because the project wasn't bind-mounted at
/opt/damascus/bmad/damascus-roadmap/_bmad-output. Only mindmaps,
restitution, and hello-bmad were mounted. Without this mount,
'ingest --project damascus-roadmap' returns 'no planning-artifacts
for damascus-roadmap' and the cycle can't claim any rows.

Add the bind mount following the same pattern as the other
projects (ro, host path /root/<project>/_bmad-output).
kaykayyali merged commit 969a83a3cd into main 2026-06-26 15:56:02 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kaykayyali/damascus-orchestrator#27