fabro/lib/components/fabro-automation
Scott Werner 50fed849f3 Simplify automation run-target plumbing
- Materializer derives the manifest GitContext from RunTarget::validate()
  instead of hand-building it and re-parsing the repository slug
- Drop parse_github_repository_slug and InvalidRepositorySlug, now unused
- Store reuses Automation::git_target() instead of a private duplicate
- Legacy TOML import returns the target directly rather than a tuple
- Automation target migration updates columns with a single UPDATE ... FROM
- Web: share gitTarget(), targetFromFormValues(), and one SHA validator
  across the automation form, list, detail, new, and edit views

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-26 18:17:22 -04:00
..
migrations Simplify automation run-target plumbing 2026-08-26 18:17:22 -04:00
src Simplify automation run-target plumbing 2026-08-26 18:17:22 -04:00
tests Migrate automations to canonical run targets 2026-08-26 17:35:36 -04:00
Cargo.toml Move GitHub coordinate validation to shared types 2026-08-03 14:53:46 -04:00