Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 497,
"has_wiki": true,
"homepage": null,
"languages": {
"Ruby": 240185,
"Shell": 131
},
"pushed_at": "2026-07-21T16:37:04Z",
"created_at": "2024-04-12T03:11:40Z",
"owner_type": "Organization",
"updated_at": "2026-07-21T16:32:07Z",
"description": "Keep your versions and changelogs up to date and prepared for release.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": null,
"name": "SOFware LLC",
"type": "Organization",
"login": "SOFware",
"company": null,
"location": null,
"followers": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/1155771?v=4",
"created_at": "2011-10-27T14:22:10Z",
"is_verified": null,
"public_repos": 27,
"account_age_days": 5381
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.4.3",
"kind": "patch",
"published_at": "2025-10-17T17:33:00Z"
},
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2025-10-17T17:32:45Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2025-10-17T17:32:28Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2025-08-15T20:46:06Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2024-07-02T14:25:42Z"
}
],
"recent_commits": [
{
"oid": "9a0f07f5bfc119f6cacdad53249a76736043508b",
"body": "Bump version for next release",
"is_bot": false,
"headline": "Merge pull request #128 from SOFware/reissue/0.5.1",
"author_name": "Christine Seeman",
"author_login": "cseeman",
"committed_at": "2026-07-21T16:37:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de738032116e069f9b2173a78fc6c5dcfe52e250",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.5.1",
"author_name": "SOFware",
"author_login": null,
"committed_at": "2026-07-21T16:34:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5f91404a3c54593d0f5dad3f8b52402f5b7a6de",
"body": null,
"is_bot": false,
"headline": "Finalize the changelog for version 0.4.23 on 2026-07-21",
"author_name": "SOFware",
"author_login": null,
"committed_at": "2026-07-21T16:34:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e499c7088fde5a3aeb2383034dbc158f4c09dfa2",
"body": "Update bundled dependencies",
"is_bot": false,
"headline": "Merge pull request #127 from SOFware/dependency-updates",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-07-21T16:31:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc271e7547670bc9ed1beaa8a46ba96f7a8792fc",
"body": null,
"is_bot": false,
"headline": "Set standardrb target Ruby version to 3.4",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-07-21T16:21:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99ccd5d674148d75a00ca16e591c4dfb85b34dcd",
"body": "Cleanup the implicit to_s that occurs with array joining.",
"is_bot": false,
"headline": "Update bundled dependencies",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-07-21T16:20:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6d0fd36c0b40e22cbcec04d437e54cd24edaedd",
"body": "Add runbook_file option for post-release runbooks",
"is_bot": false,
"headline": "Merge pull request #126 from SOFware/runbook-file",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-07-21T15:39:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8127329f5cdfa679b5e90d1ef1dea77a18086c4d",
"body": null,
"is_bot": false,
"headline": "Document post-release runbook in README",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-07-21T14:07:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a589445458208e2ecb46b7063fc413246f1744a6",
"body": "The reissue task clears the runbook when preparing a new version,\nfinalize stamps it with the release version and commits it (staging\na newly created file), and preview shows pending runbook items.\nAlso mentioned in the reissue:initialize output.",
"is_bot": false,
"headline": "Add runbook_file option to rake task",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-07-21T14:07:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aebe1097e92c5558f27d72d4b83e800f3868d721",
"body": "call and deferred_call clear the runbook for the new unreleased\nversion. finalize and deferred_finalize stamp it with the same\nversion and date as the changelog, merging Runbook: trailers.",
"is_bot": false,
"headline": "Wire runbook_file through Reissue module",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-07-21T14:07:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f7e80c2c743e2bcb6558a1db6f17430bf69c659",
"body": "Reuses the existing commit walking, tag detection, and\ncontinuation-line handling to collect Runbook: trailer values\nsince the last version tag, appending the short SHA.",
"is_bot": false,
"headline": "Read Runbook trailers from git commits",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-07-21T14:07:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b41ba15431a54e85f79429bbd6c514adf0a86143",
"body": "Maintains a checklist file holding steps to perform after releasing\na version. Holds only the latest release: generated with an\nUnreleased header, finalized with the release version and date,\nmerging trailer items with direct edits.\n\nAdded: Optional runbook_file setting maintains a post-release runbook populated from Runbook: git trailers or direct edits\nVersion: minor",
"is_bot": false,
"headline": "Add Runbook class for post-release steps",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-07-21T14:04:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00cf5e84031b92df1d51e53254dae21e8293ab15",
"body": "Update dependencies and tested rubies",
"is_bot": false,
"headline": "Merge pull request #125 from SOFware/updates",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-04-10T13:58:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c558a683ce2c6127f9c621030678d1375ef3cf23",
"body": null,
"is_bot": false,
"headline": "Fix duplicate artifact name in matrix CI builds",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-04-10T13:58:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4180ca2a3dfdfe3245c7b08934774297b7e9119",
"body": null,
"is_bot": false,
"headline": "Update dependencies and tested rubies",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-04-10T13:48:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cde26697d810a5d1e396fb60becfb0478140b95",
"body": "Bump version for next release",
"is_bot": false,
"headline": "Merge pull request #123 from SOFware/reissue/0.4.23",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-04-09T14:49:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae2794d668fcfac14b5b327fd20c4e6a53297ebd",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.4.23",
"author_name": "SOFware",
"author_login": null,
"committed_at": "2026-04-09T14:44:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fdaae9f1ec2c0492b660faada0fed61c80e923f",
"body": null,
"is_bot": false,
"headline": "Finalize the changelog for version 0.4.22 on 2026-04-09",
"author_name": "SOFware",
"author_login": null,
"committed_at": "2026-04-09T14:44:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2c9604e69fe18c2d3a2c673cd2cebb950291636",
"body": "Sort changelog sections by configured order when printing",
"is_bot": false,
"headline": "Merge pull request #122 from SOFware/fix/changelog-section-order",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-04-09T14:42:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f9c475336d73e9d552a80cee1ab4dd4c31b887b",
"body": "Release and fragment merge built section order from hash insertion\n(glob or commit order), not task.changelog_sections. Printer now\nuses the same sort rule as the preview task.\n\nFixed: changelog sections not following changelog_sections order on release",
"is_bot": false,
"headline": "Sort changelog sections by configured order when printing",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-04-08T18:02:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca0854ff91b2542b31a6dadbfaa9cc124ef81cee",
"body": "Update dependencies and fix checkout action version",
"is_bot": false,
"headline": "Merge pull request #121 from SOFware/update-dependencies-and-actions",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-03-12T17:23:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37eb74a148cd7aeb421897c5b8e1861753e3989b",
"body": "- Bundle update all gems (standard 1.54, rubocop 1.84, minitest 6.0, etc.)\n- Fix actions/checkout@v5 to @v4 in shared release workflow",
"is_bot": false,
"headline": "Update dependencies and fix checkout action version",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-03-12T17:06:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc4385fdcfd1304c3d2e59f59999c84741bfcc53",
"body": "Bump version for next release",
"is_bot": false,
"headline": "Merge pull request #120 from SOFware/reissue/0.4.22",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-03-11T14:07:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9340d77ed3d2aeee2d8cf5dc4f706c7103d1c0a4",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.4.22",
"author_name": "SOFware",
"author_login": null,
"committed_at": "2026-03-11T13:51:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb0309f761b9361b54e81666c8e0c45a04382066",
"body": null,
"is_bot": false,
"headline": "Finalize the changelog for version 0.4.21 on 2026-03-11",
"author_name": "SOFware",
"author_login": null,
"committed_at": "2026-03-11T13:51:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a5aa6d751a66287e38a74bb2703dee7867ad603",
"body": "Simplify branch task with git checkout -B",
"is_bot": false,
"headline": "Merge pull request #78 from SOFware/fix-branch-task-current-branch",
"author_name": "Christine Seeman",
"author_login": "cseeman",
"committed_at": "2026-03-10T22:14:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51a25c4acfe382e29d71bcada247fff0d6a471cb",
"body": "Replace complex branch deletion logic (check existence, delete tag,\ndelete local branch, delete remote tracking ref) with git checkout -B\nwhich creates or resets a branch in one atomic operation.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Simplify branch task with git checkout -B",
"author_name": "Christine Seeman",
"author_login": "cseeman",
"committed_at": "2026-03-10T21:51:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e04b9deed566274639191a01ef2dd694cf865ad9",
"body": "Remove debug tracing from release workflow",
"is_bot": false,
"headline": "Merge pull request #85 from SOFware/cleanup-release-workflow-tracing",
"author_name": "Christine Seeman",
"author_login": "cseeman",
"committed_at": "2026-03-10T21:44:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d056c006771e751aee0eaf5711f6bfae82a42f9f",
"body": "The release workflow is working with Trusted Publishing. Remove the\ndebug output steps and finalize branch checking that were added to\ndiagnose issues during setup.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Remove debug tracing from release workflow",
"author_name": "Christine Seeman",
"author_login": "cseeman",
"committed_at": "2026-03-10T21:42:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d2083b43b77a73c3261a65708de29bf09e69d923",
"body": "Bump version for next release",
"is_bot": false,
"headline": "Merge pull request #119 from SOFware/reissue/0.4.21",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-03-10T15:29:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdebe048af0d81c7f2cc44b5cce11dfc6607b6c0",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.4.21",
"author_name": "SOFware",
"author_login": null,
"committed_at": "2026-03-10T15:27:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f01773c64d1fba7a2b26f23f7535250740b02a3",
"body": null,
"is_bot": false,
"headline": "Finalize the changelog for version 0.4.20 on 2026-03-10",
"author_name": "SOFware",
"author_login": null,
"committed_at": "2026-03-10T15:27:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6c82f47b8c895623cfc3d573ca04ba6aefeacb7",
"body": "…-date\n\nFix deferred_finalize skipping fragments for versioned Unreleased entries",
"is_bot": false,
"headline": "Merge pull request #118 from SOFware/fix/deferred-finalize-unreleased…",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-03-10T15:25:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9d0bd79ca65b550febdc69c5ac6deab5ecb9e2e",
"body": "deferred_finalize only matched entries where version was\nliterally \"Unreleased\", missing entries with a real version\nand an Unreleased date. This caused empty changelogs when\ntransitioning from non-deferred to deferred versioning.\n\nFixed: deferred_finalize skipping fragment collection when changelog has versioned entry with Unreleased date",
"is_bot": false,
"headline": "Find unreleased changelog entries by date, not just version",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-03-10T15:16:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e240759ca5bc0f1ce6d81df17c0c23386600e2d8",
"body": "Bump version for next release",
"is_bot": false,
"headline": "Merge pull request #117 from SOFware/reissue/0.4.20",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-03-09T17:25:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3505d05e1a002096716bf21c36721d2f850db2bf",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.4.20",
"author_name": "SOFware",
"author_login": null,
"committed_at": "2026-03-09T17:20:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5d184552337f631b921038c7b334a2bec07ae3d",
"body": null,
"is_bot": false,
"headline": "Finalize the changelog for version 0.4.19 on 2026-03-09",
"author_name": "SOFware",
"author_login": null,
"committed_at": "2026-03-09T17:20:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c4a02e91d6a4a7ec57f315388a4ac6d6828aaa7",
"body": "Add deferred versioning mode",
"is_bot": false,
"headline": "Merge pull request #116 from SOFware/feature/deferred-versioning",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-03-09T17:18:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efec0e55b9018b33dab3398838f4f68f40cce55b",
"body": "…STRING_MATCH\n\nChanged: set_version uses RELEASE_VERSION_MATCH paralleling RELEASE_DATE_MATCH pattern",
"is_bot": false,
"headline": "Refactor set_version to use RELEASE_VERSION_MATCH instead of VERSION_…",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-03-09T12:39:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77a313e5cb70949d15a6520584b344f1e2fdb24f",
"body": "Added: End-to-end integration tests for the deferred versioning workflow",
"is_bot": false,
"headline": "Add integration tests for deferred versioning workflow",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-03-09T12:39:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5a78d428ea88907645252e210cd9eedad833c22",
"body": "Added: reissue_deferred_versioning attribute in Hoe plugin",
"is_bot": false,
"headline": "Expose deferred_versioning in Hoe plugin",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-03-09T12:39:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aac3ade026c865ea68fb2df866451b3038d65cd2",
"body": "Added: deferred_versioning flag for Reissue::Task to defer version bumping until finalize\nAdded: Rake reissue task sets VERSION to Unreleased in deferred mode\nAdded: Rake reissue:finalize task accepts version or segment argument in deferred mode",
"is_bot": false,
"headline": "Add deferred_versioning configuration to Rake task",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-03-09T12:39:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bdf36fbee7c985b151d8456ba1646638f19f90d",
"body": "Added: Reissue.deferred_finalize resolves version from segment, explicit version, or git trailers at release time",
"is_bot": false,
"headline": "Add Reissue.deferred_finalize for resolving version at release time",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-03-09T12:39:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76e3d614bd804f5196d913beb3896724610ddad0",
"body": "Added: Reissue.deferred_call sets VERSION to Unreleased and adds ## [Unreleased] changelog entry",
"is_bot": false,
"headline": "Add Reissue.deferred_call for deferred versioning mode",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-03-09T12:39:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33b3d761663f999db4d917ae9d52b519af1a745f",
"body": "Added: VersionUpdater#set_version for writing arbitrary version strings like Unreleased",
"is_bot": false,
"headline": "Add set_version method for writing arbitrary version strings",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-03-09T12:39:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5f4e3ebea5114a66637c44a6f39a88f10381f97",
"body": "Added: ChangelogUpdater handles Unreleased version strings without crashing\nAdded: ChangelogUpdater#finalize accepts resolved_version parameter to replace Unreleased",
"is_bot": false,
"headline": "Handle Unreleased as a version in ChangelogUpdater",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-03-09T12:39:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aed6011fa0409cd7afd551da00be4f6d38f8cbd9",
"body": "Added: Print ## [Unreleased] without trailing date suffix when version is Unreleased",
"is_bot": false,
"headline": "Print Unreleased version entries without date suffix",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-03-09T12:39:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75c5d6cbbc0e547413c18a2c425eee6fcc9b54f5",
"body": "Added: Support parsing changelog version entries without a date field (e.g. ## [Unreleased])",
"is_bot": false,
"headline": "Parse changelog entries with no date like ## [Unreleased]",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-03-09T12:39:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49a2f87bea61d6652e12e8ba14c9a6c9f22fd707",
"body": null,
"is_bot": false,
"headline": "Add .worktrees to gitignore",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-03-09T12:38:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8d2efb4094ded6007e21db8e4261f56c7da5ed7",
"body": "Bump version for next release",
"is_bot": false,
"headline": "Merge pull request #115 from SOFware/reissue/0.4.19",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-25T14:53:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27182ebb3e7e72d8d70d55a5ea0c2dc2e4e93dbb",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.4.19",
"author_name": "SOFware",
"author_login": null,
"committed_at": "2026-02-25T14:51:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b45075fabb276467bdc4e714950997d1a6bf7c93",
"body": null,
"is_bot": false,
"headline": "Finalize the changelog for version 0.4.18 on 2026-02-25",
"author_name": "SOFware",
"author_login": null,
"committed_at": "2026-02-25T14:51:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cbbc1847c59e58abe2239efc0e7c0ae8d5b2515",
"body": "Track release date",
"is_bot": false,
"headline": "Merge pull request #114 from SOFware/release-date-tracking",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-25T14:49:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e0878214e4694db3705cf5a90f136296f33f637",
"body": "Added: RELEASE_DATE to the version.rb",
"is_bot": false,
"headline": "Track release date",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-25T14:46:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0c4ee576111675a98273a920711bc8c51ad1bec",
"body": null,
"is_bot": false,
"headline": "Merge pull request #113 from SOFware/release-date",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-25T10:03:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62d70d3c0f99c508a98be72c58435c501d2f9ef4",
"body": null,
"is_bot": false,
"headline": "Document RELEASE_DATE tracking feature in README",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-24T20:19:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83682ff2e05123cc160fd550b875a9909690f9ad",
"body": "Changed: Pass version_file to Reissue.finalize from rake task",
"is_bot": false,
"headline": "Forward version_file through finalize rake task",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-24T20:08:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8253796d2936b039535d9fdae6d9f9f552fb081e",
"body": "Added: Update RELEASE_DATE to actual date during Reissue.finalize",
"is_bot": false,
"headline": "Set RELEASE_DATE on finalize when version_file provided",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-24T20:06:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7894cc0db82965e6e741ead2e9c22970d7c44f6",
"body": "Added: Reset RELEASE_DATE to Unreleased when bumping version via Reissue.call",
"is_bot": false,
"headline": "Reset RELEASE_DATE to Unreleased on version bump",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-24T20:05:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "496ec6b3b26fc01e1d65d39b949fbb31e35a37d0",
"body": "Added: RELEASE_DATE constant tracking in VersionUpdater",
"is_bot": false,
"headline": "Add update_release_date to VersionUpdater",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-24T20:02:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a2e1fe7575b562c5da93b3750e92be594fdbfbd",
"body": "Bump version for next release",
"is_bot": false,
"headline": "Merge pull request #112 from SOFware/reissue/0.4.18",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-24T17:55:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d10a138e5927f88ea36833e1b22760cf22409b58",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.4.18",
"author_name": "SOFware",
"author_login": null,
"committed_at": "2026-02-24T17:51:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e438734b4f726659de84a12ac38c6ce628083383",
"body": null,
"is_bot": false,
"headline": "Finalize the changelog for version 0.4.17 on 2026-02-24",
"author_name": "SOFware",
"author_login": null,
"committed_at": "2026-02-24T17:51:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "469600235c9adf95c6887a1df3ac8235f8ccca06",
"body": "Forward tag_pattern through call and finalize paths",
"is_bot": false,
"headline": "Merge pull request #110 from SOFware/fix/tag-pattern-passthrough",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-24T17:50:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd352492dc87a5245ffcb15213cf4ecc8fd30de8",
"body": "The tag_pattern configured on Reissue::Task was only forwarded to the\ngit fragment handler in the preview and bump tasks. The main reissue\n(version bump) and reissue:finalize tasks did not pass it through\nReissue.call, Reissue.finalize, or ChangelogUpdater, so the handler\nalways fell back to the def\n[…]\nall, Reissue.finalize,\nChangelogUpdater#call, and ChangelogUpdater#update so it reaches\nFragmentHandler.for in every code path.\n\nFixed: Forward tag_pattern to git fragment handler in call and finalize",
"is_bot": false,
"headline": "Forward tag_pattern through call and finalize paths",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-24T17:42:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "696c23aeadcfc73858b943bd851a23f4c0518fdf",
"body": "Bump version for next release",
"is_bot": false,
"headline": "Merge pull request #109 from SOFware/reissue/0.4.17",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-24T17:06:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9700dbc858ba45af2ba05a0d256c0d929edf245",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.4.17",
"author_name": "SOFware",
"author_login": null,
"committed_at": "2026-02-24T16:57:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "831e668e6f9d0cdd40c652a1f74f9d276d805e54",
"body": null,
"is_bot": false,
"headline": "Finalize the changelog for version 0.4.16 on 2026-02-24",
"author_name": "SOFware",
"author_login": null,
"committed_at": "2026-02-24T16:56:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9abd75c380e93cb6343752ef31daf3bbf154b03e",
"body": "Run bundle after reissue:bump updates the version",
"is_bot": false,
"headline": "Merge pull request #108 from SOFware/fix/bump-task-runs-bundle",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-24T16:56:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "104bfd8fde69270f4f2455fe5b01183ee726a3fe",
"body": "The reissue:bump task updates version.rb but did not re-run\nbundle install afterwards. When a gem's gemspec reads its\nversion from version.rb, the Gemfile.lock becomes stale after\nthe bump. This causes release:guard_clean to fail because the\nlockfile no longer matches the gemspec version.\n\nThe main reissue task already calls bundle after updating the\nversion. This applies the same pattern to reissue:bump.\n\nFixed: Run bundle install after reissue:bump changes the version",
"is_bot": false,
"headline": "Run bundle after reissue:bump updates the version",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-24T16:47:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05d178f1475136c238a51ab3bbdba52cec8fdcd9",
"body": "Bump version for next release",
"is_bot": false,
"headline": "Merge pull request #107 from SOFware/reissue/0.4.16",
"author_name": "Brenna Stuart",
"author_login": "brennacodes",
"committed_at": "2026-02-12T22:42:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5010f03d141391e14664fd2334bef834c76e0dfe",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.4.16",
"author_name": "SOFware",
"author_login": null,
"committed_at": "2026-02-12T22:39:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1ef928aa31fdf56cc3a78ae1ad172acb92b0cac",
"body": null,
"is_bot": false,
"headline": "Finalize the changelog for version 0.4.15 on 2026-02-12",
"author_name": "SOFware",
"author_login": null,
"committed_at": "2026-02-12T22:39:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d085e783f41160b62b59b81cb431c03b7c96a8dc",
"body": "Exclude non-changelog git trailers from changelog entries",
"is_bot": false,
"headline": "Merge pull request #106 from SOFware/fix/exclude-non-changelog-trailers",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-12T22:34:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18f79e2d8c053b3fa808097ef7036f26614842ea",
"body": "Non-changelog trailers like Co-Authored-By and Signed-off-by were being\nappended to changelog entries as continuation text. The multi-line\ncontinuation logic now breaks on any git trailer format (Key: Value),\nnot just recognized changelog section names.\n\nFixed: Non-changelog git trailers no longer appear in changelog entries",
"is_bot": false,
"headline": "Exclude non-changelog git trailers from changelog entries",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-12T22:30:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2c94afa50531a3d49024355cbe4ff453765a849",
"body": "Bump version for next release",
"is_bot": false,
"headline": "Merge pull request #105 from SOFware/reissue/0.4.15",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-11T18:41:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd90df78bd05d14f4a6d94fdcaa41ee0d87eccbc",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.4.15",
"author_name": "SOFware",
"author_login": null,
"committed_at": "2026-02-11T18:39:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d66b1ce2b24acb70d837c43a75c352b4065edb85",
"body": null,
"is_bot": false,
"headline": "Finalize the changelog for version 0.4.14 on 2026-02-11",
"author_name": "SOFware",
"author_login": null,
"committed_at": "2026-02-11T18:39:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92021cc675f8150efbae860cea8b94c264675f62",
"body": "Centralize changelog sections as Reissue.changelog_sections",
"is_bot": false,
"headline": "Merge pull request #104 from SOFware/alternative-trailers",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-11T18:38:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3da8a89bfdc46417f187678ee2c5e0925357db3a",
"body": "Added: Reissue.changelog_sections accessor with configurable, ordered section list\nChanged: DirectoryFragmentHandler and GitFragmentHandler use centralized sections instead of their own constants\nAdded: changelog_sections option to Rake task and Hoe plugin",
"is_bot": false,
"headline": "Centralize changelog sections as Reissue.changelog_sections",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-11T18:30:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fb6fcf627a060e1d094b87eb471abf7a7122c1c",
"body": "Bump version for next release",
"is_bot": false,
"headline": "Merge pull request #103 from SOFware/reissue/0.4.14",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-10T20:40:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e49eb54053623bc0c89b453c65d0ee08a879e75e",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.4.14",
"author_name": "SOFware",
"author_login": null,
"committed_at": "2026-02-10T20:37:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e99c8c8c65e1e2952b12e5d6ca65570b600ea273",
"body": null,
"is_bot": false,
"headline": "Finalize the changelog for version 0.4.13 on 2026-02-10",
"author_name": "SOFware",
"author_login": null,
"committed_at": "2026-02-10T20:37:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce03eb7c32a2bb4ebb37ff8844e7ea257045e224",
"body": "Add Hoe plugin for Reissue",
"is_bot": false,
"headline": "Merge pull request #102 from SOFware/hoe",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-10T20:34:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bbd4ea50a64f302cbc9f37cecba851383245a66",
"body": "Added: Hoe plugin usage documentation in README and reissue:initialize task output",
"is_bot": false,
"headline": "Document Hoe plugin in README and reissue:initialize",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-09T23:14:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5dde22be5b3523bba2f3042ffb014128bdaef19",
"body": "Hoe users can now integrate Reissue into their release lifecycle\nvia `Hoe.plugin :reissue`. The plugin delegates to Reissue::Task\nand hooks into Hoe's prerelease/postrelease tasks.\n\nAdded: Hoe plugin for integrating Reissue into Hoe-based projects",
"is_bot": false,
"headline": "Add Hoe plugin for Reissue",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-09T23:14:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c57ce9f1ef75be87788e6555d769b37990e0391",
"body": null,
"is_bot": false,
"headline": "Merge pull request #101 from SOFware/reissue/0.4.13",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-09T21:39:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54d16feceee1ab752c430b19e774434ae96a294c",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.4.13",
"author_name": "SOFware",
"author_login": null,
"committed_at": "2026-02-09T21:36:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c81dbe83af7ca37c7a05c72f24856e9e7c5348a",
"body": null,
"is_bot": false,
"headline": "Finalize the changelog for version 0.4.12 on 2026-02-09",
"author_name": "SOFware",
"author_login": null,
"committed_at": "2026-02-09T21:36:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32de0a9a4a29dbe2d827cff5a13fea0812168e24",
"body": null,
"is_bot": false,
"headline": "Merge pull request #100 from SOFware/fix/trailer-bump-after-post-release",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-09T21:35:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98905d63f7f5baa57c8b4f1971083dfcfb2a1971",
"body": "…from tag\n\nWhen the version file didn't match the latest tag, reissue:bump\nunconditionally skipped reading git trailers. This meant a Version\ntrailer on a commit would be ignored if the version file had already\nbeen bumped past the tag (e.g., after a post-release patch bump).\n\nNow the bump task read\n[…]\nr, and\napplies the bump when the trailer-specified version is higher than\nthe current one.\n\nChanged: reissue:bump now reads Version trailers regardless of whether the version file matches the last tag",
"is_bot": false,
"headline": "Fix reissue:bump ignoring Version trailers when version file differs …",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-09T20:06:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "15d2e93816ef92fbb8d0ff2b3e378512812bbad4",
"body": "Bump version for next release",
"is_bot": false,
"headline": "Merge pull request #99 from SOFware/reissue/0.4.12",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-06T22:19:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "707ad0b8c3d2fb9d4e5ba844d0dc090bd7e99fbc",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.4.12",
"author_name": "SOFware",
"author_login": null,
"committed_at": "2026-02-06T22:18:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "310aac4e6c757d85abeaa4bad3707cdd15aa8a03",
"body": null,
"is_bot": false,
"headline": "Finalize the changelog for version 0.4.11 on 2026-02-06",
"author_name": "SOFware",
"author_login": null,
"committed_at": "2026-02-06T22:17:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55e43a0e86f204c2d6dfec06d5191c2deac485f1",
"body": "Fix working-directory placement in release workflow",
"is_bot": false,
"headline": "Merge pull request #98 from SOFware/fix/workflow-working-directory",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-06T22:17:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9068f04ea21ff1e2e66041b13d935deb82adee0d",
"body": "The working-directory key was inside the run block, causing\nbash to execute it as a shell command.\n\nFixed: Release workflow fails with working-directory command not found",
"is_bot": false,
"headline": "Fix working-directory placement in release workflow",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-06T21:49:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2bf43281e2757f52249e6d55349902281e11452",
"body": "Extract stage_updated_paths and add gem integration tests",
"is_bot": false,
"headline": "Merge pull request #97 from SOFware/gem-integration-tests",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-06T21:24:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16b801ea9214b1f936710ef568c1babd592f9a9c",
"body": "Skip missing files in updated_paths to avoid git add failures\nwhen checksums or other paths don't exist yet.\n\nAdded: Gem integration tests for checksums in updated_paths\nFixed: Stage updated_paths fails when files do not exist",
"is_bot": false,
"headline": "Extract stage_updated_paths and add gem integration tests",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-06T21:23:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77d4d648b82c0da998112ef7217e0004cebe3fbf",
"body": "Make finalize task resilient to already-committed changelogs",
"is_bot": false,
"headline": "Merge pull request #96 from SOFware/resiliant-finalize",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-06T20:51:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "307939e821bf56ef90b31a90d88710d8ed2eebd1",
"body": "Stage updated_paths (e.g. checksums) during finalize and skip\nthe commit gracefully when there are no staged changes.\n\nFixed: Finalize task fails when changelog is already committed\nFixed: Checksums not staged during finalize task",
"is_bot": false,
"headline": "Make finalize task resilient to already-committed changelogs",
"author_name": "Jim Gay",
"author_login": "saturnflyer",
"committed_at": "2026-02-06T20:35:44Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 238,
"latest_release_at": "2025-10-17T17:33:00Z",
"latest_release_tag": "v0.4.3",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 17,
"days_since_latest_release": 276,
"mean_days_between_releases": 118
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "reissue",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/reissue",
"is_deprecated": false,
"latest_version": "0.5.0",
"repository_url": "https://github.com/SOFware/reissue",
"versions_count": 39,
"total_downloads": 25349,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2024-04-12T03:12:19.170000Z",
"latest_published_at": "2026-07-21T16:34:28.217000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 4,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 29342,
"source_files_sampled": 51,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 34,
"assessed_package": null,
"unassessed_count": 1,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [
{
"name": "debug",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "minitest",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rake",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "simplecov",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "standard",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "debug",
"direct": true,
"version": "1.11.1",
"ecosystem": "rubygems"
},
{
"name": "minitest",
"direct": true,
"version": "6.0.6",
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": true,
"version": "13.4.2",
"ecosystem": "rubygems"
},
{
"name": "simplecov",
"direct": true,
"version": "1.0.2",
"ecosystem": "rubygems"
},
{
"name": "standard",
"direct": true,
"version": "1.56.0",
"ecosystem": "rubygems"
},
{
"name": "ast",
"direct": false,
"version": "2.4.3",
"ecosystem": "rubygems"
},
{
"name": "drb",
"direct": false,
"version": "2.2.3",
"ecosystem": "rubygems"
},
{
"name": "erb",
"direct": false,
"version": "6.0.6",
"ecosystem": "rubygems"
},
{
"name": "io-console",
"direct": false,
"version": "0.8.2",
"ecosystem": "rubygems"
},
{
"name": "irb",
"direct": false,
"version": "1.18.0",
"ecosystem": "rubygems"
},
{
"name": "json",
"direct": false,
"version": "2.21.1",
"ecosystem": "rubygems"
},
{
"name": "language_server-protocol",
"direct": false,
"version": "3.17.0.6",
"ecosystem": "rubygems"
},
{
"name": "lint_roller",
"direct": false,
"version": "1.1.0",
"ecosystem": "rubygems"
},
{
"name": "logger",
"direct": false,
"version": "1.7.0",
"ecosystem": "rubygems"
},
{
"name": "parallel",
"direct": false,
"version": "2.1.0",
"ecosystem": "rubygems"
},
{
"name": "parser",
"direct": false,
"version": "3.3.12.0",
"ecosystem": "rubygems"
},
{
"name": "pp",
"direct": false,
"version": "0.6.4",
"ecosystem": "rubygems"
},
{
"name": "prettyprint",
"direct": false,
"version": "0.2.0",
"ecosystem": "rubygems"
},
{
"name": "prism",
"direct": false,
"version": "1.9.0",
"ecosystem": "rubygems"
},
{
"name": "racc",
"direct": false,
"version": "1.8.1",
"ecosystem": "rubygems"
},
{
"name": "rainbow",
"direct": false,
"version": "3.1.1",
"ecosystem": "rubygems"
},
{
"name": "rbs",
"direct": false,
"version": "4.0.3",
"ecosystem": "rubygems"
},
{
"name": "rdoc",
"direct": false,
"version": "8.0.0",
"ecosystem": "rubygems"
},
{
"name": "regexp_parser",
"direct": false,
"version": "2.12.0",
"ecosystem": "rubygems"
},
{
"name": "reline",
"direct": false,
"version": "0.6.3",
"ecosystem": "rubygems"
},
{
"name": "rubocop",
"direct": false,
"version": "1.88.2",
"ecosystem": "rubygems"
},
{
"name": "rubocop-ast",
"direct": false,
"version": "1.50.0",
"ecosystem": "rubygems"
},
{
"name": "rubocop-performance",
"direct": false,
"version": "1.26.1",
"ecosystem": "rubygems"
},
{
"name": "ruby-progressbar",
"direct": false,
"version": "1.13.0",
"ecosystem": "rubygems"
},
{
"name": "standard-custom",
"direct": false,
"version": "1.0.2",
"ecosystem": "rubygems"
},
{
"name": "standard-performance",
"direct": false,
"version": "1.9.0",
"ecosystem": "rubygems"
},
{
"name": "tsort",
"direct": false,
"version": "0.2.0",
"ecosystem": "rubygems"
},
{
"name": "unicode-display_width",
"direct": false,
"version": "3.2.0",
"ecosystem": "rubygems"
},
{
"name": "unicode-emoji",
"direct": false,
"version": "4.2.0",
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 35,
"direct_count": 6,
"indirect_count": 29
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 119,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 5,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "saturnflyer",
"commits": 304,
"avatar_url": "https://avatars.githubusercontent.com/u/4271?v=4"
},
{
"type": "User",
"login": "cseeman",
"commits": 52,
"avatar_url": "https://avatars.githubusercontent.com/u/39634128?v=4"
},
{
"type": "User",
"login": "xsavvyx",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/132275580?v=4"
},
{
"type": "User",
"login": "brennacodes",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/98294995?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.842
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"release.yml",
"shared-ruby-gem-release.yml",
"test.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Gemfile.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": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 6,
"reason": "7 out of 11 merged PRs checked by a CI test -- score normalized to 6",
"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": 8,
"reason": "Found 6/7 approved changesets -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 8 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": 0,
"reason": "no 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": "12 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": null,
"reason": "packaging workflow not 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": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"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": "9a0f07f5bfc119f6cacdad53249a76736043508b",
"ran_at": "2026-07-21T16:37:49Z",
"aggregate_score": 5.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/SOFware/reissue",
"host": "github.com",
"name": "reissue",
"owner": "SOFware"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"security": 61,
"vitality": 74,
"community": 33,
"governance": 67,
"engineering": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 74,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"commits_last_year": 238,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 17
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "17/52 weeks with commits",
"points": 11.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 17
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "238 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 238
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "12 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": "good",
"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": 70,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v0.4.3",
"releases_from_tags": false,
"days_since_latest_release": 276,
"mean_days_between_releases": 118
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 276 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 276
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~118 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 118
}
}
],
"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": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"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": 33,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 3,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"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": "4 watchers",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 4
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"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": 0,
"status": "missed",
"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
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 57,
"inputs": {
"packages": [
"reissue"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 25349,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "25,349 downloads all-time across rubygems",
"points": 45.8,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 25349,
"ecosystems": "rubygems"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 67,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.842
},
"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 84% of commits",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 84
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 8 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 96,
"inputs": {
"merged_prs": 119,
"open_issues": 0,
"closed_issues": 5,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 4
},
"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": "119/123 decided PRs merged",
"points": 37,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 119,
"decided": 123
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 6/7 approved changesets -- score normalized to 8",
"points": 12,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"followers": 10,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "SOFware",
"public_repos": 27,
"account_age_days": 5381
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "10 followers of SOFware",
"points": 7.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 10,
"login": "SOFware"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "27 public repos, account ~14 yr old",
"points": 22.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 27
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"reissue"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on rubygems",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "rubygems"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "39 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 39
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 56,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "7 out of 11 merged PRs checked by a CI test -- score normalized to 6",
"points": 12,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"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": 0,
"status": "missed",
"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": 61,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 51,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.1
},
"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 is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "7 out of 11 merged PRs checked by a CI test -- score normalized to 6",
"points": 1.5,
"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 6/7 approved changesets -- score normalized to 8",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 8 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": "no update tool detected",
"points": 0,
"status": "missed",
"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": "12 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 not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"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 34 resolved dependencies against OSV; 1 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": 34
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 1
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 34,
"unassessed_packages": 1,
"affected_by_severity": "none",
"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": 34,
"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": 6
},
"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": "at_risk",
"name": "AI Readiness",
"value": 38,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.6,
"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": "60 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 32,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 60,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Gemfile.lock"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.02,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"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": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "2 of the last 100 commits agent-authored or agent-credited",
"points": 4,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 2,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"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": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Ruby",
"largest_source_bytes": 29342,
"source_files_sampled": 51,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Ruby without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Ruby"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/51 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 51,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"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": [],
"report_type": "repository",
"generated_at": "2026-07-21T16:38:08.150552Z",
"schema_version": "0.23.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/SOFware/reissue.svg",
"full_name": "SOFware/reissue",
"license_state": "standard",
"license_spdx": "MIT"
}