# Top 20 Active Repositories Status Check

**Date:** 2026-01-28  
**Status:** ✅ All Complete - All repositories checked out and up to date

## Summary

- **Total repositories checked:** 20
- **All repositories are checked out:** ✅ Yes
- **Repositories up to date:** 20
- **Repositories needing update:** 0 (all updated successfully)

## Update Status

All 6 repositories that needed updates have been successfully updated:
- ✅ doh_sims - Updated successfully
- ✅ sawis - Updated successfully  
- ✅ neoafrica_qa - Updated successfully
- ✅ edioverdrive - Updated successfully
- ✅ ipw-php - Updated successfully
- ✅ superbowl - Updated successfully

## All Repositories Status

All 20 repositories are checked out and up to date:

1. ✅ superbowl (branch: master) - Last commit: 2026-01-27
2. ✅ ipw-php (branch: main) - Last commit: 2026-01-27
3. ✅ doh_sims (branch: main) - Last commit: 2026-01-26
4. ✅ sawis (branch: dev_2020) - Last commit: 2026-01-26
5. ✅ neoafrica_qa (branch: main) - Last commit: 2026-01-23
6. ✅ edioverdrive (branch: main) - Last commit: 2026-01-20
7. ✅ forecast (branch: master) - Last commit: 2026-01-19
8. ✅ aws_cloudwatch_sam (branch: main) - Last commit: 2026-01-19
9. ✅ edi_sage_middleware (branch: main) - Last commit: 2026-01-19
10. ✅ datafy_web (branch: main) - Last commit: 2026-01-19
11. ✅ datafy_app (branch: main) - Last commit: 2026-01-19
12. ✅ superbowl_daily_2 (branch: master) - Last commit: 2026-01-14
13. ✅ doh_moodle (branch: main) - Last commit: 2026-01-13
14. ✅ 1_for_the_road_2021 (branch: master) - Last commit: 2026-01-09
15. ✅ mobile (branch: main) - Last commit: 2026-01-08
16. ✅ datafy-lambda-new (branch: main) - Last commit: 2026-01-08
17. ✅ task-ledger-api (branch: main) - Last commit: 2026-01-03
18. ✅ indawo_65 (branch: master) - Last commit: 2025-12-19
19. ✅ bitool_backend (branch: master) - Last commit: 2025-12-17
20. ✅ silicon_security (branch: main) - Last commit: 2025-12-15

## Top 20 Repositories (by activity)

Sorted by most recent commit date:

1. doh_sims (2026-01-20)
2. forecast (2026-01-19)
3. aws_cloudwatch_sam (2026-01-19)
4. sawis (2026-01-19)
5. edi_sage_middleware (2026-01-19)
6. neoafrica_qa (2026-01-19)
7. edioverdrive (2026-01-19)
8. datafy_web (2026-01-19)
9. datafy_app (2026-01-19)
10. superbowl_daily_2 (2026-01-14)
11. doh_moodle (2026-01-13)
12. ipw-php (2026-01-12)
13. 1_for_the_road_2021 (2026-01-09)
14. mobile (2026-01-08)
15. datafy-lambda-new (2026-01-08)
16. superbowl (2026-01-05)
17. task-ledger-api (2026-01-03)
18. indawo_65 (2025-12-19)
19. bitool_backend (2025-12-17)
20. silicon_security (2025-12-15)

## Scripts Created

- `src/check_top_repos.py` - Full check (checks Bitbucket API for top repos by activity)
- `src/check_top_repos_fast.py` - Fast check (checks local repos first, sorted by activity)
- `src/update_top_repos.py` - Updates repositories that need updates

## Usage

To check the status of top 20 repositories:
```bash
python -m src.check_top_repos_fast
```

To update repositories that need updates:
```bash
python -m src.update_top_repos
```

## Scripts Created

- `src/check_top_repos.py` - Full check (checks Bitbucket API for top repos)
- `src/check_top_repos_fast.py` - Fast check (checks local repos first)
