-
-
Notifications
You must be signed in to change notification settings - Fork 226
Simplify remote and file to sync #116
Copy link
Copy link
Open
Labels
auto-generatedAutomatically generated contentAutomatically generated contentclaude-codeItems created or modified by Claude CodeItems created or modified by Claude Code
Metadata
Metadata
Assignees
Labels
auto-generatedAutomatically generated contentAutomatically generated contentclaude-codeItems created or modified by Claude CodeItems created or modified by Claude Code
I think there might be a way to simplify things with the different transforms. We can still keep the base transforms, but a lot of these really just come down to sync. So it's syncing from one of these sources. And yeah, if it's pointing to a file, it'd just be syncing from the file. If it's pointing to a URL, it'd be syncing from that URL. And then we probably need to allow for additional remote requests and different methods.
So TBD might be able to streamline this