JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 481,
"has_wiki": true,
"homepage": null,
"languages": {
"Shell": 7,
"Python": 64881,
"Dockerfile": 1015
},
"pushed_at": "2026-07-20T04:34:07Z",
"created_at": "2024-08-02T14:14:29Z",
"owner_type": "User",
"updated_at": "2026-07-13T21:48:40Z",
"description": "Generate Manim animation videos from text prompts with any LLM — CLI, Python library, and stateless API server with sandboxed rendering and a self-repairing generation loop",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": null,
"name": "かわきん(河口欣仁)",
"type": "User",
"login": "KinjiKawaguchi",
"company": "Shizuoka University",
"location": "Japan/Hamamatsu",
"followers": 62,
"avatar_url": "https://avatars.githubusercontent.com/u/93261102?v=4",
"created_at": "2021-10-27T11:44:46Z",
"is_verified": null,
"public_repos": 54,
"account_age_days": 1728
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-07-13T21:48:58Z"
},
{
"tag": "v0.4.0_1",
"kind": "other",
"published_at": "2024-10-23T14:59:29Z"
},
{
"tag": "v0.4.0_0",
"kind": "other",
"published_at": "2024-10-23T13:19:49Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2024-10-20T14:19:01Z"
},
{
"tag": "v0.3.0_3",
"kind": "other",
"published_at": "2024-10-20T13:59:24Z"
},
{
"tag": "v0.3.0_2",
"kind": "other",
"published_at": "2024-10-20T13:09:55Z"
},
{
"tag": "v0.3.0_1",
"kind": "other",
"published_at": "2024-10-20T12:05:31Z"
},
{
"tag": "v0.3.0_0",
"kind": "other",
"published_at": "2024-10-19T22:08:49Z"
},
{
"tag": "v0.2.4",
"kind": "patch",
"published_at": "2024-10-17T06:21:32Z"
},
{
"tag": "v0.2.4_2",
"kind": "other",
"published_at": "2024-10-16T13:37:40Z"
},
{
"tag": "v0.2.4_0",
"kind": "other",
"published_at": "2024-10-14T20:22:19Z"
},
{
"tag": "v0.2.4_1",
"kind": "other",
"published_at": "2024-10-14T20:18:49Z"
},
{
"tag": "v0.2.3",
"kind": "patch",
"published_at": "2024-10-14T20:13:20Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2024-10-14T16:28:24Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2024-10-13T17:16:13Z"
},
{
"tag": "v0.2.0_3",
"kind": "other",
"published_at": "2024-10-13T15:39:42Z"
},
{
"tag": "v0.2.0_2",
"kind": "other",
"published_at": "2024-10-13T13:44:16Z"
},
{
"tag": "v0.2.0_1",
"kind": "other",
"published_at": "2024-10-13T13:32:50Z"
},
{
"tag": "v0.2.0_0",
"kind": "other",
"published_at": "2024-10-13T13:30:14Z"
},
{
"tag": "v0.1.0_1",
"kind": "other",
"published_at": "2024-10-02T00:19:30Z"
},
{
"tag": "v0.1.0_0",
"kind": "other",
"published_at": "2024-10-02T00:17:54Z"
}
],
"recent_commits": [
{
"oid": "1b51c9bbacd14e8ad8279bf53b5506c315679ae8",
"body": "GITHUB_TOKENが作成するリリースはreleaseイベントを発火させないため、\non: release だけではpublishが永久に起動しない。release_created出力を\n条件にworkflow_callで連結する。\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(ci): release-pleaseからpublishを直接呼び出す",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2026-07-13T21:48:33Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6fc81c39ba5c9890e406048381b0213c751c59b4",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n##\n[0.5.0](https://github.com/KinjiKawaguchi/text2manim/compare/v0.4.0...v0.5.0)\n(2026-07-13)\n\n\n### ⚠ BREAKING CHANGES\n\n* serveをステートレスな生成ワーカーに再設計\n* 旧実装(Go API + Python worker)を廃止しv1リアーキテクトを開始\n\n### Features\n\n* serveのコンテナイメージを追加しGHCRへ公開する\n([da648bd]\n[…]\nogleapis/release-please). See\n[documentation](https://github.com/googleapis/release-please#release-please).\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.5.0 (#49)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-13T20:48:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3795ee6675d6175884aad77f59b64691defacba8",
"body": "pyprojectの静的versionはuv.lockにも固定されるため、release-pleaseの\nバージョンバンプだけで uv sync --locked が壊れていた。バージョンの\n単一の源泉を__init__.py (release-pleaseのextra-files) に移す。\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(ci): バージョンを__init__.py起点の動的取得にしてリリースPRのCI失敗を解消",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2026-07-13T20:36:04Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a954ee864417fb1b271392be04192872e5d68c93",
"body": "Dependabot PR #51 と同内容 (workflowスコープの制約によりCLIマージ不可のため直接適用)。\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(deps): setup-uvをv7に更新",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2026-07-13T20:29:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dcc2dc0a4c361c13a004b0a1bf6c0f8ef23f9e56",
"body": "Bumps [googleapis/release-please-action](https://github.com/googleapis/release-please-action) from 4 to 5.\n- [Release notes](https://github.com/googleapis/release-please-action/releases)\n- [Changelog](https://github.com/googleapis/release-please-action/blob/main/CHANGELOG.md)\n- [Commits](https://git\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump googleapis/release-please-action from 4 to 5 (#52)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-13T20:28:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cd7161df54edc69f06671456167089c0f68ce3db",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v5...v7)\n\n---\nupdated-dependenc\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/checkout from 5 to 7 (#50)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-13T20:28:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "27c066f9060b62611635b66c1e0914aefbb2e7f9",
"body": "このリポジトリはv0.4.0までリリース済みであり、manifestを0.1.0から\n始めるとタグが衝突する。次リリースは0.5.0になる。\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: リリース済みバージョンを旧系列と連続させる",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2026-07-13T20:10:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "da648bd70801ee452d7b038e36d11f852e03a585",
"body": "manim公式イメージをベースに、本体をuv管理の独立したPython 3.14環境に\n載せた配布イメージ。Cloud Run等のデーモンレス環境向けにsandbox=localで\n動作する。リリース発行時にpublishワークフローがGHCRへpushする。\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: serveのコンテナイメージを追加しGHCRへ公開する",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2026-07-13T19:57:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dd3892ed036b870da3f92ad99f3c60d3c285c17d",
"body": "品質別のレンダリング時間・必要メモリを実測し、「予測ではなく上限で管理する」\n方針と、既定構成が2vCPU/4GBで動作することを設計文書とREADMEに記録する。\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: 実測に基づくリソースモデルと最小スペックを明記",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2026-07-13T19:08:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "39a3663c5ab819795ee445b84f99093dc3bcd15c",
"body": "ジョブ管理(SQLite・キュー・状態)はアプリケーション側の関心事として\nserveから排除する。POST /v1/generations が1リクエスト=1生成をSSEで\n処理し、終端イベントでvideo_urlを返す。永続状態が消えたことで\n水平スケールがインスタンス追加だけで成立する。\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor!: serveをステートレスな生成ワーカーに再設計",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2026-07-13T18:51:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "70f949c10242e694fa37d18425fb672ce6eda10d",
"body": "組み込みジョブランナーは単一ノード専用であり、水平スケールは\nアプリケーション側がエンジンを組み込む形で実現する方針を記録する。\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: サーバーモードのスケーリング境界を明文化",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2026-07-13T18:42:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1b507276c8db3fb12391c23033607a89b1827a6c",
"body": "- CI: pip-auditでランタイム依存の既知CVEを毎回監査\n- Dependabot: uvロックファイルとGitHub Actionsの週次更新 + セキュリティ更新有効化\n- CodeQL: push/PR/週次スケジュールでコード解析\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: 脆弱性診断を整備 (pip-audit / Dependabot / CodeQL)",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2026-07-13T18:06:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "256c8e7e9ef15d94deaaa987215924adde3e5664",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: 著作権年を更新しイメージ配布時のライセンス義務を明記",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2026-07-13T18:02:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a49a74b49f4ec64fc9a6171c6607456d117eb418",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: ランタイム依存へのコピーレフト混入を防ぐライセンスゲートを追加",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2026-07-13T17:55:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "590da09b0cf229de34aee52dd7760ef6103f1cce",
"body": "実LLM+Dockerの端到端テストを -m e2e で実行可能にする。コストが発生するため\n既定のpytest実行とCIからは除外し、ローカルで明示的に回す運用とする。\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: E2Eをpytestマーカーとして恒久化",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2026-07-13T17:46:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "39b6f3c572e740d50c607627bf5768944726ae06",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: direnvで.envを自動読み込みする",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2026-07-13T17:40:26Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b9914cf7a74453946d71ad5adabb4f4f76067ee3",
"body": "最近のClaudeモデルはtemperatureパラメータ自体を拒否するため、\n未指定(None)ならプロバイダー既定に任せる。\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: temperatureを指定時のみリクエストに含める",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2026-07-13T17:34:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "89ad1b339090f2847489729c170fd451ccfaae09",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: 1.0.0到達までは破壊的変更をminorに丸める",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2026-07-13T17:21:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5fd97fbeed8f1eb1f8840e57751e6d8fd3b650d5",
"body": "- pre-commit: ruff/minport/pyrefly/import-linterをuv経由のローカルフックで実行\n- CI: push/PRで全linter+型チェック+テストを実行\n- release-please: Conventional Commitsからリリースを自動生成 (manifest方式)\n- publish: GitHub Release発行時にTrusted PublishingでPyPIへ公開\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: pre-commit・CI・release-please・PyPI公開の基盤を整備",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2026-07-13T17:20:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4cfacc325c9489261f32f5bbb5888236caeb1723",
"body": "minportでre-export経由の最短import経路を強制し、import-linterで\nレイヤー間の依存方向を契約として固定する。既存コードのimportは\nminportの自動修正で公開API経由に統一した。\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: minportとimport-linterを導入",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2026-07-13T17:16:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d6c65f9e0192497656809f125a7f3f6b53e54c03",
"body": "localサンドボックスの環境変数を許可リスト方式で最小化し、\n生成コードがLLM APIキー等を os.environ から読めないようにする。\nCloud Run等のデーモンレス環境でsandbox=localを使う際の緩和策。\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: レンダリングsubprocessへのシークレット継承を遮断",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2026-07-13T17:11:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3e81f01c959fcc45ff045089fa3c4daa28993c38",
"body": "設計文書は現在の構成を自己完結で説明する形にする。\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: 旧実装への参照をコードとドキュメントから削除",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2026-07-13T17:06:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "71ca4d858757e2875ce514f8450529a4ee72c868",
"body": "text2manim serve でFastAPIサーバーを起動する。POST /v1/generations でジョブを受け付け、\n単一ワーカースレッドが直列処理し、進捗イベントをSQLiteに記録してSSEで配信する。\n認証はTEXT2MANIM_API_KEYS環境変数によるAPIキー方式(未設定時は認証なし+警告)。\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: サーバーモードを実装 (REST + SQLiteジョブキュー + SSE)",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2026-07-13T16:48:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a04bb950866424c6ef1a2d8a7568ebc4f6bac6d1",
"body": "Python 3.14単一スタック。LlmClientプロトコル(Anthropic / OpenAI互換でローカルLLM対応)、\nDockerサンドボックス既定(--network none + リソース制限)、ast静的検証レイヤー、\n修復ループ、argparse CLI。ruff select=ALL + pyrefly preset=all を適用。\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: 生成→検証→レンダリング→修復のコアパイプラインを実装",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2026-07-13T16:42:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "699933d9e3dc5e946a7597f8dbd6b21052e4bd90",
"body": "Go/gRPC/protoスタックの維持コストが生成品質・サンドボックスという本質的課題に\n見合わないため、Python単一スタックへ全面的に書き直す。旧実装はv0-archiveタグから参照できる。\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore!: 旧実装(Go API + Python worker)を廃止しv1リアーキテクトを開始",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2026-07-13T16:42:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b4b3e938513204c6939b54615a181457be853a43",
"body": "refactor/migrate to ent",
"is_bot": false,
"headline": "Merge pull request #48 from KinjiKawaguchi/refactor/migrate-to-ent",
"author_name": "かわきん(河口欣仁)",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-12-27T13:16:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "710a6f9ff6726a7e210f40ac062ffa81c93d1af3",
"body": null,
"is_bot": false,
"headline": "fix: create,updateの処理を引数のモデルのフィールドに応じて適切に更新されるように",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-23T14:54:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab249fb1fde79fda32ff670a4acad1dd8467ca68",
"body": "…n entity",
"is_bot": false,
"headline": "refactor: remove PromptValidator and update prompt field in Generatio…",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-23T14:39:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f69237b1f6a219a620e540aea786b2067b8a89f",
"body": null,
"is_bot": false,
"headline": "chore: add github.com/lib/pq v1.10.9 to go.mod",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-23T13:17:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d3a72921af95e627ebad14454aefb35f073e2d6",
"body": null,
"is_bot": false,
"headline": "chore: go mod tidy",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-23T12:26:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe980358049946d798938dd2a6b0cde3e2e71848",
"body": "This commit migrates the codebase to use the ent ORM for database operations and updates the video repository interfaces to use the ent-generated models. The NewVideoRepository function in the factory.go file now returns the appropriate ent-based repository implementation based on the database type specified in the configuration. Additionally, the VideoRepository interface in the video_repository.go file has been updated to use the ent-generated models for the Save, FindByID, and Update methods.",
"is_bot": false,
"headline": "refactor: migrate to ent and update video repository interfaces",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-23T12:24:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59cbe5ddd7b87df5ca41b3a300fe8a4163582d7e",
"body": null,
"is_bot": false,
"headline": "refactor: migrate to ent",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-23T10:42:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80d44ff865c304159a3c25e60e1e90c97f7a61fc",
"body": "chore: go get -u ./...",
"is_bot": false,
"headline": "Merge pull request #47 from KinjiKawaguchi/chore/go-mod-update",
"author_name": "かわきん(河口欣仁)",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-23T09:48:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f8fc644675e019e76e108e18d7e6367b4d9ad30",
"body": null,
"is_bot": false,
"headline": "chore: go get -u ./...",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-23T09:48:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7defb1b1bffc0f2713c55dd1f74d9d0618b4bd5e",
"body": null,
"is_bot": false,
"headline": "Merge commit '233f009d843844fe671975103ba9df1558e42cda' into develop",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-20T14:19:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "233f009d843844fe671975103ba9df1558e42cda",
"body": "Release/v0.3.0",
"is_bot": false,
"headline": "Merge pull request #46 from KinjiKawaguchi/release/v0.3.0",
"author_name": "かわきん(河口欣仁)",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-20T14:17:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91109b6228aca05bdd0c36ea6c1318f0cfc959b8",
"body": null,
"is_bot": false,
"headline": "fix: config validate function",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-20T13:57:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de6d2af9e4152e20a107f845c4e8ac9c9ce773ea",
"body": "…anim script",
"is_bot": false,
"headline": "fix: Refactor code for extracting code from markdown and generating M…",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-20T13:14:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46f5867a298f8dd0f921684fdf2f893d7b40bb77",
"body": null,
"is_bot": false,
"headline": "format",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-20T13:08:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e47561241ca7b5ba844d1b87ad86b97f3acc139c",
"body": null,
"is_bot": false,
"headline": "feat: configuration files and add Cloud Run authentication option",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-20T13:07:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcee86e74cc00158c6de1be617f062f05604f7b0",
"body": null,
"is_bot": false,
"headline": "refactor: change prompt for handle only Python code blocks",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-20T13:05:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ce4c8e279a7968103ad8c05306b682340c3f703",
"body": null,
"is_bot": false,
"headline": "Refactor config.py for readability and consistency",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-20T12:04:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4006e592666ee953c857524b0498567d2af03078",
"body": null,
"is_bot": false,
"headline": "chore: rye sync --update-all",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-19T22:25:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82c9f6a3763faec49ccc1b29221da33b649b4f54",
"body": "Feature/worker/healthcheck",
"is_bot": false,
"headline": "Merge pull request #45 from KinjiKawaguchi/feature/worker/healthcheck",
"author_name": "かわきん(河口欣仁)",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-19T22:04:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2eb8b409d591491018f6ecbc63263bfa99704291",
"body": null,
"is_bot": false,
"headline": "format",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-19T22:03:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75635bd22eddb892502e3d8adf27dcbd9c2455b0",
"body": null,
"is_bot": false,
"headline": "feat: Retry Health Check with Timeout",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-19T22:00:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01a1a83ab44c4b027713de6cb8994556ab5d5392",
"body": null,
"is_bot": false,
"headline": "feat: Establish worker health check on startup",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-19T12:22:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "417d76e82b70936b7b66ed4f83785d2a5731a9c7",
"body": null,
"is_bot": false,
"headline": "fix import paths for client and worker services",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-19T12:11:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbb35ec9fd60920f4abb8925b7e7d015337b30c7",
"body": "Feature/openai response clean",
"is_bot": false,
"headline": "Merge pull request #44 from KinjiKawaguchi/feature/openai-response-clean",
"author_name": "かわきん(河口欣仁)",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-19T06:32:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "979870effc963f5de03ff7c01463651deaef3deb",
"body": null,
"is_bot": false,
"headline": "ci: fix command",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-19T06:30:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3dee221feae9c9beb0a6f7500dbda1324f9ef69",
"body": null,
"is_bot": false,
"headline": "fix: change to just install pytest library for pytest",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-19T06:15:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c966c0e870a37ce7265d087bcb1718b36b369f6",
"body": null,
"is_bot": false,
"headline": "ci: fix pytest settings",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-19T06:10:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dad98b4083ee9c2e6fe251fc10918b3a53d34b79",
"body": null,
"is_bot": false,
"headline": "merge develop to feature/openai-response-clean",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-18T19:40:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca4e906d7748b69c0d14ac778316caf0b96a7eb5",
"body": null,
"is_bot": false,
"headline": "format",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-18T19:35:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32751b8d6473fc7d371c6f815b0a8c2ec95cccd3",
"body": null,
"is_bot": false,
"headline": "ci: add cd for pytest",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-18T19:33:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ee66b68c6799c8c628a60cfa348b5744d8cae11",
"body": null,
"is_bot": false,
"headline": "ci: add pytest to github workflows",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-18T19:27:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66fcae9f39aa27f4c8921882b587c37ea50c3d39",
"body": null,
"is_bot": false,
"headline": "chore: change prompt for openai model",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-18T19:24:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08ac8d41a3c164fa59374f5a697bd56d144220ef",
"body": null,
"is_bot": false,
"headline": "対応してないテストケースを明記",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-18T19:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49e1de72d427c4551d8583acf20970913553bb7a",
"body": null,
"is_bot": false,
"headline": "chore: rye sync for pytest",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-18T19:22:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f85c0c4f06a7fc03ea2a05536e15e24300ccb4c8",
"body": "Feature/worker/healthcheck",
"is_bot": false,
"headline": "Merge pull request #42 from KinjiKawaguchi/feature/worker/healthcheck",
"author_name": "かわきん(河口欣仁)",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-18T19:10:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cb30c8f9be425f5240d4eda2a48f07eea1fdb28",
"body": "Chore/go/version",
"is_bot": false,
"headline": "Merge pull request #41 from KinjiKawaguchi/chore/go/version",
"author_name": "かわきん(河口欣仁)",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-18T19:09:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1696a4ca21b7dc61a1271112f59525f17b9bf13",
"body": null,
"is_bot": false,
"headline": "fix grpc.WithTransportredentials",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-18T19:09:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6a4661e82934a5b91b32d3cd09a3bab7aaaa7a2",
"body": null,
"is_bot": false,
"headline": "fix: fix Worker HealthCheck params",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-18T19:01:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27a75cf20f7125e3bba8e37fdd12ed20ba023ff0",
"body": null,
"is_bot": false,
"headline": "fix: go mod",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-18T18:56:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cf2242b41f04ad1acc985a4b5ea59c32438fb52",
"body": null,
"is_bot": false,
"headline": "chore: update go version to 1.23.2",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-18T18:32:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6d0ce3966389377a6bcb9d72d1e23c1b9d4c947",
"body": null,
"is_bot": false,
"headline": "disable tsl between worker and api server",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-18T18:28:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ad849175c1295e056e71cd5a57800f01a4f8996",
"body": null,
"is_bot": false,
"headline": "feat: Add health check endpoint to WorkerServicer",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-18T17:46:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e03681cc709a0648ec1bb25a4feba17d9193531e",
"body": null,
"is_bot": false,
"headline": "feat: Worker health check implementation",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-18T17:39:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53bc7688b3c8c5d18aef7e5fc6dc8c7f03851271",
"body": null,
"is_bot": false,
"headline": "feat: create healthcheck service to worker.proto",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-18T17:30:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c47d728b308771033950205445cda550220cd07",
"body": null,
"is_bot": false,
"headline": "merge main into develop",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-18T17:27:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef9926d08e9f1c51e28f40437cdfad49701b8540",
"body": "Fix/server",
"is_bot": false,
"headline": "Merge pull request #33 from KinjiKawaguchi/fix/server",
"author_name": "かわきん(河口欣仁)",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-17T06:20:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffb394ae2a8519a99ddbf9ae0f80e7915c917e3e",
"body": null,
"is_bot": false,
"headline": "refactor: Update grpc.NewClient to use secure credentials",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-16T13:36:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "628d939750f2fcd0409f88eda8cc48774eaf0c08",
"body": null,
"is_bot": false,
"headline": "feat: requestIDをUUIDに変更",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-16T11:31:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af7a415e6da75aec147fdab7ecf78cb0b203e498",
"body": "…P whitelist check",
"is_bot": false,
"headline": "chore: Add logging AuthMiddleware to use original IP or peer IP for I…",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-15T00:23:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4281ee2fa00428e4a2824bd0565e12b7cec56a2c",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into develop",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-14T23:46:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f53116ac315e219ac8a7e9f25232b7887ccc95d1",
"body": "…ponse-clean",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/develop' into feature/openai-res…",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-14T23:45:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0786858dbe21f8672cebb676d29a17b05f53b876",
"body": "Update module import paths",
"is_bot": false,
"headline": "Merge pull request #38 from KinjiKawaguchi/feature/local-module-path",
"author_name": "かわきん(河口欣仁)",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-14T23:44:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1aece56d2aae9812e80279f6b09b4507a0e42f99",
"body": null,
"is_bot": false,
"headline": "feat: Impl code to extract code from markdown content",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-14T23:43:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d9452af9f2a8ddac95146f1947a498f231643fc",
"body": null,
"is_bot": false,
"headline": "test: md抜き出しのテストケースを作成",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-14T23:42:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e576b9c0146fea9cec85ff0fb9193edd9c78b2c",
"body": null,
"is_bot": false,
"headline": "chore(worker): change local module importt path",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-14T23:27:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c55be95d30ccc8c0480c086240b8967906a4c18",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branvh 'origin/main' into fix/server",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-14T20:17:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9eb234198ad298c5ec5ce41c8d0e46ef3952bee",
"body": "Disable IP whitelist",
"is_bot": false,
"headline": "Merge pull request #34 from KinjiKawaguchi:feature/disable-ip-whitelist",
"author_name": "かわきん(河口欣仁)",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-14T20:15:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7572b43e3c91387a509406759b8b79cf5f00961",
"body": "chore: add Dockerfile.combined.dev",
"is_bot": false,
"headline": "Merge pull request #36 from KinjiKawaguchi:chore/dockerfile.combined.dev",
"author_name": "かわきん(河口欣仁)",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-14T20:15:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08d8f8a22b5f242625e62cedc1aec46f9d28035c",
"body": "Add x-original-ip header to gRPC gateway requests",
"is_bot": false,
"headline": "Merge pull request #35 from KinjiKawaguchi/fix/ip-whitelist",
"author_name": "かわきん(河口欣仁)",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-14T20:12:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e8cb3a05b97c228eac0492f0b6b48233fa6ac2a",
"body": "This commit adds the functionality to include the x-original-ip header in gRPC gateway requests. The header contains the original IP address of the client making the request. This information is extracted from the incoming HTTP request and added as metadata to the gRPC context. The header is then us\n[…]\nn in the main.go file.\n\nThis change enhances the security and logging capabilities of the system by preserving the original IP address of the client throughout the request flow.\n\nFixes #<issue_number>",
"is_bot": false,
"headline": "feat: Add x-original-ip header to gRPC gateway requests",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-14T20:04:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e193a109afcf4e5d20cdf3944339373cc93abf5c",
"body": null,
"is_bot": false,
"headline": "feat: IPホワイトリストの無効化を可能に",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-14T19:54:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0134ad6a038153ceaa9ab34605c7b04db9b1e3c6",
"body": null,
"is_bot": false,
"headline": "fix WORKER_ADDR default value to use \"localhost\" instead of \"worker\"",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-14T18:53:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd674b4c131dadbf551ae63905c9c5a5e3fd18da",
"body": null,
"is_bot": false,
"headline": "Refactor logging middleware to use logger parameter",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-14T18:52:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13aecf98ef3833566ebef0e0c4740d86db176390",
"body": null,
"is_bot": false,
"headline": "wip:fix",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-14T18:36:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b045359880d52940acad8a7d2665589d2d3e4a1b",
"body": null,
"is_bot": false,
"headline": "fix: Update video status with video URL and error message",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-14T18:36:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02744935f34913611af4995fe7c8a349fe91527f",
"body": null,
"is_bot": false,
"headline": "chore: add Dockerfile.combined.dev",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-14T17:42:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2423e0733c0036449df5158e873c97ac6731db45",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into develop",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-14T16:28:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37ecc79dd8939eb2d0bcf871a9449ab20add14ea",
"body": "Add GRPC_SERVER_ADDRESS configuration option",
"is_bot": false,
"headline": "Merge pull request #29 from KinjiKawaguchi/fix/server-address",
"author_name": "かわきん(河口欣仁)",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-14T16:27:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e06c81f295b263eb597fa4c9a91d153ae5b659d",
"body": null,
"is_bot": false,
"headline": "feat: Add GRPC_SERVER_ADDRESS configuration option",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-14T16:26:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78b3611cdfc8e14a1783f83abd5600072df7b1e1",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into develop",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-13T17:16:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ae283ddc20b829067161f0ce656a53f2b0bde85",
"body": "fix: Separete Dockerfile.grpc and Dockerfile.grpc.dev",
"is_bot": false,
"headline": "Merge pull request #27 from KinjiKawaguchi/hotfix/dockerfile-grpc",
"author_name": "かわきん",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-13T17:15:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9276752f053ad39f2f7057952ea4ffa8c354918",
"body": null,
"is_bot": false,
"headline": "fix: Separete Dockerfile.grpc and Dockerfile.grpc.dev",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-13T17:14:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b60d29ce975bc8dd340688323ceec535ebac652c",
"body": "Release/v0.2.0",
"is_bot": false,
"headline": "Merge pull request #25 from KinjiKawaguchi/release/v0.2.0",
"author_name": "かわきん",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-13T16:59:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52b29b3202402bd03f01ba43fc0b4cdc56ef9626",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/develop' into release/v0.2.0",
"author_name": "KinjiKawaguchi",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-13T15:37:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "947cb3e3b0306702b722e029b583ad9c43552e49",
"body": "Refactor video and generation structs",
"is_bot": false,
"headline": "Merge pull request #26 from KinjiKawaguchi:feature/domain",
"author_name": "かわきん",
"author_login": "KinjiKawaguchi",
"committed_at": "2024-10-13T15:37:05Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 21,
"commits_last_year": 25,
"latest_release_at": "2026-07-13T21:48:58Z",
"latest_release_tag": "v0.5.0",
"releases_from_tags": false,
"days_since_last_push": 2,
"active_weeks_last_year": 1,
"days_since_latest_release": 8,
"mean_days_between_releases": 70.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "text2manim",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "pypi",
"matches_repo": null,
"registry_url": "https://pypi.org/project/text2manim/",
"is_deprecated": false,
"latest_version": "0.5.0",
"repository_url": null,
"versions_count": 1,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2026-07-13T21:49:14.141382Z",
"latest_published_at": "2026-07-13T21:49:15.169437Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 0,
"stars": 3,
"watchers": 1,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [
{
"date": "2025-02-11",
"count": 1
},
{
"date": "2025-12-07",
"count": 2
}
],
"complete": true,
"collected": 3,
"total_stars": 3
},
"open_issues_and_prs": 5
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"src/text2manim/py.typed"
],
"toolchain_manifests": [],
"largest_source_bytes": 7483,
"source_files_sampled": 31,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "google.golang.org/grpc",
"direct": false,
"version": "1.67.1",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-hrxh-6v49-42gf",
"GHSA-p77j-4mvh-x3m3",
"GO-2026-4762"
],
"fixed_version": "1.82.1",
"advisory_count": 3,
"oldest_advisory_days": 125
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "0.30.0",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-5cv4-jp36-h3mw",
"GHSA-qxp5-gwg8-xv66",
"GHSA-vvgc-356p-c3xw",
"GO-2024-3333",
"GO-2025-3503",
"GO-2025-3595",
"GO-2026-4440",
"GO-2026-4441",
"GO-2026-4918",
"GO-2026-5025"
],
"fixed_version": "1.26.3",
"advisory_count": 16,
"oldest_advisory_days": 580
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "0.26.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 60
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "0.19.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 7
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 2,
"critical": 1,
"moderate": 1
},
"advisory_count": 21,
"affected_count": 4,
"assessed_count": 75,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 12,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [
{
"name": "anthropic",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.40"
},
{
"name": "fastapi",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.139.0"
},
{
"name": "openai",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.60"
},
{
"name": "uvicorn",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.51.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "anthropic",
"direct": true,
"version": "0.116.0",
"ecosystem": "pypi"
},
{
"name": "fastapi",
"direct": true,
"version": "0.139.0",
"ecosystem": "pypi"
},
{
"name": "openai",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "openai",
"direct": true,
"version": "2.45.0",
"ecosystem": "pypi"
},
{
"name": "uvicorn",
"direct": true,
"version": "0.51.0",
"ecosystem": "pypi"
},
{
"name": "ariga.io/atlas",
"direct": false,
"version": "0.19.1-0.20240203083654-5948b60a8e43",
"ecosystem": "go"
},
{
"name": "entgo.io/ent",
"direct": false,
"version": "0.14.1",
"ecosystem": "go"
},
{
"name": "github.com/agext/levenshtein",
"direct": false,
"version": "1.2.1",
"ecosystem": "go"
},
{
"name": "github.com/apparentlymart/go-textseg/v13",
"direct": false,
"version": "13.0.0",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "1.1.2-0.20180830191138-d8f796af33cc",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/inflect",
"direct": false,
"version": "0.19.0",
"ecosystem": "go"
},
{
"name": "github.com/google/go-cmp",
"direct": false,
"version": "0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": false,
"version": "1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/grpc-ecosystem/grpc-gateway/v2",
"direct": false,
"version": "2.22.0",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/hcl/v2",
"direct": false,
"version": "2.13.0",
"ecosystem": "go"
},
{
"name": "github.com/joho/godotenv",
"direct": false,
"version": "1.5.1",
"ecosystem": "go"
},
{
"name": "github.com/lib/pq",
"direct": false,
"version": "1.10.9",
"ecosystem": "go"
},
{
"name": "github.com/mitchellh/go-wordwrap",
"direct": false,
"version": "0.0.0-20150314170334-ad45545899c7",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "1.0.1-0.20181226105442-5d4384ee4fb2",
"ecosystem": "go"
},
{
"name": "github.com/rogpeppe/go-internal",
"direct": false,
"version": "1.13.1",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": false,
"version": "1.9.0",
"ecosystem": "go"
},
{
"name": "github.com/zclconf/go-cty",
"direct": false,
"version": "1.8.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/mod",
"direct": false,
"version": "0.20.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "0.30.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "0.26.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "0.19.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"direct": false,
"version": "0.0.0-20241021214115-324edc3d5d38",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"direct": false,
"version": "0.0.0-20241021214115-324edc3d5d38",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc",
"direct": false,
"version": "1.67.1",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": false,
"version": "1.35.1",
"ecosystem": "go"
},
{
"name": "accelerate",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "annotated-doc",
"direct": false,
"version": "0.0.4",
"ecosystem": "pypi"
},
{
"name": "annotated-types",
"direct": false,
"version": "0.7.0",
"ecosystem": "pypi"
},
{
"name": "anyio",
"direct": false,
"version": "4.14.2",
"ecosystem": "pypi"
},
{
"name": "certifi",
"direct": false,
"version": "2026.6.17",
"ecosystem": "pypi"
},
{
"name": "cfgv",
"direct": false,
"version": "3.5.0",
"ecosystem": "pypi"
},
{
"name": "click",
"direct": false,
"version": "8.4.2",
"ecosystem": "pypi"
},
{
"name": "colorama",
"direct": false,
"version": "0.4.6",
"ecosystem": "pypi"
},
{
"name": "distlib",
"direct": false,
"version": "0.4.3",
"ecosystem": "pypi"
},
{
"name": "distro",
"direct": false,
"version": "1.9.0",
"ecosystem": "pypi"
},
{
"name": "docstring-parser",
"direct": false,
"version": "0.18.0",
"ecosystem": "pypi"
},
{
"name": "filelock",
"direct": false,
"version": "3.29.7",
"ecosystem": "pypi"
},
{
"name": "google-api-python-client",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "google-cloud-storage",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "grimp",
"direct": false,
"version": "3.15",
"ecosystem": "pypi"
},
{
"name": "grpcio",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "h11",
"direct": false,
"version": "0.16.0",
"ecosystem": "pypi"
},
{
"name": "httpcore",
"direct": false,
"version": "1.0.9",
"ecosystem": "pypi"
},
{
"name": "httpx",
"direct": false,
"version": "0.28.1",
"ecosystem": "pypi"
},
{
"name": "identify",
"direct": false,
"version": "2.6.19",
"ecosystem": "pypi"
},
{
"name": "idna",
"direct": false,
"version": "3.18",
"ecosystem": "pypi"
},
{
"name": "import-linter",
"direct": false,
"version": "2.13",
"ecosystem": "pypi"
},
{
"name": "iniconfig",
"direct": false,
"version": "2.3.0",
"ecosystem": "pypi"
},
{
"name": "jiter",
"direct": false,
"version": "0.16.0",
"ecosystem": "pypi"
},
{
"name": "manim",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "markdown-it-py",
"direct": false,
"version": "4.2.0",
"ecosystem": "pypi"
},
{
"name": "mdurl",
"direct": false,
"version": "0.1.2",
"ecosystem": "pypi"
},
{
"name": "minport",
"direct": false,
"version": "0.3.1",
"ecosystem": "pypi"
},
{
"name": "nodeenv",
"direct": false,
"version": "1.10.0",
"ecosystem": "pypi"
},
{
"name": "packaging",
"direct": false,
"version": "26.2",
"ecosystem": "pypi"
},
{
"name": "pip-licenses",
"direct": false,
"version": "5.5.5",
"ecosystem": "pypi"
},
{
"name": "platformdirs",
"direct": false,
"version": "4.10.0",
"ecosystem": "pypi"
},
{
"name": "pluggy",
"direct": false,
"version": "1.6.0",
"ecosystem": "pypi"
},
{
"name": "pre-commit",
"direct": false,
"version": "4.6.0",
"ecosystem": "pypi"
},
{
"name": "prettytable",
"direct": false,
"version": "3.18.0",
"ecosystem": "pypi"
},
{
"name": "protobuf",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pydantic",
"direct": false,
"version": "2.13.4",
"ecosystem": "pypi"
},
{
"name": "pydantic-core",
"direct": false,
"version": "2.46.4",
"ecosystem": "pypi"
},
{
"name": "pygithub",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pygments",
"direct": false,
"version": "2.20.0",
"ecosystem": "pypi"
},
{
"name": "pyrefly",
"direct": false,
"version": "1.1.1",
"ecosystem": "pypi"
},
{
"name": "pytest",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytest",
"direct": false,
"version": "9.1.1",
"ecosystem": "pypi"
},
{
"name": "python-discovery",
"direct": false,
"version": "1.4.4",
"ecosystem": "pypi"
},
{
"name": "python-dotenv",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pyyaml",
"direct": false,
"version": "6.0.3",
"ecosystem": "pypi"
},
{
"name": "rich",
"direct": false,
"version": "15.0.0",
"ecosystem": "pypi"
},
{
"name": "ruff",
"direct": false,
"version": "0.15.21",
"ecosystem": "pypi"
},
{
"name": "sniffio",
"direct": false,
"version": "1.3.1",
"ecosystem": "pypi"
},
{
"name": "starlette",
"direct": false,
"version": "1.3.1",
"ecosystem": "pypi"
},
{
"name": "torch",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "tqdm",
"direct": false,
"version": "4.68.4",
"ecosystem": "pypi"
},
{
"name": "transformers",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "typing-extensions",
"direct": false,
"version": "4.16.0",
"ecosystem": "pypi"
},
{
"name": "typing-inspection",
"direct": false,
"version": "0.4.2",
"ecosystem": "pypi"
},
{
"name": "virtualenv",
"direct": false,
"version": "21.6.1",
"ecosystem": "pypi"
},
{
"name": "wcwidth",
"direct": false,
"version": "0.8.2",
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 87,
"direct_count": 5,
"indirect_count": 82
}
},
"maintainership": {
"issues": {
"open_prs": 5,
"merged_prs": 40,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 9,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "KinjiKawaguchi",
"commits": 224,
"avatar_url": "https://avatars.githubusercontent.com/u/93261102?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"codeql.yml",
"publish.yml",
"release-please.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": true
},
"security_signals": {
"lockfiles": [
"uv.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 7,
"reason": "3 out of 4 merged PRs checked by a CI test -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/23 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 5 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "25 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 7,
"reason": "SAST tool detected but not run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "1b51c9bbacd14e8ad8279bf53b5506c315679ae8",
"ran_at": "2026-07-22T07:45:00Z",
"aggregate_score": 5.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-20T06:18:53Z",
"oldest_open_prs": [
{
"number": 53,
"created_at": "2026-07-13T21:48:51Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 54,
"created_at": "2026-07-20T04:32:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 55,
"created_at": "2026-07-20T04:32:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 56,
"created_at": "2026-07-20T04:33:00Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 57,
"created_at": "2026-07-20T04:34:08Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-13T20:48:22Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/KinjiKawaguchi/text2manim",
"host": "github.com",
"name": "text2manim",
"owner": "KinjiKawaguchi"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"security": 66,
"vitality": 72,
"community": 35,
"governance": 57,
"engineering": 86
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 72,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"commits_last_year": 25,
"human_commit_share": 0.97,
"days_since_last_push": 2,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "25 commits in the last year",
"points": 12.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 25
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "25 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 21,
"latest_release_tag": "v0.5.0",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 70.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "21 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 21
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 8 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~70.6 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 70.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 8,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 8 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 8
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 35,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 5,
"inputs": {
"forks": 0,
"stars": 3,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "3 stars",
"points": 4.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 3
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 57,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"merged_prs": 40,
"open_issues": 0,
"closed_issues": 9,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "40/43 decided PRs merged",
"points": 35.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 40,
"decided": 43
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/23 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 56,
"inputs": {
"followers": 62,
"owner_type": "User",
"is_verified": null,
"owner_login": "KinjiKawaguchi",
"public_repos": 54,
"account_age_days": 1728
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "62 followers of KinjiKawaguchi",
"points": 12.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 62,
"login": "KinjiKawaguchi"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "54 public repos, account ~4 yr old",
"points": 22.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 54
}
},
{
"code": "account_age_years",
"params": {
"years": 4
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"packages": [
"text2manim"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 8
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "1 published versions",
"points": 4,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 1
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "excellent",
"name": "Engineering Quality",
"value": 86,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 94,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": true
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 16,
"status": "met",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 9.6,
"status": "met",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "3 out of 4 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 66,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 57,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 5.7
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "3 out of 4 merged PRs checked by a CI test -- score normalized to 7",
"points": 1.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/23 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "25 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool detected but not run on all commits",
"points": 3.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 75 resolved dependencies against OSV; 12 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 75
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 12
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 21,
"affected_packages": 4,
"assessed_packages": 75,
"unassessed_packages": 12,
"affected_by_severity": "critical 1, moderate 1, unknown 2",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 75,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 4
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 62,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.794,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "77 of 97 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 77,
"sampled": 97
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"uv.lock"
],
"has_dockerfile": true,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"src/text2manim/py.typed"
],
"agent_commit_share": 0.22,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.02
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 11,
"status": "met",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "src/text2manim/py.typed",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "src/text2manim/py.typed"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "22 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 22,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "2 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 2,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 7483,
"source_files_sampled": 31,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python with type-check config (src/text2manim/py.typed)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "src/text2manim/py.typed",
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/31 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 31,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"deps.dev does not index pypi:text2manim@0.5.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-22T07:45:12.120906Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/k/KinjiKawaguchi/text2manim.svg",
"full_name": "KinjiKawaguchi/text2manim",
"license_state": "standard",
"license_spdx": "MIT"
}