chore: update GitHub workflows and remove obsolete files; add README for workflows and local testing

This commit is contained in:
Luke Hagar
2025-07-30 10:01:12 -05:00
parent 15a4793ee9
commit 87a4d14264
12 changed files with 284 additions and 136 deletions

View File

@@ -98,8 +98,6 @@ export class PostmanTracker implements PlatformTracker {
viewCount: version.viewCount || 0,
author: version.author?.name || 'Unknown',
publishedDate,
timestamp: publishedDate,
period: 'total',
metadata: {
authorId: version.author?.id,
authorUsername: version.author?.username,