sync-agent-first-sync-equals-import
IN premise
When no prior import exists for an agent, `sync_agent` behaves identically to `import_agent` — creating the `agent:active` premise and returning `created_premise: True` — rather than requiring a separate import step.
Summary
The sync operation is smart enough to handle first-time setup automatically. If an agent has never been imported before, syncing it will create the initial record just like an explicit import would, so there is no need to call import separately as a prerequisite.
Details
| Source | entries/2026/05/08/tests-test_sync_agent.md |