How should trusted Symphony deployments enable .git writes and localhost runtime validation? #33
Unanswered
woody-korean
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On March 6, 2026, I ran Symphony Elixir against a Git-backed app repo and hit the same blocker across repeated retries.
Local workflow posture:
This matches the documented safe defaults / supported values in the repo docs.
Observed behavior:
.gitwrites needed for branch / commit / publish flowIn Review, and retries kept finding the same partial state (src/App.tsxandsrc/App.cssedits only)That makes the current unattended profile feel like an implementation-only sandbox, not an end-to-end "land the PR safely" profile.
Question:
What is the intended trusted-environment setup when you want Symphony to actually finish the full repo workflow, including:
.gitIs the intended answer one of these?
danger-full-access/dangerFullAccessA short docs section or example "trusted publish profile" would help a lot. Right now it is easy to copy a safe profile that can edit files but still dead-end on the last mile.
Beta Was this translation helpful? Give feedback.
All reactions