Skip to content

[Amber] Fix: Bug: Custom workflows default to workflows/default as the path when no path is specified breaking user expectations#1048

Merged
Gkrumbach07 merged 1 commit intomainfrom
amber/issue-1047-bug-custom-workflows-default-to-workflows-default-
Mar 27, 2026
Merged

[Amber] Fix: Bug: Custom workflows default to workflows/default as the path when no path is specified breaking user expectations#1048
Gkrumbach07 merged 1 commit intomainfrom
amber/issue-1047-bug-custom-workflows-default-to-workflows-default-

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Automated Fix by Amber Agent

This PR addresses issue #1047 using the Amber background agent.

Changes Summary

  • Action Type: auto-fix
  • Commit: 7131d8c
  • Triggered by: Issue label/command

Pre-merge Checklist

  • All linters pass
  • All tests pass
  • Changes follow project conventions (CLAUDE.md)
  • No scope creep beyond issue description

Reviewer Notes

This PR was automatically generated. Please review:

  1. Code quality and adherence to standards
  2. Test coverage for changes
  3. No unintended side effects

🤖 Generated with Amber Background Agent

Closes #1047

…path set

When a custom workflow was selected without an explicit subpath, the runner
incorrectly fell back to workflows/default if the derived directory didn't
exist. Now uses workflows/{derived-name} in all cases, consistent with where
clone_workflow_at_runtime places the cloned repo. Workspace creation is
already handled by the caller.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@Gkrumbach07 Gkrumbach07 merged commit 2b5b2aa into main Mar 27, 2026
6 checks passed
@Gkrumbach07 Gkrumbach07 deleted the amber/issue-1047-bug-custom-workflows-default-to-workflows-default- branch March 27, 2026 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

amber-generated PR created by Amber background agent auto-fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Custom workflows default to workflows/default as the path when no path is specified breaking user expectations

1 participant