📦 deps(thirdparty): update snapshots
This commit is contained in:
@@ -306,8 +306,8 @@ def main(argv: list[str] | None = None) -> int:
|
||||
baseline = load_baseline(baseline_path)
|
||||
|
||||
if not baseline:
|
||||
print("⚠️ No baseline found. Run with --update-baseline to create one.")
|
||||
return 0
|
||||
print("❌ No baseline found; drift was not evaluated. Run with --update-baseline to create one.")
|
||||
return 2
|
||||
|
||||
current = build_current_entries(skills_dir)
|
||||
if args.skill:
|
||||
|
||||
Reference in New Issue
Block a user