OSS launch essentials: Code of Conduct, security policy, issue forms, social preview#33
Merged
Conversation
… image (Phase 12) Complete the doable-now portion of Phase 12 (open-source readiness), CDD-repo-only — none of this goes into template/ or the bootstrap. - CODE_OF_CONDUCT.md: Contributor Covenant 2.1, contact drabaioli@gmail.com. - SECURITY.md: directs reports to GitHub private vulnerability reporting. - .github/ISSUE_TEMPLATE/: light YAML forms (bug_report, idea) + config.yml with blank issues still enabled and a contact link to the process doc. - doc/assets/cdd-social-preview.png: 1280x640 OG/social-preview image. - roadmap.md: check off CoC, issue templates, SECURITY, and the repo-home confirmation; metadata item left partially done (OG image upload pending). Repo description + topics applied separately via `gh repo edit`. PR template and full CONTRIBUTING.md stay deferred (gated on PRs opening). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
drabaioli
commented
Jun 24, 2026
Trim the verbose annotations on the issue-templates and repo-metadata entries to one-line summaries, and mark the repo-metadata item done now that the 1280x640 social-preview image is in place. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
drabaioli
commented
Jun 24, 2026
Remove em-dashes throughout, drop the ③ glyph and the "six checkpoints" count in favor of plain "gates", reorder How it works before Three objectives, shorten the intro and objectives, bold the Quick start option titles, and note that sessions load only the context they need. Co-Authored-By: Claude Opus 4.8 (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.
Phase 12 open-source readiness, second batch — the governance and GitHub-surface essentials that follow the MIT LICENSE + README rewrite (#32).
What's in this PR
CODE_OF_CONDUCT.md— Contributor Covenant 2.1, enforcement contactdrabaioli@gmail.com. Repo-root only.SECURITY.md— directs reporters to GitHub private vulnerability reporting (not email); frames CDD honestly as a docs + shell-tooling project..github/ISSUE_TEMPLATE/— light YAML issue forms:bug_report.yml(workflow/template/script breakage) andidea.yml(workflow/template improvements, feeding the self-improvement objective), plusconfig.ymlwithblank_issues_enabled: trueand a contact link to the process doc. PR template deferred until PRs open.doc/assets/cdd-social-preview.png— 1280×640 OG / social-preview image.Two-layer constraint
All governance files are repo-root only and intentionally not mirrored into
template/— they carry CDD-meta-specific content (single-maintainer wording,drabaioli/cddURLs) that would be wrong for downstream projects.command-drift-check.shis clean.Verification
bash -n scripts/*.shclean; command-set drift clean.Follow-ups (not in this PR)
SECURITY.mdlink is live.CONTRIBUTING.md(full) and a PR template once PRs are accepted.🤖 Generated with Claude Code