Design metadata database and source-of-truth model #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context:\nThe manager needs metadata for downloads and notes, but the actual source of truth must remain the filesystem for ComfyUI and Ollama API/CLI for Ollama.\n\nRequirements:\n- Store source URL, provider, target path, model type, size, sha256, created time, last seen time, tags, and notes.\n- Store job history.\n- Reconcile metadata with current filesystem/API state.\n- Mark missing files without deleting metadata immediately.\n- Avoid requiring metadata for externally-added models.\n\nAcceptance criteria:\n- Existing models without metadata still appear.\n- Metadata can attach to an existing model.\n- Deleted/moved files are detected on rescan.