Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"semantic-version",
"semantic-versioning",
"devops",
"devops-tools",
"github-actions",
"minimalist",
"llm",
"openai-api"
],
"is_fork": false,
"size_kb": 170,
"has_wiki": false,
"homepage": "https://github.com/marketplace/actions/tinysemver",
"languages": {
"Python": 64591
},
"pushed_at": "2026-07-21T12:14:40Z",
"created_at": "2024-06-02T03:45:58Z",
"owner_type": "User",
"updated_at": "2026-07-21T12:12:48Z",
"description": "Tiny Semantic Versioning (SemVer) library with LLMs and GitHub CI, that doesn't depend on 300K lines of JavaScript code and fits in a single Python file",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": "ashvardanian.com",
"name": "Ash Vardanian",
"type": "User",
"login": "ashvardanian",
"company": "BDFL @ Unum",
"location": "London, San Francisco, Yerevan",
"followers": 1422,
"avatar_url": "https://avatars.githubusercontent.com/u/1983160?v=4",
"created_at": "2012-07-16T09:23:51Z",
"is_verified": null,
"public_repos": 61,
"account_age_days": 5123
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v3.0.3",
"kind": "patch",
"published_at": "2026-07-21T12:11:26Z"
},
{
"tag": "v3.0.2",
"kind": "patch",
"published_at": "2026-07-15T15:09:22Z"
},
{
"tag": "v3.0.1",
"kind": "patch",
"published_at": "2026-04-01T18:09:16Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2025-10-14T14:04:42Z"
},
{
"tag": "v2.1.1",
"kind": "patch",
"published_at": "2024-11-17T12:43:05Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2024-11-17T12:28:45Z"
},
{
"tag": "v2.0.8",
"kind": "patch",
"published_at": "2024-11-16T15:16:55Z"
},
{
"tag": "v2.0.7",
"kind": "patch",
"published_at": "2024-08-18T02:26:30Z"
},
{
"tag": "v2.0.6",
"kind": "patch",
"published_at": "2024-08-15T18:14:39Z"
},
{
"tag": "v2.0.5",
"kind": "patch",
"published_at": "2024-08-15T17:47:22Z"
},
{
"tag": "v2.0.4",
"kind": "patch",
"published_at": "2024-08-15T02:37:02Z"
},
{
"tag": "v2.0.3",
"kind": "patch",
"published_at": "2024-08-14T16:48:21Z"
},
{
"tag": "v2.0.2",
"kind": "patch",
"published_at": "2024-08-14T16:26:45Z"
},
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2024-08-05T20:58:08Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2024-08-05T20:46:38Z"
},
{
"tag": "v1.4.1",
"kind": "patch",
"published_at": "2024-08-05T03:47:40Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2024-08-05T03:42:02Z"
},
{
"tag": "v1.3.3",
"kind": "patch",
"published_at": "2024-08-05T03:33:11Z"
},
{
"tag": "v1.3.2",
"kind": "patch",
"published_at": "2024-08-05T03:23:57Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2024-08-05T03:20:06Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2024-08-05T03:05:22Z"
},
{
"tag": "v1.2.5",
"kind": "patch",
"published_at": "2024-06-18T05:05:05Z"
},
{
"tag": "v1.2.4",
"kind": "patch",
"published_at": "2024-06-14T05:40:22Z"
},
{
"tag": "v1.2.3",
"kind": "patch",
"published_at": "2024-06-14T05:37:15Z"
},
{
"tag": "v1.1.3",
"kind": "patch",
"published_at": "2024-06-13T04:58:57Z"
}
],
"recent_commits": [
{
"oid": "8568f1bb851f446c761abb6fc37a9daaf06bd2b7",
"body": "### Patch\n\n- Docs: Show the uvx and uv-tool one-liners beside pip (48c96a0)\n- Fix: Bump every match of an update-version-in pattern, not just the first (4dce942)\n- Make: Stop unprotecting reviews in the post-release rebase (0c59782)",
"is_bot": false,
"headline": "Release: v3.0.3 [skip ci]",
"author_name": "TinySemVer",
"author_login": null,
"committed_at": "2026-07-21T12:11:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48c96a0b713ddb91286e764f5d3e234e965d24c6",
"body": "TinySemVer already exposes a console entry point and ships on PyPI, so it runs under uv with nothing\ninstalled. Add `uvx tinysemver` for an ephemeral local dry-run and `uv tool install tinysemver` for a\npersistent one, next to the existing pip instructions.",
"is_bot": false,
"headline": "Docs: Show the uvx and uv-tool one-liners beside pip",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2026-07-21T12:05:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c68e90cf5fa227282f8d0ee55f4f42e1579899c",
"body": "The test module separated its sections with decorative `# ===` ruler banners. Replace each with a\n`# region Name` / `# endregion Name` pair - the editor fold-marker convention the other repos already\nuse - so sections collapse in an editor and no ornamental separator is left to maintain. Comments only.",
"is_bot": false,
"headline": "Chore: Fold test sections behind region markers, not ruler banners",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2026-07-21T11:51:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dce942f1515676429e2ec4657bff61ec80a074d",
"body": "…irst\n\npatch_with_regex replaced only the first match, so a file that names a dependency more than once - a\nREADME with several install snippets - kept every later occurrence pinned to a stale version. It also\nreported all matches as line 1, reading match.pos rather than match.start.\n\nGive patch_wit\n[…]\nstrings too, and rewriting all of them would duplicate the version. Fix the line-number\nreport, and cover the all-occurrences path, the first-only default, and a full bump over a\nmulti-example README.",
"is_bot": false,
"headline": "Fix: Bump every match of an update-version-in pattern, not just the f…",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2026-07-21T11:46:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0c59782f7a53b6b905c8c040a032f9879d4bef61",
"body": "The rebase job's push-protected step ran with unprotect_reviews, which\ncalls the branch-protection API to delete and restore main-dev's\nrequired reviews around the force-push. The fine-grained token lacks\nthe administration scope for that endpoint, so the call answered 403\nand the job failed after e\n[…]\nhe post-release\nrebase is a fast-forward in the common case, so the review dance is\nunnecessary; if a future setup does require it, grant the token repo\nadministration instead of re-enabling the flag.",
"is_bot": false,
"headline": "Make: Stop unprotecting reviews in the post-release rebase",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2026-07-15T15:11:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2f528ea17c8bf3e06fabe299d4db7ca04d793192",
"body": "### Patch\n\n- Fix: Ignore moving aliases when detecting the last tag (095cc2f)\n- Make: Gate versioning on tests and dogfood the moving tags (fac5e2f)\n- Fix: Warn when moving tags cannot be force-pushed (8a47b82)",
"is_bot": false,
"headline": "Release: v3.0.2 [skip ci]",
"author_name": "TinySemVer",
"author_login": null,
"committed_at": "2026-07-15T15:09:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "095cc2fd4cfe3c64ad5e383fac51186ba233aff4",
"body": "get_last_tag ran a bare 'git describe --tags --abbrev=0', which picks\nthe newest annotated tag reachable from HEAD. The moving v3 and v3.0\naliases that push_moving_tags maintains point at the same commit as\nthe real release and are tagged later, so they won the race, and\nparse_version rejected 'v3' \n[…]\nfeature would break its own next release. The describe call now\nmatches only three-component tags, with and without the 'v' prefix,\nand a regression test plants both aliases beside a real release tag.",
"is_bot": false,
"headline": "Fix: Ignore moving aliases when detecting the last tag",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2026-07-15T15:08:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fac5e2f3f07154831f06d876590baab9b6fddb40",
"body": "Neither workflow ran the test suite: pushes to main-dev only dry-ran\nthe versioner, and pushes to main released without any testing. Both\nnow run pytest over test.py in a leading job the semver job needs, so\na release only happens once the CI is green, and the post-release\nrebase job keeps refreshin\n[…]\n0.0 - the reason\nthe v3 and v3.0 aliases never existed and every consumer pinning\ntinysemver@v3 failed to resolve the action since March. Requires\nTINYSEMVER_TOKEN to keep force-push rights over tags.",
"is_bot": false,
"headline": "Make: Gate versioning on tests and dogfood the moving tags",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2026-07-15T15:05:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8a47b8218b5660b8478ac8414118de3775594c21",
"body": "The moving-tag pushes run after the version commit and the exact\nvX.Y.Z tag are already on the remote, so the release is complete and\ncannot be retried - the version files are bumped and a re-run raises\nNoNewCommitsError. Raising a RuntimeError there left releases looking\nfailed while being half-pub\n[…]\n The\naliases are a convenience for consumers pinning @vX or @vX.Y, so a\ndenied force-push now prints a warning naming the tag and the remote\nerror, and the release proceeds to the GitHub release step.",
"is_bot": false,
"headline": "Fix: Warn when moving tags cannot be force-pushed",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2026-07-15T15:05:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "64c6eaed7db90bbf8e1563234b11ebe70758a204",
"body": "### Patch\n\n- Make: Refresh CI (f1cc2e5)",
"is_bot": false,
"headline": "Release: v3.0.1 [skip ci]",
"author_name": "TinySemVer",
"author_login": null,
"committed_at": "2026-04-01T18:09:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1cc2e51d37bf11fea34bf69ebc8e0bc703a3748",
"body": null,
"is_bot": false,
"headline": "Make: Refresh CI",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2026-04-01T17:31:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4e5fa49eb7ac40f5a009cf1e95da4c33aab124e",
"body": "### Major\n\n- Break: Drop all AI features (734832e)\n\n### Minor\n\n- Add: Moving Major and Minor releases (d153cc8)\n- Add: Test and lock dependencies (0547fcc)\n\n### Patch\n\n- Improve: Make moving tags optional (02b4222)\n- Fix: Traceback exception handling (7a677d9)\n- Docs: Repo capitalization (2c56857)\n-\n[…]\nx: Don't override `GITHUB_TOKEN` env var with nil (027d05e)\n- Fix: Return new semantic version (8b4939c)\n- Improve: Normalize `pathlib.Path` to `str` (83679b4)\n- Improve: Check file presence (29ed202)",
"is_bot": false,
"headline": "Release: v3.0.0 [skip ci]",
"author_name": "TinySemVer",
"author_login": null,
"committed_at": "2025-10-14T14:04:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "02b422214b938266461f7da2cf76d34798ab515e",
"body": null,
"is_bot": false,
"headline": "Improve: Make moving tags optional",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2025-10-14T14:03:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a677d93752b4fd3b80d15da81a12be0ceb8403c",
"body": null,
"is_bot": false,
"headline": "Fix: Traceback exception handling",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2025-10-14T14:01:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c5685715a1559675e6ec91395f35908e04d5c9f",
"body": null,
"is_bot": false,
"headline": "Docs: Repo capitalization",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2025-10-14T14:01:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53fca7929a5dc09cb06edbcae5674be8bb86fa49",
"body": null,
"is_bot": false,
"headline": "Merge: Minus LLMs; Plus Moving Major & Minor Releases",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2025-10-14T13:51:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88db1414365e8abcea289af0d7b830c996dbb0b3",
"body": null,
"is_bot": false,
"headline": "Fix: Deprecated `re.sub` positional count",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2025-10-14T13:48:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6005b2a58d45a4f8039f40c89eaf856eff69d10a",
"body": null,
"is_bot": false,
"headline": "Docs: Remove LLMs from positioning",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2025-10-14T13:44:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d153cc823e98d5d03d94b7cd58b93121143c9f77",
"body": null,
"is_bot": false,
"headline": "Add: Moving Major and Minor releases",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2025-10-14T13:44:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d757afcdb62f11442d5a804808bf16cda50be66",
"body": null,
"is_bot": false,
"headline": "Make: Bump dependencies",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2025-10-14T13:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0547fcc69824fab833dfb9e761f830bc198f8c09",
"body": null,
"is_bot": false,
"headline": "Add: Test and lock dependencies",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2025-10-14T13:29:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7f8f3e346621afdaf503849ee5cf8dbf415ab93",
"body": null,
"is_bot": false,
"headline": "Improve: Expose functionality in `__init__`",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2025-10-14T13:27:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "734832e32adefe3968ee638e5174b7a6475b48f3",
"body": null,
"is_bot": false,
"headline": "Break: Drop all AI features",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2025-10-14T13:26:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19b939c90c989cf34b17c35f3fd8a025463510c6",
"body": null,
"is_bot": false,
"headline": "Fix: Match `Feat` verb, as claimed in docs",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2025-10-14T13:17:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "027d05ea81782a00869237e578bd993f32ead84e",
"body": null,
"is_bot": false,
"headline": "Fix: Don't override `GITHUB_TOKEN` env var with nil",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2025-10-14T12:49:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b4939c82d7a33f8b3492ff4e7da30dfacf356f5",
"body": null,
"is_bot": false,
"headline": "Fix: Return new semantic version",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2025-10-14T12:49:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83679b4eabfe906234b9a1c8940d13d4799b8e53",
"body": null,
"is_bot": false,
"headline": "Improve: Normalize `pathlib.Path` to `str`",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2025-10-14T12:48:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29ed202bb81b86a23e99ade5e7ebdc74e985fe2b",
"body": null,
"is_bot": false,
"headline": "Improve: Check file presence",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2025-01-13T19:53:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48818c9da3c4d6da59efde64bce219bbd579903a",
"body": "### Patch\n\n- Fix: Missing symbol (a1b2b8a)",
"is_bot": false,
"headline": "Release: v2.1.1 [skip ci]",
"author_name": "TinySemVer",
"author_login": null,
"committed_at": "2024-11-17T12:43:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1b2b8ad5fe6e2c5565bb236d7798a57aaa048a4",
"body": null,
"is_bot": false,
"headline": "Fix: Missing symbol",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-11-17T12:42:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f46e4a69e95e723e05bcd5587421b3f346a1fd2",
"body": "### Minor\n\n- Add: AI & Rock-n-Roll (de8e5a2)\n\n### Patch\n\n- Improve: Optional dependencies (4ff62ee)\n- Make: Dependencies of publishing script (66d69f0)\n- Improve: Rich text output (9dbddca)\n- Make: `requirements.txt` (e0b362c)\n- Fix: Missing quote in YAML (f822b2e)\n- Improve: OpenAI action args (c9f5845)",
"is_bot": false,
"headline": "Release: v2.1.0 [skip ci]",
"author_name": "TinySemVer",
"author_login": null,
"committed_at": "2024-11-17T12:28:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ff62eea3fdb2209e67b5e66867aec564cc3e39f",
"body": null,
"is_bot": false,
"headline": "Improve: Optional dependencies",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-11-17T12:28:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66d69f05965e839cadc4974163db2f0e83e37b64",
"body": null,
"is_bot": false,
"headline": "Make: Dependencies of publishing script",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-11-17T12:12:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dbddca9efd0a8c056fba4c6b1cd4ba6086c2acd",
"body": null,
"is_bot": false,
"headline": "Improve: Rich text output",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-11-17T12:05:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0b362c8f26dbd94e3dcb0b9a37e6dfd88630484",
"body": null,
"is_bot": false,
"headline": "Make: `requirements.txt`",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-11-17T12:01:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f822b2eab6415d8162b6706afa173d009e73e23f",
"body": null,
"is_bot": false,
"headline": "Fix: Missing quote in YAML",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-11-17T11:48:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1408723285ddcce64991f1589633c84f7b98bf4e",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of https://github.com/ashvardanian/tinysemver",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-11-17T11:42:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9f58457842e0c0637bf7778e52ad96908be5b35",
"body": null,
"is_bot": false,
"headline": "Improve: OpenAI action args",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-11-17T11:41:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de8e5a238520992ff08e6a5fa4d9af5f03680470",
"body": null,
"is_bot": false,
"headline": "Add: AI & Rock-n-Roll",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-11-17T11:28:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e070842578dc7477a1b05e8a5b0ae62480ce6eb",
"body": "### Patch\n\n- Improve: Named tuples for commits (1bf5232)\n- Improve: Added function to convert the different commits into a message (4847361)\n- Improve: Added commit hashes to the end of the commit messages (533402b)\n- Improve: Added commit messages to the release notes (0f1c843)",
"is_bot": false,
"headline": "Release: v2.0.8 [skip ci]",
"author_name": "TinySemVer",
"author_login": null,
"committed_at": "2024-11-16T15:16:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bf5232d7eaef183e55c945f850fd6240696a5e5",
"body": null,
"is_bot": false,
"headline": "Improve: Named tuples for commits",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-11-16T15:16:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a99b3e05375d7abb7a5219f0664c7858969d250a",
"body": "Add commit descriptions & hashes to the release notes\r\n\r\nCloses #14",
"is_bot": false,
"headline": "Merge pull request #15 from ashbob999/improve-release-notes",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-11-16T15:05:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48473612750268111bc32ded33dcb08e3acb2695",
"body": null,
"is_bot": false,
"headline": "Improve: Added function to convert the different commits into a message",
"author_name": "ashbob999",
"author_login": "ashbob999",
"committed_at": "2024-09-15T16:36:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "533402b98d58e128ddf6a2d448d2fd43bceea2ed",
"body": null,
"is_bot": false,
"headline": "Improve: Added commit hashes to the end of the commit messages",
"author_name": "ashbob999",
"author_login": "ashbob999",
"committed_at": "2024-09-15T16:14:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f1c843be0eac9f4bc9fbba835a45b5eb631492b",
"body": null,
"is_bot": false,
"headline": "Improve: Added commit messages to the release notes",
"author_name": "ashbob999",
"author_login": "ashbob999",
"committed_at": "2024-09-15T15:46:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec863da877b95d46c39cf630cc1e977f8afe20e9",
"body": "Refresh",
"is_bot": false,
"headline": "Merge pull request #13 from ashvardanian/main",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-09-15T03:04:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb067872ebb310f0a00e3db82c71c992a574aa7f",
"body": null,
"is_bot": false,
"headline": "Release: v2.0.7 [skip ci]",
"author_name": "TinySemVer",
"author_login": null,
"committed_at": "2024-08-18T02:26:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d68d159befc944f832b7d3f88fed9ae0dc2d6bdf",
"body": null,
"is_bot": false,
"headline": "Improve: Exit with code `0`, if no commits are found",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-18T02:26:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b20cfc525bcb846dfe34ffa6af5e29365a55ac7e",
"body": null,
"is_bot": false,
"headline": "Release: v2.0.6 [skip ci]",
"author_name": "TinySemVer",
"author_login": null,
"committed_at": "2024-08-15T18:14:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3243ea43763950acb8411455671bdb9ae879c609",
"body": null,
"is_bot": false,
"headline": "Make: Fix path to the local script",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-15T18:14:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9106f86ffc1cf03d147a0ef1544e8a3b500a681",
"body": null,
"is_bot": false,
"headline": "Fix: Change entrypoint",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-15T18:12:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3f737c02f2611a3a28ffaee82e5340b34839e7b",
"body": "Relates to #12\n\nCo-authored-by: Banias Baabe <72874670+baniasbaabe@users.noreply.github.com>",
"is_bot": false,
"headline": "Make: Change directory structure",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-15T18:10:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c58be3317286234d556f643220627340ada541c",
"body": null,
"is_bot": false,
"headline": "Release: v2.0.5 [skip ci]",
"author_name": "TinySemVer",
"author_login": null,
"committed_at": "2024-08-15T17:47:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "709c9bb852c5bbdb45027d9c564b856a035d58fe",
"body": null,
"is_bot": false,
"headline": "Fix: Indicate a package with `__init__.py`",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-15T17:47:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb77cf761dba6c66a4b763ad4de7f22c075a9a7d",
"body": null,
"is_bot": false,
"headline": "Release: v2.0.4 [skip ci]",
"author_name": "TinySemVer",
"author_login": null,
"committed_at": "2024-08-15T02:37:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71d58f3d13d0dc9d74c1e11d31c7a5498b8d8484",
"body": null,
"is_bot": false,
"headline": "Improve: Add bug report",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-15T02:36:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb8630c8298f8bb6c9a0db9d251c7b93af2175e8",
"body": "Closes #11\n\nCo-authored-by: Niko Korvenlaita <4548767+Nipsuli@users.noreply.github.com>",
"is_bot": false,
"headline": "Fix: Put `tinysemver.py` into `.tar.gz`",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-15T02:32:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7da1d87260ffe2278e171aa23e7cc8248507357",
"body": null,
"is_bot": false,
"headline": "Release: v2.0.3 [skip ci]",
"author_name": "TinySemVer",
"author_login": null,
"committed_at": "2024-08-14T16:48:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "380adc0bf6f58a8f5fe5ee55babca00b221c655c",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of https://github.com/ashvardanian/TinySemVer",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-14T16:48:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e6575eb37565587fa0fd1f6ae6f10df6417a096",
"body": null,
"is_bot": false,
"headline": "Docs: Cleaner `README.md`",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-14T16:48:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea8dc90c157be51a555567e323f0cf4b367cc121",
"body": "NodeJS 20 is deprecated in GitHub CI, so a newer\naction has to be used for Python set up.",
"is_bot": false,
"headline": "Make: Bump Python CI version",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-14T16:40:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a5a905eab86a73239bf3f5cb88109477c5b39f4",
"body": null,
"is_bot": false,
"headline": "Release: v2.0.2 [skip ci]",
"author_name": "TinySemVer",
"author_login": null,
"committed_at": "2024-08-14T16:26:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad005991d3abc6c3cde1d9421123b6e3b022195e",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of https://github.com/ashvardanian/TinySemVer",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-14T16:26:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f145511d59d55499810e9485105acb14fe60ff60",
"body": "This also adds `make` as a patch verb and\nadds some inline TODOs.",
"is_bot": false,
"headline": "Docs: Describe arguments",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-14T16:23:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2405cf5dfeb2ba9196b556920d4260103193927c",
"body": null,
"is_bot": false,
"headline": "Release: v2.0.1 [skip ci]",
"author_name": "TinySemVer",
"author_login": null,
"committed_at": "2024-08-05T20:58:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00169f965d4b64320b31eb66f71110cb91c9cf2f",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of https://github.com/ashvardanian/tinysemver",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-05T20:57:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52fddd75ae6813411be5dd9bb42ac85bcef1b4c9",
"body": null,
"is_bot": false,
"headline": "Improve: Ignore subsequent colons",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-05T20:57:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dc4a3add6199b889ddf78c17fb62c16d0205cba",
"body": null,
"is_bot": false,
"headline": "Release: v2.0.0 [skip ci]",
"author_name": "TinySemVer",
"author_login": null,
"committed_at": "2024-08-05T20:46:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cb16c0bb92dd599c1f0366b07af484ccc465c46",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of https://github.com/ashvardanian/tinysemver",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-05T20:46:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8768e487f6fe5eabab82c8a14825704e9cb7b8d",
"body": null,
"is_bot": false,
"headline": "Break: Multi-line YAML arguments",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-05T20:46:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "452534d4845f67a91a5b027f6c94a4fdbe6d6feb",
"body": null,
"is_bot": false,
"headline": "Release: v1.4.1 [skip ci]",
"author_name": "TinySemVer",
"author_login": null,
"committed_at": "2024-08-05T03:47:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "851c7e2ad72a6147037e766f989be3e5a8d3f303",
"body": "Improve: add authors and icon to Action",
"is_bot": false,
"headline": "Merge pull request #8 from grouville/action-description",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-05T03:46:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7915b8005baebaf4d3dd49530d6db8de21b50914",
"body": "This ensures that the GitHub Action has a purple icon, and that authors are mentioned\n\nSigned-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>",
"is_bot": false,
"headline": "Improve: add authors and icon to Action",
"author_name": "Guillaume de Rouville",
"author_login": "grouville",
"committed_at": "2024-08-05T03:42:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd1064b27f6143150a39c4cb08330f5e1ea9a93d",
"body": null,
"is_bot": false,
"headline": "Release: v1.4.0 [skip ci]",
"author_name": "TinySemVer",
"author_login": null,
"committed_at": "2024-08-05T03:41:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cfec2983e12bc973b1d08edbc6d1fb5f6423c49",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of https://github.com/ashvardanian/tinysemver",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-05T03:41:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "713bcc0c82280c16f9c5f8b01a587e5974a6b15c",
"body": null,
"is_bot": false,
"headline": "Add: Pre-release dry run",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-05T03:41:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8ee19b562ae369092cfb8a121c0e4da9e5dc5fa",
"body": null,
"is_bot": false,
"headline": "Release: v1.3.3 [skip ci]",
"author_name": "TinySemVer",
"author_login": null,
"committed_at": "2024-08-05T03:33:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9375249cff74b3f40e8ea2ef62c4592340f6f1b",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of https://github.com/ashvardanian/tinysemver",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-05T03:32:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "612bfb019b7b70e9e808a7ab1f0c33f75f87cbe0",
"body": null,
"is_bot": false,
"headline": "Improve: Trigger minor releases for docs",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-05T03:32:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b54a6a0622d2bf004dfe30a495e145c9677ae5f2",
"body": null,
"is_bot": false,
"headline": "Docs: Providing examples",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-05T03:32:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ffb7a52cc7386203601a06fd3958a69e735735d",
"body": null,
"is_bot": false,
"headline": "Release: v1.3.2 [skip ci]",
"author_name": "TinySemVer",
"author_login": null,
"committed_at": "2024-08-05T03:23:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e6a60013a9301d329d7a7daae1c14ef238cbb0d",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of https://github.com/ashvardanian/tinysemver",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-05T03:23:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "113d5b85d78fd2edbd390e69fe5e2a4875d04424",
"body": null,
"is_bot": false,
"headline": "Fix: Checkout from `main`",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-05T03:23:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90d023fd003595a7804d5de3cbee8c101b60bd94",
"body": null,
"is_bot": false,
"headline": "Release: v1.3.1 [skip ci]",
"author_name": "TinySemVer",
"author_login": null,
"committed_at": "2024-08-05T03:20:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8901615f7f0e7270ee1540de848c14e361fc7303",
"body": null,
"is_bot": false,
"headline": "Improve: Use `skip ci` to avoid recursive calls",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-05T03:19:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c78809d5d5fabd57438c01692cb6c0410e42222",
"body": null,
"is_bot": false,
"headline": "Release: v1.3.0",
"author_name": "TinySemVer",
"author_login": null,
"committed_at": "2024-08-05T03:05:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bad8b5b6a5622e2037ffad30f2432886597a9a73",
"body": "* Fix: Improve GitHub Action security and error handling\r\n\r\n- Set `persist-credentials: false` in actions/checkout step\r\n This prevents the GITHUB_TOKEN from being persisted in the local\r\n git config, avoiding potential conflicts when using a custom PAT\r\n for authentication in subsequent steps.\r\n\n[…]\neases directly from their CI/CD pipeline.\r\n\r\nSigned-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>\r\n\r\n---------\r\n\r\nSigned-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>",
"is_bot": false,
"headline": "Fix: Finalize the GitHub Action (#6)",
"author_name": "Guillaume de Rouville",
"author_login": "grouville",
"committed_at": "2024-08-05T03:05:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c381b86189c7792813b857f9e0d0cfa78e49d704",
"body": null,
"is_bot": false,
"headline": "Make: Fetch `TINYSEMVER_TOKEN`",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-04T00:32:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6bceea62fc6bb15fc55eb8a1a160acf159df6e5",
"body": null,
"is_bot": false,
"headline": "Fix: Replacing slices",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-04T00:22:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7931aa0807e88df733f5a313077072dce920a5bd",
"body": null,
"is_bot": false,
"headline": "Fix: Lowercase name",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-03T23:29:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bed35f4b3f33524eba10791c64076bdb85341c79",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of https://github.com/ashvardanian/TinySemVer",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-03T23:24:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9ec5db54b0a27597c7a69a751fde4ef11742949",
"body": null,
"is_bot": false,
"headline": "Docs: Links and instructions",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-03T23:24:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2457fed8279180a27cdf2ee465469da640ef194",
"body": null,
"is_bot": false,
"headline": "Fix: Remove repeated `pyproject.toml` lines",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-08-03T23:11:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0a70beb09251e853d04cc91a624e4cbd95bb27a",
"body": null,
"is_bot": false,
"headline": "Improve: Log failed push URL",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-07-22T18:58:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50c7761d3920a84a04e088a6650a58d88642a8d0",
"body": "Add: GitHub Action\r\n\r\n\r\nCloses #1",
"is_bot": false,
"headline": "Merge pull request #2 from grouville/github-action",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-07-22T02:33:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9a7f4e6aeb348aded2a6a862ebd57d8104c9f3a",
"body": "Signed-off-by: grouville <guillaume.derouville@gmail.com>",
"is_bot": false,
"headline": "Make: remove redundant skip of merge commit",
"author_name": "grouville",
"author_login": "grouville",
"committed_at": "2024-07-22T02:28:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "750f121c941c8dff7638f8744522e9a534d9288b",
"body": null,
"is_bot": false,
"headline": "Make: Drop prefix for GitHub env. vars",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-07-22T02:28:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb753d8e2f125005e1e8baa8ca2783459bbd153c",
"body": null,
"is_bot": false,
"headline": "Make: Prefix env. variables",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-07-22T02:16:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db0b465ce6f3932ec0dbdd01c8dfc65c0301ac9d",
"body": null,
"is_bot": false,
"headline": "Make: Update YAML indent",
"author_name": "Ash Vardanian",
"author_login": "ashvardanian",
"committed_at": "2024-07-22T02:07:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d85f86290b7f5dcaf34fd867d06b755dbb93bce3",
"body": "Implements the GitHub Action\n\nSigned-off-by: grouville <guillaume.derouville@gmail.com>",
"is_bot": false,
"headline": "feature: implement GitHub Action",
"author_name": "grouville",
"author_login": "grouville",
"committed_at": "2024-07-22T01:42:42Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 25,
"commits_last_year": 27,
"latest_release_at": "2026-07-21T12:11:26Z",
"latest_release_tag": "v3.0.3",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 4,
"days_since_latest_release": 5,
"mean_days_between_releases": 78.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "tinysemver",
"exists": true,
"license": null,
"keywords": [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Software Development :: Build Tools"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/tinysemver/",
"is_deprecated": false,
"latest_version": "3.0.3",
"repository_url": "https://github.com/ashvardanian/TinySemVer.git",
"versions_count": 21,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 204,
"first_published_at": "2024-06-14T05:44:15.740066Z",
"latest_published_at": "2026-07-21T12:15:45.173934Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 3,
"stars": 28,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2024-06-25",
"count": 1
},
{
"date": "2024-07-21",
"count": 1
},
{
"date": "2024-09-15",
"count": 1
}
],
"complete": true,
"collected": 3,
"total_forks": 3
},
"star_history": null,
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"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": 35855,
"source_files_sampled": 3,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml",
"requirements.txt"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 4,
"malicious_count": 0,
"assessed_package": "pypi:tinysemver@3.0.3",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [
{
"name": "rich",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">= 13.8.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "rich",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "rich",
"direct": true,
"version": "14.2.0",
"ecosystem": "pypi"
},
{
"name": "black",
"direct": false,
"version": "25.9.0",
"ecosystem": "pypi"
},
{
"name": "click",
"direct": false,
"version": "8.3.0",
"ecosystem": "pypi"
},
{
"name": "colorama",
"direct": false,
"version": "0.4.6",
"ecosystem": "pypi"
},
{
"name": "coverage",
"direct": false,
"version": "7.10.7",
"ecosystem": "pypi"
},
{
"name": "iniconfig",
"direct": false,
"version": "2.1.0",
"ecosystem": "pypi"
},
{
"name": "markdown-it-py",
"direct": false,
"version": "4.0.0",
"ecosystem": "pypi"
},
{
"name": "mdurl",
"direct": false,
"version": "0.1.2",
"ecosystem": "pypi"
},
{
"name": "mypy",
"direct": false,
"version": "1.18.2",
"ecosystem": "pypi"
},
{
"name": "mypy-extensions",
"direct": false,
"version": "1.1.0",
"ecosystem": "pypi"
},
{
"name": "packaging",
"direct": false,
"version": "25.0",
"ecosystem": "pypi"
},
{
"name": "pathspec",
"direct": false,
"version": "0.12.1",
"ecosystem": "pypi"
},
{
"name": "platformdirs",
"direct": false,
"version": "4.5.0",
"ecosystem": "pypi"
},
{
"name": "pluggy",
"direct": false,
"version": "1.6.0",
"ecosystem": "pypi"
},
{
"name": "pygments",
"direct": false,
"version": "2.19.2",
"ecosystem": "pypi"
},
{
"name": "pytest",
"direct": false,
"version": "8.4.2",
"ecosystem": "pypi"
},
{
"name": "pytest-cov",
"direct": false,
"version": "7.0.0",
"ecosystem": "pypi"
},
{
"name": "pytest-mock",
"direct": false,
"version": "3.15.1",
"ecosystem": "pypi"
},
{
"name": "pytokens",
"direct": false,
"version": "0.1.10",
"ecosystem": "pypi"
},
{
"name": "ruff",
"direct": false,
"version": "0.14.0",
"ecosystem": "pypi"
},
{
"name": "tinysemver",
"direct": false,
"version": "2.1.1",
"ecosystem": "pypi"
},
{
"name": "typing-extensions",
"direct": false,
"version": "4.15.0",
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 23,
"direct_count": 2,
"indirect_count": 21
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 8,
"open_issues": 3,
"closed_ratio": 0.5,
"closed_issues": 3,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "ashvardanian",
"commits": 116,
"avatar_url": "https://avatars.githubusercontent.com/u/1983160?v=4"
},
{
"type": "User",
"login": "grouville",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/31691250?v=4"
},
{
"type": "User",
"login": "ashbob999",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/32575256?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.943
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"prerelease.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"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/19 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 6 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": 7,
"reason": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"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": 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": 5,
"reason": "5 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "8568f1bb851f446c761abb6fc37a9daaf06bd2b7",
"ran_at": "2026-07-27T04:29:46Z",
"aggregate_score": 4.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-21T12:15:19Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2025-10-14T13:51:28Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 9,
"created_at": "2024-08-06T02:30:08Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 10,
"created_at": "2024-08-12T05:56:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 12,
"created_at": "2024-08-14T20:12:21Z",
"last_comment_at": "2024-08-15T17:43:21Z",
"last_comment_author": "ashvardanian"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ashvardanian/TinySemVer",
"host": "github.com",
"name": "TinySemVer",
"owner": "ashvardanian"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"security": 54,
"vitality": 72,
"community": 37,
"governance": 59,
"engineering": 52
},
"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": 27,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "27 commits in the last year",
"points": 13,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 27
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"points": 7,
"status": "partial",
"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": 25,
"latest_release_tag": "v3.0.3",
"releases_from_tags": false,
"days_since_latest_release": 5,
"mean_days_between_releases": 78.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "25 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 25
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~78.3 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 78.3
}
}
],
"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": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"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": 37,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"forks": 3,
"stars": 28,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "28 stars",
"points": 23.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 28
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "3 forks",
"points": 2.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 3
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"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 (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"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": "at_risk",
"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": 38,
"inputs": {
"packages": [
"tinysemver"
],
"dependents": null,
"ecosystems": "pypi",
"total_downloads": null,
"monthly_downloads": 204
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "204 downloads/month across pypi",
"points": 30.8,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 204,
"ecosystems": "pypi"
}
}
],
"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": 59,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.943
},
"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 94% of commits",
"points": 1.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 94
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"merged_prs": 8,
"open_issues": 3,
"closed_issues": 3,
"issue_closed_ratio": 0.5,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "50% of issues closed",
"points": 23.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 50
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "8/10 decided PRs merged",
"points": 30.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 8,
"decided": 10
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/19 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"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": 72,
"inputs": {
"followers": 1422,
"owner_type": "User",
"is_verified": null,
"owner_login": "ashvardanian",
"public_repos": 61,
"account_age_days": 5123
},
"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": "1,422 followers of ashvardanian",
"points": 22.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1422,
"login": "ashvardanian"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "61 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 61
}
},
{
"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": [
"tinysemver"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 5
},
"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 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "21 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 21
}
}
],
"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": 52,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"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": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"semantic-version",
"semantic-versioning",
"devops",
"devops-tools",
"github-actions",
"minimalist",
"llm",
"openai-api"
],
"has_wiki": false,
"homepage": "https://github.com/marketplace/actions/tinysemver",
"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": "https://github.com/marketplace/actions/tinysemver",
"points": 15,
"status": "met",
"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": "8 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 8
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 54,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 43,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.3
},
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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/19 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 6 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": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"points": 5.2,
"status": "partial",
"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 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": "5 existing vulnerabilities detected",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the pypi:tinysemver@3.0.3 runtime dependency closure — what installing the published package pulls in — 4 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "pypi:tinysemver@3.0.3",
"assessed": 4
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 4,
"unassessed_packages": 0,
"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": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"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": 4,
"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": "critical",
"name": "AI Readiness",
"value": 19,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.22,
"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": "22 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 11.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 22,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [
"uv.lock"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"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": 0,
"status": "missed",
"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": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"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": "Python",
"largest_source_bytes": 35855,
"source_files_sampled": 3,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/3 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 3,
"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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-27T04:29:56.002638Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/ashvardanian/TinySemVer.svg",
"full_name": "ashvardanian/TinySemVer",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}