Create a file-backed ArtifactStore that writes one JSON file per artifact.
This backend is intended for local development and human-readable artifacts.
update(id, patch) scans type directories because the interface accepts ID
without type; prefer SQLiteArtifactStore for large stores or frequent updates.
Create a file-backed ArtifactStore that writes one JSON file per artifact.
This backend is intended for local development and human-readable artifacts.
update(id, patch)scans type directories because the interface accepts ID without type; prefer SQLiteArtifactStore for large stores or frequent updates.