release: v0.2.0 repository hygiene, CI, and docs sync
Stop tracking personal workflow artifacts at repo root, add CI and MIT license, align README and agent skills with artifacts/ defaults, and enable Ruff in dev/CI so releases are verifiable without local-only runs. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.5
Cursor
parent
e70bd35498
commit
6f0df5a774
@@ -1,12 +1,9 @@
|
||||
"""Integration tests for duplicate resolution with embedded video metadata."""
|
||||
|
||||
import json
|
||||
from pathlib import Path
|
||||
|
||||
import pytest
|
||||
|
||||
from vlm.io import load_identities_json, identities_to_analysis_input
|
||||
from vlm.analysis import detect_duplicates
|
||||
from vlm.io import identities_to_analysis_input, load_identities_json
|
||||
|
||||
|
||||
class TestDuplicateQualityWithMetadata:
|
||||
|
||||
Reference in New Issue
Block a user