chore: gitignore local OSS playbook metrics history#11
Open
rohitthink wants to merge 1 commit intomainfrom
Open
chore: gitignore local OSS playbook metrics history#11rohitthink wants to merge 1 commit intomainfrom
rohitthink wants to merge 1 commit intomainfrom
Conversation
The freefile-oss-playbook-daily scheduled task writes a daily snapshot of repo metrics (stars, forks, views, clones, PR states) to .oss-metrics-history.jsonl so it can compute day-over-day deltas in the morning briefing. This is local session state, not something to commit to the repo. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Description
Adds
.oss-metrics-history.jsonlto.gitignore. This file is local state written by thefreefile-oss-playbook-dailyscheduled task to compute day-over-day deltas (stars, forks, views, clones, PR states) for the morning OSS playbook briefing.Type of Change
Context
During today's OSS playbook work, a daily briefing scheduled task was set up to ping with the day's checklist from
docs/launch/oss-strengthening-playbook.md§10. The task appends a JSON snapshot to.oss-metrics-history.jsonlevery morning so tomorrow's run can compute deltas like "+3 stars since yesterday".This is session state that lives on the maintainer's machine. It shouldn't be committed.
Session summary (already on main)
All seven of today's feature commits were pushed directly to
mainduring the session. This PR is just the cleanup. For context, the session shipped:e52b4a2— Open source community infrastructure (LICENSE, README, CONTRIBUTING, CoC, SECURITY, CI, templates)2ec4b82— Launch kit (Reddit, HN, Twitter, IndieHackers, Product Hunt)04bc9bc— Hero screenshot + OSS submission trackingb22402c— Full screenshot gallery + broadened awesome-X submissions (5 PRs open)927da20— 14-day OSS strengthening playbook412788f— CHANGELOG for v1.0.05a71eb5— CI / release / commit status badgesPlus a
v1.0.0release tag.Checklist
python -m py_compileon all changed Python files (N/A — no Python changes)cd frontend && npx tsc --noEmit(N/A — no frontend changes)