chore(growth): community health files, PyPI release workflow, social preview#31
Merged
Merged
Conversation
…preview Fill the gaps a high-traffic OSS repo is expected to have (modeled on ripgrep/FastAPI/crawl4ai/aider): - .github/ISSUE_TEMPLATE (bug/feature + Discussions/security links) + PR template - SECURITY.md (private reporting + responsible-use scope), CODE_OF_CONDUCT.md - .github/FUNDING.yml (Sponsor button → baeksang.dev) - CHANGELOG.md (Keep a Changelog, v0.1.0) - .github/workflows/release.yml — build + PyPI trusted-publish on GitHub Release (so `pip install deepcloak` becomes true; one-time PyPI publisher setup noted) - pyproject: lean sdist (18KB, was 8.6MB — drop demo media/showcase) - docs/media/og.png + showcase og:image/twitter card — real-run social preview Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Researched what high-traffic OSS repos (ripgrep, FastAPI, crawl4ai, aider, ollama) put in their repo/README for growth, then filled DeepCloak's gaps. DeepCloak already had the Tier-1 conversion basics (install one-liner, hero tagline, badge row, About/topics, real demo GIF, comparison table, built-on credits) — this adds the missing repo-level pieces.
Added
.github/ISSUE_TEMPLATE/*+PULL_REQUEST_TEMPLATE.md) — bug/feature forms using the domain glossary, with Discussions + security contact links.contact@baeksang.dev) + responsible-use scope (this tool Bypasses bot detection).deepcloakis not on PyPI yet, sopip install deepcloakcurrently fails. After a one-time PyPI Trusted-Publisher setup (noted in the workflow), publishing a release ships it automatically — no token.🛡️ → bypassedlines), so shared links render a branded card instead of a gray box.Still owner-only (can't do for you)
docs/media/og.pngas the repo Settings → Social preview.pytest70 passed,ruffclean, build verified.🤖 Generated with Claude Code