Skip to content

feat(cron): AIC-96 — transition events + richer snapshot data#65

Merged
letsgogeeky merged 1 commit into
mainfrom
feat/AIC-96
Mar 28, 2026
Merged

feat(cron): AIC-96 — transition events + richer snapshot data#65
letsgogeeky merged 1 commit into
mainfrom
feat/AIC-96

Conversation

@letsgogeeky

Copy link
Copy Markdown
Owner
  • Extend tools SELECT to include health_score + is_stale for baseline comparison
  • Write health_score_change event when score swings ≥10 points (metadata: old/new/delta)
  • Write stale_transition event when is_stale flips false → true
  • Write archived_detected event when a previously-live repo becomes archived
  • Persist health_score + stars_delta (vs 30d-prior snapshot) on every snapshot insert
  • Surface events_written count in cron response JSON
  • Migration: add health_score + stars_delta columns to tool_snapshots

What does this PR do?

Type of change

  • Data (add/update tool, stack, or relationship)
  • Bug fix
  • New feature
  • Docs / chore

Checklist

  • make check passes (lint + typecheck)
  • No unrelated files changed
  • PR title follows Conventional Commits (feat:, fix:, chore:, docs:)

Notes for reviewers

  - Extend tools SELECT to include health_score + is_stale for baseline comparison
  - Write health_score_change event when score swings ≥10 points (metadata: old/new/delta)
  - Write stale_transition event when is_stale flips false → true
  - Write archived_detected event when a previously-live repo becomes archived
  - Persist health_score + stars_delta (vs 30d-prior snapshot) on every snapshot insert
  - Surface events_written count in cron response JSON
  - Migration: add health_score + stars_delta columns to tool_snapshots
@letsgogeeky letsgogeeky merged commit 7e100b6 into main Mar 28, 2026
1 check passed
@github-actions github-actions Bot deleted the feat/AIC-96 branch March 28, 2026 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant