You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> <!-- TAGLINE:START -->Contributing to 7 open-source packages — **1.4M npm downloads/week** across tracked ecosystem.<!-- TAGLINE:END -->
4
4
5
5
[](https://github.com/dusan-maintains/oss-maintenance-log/stargazers)
10. Regenerate ALL marker-based sections in `README.md`:
32
+
-`TAGLINE` and `STATS` (inline) from ecosystem summary + manifest freshness.
33
+
-`TRACKED_PROJECTS` table from config + ecosystem + health data.
34
+
-`CONTRIBUTIONS_MERGED` from ecosystem PR details (merged_at).
35
+
-`CONTRIBUTIONS_OPEN` from ecosystem PR details (state = open).
36
+
- Badge URLs (tracked packages count, open PRs, ecosystem downloads).
37
+
11. Write final manifest including all step results.
38
+
39
+
Every step is wrapped in `Invoke-RefreshStep` — failures are caught, logged, and tracked in the manifest. Downstream steps check for required inputs and skip gracefully if dependencies failed.
27
40
28
41
## Automation
29
42
30
43
-`.github/workflows/evidence-daily.yml`
31
-
Scheduled refresh every 6 hours.
44
+
Scheduled refresh every 6 hours. Single orchestrator call + commit.
32
45
-`.github/workflows/validate.yml`
33
-
Validation on push and pull request.
46
+
Validation on push and PR: config validation, Pester tests, CLI unit tests.
0 commit comments