Scans a flat input_files/ directory and computes file SHAs. Compares
against the current .datom/manifest.json to detect new or changed files.
Returns a manifest data frame for review before calling datom_sync().
Arguments
- conn
A
datom_connobject fromdatom_get_conn().- path
Optional path to input files directory. Defaults to
input_files/inside the repo.- pattern
Glob pattern for file matching. Default
"*".