|
|
|
|
|
by CoreLathe
249 days ago
|
|
This two-way sync is slick—saves us from the usual “designer broke prod” dance.
One edge case: if a non-tech user renames a sub-agent in the visual builder while a dev still references the old ID in TypeScript, do you: automatically rewrite the TS file on the next pull, or
surface a merge conflict and let the dev hand-fix?
Curious how deep the refactor detection goes. |
|
But generally, for merge conflicts, the current recommendation is to do an `inkeep pull`into a separate 'scratch' project. We're working on more utils to make that case cleaner.