Update script and initial run

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Andre Wanlin
2026-02-16 17:43:09 -06:00
parent af4511c376
commit e0b8296067
61 changed files with 204 additions and 87 deletions
+1
View File
@@ -32,6 +32,7 @@ const configSchema = z.object({
addedDate: z.coerce.date(),
order: z.number().optional(),
state: z.enum('active', 'inactive', 'archived'),
age: z.number().optional(),
});
async function main() {