feat: make composer attachments available to managed runtimes #380
Labels
No labels
backend
bug
chore
duplication
effort:complex
effort:medium
effort:trivial
enhancement
frontend
fullstack
priority:high
ready-for-agent
refactor
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
dries/ocman#380
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent
#375
What to build
Make composer file and image attachments usable by OpenCode regardless of whether the project instance runs natively or in a managed container. Replace the accidental assumption that an arbitrary host cache path is directly readable by the agent runtime.
Prefer the smallest secure transport that works with the supported OpenCode API: a dedicated narrowly mounted attachment root is acceptable for the first slice; an authenticated short-lived download endpoint is preferable if it avoids broad filesystem exposure without complicating OpenCode input handling.
Acceptance criteria
Blocked by