validatePost akzeptiert jetzt auch string-dates im YYYY-MM-DD- oder ISO-8601-format und coerced sie in ein Date-objekt in-place. vorher schlug die validation für 13 von 18 altposts fehl, weil deren yaml `date: "2023-02-26"` quoted war (hugo-konvention) und der yaml-parser strings statt Date-instanzen liefert. migration durchgelaufen (log in docs/publish-logs/): 18/18 success, 91 bilder auf beiden blossom-servern, 5 write-relays — bis auf relay.damus.io, der bei 6 posts nicht auf OK antwortet (üblich bei damus, rate-limiting). alle 7 multi-relay-posts haben weiter mindestens 4 acks (über MIN_RELAY_ACKS=2). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| fixtures | ||
| blossom-list_test.ts | ||
| blossom_test.ts | ||
| change-detection_test.ts | ||
| config_test.ts | ||
| event_test.ts | ||
| frontmatter_test.ts | ||
| image-collector_test.ts | ||
| log_test.ts | ||
| markdown_test.ts | ||
| outbox_test.ts | ||
| publish_test.ts | ||
| relays_test.ts | ||
| validate-post_test.ts | ||
| validation_test.ts | ||