Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"changelog",
"go",
"keep-a-changelog",
"nodejs",
"npm"
],
"is_fork": false,
"size_kb": 126,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 48493
},
"pushed_at": "2026-07-20T01:56:40Z",
"created_at": "2025-03-17T19:02:30Z",
"owner_type": "User",
"updated_at": "2026-07-20T01:54:42Z",
"description": "A simple tool to manage Keep a Changelog changelogs",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://giiena.me/",
"name": "Giiena Astrella",
"type": "User",
"login": "GiienaAstrella",
"company": null,
"location": "United States",
"followers": 29,
"avatar_url": "https://avatars.githubusercontent.com/u/6963409?v=4",
"created_at": "2014-03-16T01:01:02Z",
"is_verified": null,
"public_repos": 50,
"account_age_days": 4518
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-20T01:42:43Z"
},
{
"tag": "0.3.2",
"kind": "patch",
"published_at": "2025-08-07T22:40:58Z"
},
{
"tag": "0.3.1",
"kind": "patch",
"published_at": "2025-07-25T06:13:40Z"
},
{
"tag": "0.3.0",
"kind": "minor",
"published_at": "2025-07-22T23:30:06Z"
},
{
"tag": "0.2.0",
"kind": "minor",
"published_at": "2025-04-09T02:41:46Z"
},
{
"tag": "0.1.0",
"kind": "minor",
"published_at": "2025-03-27T05:01:51Z"
}
],
"recent_commits": [
{
"oid": "8f6e2e7eb9b8a03971a4f70a82f42c414eaddf54",
"body": "Bump version number at the beginning of each release cycle.\n\nUpdate dependencies at the beginning and the end of each release cycle.",
"is_bot": false,
"headline": "chore: Bump version to 0.5.0 and update dependencies",
"author_name": "Giiena Astrella",
"author_login": "GiienaAstrella",
"committed_at": "2026-07-20T01:54:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2be8f4dc1aa707fc16c7786e36cf1e3b0c9f09ee",
"body": null,
"is_bot": false,
"headline": "Release 0.4.0",
"author_name": "Giiena Astrella",
"author_login": "GiienaAstrella",
"committed_at": "2026-07-20T01:38:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e739d1c73804064d52404b11a7bb3b688634b81d",
"body": "Resolve #13.\n\nShell completion is essential for CLI tools. urfave/cli library\nprovides facilities to implement shell completion. Use them.",
"is_bot": false,
"headline": "changelog: Implement shell completion",
"author_name": "Giiena Astrella",
"author_login": "GiienaAstrella",
"committed_at": "2026-07-20T01:26:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "324d6a6c88ea2922e21fe19aa728fa29e30ff8b3",
"body": "Some Actions remain outdated. Update them.",
"is_bot": false,
"headline": "infra: Upgrade CI workflow Actions",
"author_name": "Giiena Astrella",
"author_login": "GiienaAstrella",
"committed_at": "2026-07-19T22:53:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9951517fc8eb172bfaee0199c9f0be6365bc0cae",
"body": "Release workflow does not correctly fetch existing draft body. Also, it\ndoes not correctly handle v-prefixed tags. Fix both issues. While we're\nhere, also upgrade Actions as necessary.",
"is_bot": false,
"headline": "infra: Upgrade release workflow",
"author_name": "Giiena Astrella",
"author_login": "GiienaAstrella",
"committed_at": "2026-07-19T22:50:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fdfe53fb61d3622f349c57b89043cb68b2a5081",
"body": "The upcoming v0.4.0 supports reference style links. Use them. Also fix\ntypos while we're here.",
"is_bot": false,
"headline": "chore: Cleanup CHANGELOG.md",
"author_name": "Giiena Astrella",
"author_login": "GiienaAstrella",
"committed_at": "2026-07-19T22:38:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1040687149d2d766fe075a234b1af763099eae8",
"body": "With the new experimental AST parser, sublists are not preserved. Fix\nand preserve them while remaining compliant to the collapse param.",
"is_bot": false,
"headline": "keepachangelog: Fix sublist preservation",
"author_name": "Giiena Astrella",
"author_login": "GiienaAstrella",
"committed_at": "2026-07-19T21:17:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc849ff7885dd111027f19c4fd00856007d76ce2",
"body": "Resolve #3.\n\nCommand get returns the changes for specific version(s), breaking down\nsentences in paragraphs to their own lines. Some platforms incorrectly\nrender paragraphs with multiple lines as separate paragraphs. Add flag\n`--single-line` (`-s`), which outputs the changes without breaking down\nparagraphs.",
"is_bot": false,
"headline": "changelog: Add single line flag for command get",
"author_name": "Giiena Astrella",
"author_login": "GiienaAstrella",
"committed_at": "2026-07-11T20:26:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3a89134c2e980a6f63ac888291a397cd40d94ff",
"body": "String breaks down paragraphs into multiple lines, each sentence taking\na line. Some platforms incorrectly render paragraphs with sentences\nacross multiple lines as separate paragraphs. Add SingleLineString to\noutput non-broken down paragraphs.",
"is_bot": false,
"headline": "keepachangelog: Implement SingleLineString",
"author_name": "Giiena Astrella",
"author_login": "GiienaAstrella",
"committed_at": "2026-07-11T20:19:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f267d94c5de13d16d4533cdfa32de22f7a268b17",
"body": "Version heading can be reference style links. Accept destination and\ntitle when promoting.",
"is_bot": false,
"headline": "changelog: Command promote accept link and title",
"author_name": "Giiena Astrella",
"author_login": "GiienaAstrella",
"committed_at": "2026-07-11T19:41:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4bd096098f01659008117594e31c861efe22e32",
"body": "Consumer of Changelog may need to modify the contents, including\ninjecting references. But references needs to be propagated down to\nVersions. Add helper functions.",
"is_bot": false,
"headline": "keepachangelog: Add reference helpers",
"author_name": "Giiena Astrella",
"author_login": "GiienaAstrella",
"committed_at": "2026-07-11T19:34:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8e4902cadd719d86deed805c75f8ac3432f7c32",
"body": "Resolve #4.\n\nMarkdown supports reference style links. And a changelog document is one\nof the most appropriate use for reference style links. Implement support\nfor it.",
"is_bot": false,
"headline": "keepachangelog: Implement ref links support",
"author_name": "Giiena Astrella",
"author_login": "GiienaAstrella",
"committed_at": "2026-07-11T19:11:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c11806417edc6e726cfb7b78f24bc92e6ada0e3",
"body": "Markdown do not need special handling when marshaling. They're just\nstrings. For parsing, special handling should be handled by the type\nitself. No need to standardize with a common interface.",
"is_bot": false,
"headline": "markdown: Deprecate package",
"author_name": "Giiena Astrella",
"author_login": "GiienaAstrella",
"committed_at": "2026-07-11T19:04:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05276918724088fc2bf2534e6e38419bbbf91b22",
"body": "New AST parser is more efficient than the current text parser\nimplementation. And the Stringer function is more idiomatic than the\ncurrent marshaler. Deprecate the current implementations in favor of the\nnew implementations.",
"is_bot": false,
"headline": "keepachangelog: Deprecate (un)marshaler",
"author_name": "Giiena Astrella",
"author_login": "GiienaAstrella",
"committed_at": "2026-07-11T19:04:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f32ce0922af0d406c479cb928c51425f8a7507e7",
"body": "MarshalMarkdown builds the Markdown string for each type and their\ncontents. Since Changelogs are just strings (they were parsed from\ntext files anyhow), a standard String function will do just fine.\nImplement it.",
"is_bot": false,
"headline": "keepachangelog: Implement String functions",
"author_name": "Giiena Astrella",
"author_login": "GiienaAstrella",
"committed_at": "2026-07-11T19:04:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "936647c7c28964f431ca00d4f8f0b833cb26cf9b",
"body": "Add global toggle flag to re-enable the old parser. Then, default to the\nexperimental AST parser for all commands.",
"is_bot": false,
"headline": "changelog: Default to experimental AST parser",
"author_name": "Giiena Astrella",
"author_login": "GiienaAstrella",
"committed_at": "2026-07-11T19:04:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c2fee9707068235479d05eda8da5970d55195d8",
"body": "Current parser implementation parses the text through a combination of\nregexp matching and structure assumptions. It works, but it's clunky and\nhard to extend. Implement an AST parser function with the help of\nyuin/goldmark.",
"is_bot": false,
"headline": "keepachangelog: Add experimental AST parser",
"author_name": "Giiena Astrella",
"author_login": "GiienaAstrella",
"committed_at": "2026-07-11T19:04:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6ea59e923aa8217159cf819cc06800154b9a061",
"body": null,
"is_bot": false,
"headline": "infra: Update release workflow",
"author_name": "Giiena Astrella",
"author_login": "GiienaAstrella",
"committed_at": "2026-07-10T20:10:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f522e5163d72fffcf3a91e904f51520c7854feb4",
"body": "Distribution server has been down for months, and it will not return.\nGoing forward, the supported manual installation source is GitHub\nrelease page.",
"is_bot": false,
"headline": "infra: Remove references to distribution server",
"author_name": "Giiena Astrella",
"author_login": "GiienaAstrella",
"committed_at": "2026-07-10T20:04:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "006bb562a7c02bf8f9ca287555812abb96f43a91",
"body": "Changelog is no longer available as an NPM package. Distribution through\nNPM required wrapper script, which is now broken. We do not have the\nbandwidth to fix it. NPM distribution may return in the future, but for\nnow the supported installation methods going forward are as outlined in\nREADME.md",
"is_bot": false,
"headline": "wrapper: Remove wrapper and NPM distribution",
"author_name": "Giiena Astrella",
"author_login": "GiienaAstrella",
"committed_at": "2026-07-10T20:01:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4c1082b99138190fe41395025a11c244a6888dc",
"body": "32-bit ARM port of Go was broken and removed as of Go 1.25. While we're\nhere, also update Actions.",
"is_bot": false,
"headline": "infra: Remove windows_arm build target",
"author_name": "Giiena Astrella",
"author_login": "GiienaAstrella",
"committed_at": "2026-07-10T19:10:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6c76b26cc38006fa80f54a304b3506fccfdefc9",
"body": "Firstly, change import path. Following the GitHub username change, all\nfuture versions will import under `giiena.me/changelog`.\n\nNext, bump Go version to 1.26.5. Go 1.24 has been EOL since Feb 2026.\n\nLastly, update cli library. When we wrote Changelog, v3 was already on\nits way, but it was not mature yet. Well, v3 is now mature. Use it.",
"is_bot": false,
"headline": "changelog: Refactor Go codebase",
"author_name": "Giiena Astrella",
"author_login": "GiienaAstrella",
"committed_at": "2026-07-10T18:46:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ca029084f9a6d94d4f80361f1b982f1bdff503b",
"body": "v0.3.x branch releases bugfix in v0.3.2.",
"is_bot": false,
"headline": "chore: Include v0.3.2 in Changelog",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-08-07T22:52:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f16d6fe99456278b47d5f077176d82f4bdacd378",
"body": "This fixes #2.\n\nChange lists are stripped of the list token (`-`) and leading spaces.\nSublists are inadvertently escalated to top level. Remove the stripping.\nThis way, sublists are preserved.",
"is_bot": false,
"headline": "changelog: Fix sublists escalation",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-08-07T21:51:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bb6dca4c68af2b8fd663d5bcadb590fc28cd4b2",
"body": "v0.3.x branch releases bugfix in v0.3.1.",
"is_bot": false,
"headline": "chore: Include v0.3.1 in Changelog",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-07-25T06:16:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d00b6119c29640ce2f15c376ae79c8b1326b1d4",
"body": "The wrapper installs the Changelog binary relative to the current\nworking directory. It should be relative to the module directory in the\nnearest `node_module`. Fix it.",
"is_bot": false,
"headline": "wrapper: Fix Changelog binary installation path",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-07-25T06:03:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "512e068a52eb0459928087850b6f961d55239f7d",
"body": "Bump version number at the beginning of each release cycle.",
"is_bot": false,
"headline": "chore: Bump version number",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-07-22T23:37:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfba975d924109fffac69fa815c59b8dac66071a",
"body": null,
"is_bot": false,
"headline": "Release 0.3.0",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-07-22T23:27:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dde9370102dd648e6de953f328db4ae0a403f45",
"body": "Update dependencies at the beginning and at the end of each release\ncycle. Also update toolchain as Go 1.22 is no longer supported.",
"is_bot": false,
"headline": "changelog: Update toolchain and dependencies",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-07-22T23:20:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2af3d2a0a4640c9de55622c8a5e23090e9d714b",
"body": "Update dependencies at the beginning and at the end of each release\ncycle.",
"is_bot": false,
"headline": "wrapper: Update dependencies",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-07-22T23:13:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04589d7f650e722e586a810bb70859a73d3d0959",
"body": "Firstly, Go CI workflow definition is now `ci-go.yaml`. Rename the Node\nCI to match that.\n\nNext, wrapper code has been moved from src/ to wrapper/.",
"is_bot": false,
"headline": "infra: Refactor Node CI",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-07-22T22:59:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bf8857cbe2a62428a22b7d92f917a0c8678f001",
"body": "Most jobs in the release flow share the same perms set. Lift these\ndeclaration to apply to the whole workflow.\n\nNext, add a prepare job. This way, a draft release page is created once.\nThe changelog is also created once. Also prepare the release variables\n(e.g. version ID, tag name, archive name, et\n[…]\ns_arm` from the GOOS_GOARCH\nmatrix.\n\nLastly, publish the release page in the wrapper builder. This way, when\nthe release page is live, we know the version is ready for installation\nfrom all platforms.",
"is_bot": false,
"headline": "infra: Refactor release workflow",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-07-22T22:53:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "30496aa0dc10a45b8b57e42f17d4981845923b10",
"body": "robherley/go-test-action prints out an easy to read test output to the\nsummary section of GitHub Actions.",
"is_bot": false,
"headline": "infra: Use robherley/go-test-action to run Go tests",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-07-22T09:01:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c396d806553afed9800525355fc1352611259ec2",
"body": "Changelog version heading should be notated without leading `v`. But it\nis reasonable and valid to use leading `v` in release tags. Since it may\nbe difficult to strip the leading `v` when using Changelog in CI\ntooling, strip the leading `v` from version targets.",
"is_bot": false,
"headline": "changelog: Normalize version numbers",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-07-22T08:55:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd9c4cee62b1ebdb9f22f5a1d9b5422b087fe149",
"body": "package-lock.json is not included in the package tarball. This is wrong.\nIt must be included.",
"is_bot": false,
"headline": "wrapper: Add package-lock.json to package files",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-07-22T08:11:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea4bf8b36cb796295208411394fb49046723b6a1",
"body": "Wrapper can be installed without hooks now.",
"is_bot": false,
"headline": "chore: Document wrapper installation change",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-07-22T08:06:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "646db44c323694afb4ebeb36fac2bd1788276a86",
"body": null,
"is_bot": false,
"headline": "chore: Document wrapper changes in CHANGELOG",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-07-22T08:06:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7b29d25ecd51207063698490e8e6c29126bf2f5",
"body": "Wrapper source code is in src/. This is ambiguous since all directories\nin the repo contains source code for some components of the project.\nMove wrapper code to wrapper/.",
"is_bot": false,
"headline": "wrapper: Refactor source directory",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-07-22T08:05:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8051211d797f71fc97e3098e9375f95d949243e",
"body": "Relying on installation hooks can cause installation issues (hooks can\nbe disabled!). Instead, the Changelog binary should be installed on\nfirst execution.\n\nFirst, we add a NodeJS executable script. This script attempts to\nexecute the Changelog binary, passing the arguments it received after\nremovin\n[…]\n` binary for\nthis package.\n\nLastly, we remove the existing hooks. We no longer need those now that\nthe binary known to NPM is a wrapper that can manage the installation of\nthe \"real\" Changelog binary.",
"is_bot": false,
"headline": "wrapper: Install bin on first execution and remove hooks",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-07-22T07:40:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6cf764d9cd7400dbb1581978f77321a1de530e61",
"body": "Changelog is a Go program. If a precompiled binary is not available, the\nwrapper should compile it locally either from a local source or by\ndownloading the source from the Git repository.",
"is_bot": false,
"headline": "wrapper: Implement internal library for building Go program",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-07-22T07:37:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0923b626a3b8b39f92a30a654b925bd6ed138c5",
"body": "NPM recognizes executables for a package from the `bin` key. Add this to\nthe internal info library.",
"is_bot": false,
"headline": "wrapper: Export executable info internally",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-07-22T07:36:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85372cc65027ab93570ef728ae5d84e909ae6e78",
"body": "In development mode, it is useful to see the full output of the binary\ninstallation flow.",
"is_bot": false,
"headline": "wrapper: Add debug outputs",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-07-22T07:34:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "663da1f0c626ad1f3bdac9e0b3da21f25a543059",
"body": "Build actions only trigger when files for that tech stack are modified.\nPushes affecting NodeJS files won't trigger Go builds, and vice versa.\nThis is the intended behavior, it saves us build times since Go builds\ntake longer. Sometimes, it's still useful to explicitly trigger Go build\nafter a NodeJS change. Add `workflow_dispatch` event to build workflows.",
"is_bot": false,
"headline": "Allow manual trigger of build workflows",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-04-09T13:03:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76445d5dd6901a40e223b5e3d727df2b139c0457",
"body": "NodeJS wrapper installs Changelog to `changelog/bin`. Technically, the\nprecompiled binary is a vendor module from the perspective of the\nwrapper. Move this to be under the `vendor` directory.",
"is_bot": false,
"headline": "Refactor vendor path",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-04-09T12:54:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce17fea55ad2e59bf2e971684ea79c5be0fc3efa",
"body": "Bump version at the beginning of the release cycle.",
"is_bot": false,
"headline": "Bump version to 0.3.0",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-04-09T02:43:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed3f9f687548115d76d2c4a9d3eeaec6ec2b934f",
"body": null,
"is_bot": false,
"headline": "Prepare for release 0.2.0",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-04-09T02:39:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66e500c7536c1bfe33a827ee07c68b2dc8b3fad6",
"body": "Command prepare skips sections when preparing a non-existing unreleased\nversion. Printing all empty sections is the whole point of running the\ncommand. Flag the newly created unreleased version as unreleased.",
"is_bot": false,
"headline": "Ensure command prepare prints all sections",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-04-09T02:31:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b65fe48b3026b933cddacb2fcedd82d83016c55",
"body": "NodeJS wrapper prints path to temp files when downloading archives.\nRemove it.",
"is_bot": false,
"headline": "Remove temp path printing when downloading archive",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-04-09T02:15:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "beb00e9f3278d5742f79432794b96d079b18c7bd",
"body": "On unsupported platform, installation through NPM will fail. Attempt to\nbuild from source archive or local source (when in development) instead.\nWhile downloading source archive, prefer tagged archive when possible,\nbut defer to main as needed.",
"is_bot": false,
"headline": "Implement source build",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-04-09T02:04:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f6d94107a439ae782a8c92409c73488b2dbe00e",
"body": "NodeJS wrapper exports the path to the binary as default export. Export\nthe wrapper object instead. While we're here, import the wrapper object\nfrom index rather than constructing an identical object in the\npreinstall hook.",
"is_bot": false,
"headline": "Refactor wrapper",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-04-09T02:09:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cb801f92fb585ed015a0265e0ac7793d777e87c",
"body": "Wrapper should allow the wrapped binary to be executed.",
"is_bot": false,
"headline": "Implement run function to wrapper",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-04-09T00:48:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dc1108f3017241aaf1a163f3c98d74e938eada9",
"body": "Some operations are done on temp directories rather than temp files.",
"is_bot": false,
"headline": "Implement helper functions for temp directory",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-04-09T00:46:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6869730b2f5351787752c408545833e06ae3fef6",
"body": "Golang calls Windows `windows` and NodeJS calls it `win32`. Normalize OS\nnames to be identical on both when substituting download URL vars.",
"is_bot": false,
"headline": "Normalize OS names",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-04-09T00:45:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6d39fc9993bfca261c95482006418f8de24c68c",
"body": "Build workflows were not triggering when the appropriate files are\nupdated. Fix this.",
"is_bot": false,
"headline": "Modify included file in build workflows",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-03-27T18:18:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2a3bc22d89d0e28308030f4469b676976332d40",
"body": "Bump version at the beginning of the release cycle.",
"is_bot": false,
"headline": "Bump version to 0.2.0",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-03-27T05:09:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56b7cc9ac1923482f43e055ee1497f22e0acc025",
"body": null,
"is_bot": false,
"headline": "Prepare for release 0.1.0",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-03-27T04:57:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9be309443f1cf39d1d88beab9cdd72222bbfca1c",
"body": "Add usage info, ways to install, and a little bit of an FAQ section.",
"is_bot": false,
"headline": "Add information in README.md",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-03-27T04:48:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98a30a823381e738b9c0008eac28e9f309b394de",
"body": null,
"is_bot": false,
"headline": "Update changelog",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-03-27T04:19:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02fc3d9276f7ba1eb89d52d64f624b99ef92958b",
"body": "Build workflow would not trigger on main.go changes. Include this in the\nworkflow.",
"is_bot": false,
"headline": "Include main.go in build workflow",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-03-27T04:10:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9147da250c5ba721205cde5b6e56d097be16607",
"body": "Download URLs were set to the staging S3 bucket while testing build and\nrelease scripts and workflows. Replace them with the live S3 bucket.\nWhile we're here, when releasing to Windows, the binary must have a\n\".exe\" extension for it to be recognized as an executable binary.",
"is_bot": false,
"headline": "Replace staging URLs with live URLs and add Windows binary",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-03-27T04:07:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9093ed815f8a967b18d7efbeaf407648d5ff4951",
"body": "NodeJS wrapper script downloads the appropriate archive(s) for the given\nplatform, extracts it inside the module directory, and instructs npm to\nsymlink the appropriate executable binaries. The main module also\nreturns the path to the executable binary for the platform.",
"is_bot": false,
"headline": "Implement NodeJS wrapper",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-03-19T03:20:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba98f43613b36044ea1c542f828094266fef2bf4",
"body": "On release, artifacts should be generated, a GitHub release page\ncreated, and artifacts uploaded to the release page and to S3 bucket.",
"is_bot": false,
"headline": "Add release workflow",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-03-18T07:55:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "186c81cb1b3aebe473bfcb17edf0d395dff34a5d",
"body": "Command get show changes specific version(s).\nCommand version prints the version of the tool.\nCommand promote promotes unreleased.\nCommand prepare prepares the changelog for the next release cycle.",
"is_bot": false,
"headline": "Implement commands",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-03-18T05:58:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bd5eaaddec41a11f9dc7387c581051e1474651e",
"body": "Package keepachangelog implements types and functions to assist in\nmaintaining a Changelog based on the Keep a Changelog format.",
"is_bot": false,
"headline": "Implement package keepachangelog",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-03-18T02:00:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a16377e0ff4d9f83be09ea594e54def3b1ca37c5",
"body": "Package markdown implements encoding and decoding of data from and to\nMarkdown formatted representation.",
"is_bot": false,
"headline": "Implement package markdown",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-03-17T19:40:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d2f4c621d688e430e965001bc805988fe37c9ec",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "GHIFARI160",
"author_login": "GiienaAstrella",
"committed_at": "2025-03-17T19:05:44Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 24,
"latest_release_at": "2026-07-20T01:42:43Z",
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_last_push": 9,
"active_weeks_last_year": 3,
"days_since_latest_release": 9,
"mean_days_between_releases": 96
},
"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": "giiena.me/changelog",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": null,
"registry_url": "https://pkg.go.dev/giiena.me/changelog",
"is_deprecated": false,
"latest_version": "v0.4.0",
"repository_url": null,
"versions_count": 1,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T01:38:55Z",
"latest_version_yanked": null,
"days_since_latest_publish": 9
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 1,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 1
},
"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": [
"go.mod"
],
"largest_source_bytes": 8695,
"source_files_sampled": 17,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 6,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "github.com/urfave/cli/v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.10.1"
},
{
"name": "github.com/yuin/goldmark",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.8.4"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "github.com/urfave/cli/v3",
"direct": true,
"version": "v3.10.1",
"ecosystem": "go"
},
{
"name": "github.com/yuin/goldmark",
"direct": true,
"version": "v1.8.4",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 6,
"direct_count": 3,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 1,
"closed_ratio": 0.8,
"closed_issues": 4,
"closed_unmerged_prs": 9
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "GiienaAstrella",
"commits": 66,
"avatar_url": "https://avatars.githubusercontent.com/u/6963409?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci-go.yaml",
"release.yaml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"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": null,
"reason": "no pull request found",
"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/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"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": "22 commit(s) and 2 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": "no SAST tool detected",
"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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": "8f6e2e7eb9b8a03971a4f70a82f42c414eaddf54",
"ran_at": "2026-07-29T09:41:40Z",
"aggregate_score": 3.9,
"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-20T01:55:28Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 14,
"created_at": "2026-07-20T01:51:07Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/GiienaAstrella/changelog",
"host": "github.com",
"name": "changelog",
"owner": "GiienaAstrella"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"security": 51,
"vitality": 66,
"community": 24,
"governance": 44,
"engineering": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 66,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"commits_last_year": 24,
"human_commit_share": 1,
"days_since_last_push": 9,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 9 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "24 commits in the last year",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 24
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "22 commit(s) and 2 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": null,
"notes": [],
"value": 83,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_latest_release": 9,
"mean_days_between_releases": 96
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 9 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~96 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 96
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": 9,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 9 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 9
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 1,
"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": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"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
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 44,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"merged_prs": 0,
"open_issues": 1,
"closed_issues": 4,
"issue_closed_ratio": 0.8,
"closed_unmerged_prs": 9
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "80% of issues closed",
"points": 37.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 80
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "0/9 decided PRs merged",
"points": 0,
"status": "missed",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 0,
"decided": 9
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 56,
"inputs": {
"followers": 29,
"owner_type": "User",
"is_verified": null,
"owner_login": "GiienaAstrella",
"public_repos": 50,
"account_age_days": 4518
},
"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": "29 followers of GiienaAstrella",
"points": 10.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 29,
"login": "GiienaAstrella"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "50 public repos, account ~12 yr old",
"points": 24.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 50
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"packages": [
"giiena.me/changelog"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 9
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 9 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 9
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "1 published versions",
"points": 4,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 1
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 56,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"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": "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": 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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"changelog",
"go",
"keep-a-changelog",
"nodejs",
"npm"
],
"has_wiki": false,
"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": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"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": 51,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 39,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.9
},
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"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": "22 commit(s) and 2 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": "no SAST tool detected",
"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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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 6 resolved dependencies against OSV. 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": 6
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 6,
"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": "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": 6,
"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": 3
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 58,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.818,
"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": "54 of 66 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 54,
"sampled": 66
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"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": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"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 66",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 66
}
}
],
"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": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 8695,
"source_files_sampled": 17,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/17 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 17,
"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": [],
"report_type": "repository",
"generated_at": "2026-07-29T09:41:45.239960Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/g/GiienaAstrella/changelog.svg",
"full_name": "GiienaAstrella/changelog",
"license_state": "standard",
"license_spdx": "MIT"
}