feat: add automated directory health monitor#4
Merged
stackingsaunter merged 1 commit intogetAlby:mainfrom Apr 10, 2026
Merged
Conversation
- Enrich apps.json with 'github' field for 35 open-source apps Single source of truth — no separate hardcoded mapping - Add scripts/directory-monitor.py: - URL health check for all apps (HTTP HEAD + GET fallback) - GitHub activity check (reads 'github' field directly from apps.json) - Detects dead sites, stale repos (>180d), archived repos - Generates structured report (monitor_report.json) - New apps with a 'github' field are automatically monitored
069d250 to
769b98c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add an automated weekly health monitor that runs every Monday at 9am UTC via cron job.
What it checks
URL Health — HTTP status checks for ALL apps (reads from apps.json at runtime)
GitHub Activity — dynamically discovers and monitors open-source repos
githubfield → GitHub URL → known mapping → description scanReport format
The monitor outputs a structured report with:
monitor_report.jsonIntegration
"github": "owner/repo"field to have it tracked