Conversation
MIT LICENSE と OSS 標準の貢献者向けドキュメントを追加し、第三者が 安全に貢献できる導線を整える。 - LICENSE: MIT (Copyright 2026 stewroux) - CONTRIBUTING.md: main->dev->feature 戦略と Conventional Commits - CODE_OF_CONDUCT.md: Contributor Covenant 2.1 - SECURITY.md: 脆弱性の非公開報告フロー Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
.env 実体や派生 secrets を確実に除外し、誤コミットを防ぐ。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
GitHub Actions を充実させ、品質と機密チェックを自動化する。 - ci.yml: Node CI (lockfile/script 欠如でも red にしない defensive 設計) - gitleaks.yml: push/PR ごとの secret scan - openhands-resolver.yml: ラベル fix-me で自律修正 (secrets 未設定時 no-op) - dependabot.yml: 依存と Actions の週次更新 - ISSUE/PR テンプレート Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
第三者がすぐ動かせるよう必要環境と API キー設定手順を明確化する。 - README: Requirements 節 (Node>=20, npm>=10, Gemini API key) - README: Set API Key を .env.example からの具体手順に更新 - .env.example: GEMINI_API_KEY / SERVER_SIDE_API_KEY テンプレ Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
lockfile を追加し CI を npm ci による再現可能インストールにする。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
chore: make repository OSS-ready (LICENSE, CI, security, docs)
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.
概要
OSS-readiness 作業 (
feature/oss-readiness) をdevに統合しmainへ昇格する統合 PR。各変更は独立 Evaluator (security-engineer) の実機検証 PASS 済み。
main への最終マージは人間判断でお願いします。
🤖 Generated with Claude Code