Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"dependency-injection",
"go",
"golang",
"service-locator",
"inversion-of-control",
"reflection",
"service-factory"
],
"is_fork": false,
"size_kb": 403,
"has_wiki": false,
"homepage": "https://matzefriedrich.github.io/parsley-docs/",
"languages": {
"Go": 250210,
"Makefile": 1185,
"Go Template": 7266
},
"pushed_at": "2026-07-22T21:37:42Z",
"created_at": "2024-07-09T22:11:54Z",
"owner_type": "User",
"updated_at": "2026-07-22T21:37:03Z",
"description": "An easy-to-use reflection-based dependency injection package that fits into any Go application.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Matthias Friedrich",
"type": "User",
"login": "matzefriedrich",
"company": "@stackitcloud",
"location": "Potsdam",
"followers": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/1573457?v=4",
"created_at": "2012-03-25T14:59:09Z",
"is_verified": null,
"public_repos": 145,
"account_age_days": 5232
},
"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": "v1.5.2",
"kind": "patch",
"published_at": "2026-07-22T21:41:30Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2026-06-12T20:39:25Z"
},
{
"tag": "v1.5.0-alpha1",
"kind": "prerelease",
"published_at": "2026-05-07T21:19:13Z"
},
{
"tag": "v1.4.1",
"kind": "patch",
"published_at": "2026-05-06T22:06:32Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2026-04-22T23:07:41Z"
},
{
"tag": "v1.3.3",
"kind": "patch",
"published_at": "2026-04-16T20:12:30Z"
},
{
"tag": "v1.3.2",
"kind": "patch",
"published_at": "2026-02-09T22:52:30Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2026-01-13T20:56:31Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2025-11-03T21:00:01Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2025-10-20T19:57:18Z"
},
{
"tag": "v1.1.3",
"kind": "patch",
"published_at": "2025-09-04T22:42:16Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2025-06-21T23:11:03Z"
},
{
"tag": "v1.0.12",
"kind": "patch",
"published_at": "2025-05-02T20:25:49Z"
},
{
"tag": "v1.0.5",
"kind": "patch",
"published_at": "2024-11-27T21:00:46Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2024-10-08T13:49:30Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2024-09-23T21:26:30Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2024-09-20T23:15:15Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2024-09-18T23:39:32Z"
},
{
"tag": "v0.9.3",
"kind": "patch",
"published_at": "2024-09-13T21:49:02Z"
},
{
"tag": "v0.9.2",
"kind": "patch",
"published_at": "2024-09-09T14:52:45Z"
},
{
"tag": "v0.9.1",
"kind": "patch",
"published_at": "2024-09-09T09:00:48Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2024-09-08T21:42:14Z"
},
{
"tag": "v0.8.3",
"kind": "patch",
"published_at": "2024-09-01T20:04:26Z"
},
{
"tag": "v0.8.2",
"kind": "patch",
"published_at": "2024-08-29T21:02:25Z"
},
{
"tag": "v0.7.1",
"kind": "patch",
"published_at": "2024-08-09T23:04:44Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2024-08-04T21:17:01Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2024-07-30T18:43:54Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2024-07-26T22:37:57Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2024-07-15T23:27:31Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2024-07-13T20:54:45Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2024-07-12T00:17:21Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2024-07-11T09:26:29Z"
}
],
"recent_commits": [
{
"oid": "becf63c4a6ce4ff9acbef46efd42da2590be9c34",
"body": "* Refactor `NamedServiceResolverActivatorFunc` and `RegisterNamed` to remove `context.Context` parameter.\n* Replace `reflect.Ptr` with `reflect.Pointer` to align with updated Go naming conventions.",
"is_bot": false,
"headline": "refactor: remove context from RegisterNamed (#87)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2026-07-22T21:36:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ec9a992d5339ebc6173852fc1e2ca3c0ae029ed",
"body": "…y to v0.6.2",
"is_bot": false,
"headline": "Upgrades Go version to 1.26.4 and update `cobra-extensions` dependenc…",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2026-07-17T21:53:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8bc35fd35139cc384f8a3e757a762330f0debd2",
"body": "…ve readability",
"is_bot": false,
"headline": "Refactor type model functions to simplify string formatting and impro…",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2026-07-17T21:53:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d63dded38a11fec3aab1bcbf8226bc15d579da79",
"body": "* Bump golang.org/x/mod from 0.37.0 to 0.38.0\n\nBumps [golang.org/x/mod](https://github.com/golang/mod) from 0.37.0 to 0.38.0.\n- [Commits](https://github.com/golang/mod/compare/v0.37.0...v0.38.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/mod\n dependency-version: 0.38.0\n dependency-\n[…]\ndabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/mod from 0.37.0 to 0.38.0 (#86)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-17T21:47:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cf5cdf75b0e2e3d1e34771f2b759f79b8485316c",
"body": null,
"is_bot": false,
"headline": "Updates the README.md file",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2026-06-12T20:51:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db91a9fd335b4861a17467ae52044c163659d89d",
"body": "* Bump golang.org/x/mod from 0.36.0 to 0.37.0\n\nBumps [golang.org/x/mod](https://github.com/golang/mod) from 0.36.0 to 0.37.0.\n- [Commits](https://github.com/golang/mod/compare/v0.36.0...v0.37.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/mod\n dependency-version: 0.37.0\n dependency-\n[…]\ndabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/mod from 0.36.0 to 0.37.0 (#85)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-12T19:33:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "93e1e18a4d950df580dd8eaf1fb790770322f57c",
"body": null,
"is_bot": false,
"headline": "Updates the changelog",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2026-05-12T18:51:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f3346623496b13cf09023ec4b6e7f46ac4deb0c",
"body": "* Bump golang.org/x/mod from 0.35.0 to 0.36.0\n\nBumps [golang.org/x/mod](https://github.com/golang/mod) from 0.35.0 to 0.36.0.\n- [Commits](https://github.com/golang/mod/compare/v0.35.0...v0.36.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/mod\n dependency-version: 0.36.0\n dependency-\n[…]\ndabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/mod from 0.35.0 to 0.36.0 (#84)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-12T18:47:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6adf10e2c76bc43976ad0c2c9b097d41395d39c8",
"body": "* Handle activation error in application context initialization\n\n* Updates the changelog",
"is_bot": false,
"headline": "Handle activation error in application context initialization (#83)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2026-05-07T22:14:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d3d8e0e8b176cfe0d1a5a96c349199a3ba42cba",
"body": null,
"is_bot": false,
"headline": "Updates .gitignore",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2026-05-07T21:22:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f3d985a3986f20bd1d09a5d2671e0710e60ce34",
"body": null,
"is_bot": false,
"headline": "Updates .gitignore",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2026-05-07T21:08:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a31476b18e3ffc9ad06c5e308f992dd797805195",
"body": "* Add comprehensive tests for resolver and activator function signatures\n* Extends the function_info.go module to support context parameter and (optional) error return value\n* Refactors service and dependency handling to support context parameters and error-returning activators\n* Refactors `Register\n[…]\n\n* Refactors `RunParsleyApplication` to include Parsley infrastructure in application context (fix linter issue)\n\n* Fixes linter issues\n* Adds test-coverage target to Makefile\n\n* Updates the changelog",
"is_bot": false,
"headline": "Support context.Context and error in activator signatures (#82)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2026-05-07T21:07:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e68d9705bc325294146798f577340bbd59de9207",
"body": "…ng via git tags.",
"is_bot": false,
"headline": "Bump version to 1.4.2 and update Makefile to include dynamic versioni…",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2026-05-07T00:25:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90a526034d69659d247f97dcb51160eaa1398d6b",
"body": null,
"is_bot": false,
"headline": "Updates the changelog",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2026-05-07T00:16:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0ad1fd7b3c44f1a18de93dd96e7988a7f4a3d88",
"body": "* Add initial Makefile to streamline common development tasks\n\n* Fixes linter issues\n\n* Refactor type assertions in `type_visitor.go` to eliminate redundant variable assignments\n* Adds unit tests for `MockFunction.String` method behavior\n* Adds verification assertions\n* Adds test for invalid named service registration\n* Removes mock_coverage_test.go module\n* Adds unit tests for improved syntax tree traversal and model building",
"is_bot": false,
"headline": "Fix linter issues (#81)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2026-05-07T00:11:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f43d52d34940fa372a1c7bd38fc0a8d42beb9549",
"body": "* Refactors the lazy service registration to support activating functions that can receive dependencies\n\n* Adds more tests for lazy service registration\n\n* Updates the changelog",
"is_bot": false,
"headline": "Extend lazy service to support activation with dependencies (#80)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2026-05-06T23:06:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4119824e38ce42da71d6493435f3bd9aa150c49",
"body": "* Add `RegisterModuleIf` method to conditionally register modules.\n\n* Implements `RegisterModuleIf` in `serviceRegistry` to conditionally register modules based on a boolean condition.\n\n* Updates `types.ServiceRegistry` interface to include `RegisterModuleIf`.\n\n* Adds unit tests to validate `RegisterModuleIf` behavior under true and false conditions.\n\n* Updates the changelog",
"is_bot": false,
"headline": "Add `RegisterModuleIf` method to conditionally register modules. (#79)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2026-05-06T22:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "218fc3426c1a79323f50e57bf98f7ac6a2fc311a",
"body": "* Refactor mock generation to include interface-specific method name prefixes\n\n* Adopts changes to mock generation in mock_test.go\n\n* Updates the changelog",
"is_bot": false,
"headline": "Avoid mock generation name collisions across interfaces (#78)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2026-05-06T21:49:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b2f22257b6cfb572d09a8c1fc1fcd69a35aec0b",
"body": null,
"is_bot": false,
"headline": "Updates the README.md file",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2026-04-22T23:20:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "528429fdcf8f9bcbc01dd1c5642eb9ac5f337f58",
"body": null,
"is_bot": false,
"headline": "Updates the changelog",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2026-04-22T22:56:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecba310a1ce94dc25569c791467a7bbbfae308c9",
"body": "* Add helper methods to `ParameterInfo` and `ReturnValueInfo` struct\n* Refactor parameter map formatting\n* Adds error handling for registry method calls in `register_proxy_test.go`\n* Fixes formatting of return values\n* Refactors `type_visitor.go` to use `new()` for creating `last` pointer\n* Fixes co\n[…]\n, return value introspection, error interception, and execution order\n* Adds unit tests for `FormatType`, `FormattedParameterNames`, `FormattedResultNames`, `HasParameters`, and `HasResults` functions",
"is_bot": false,
"headline": "feature/extend-proxies-module (#73)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2026-04-22T22:43:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "28519192a6f3d7ef6ef58c35cc70d8258d52325d",
"body": null,
"is_bot": false,
"headline": "Updates the changelog",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2026-04-16T20:09:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd456276d370ee11fd44ddc5d77d2f70fb2d3bbc",
"body": null,
"is_bot": false,
"headline": "Bump Go version to 1.26.2",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2026-04-16T20:02:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7596204e5f830d401f5e711f9d9c3eb132dc62bf",
"body": "* Bump golang.org/x/mod from 0.33.0 to 0.35.0\n\nBumps [golang.org/x/mod](https://github.com/golang/mod) from 0.33.0 to 0.35.0.\n- [Commits](https://github.com/golang/mod/compare/v0.33.0...v0.35.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/mod\n dependency-version: 0.35.0\n dependency-\n[…]\ndabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/mod from 0.33.0 to 0.35.0 (#72)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-16T19:57:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "35d048489b7e0a90968a9c2293f349b4d578346d",
"body": null,
"is_bot": false,
"headline": "Upgrades Go version to 1.25.7",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2026-02-09T22:48:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2512835ef180f0e880d15e95751587e3e8d8ae7",
"body": "* Bump golang.org/x/mod from 0.32.0 to 0.33.0\n\nBumps [golang.org/x/mod](https://github.com/golang/mod) from 0.32.0 to 0.33.0.\n- [Commits](https://github.com/golang/mod/compare/v0.32.0...v0.33.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/mod\n dependency-version: 0.33.0\n dependency-\n[…]\ndabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/mod from 0.32.0 to 0.33.0 (#69)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-09T22:46:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "68ded10a2bcb3b2e487ebff320fd4da9ff4bc68b",
"body": "* Bump golang.org/x/mod from 0.31.0 to 0.32.0\n\nBumps [golang.org/x/mod](https://github.com/golang/mod) from 0.31.0 to 0.32.0.\n- [Commits](https://github.com/golang/mod/compare/v0.31.0...v0.32.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/mod\n dependency-version: 0.32.0\n dependency-\n[…]\ndabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/mod from 0.31.0 to 0.32.0 (#68)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-13T20:53:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9698b83f9bd928da6b657a6c879c4084b6fc1935",
"body": "…o.mod`",
"is_bot": false,
"headline": "Upgrade Go workflow to use `setup-go@v6` and manage Go version via `g…",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2025-12-09T21:29:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "123a83fd4fd79d14f06e3e06cd29aae25b8a7b87",
"body": null,
"is_bot": false,
"headline": "Remove unused `golang.org/x/mod v0.30.0` from `go.sum`.",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2025-12-09T21:21:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33eb765bca76288640458e0deae5d8e881fd7a0d",
"body": null,
"is_bot": false,
"headline": "Updates the changelog",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2025-12-09T21:18:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "388c9773d69b28bc848b1d313e24d3dddff56ead",
"body": null,
"is_bot": false,
"headline": "Bump Go version to 1.25.5 and upgrade golang.org/x/mod to v0.31.0",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2025-12-09T21:18:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2e0406d5f6f8a4750bf3cf31b1fc4cdfbfa6049",
"body": "* Bump github.com/spf13/cobra from 1.10.1 to 1.10.2\n\nBumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.10.1 to 1.10.2.\n- [Release notes](https://github.com/spf13/cobra/releases)\n- [Commits](https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2)\n\n---\nupdated-dependencies:\n- dep\n[…]\ndabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 (#67)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-09T21:13:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "979f34785f2ebe3b40a83c3979555e34985fd736",
"body": null,
"is_bot": false,
"headline": "Upgrades Go version to 1.25.4",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2025-11-25T21:34:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45015c32a12410c1ca5579730874b50781c3fddc",
"body": "* Bump golang.org/x/mod from 0.29.0 to 0.30.0\n\nBumps [golang.org/x/mod](https://github.com/golang/mod) from 0.29.0 to 0.30.0.\n- [Commits](https://github.com/golang/mod/compare/v0.29.0...v0.30.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/mod\n dependency-version: 0.30.0\n dependency-\n[…]\ndabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/mod from 0.29.0 to 0.30.0 (#66)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-25T20:48:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a4410fc059ab6181865f05990c04e8fd259f5aeb",
"body": null,
"is_bot": false,
"headline": "Add contributing guidelines to CONTRIBUTING.md",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2025-11-04T00:25:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "824425df4ca6787070b10e4984b527ef4b41f8ea",
"body": null,
"is_bot": false,
"headline": "Adds code of conduct",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2025-11-03T23:14:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40d8651a459d481440f129066bb71745b860f92c",
"body": "* Refactors resolver functions to standardize `context.Context` as the first parameter\n* Refactors tests to use `t.Context` for context initialization instead of `context.Background` for consistency and improved test management.",
"is_bot": false,
"headline": "fix/streamline-context-usage (#65)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2025-11-03T20:39:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78a4a77f0b9023e9a1c2de21b8a6577782510f1b",
"body": null,
"is_bot": false,
"headline": "Updates Go version to 1.25",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2025-10-21T20:07:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53a7f923165a82b39013fb7c41113c0dd373a02c",
"body": null,
"is_bot": false,
"headline": "Updates the README.md file",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2025-10-20T19:51:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9d59a47a4592304e990de3d7537fc3f5ac83f70",
"body": "Dependabot couldn't find the original pull request head commit, 80825b8c71c00bd8dfe9d1d9a8293f861d64ee07.\n\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/mod from 0.28.0 to 0.29.0 (#64)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-20T19:45:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d580cdc149f3a138ac7eab83df862be05fa901d4",
"body": "…#63)\n\n* Bump github.com/matzefriedrich/cobra-extensions from 0.5.3 to 0.6.0\n\nBumps [github.com/matzefriedrich/cobra-extensions](https://github.com/matzefriedrich/cobra-extensions) from 0.5.3 to 0.6.0.\n- [Release notes](https://github.com/matzefriedrich/cobra-extensions/releases)\n- [Changelog](https\n[…]\ndabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/matzefriedrich/cobra-extensions from 0.5.3 to 0.6.0 (…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-20T19:40:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8c4659ae487b9bef9d333efdbbd9346b526dc671",
"body": "…#62)\n\n* Bump github.com/matzefriedrich/cobra-extensions from 0.5.2 to 0.5.3\n\nBumps [github.com/matzefriedrich/cobra-extensions](https://github.com/matzefriedrich/cobra-extensions) from 0.5.2 to 0.5.3.\n- [Release notes](https://github.com/matzefriedrich/cobra-extensions/releases)\n- [Changelog](https\n[…]\ndabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/matzefriedrich/cobra-extensions from 0.5.2 to 0.5.3 (…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-15T19:04:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1f220aef62f733761b11cd76c967b280552c5890",
"body": "…#61)\n\n* Bump github.com/matzefriedrich/cobra-extensions from 0.5.1 to 0.5.2\n\nBumps [github.com/matzefriedrich/cobra-extensions](https://github.com/matzefriedrich/cobra-extensions) from 0.5.1 to 0.5.2.\n- [Release notes](https://github.com/matzefriedrich/cobra-extensions/releases)\n- [Changelog](https\n[…]\ndabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/matzefriedrich/cobra-extensions from 0.5.1 to 0.5.2 (…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-08T19:52:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f368299c01012ae5c374b62d9f2976dc7930ed85",
"body": "* Bump golang.org/x/mod from 0.27.0 to 0.28.0\n\nBumps [golang.org/x/mod](https://github.com/golang/mod) from 0.27.0 to 0.28.0.\n- [Commits](https://github.com/golang/mod/compare/v0.27.0...v0.28.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/mod\n dependency-version: 0.28.0\n dependency-\n[…]\ndabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/mod from 0.27.0 to 0.28.0 (#60)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-08T19:49:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "50a2cf4b0b582a6cbd6b9c91cc4ed421429e0f04",
"body": "* Bump github.com/spf13/cobra from 1.9.1 to 1.10.1\n\nBumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.9.1 to 1.10.1.\n- [Release notes](https://github.com/spf13/cobra/releases)\n- [Commits](https://github.com/spf13/cobra/compare/v1.9.1...v1.10.1)\n\n---\nupdated-dependencies:\n- depend\n[…]\ndabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 (#58)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-04T22:36:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c2240b04e970f1ad5fb7f2983027159e2841a717",
"body": "* Bump github.com/stretchr/testify from 1.10.0 to 1.11.1\n\nBumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.10.0 to 1.11.1.\n- [Release notes](https://github.com/stretchr/testify/releases)\n- [Commits](https://github.com/stretchr/testify/compare/v1.10.0...v1.11.1)\n\n---\nup\n[…]\ndabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (#59)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-04T22:29:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0d915bbe806b80d88e7636720a7efc0c1e13d272",
"body": "* Bump golang.org/x/mod from 0.26.0 to 0.27.0\n\nBumps [golang.org/x/mod](https://github.com/golang/mod) from 0.26.0 to 0.27.0.\n- [Commits](https://github.com/golang/mod/compare/v0.26.0...v0.27.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/mod\n dependency-version: 0.27.0\n dependency-\n[…]\ndabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/mod from 0.26.0 to 0.27.0 (#56)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-23T20:09:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e6ca202bdedfdd2e1b6e3395fec18cbf5c8c08d0",
"body": "* Bump golang.org/x/mod from 0.25.0 to 0.26.0\n\nBumps [golang.org/x/mod](https://github.com/golang/mod) from 0.25.0 to 0.26.0.\n- [Commits](https://github.com/golang/mod/compare/v0.25.0...v0.26.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/mod\n dependency-version: 0.26.0\n dependency-\n[…]\ndabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/mod from 0.25.0 to 0.26.0 (#55)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-07-25T20:41:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fc0c1d5ae10edf7c7cb1b31d5c44a8e4b6cfd79c",
"body": null,
"is_bot": false,
"headline": "Simplify `resolverFunc` by removing unnecessary error handling logic.",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2025-06-21T22:45:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "732173278fefd570a6d7e65431abf4c55b396fa9",
"body": "* Adds FactoryFunc and utility functions for dynamic service resolution\n* Adds factory tests for service resolution behavior (includes tests for transient and scoped lifetimes to ensure proper service instance handling in FactoryFunc scenarios).",
"is_bot": false,
"headline": "feature/factory-funcs (#54)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2025-06-21T22:37:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a1e6845ed104c72a540353ff5a39d7ec1224282",
"body": "* Bump golang.org/x/mod from 0.24.0 to 0.25.0\n\nBumps [golang.org/x/mod](https://github.com/golang/mod) from 0.24.0 to 0.25.0.\n- [Commits](https://github.com/golang/mod/compare/v0.24.0...v0.25.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/mod\n dependency-version: 0.25.0\n dependency-\n[…]\ndabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/mod from 0.24.0 to 0.25.0 (#52)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-06-13T21:44:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c96e3f8c966788a9b4975b5f78ec2d99303ca774",
"body": "…#51)\n\n* Bump github.com/matzefriedrich/cobra-extensions from 0.5.0 to 0.5.1\n\nBumps [github.com/matzefriedrich/cobra-extensions](https://github.com/matzefriedrich/cobra-extensions) from 0.5.0 to 0.5.1.\n- [Release notes](https://github.com/matzefriedrich/cobra-extensions/releases)\n- [Changelog](https\n[…]\ndabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/matzefriedrich/cobra-extensions from 0.5.0 to 0.5.1 (…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-06-13T21:36:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a7c93d5d516ab9ba2a60379c4dbe1685c70423b2",
"body": null,
"is_bot": false,
"headline": "Create FUNDING.yml",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2025-06-13T20:37:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "227ac3ec109a5d8476092126f9dc427fc61ee446",
"body": "…(#50)\n\n* Bumps github.com/matzefriedrich/cobra-extensions from 0.4.6 to 0.5.0",
"is_bot": false,
"headline": "Bumps github.com/matzefriedrich/cobra-extensions from 0.4.6 to 0.5.0 …",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2025-05-26T22:10:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bb05ed3395ffff4bf09422bfb4e42d507a65682",
"body": "…#48)\n\n* Bump github.com/matzefriedrich/cobra-extensions from 0.4.4 to 0.4.5\n\nBumps [github.com/matzefriedrich/cobra-extensions](https://github.com/matzefriedrich/cobra-extensions) from 0.4.4 to 0.4.5.\n- [Release notes](https://github.com/matzefriedrich/cobra-extensions/releases)\n- [Changelog](https\n[…]\ndabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/matzefriedrich/cobra-extensions from 0.4.4 to 0.4.5 (…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-02T20:19:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "52c9db53f93de85a8ae6fdba39d21b0bd71a4e4e",
"body": "* Bump golang.org/x/mod from 0.23.0 to 0.24.0\n\nBumps [golang.org/x/mod](https://github.com/golang/mod) from 0.23.0 to 0.24.0.\n- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.24.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/mod\n dependency-type: direct:production\n upd\n[…]\ndabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/mod from 0.23.0 to 0.24.0 (#47)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-02T20:14:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5fe46845fd67a29c7a34068780f52531d709c822",
"body": "…#46)\n\n* Bump github.com/matzefriedrich/cobra-extensions from 0.4.3 to 0.4.4\n\nBumps [github.com/matzefriedrich/cobra-extensions](https://github.com/matzefriedrich/cobra-extensions) from 0.4.3 to 0.4.4.\n- [Release notes](https://github.com/matzefriedrich/cobra-extensions/releases)\n- [Changelog](https\n[…]\ndabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/matzefriedrich/cobra-extensions from 0.4.3 to 0.4.4 (…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-03-06T20:04:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c7ac497e83e59b9ace8c9de9bc78eb0676aa1825",
"body": "* Bump github.com/spf13/cobra from 1.8.1 to 1.9.1\n\nBumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.1 to 1.9.1.\n- [Release notes](https://github.com/spf13/cobra/releases)\n- [Commits](https://github.com/spf13/cobra/compare/v1.8.1...v1.9.1)\n\n---\nupdated-dependencies:\n- dependenc\n[…]\ndabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#45)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-02-19T15:04:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8cee3d23a0766d3dca30156e4545fe152a441660",
"body": "* Bump golang.org/x/mod from 0.22.0 to 0.23.0\r\n\r\nBumps [golang.org/x/mod](https://github.com/golang/mod) from 0.22.0 to 0.23.0.\r\n- [Commits](https://github.com/golang/mod/compare/v0.22.0...v0.23.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golang.org/x/mod\r\n dependency-type: direct:producti\n[…]\nbot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/mod from 0.22.0 to 0.23.0 (#44)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-02-12T08:32:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b6edcf1e2c59a31207f78fc0f1290310c91e5daf",
"body": "…#43)\n\n* Bump github.com/matzefriedrich/cobra-extensions from 0.4.2 to 0.4.3\r\n\r\nBumps [github.com/matzefriedrich/cobra-extensions](https://github.com/matzefriedrich/cobra-extensions) from 0.4.2 to 0.4.3.\r\n- [Release notes](https://github.com/matzefriedrich/cobra-extensions/releases)\r\n- [Changelog](h\n[…]\nbot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/matzefriedrich/cobra-extensions from 0.4.2 to 0.4.3 (…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-01-23T14:47:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ae61683186f1faf036d3ea5222503011ee97df32",
"body": "…#42)\n\n* Bump github.com/matzefriedrich/cobra-extensions from 0.4.1 to 0.4.2\r\n\r\nBumps [github.com/matzefriedrich/cobra-extensions](https://github.com/matzefriedrich/cobra-extensions) from 0.4.1 to 0.4.2.\r\n- [Release notes](https://github.com/matzefriedrich/cobra-extensions/releases)\r\n- [Changelog](h\n[…]\nbot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/matzefriedrich/cobra-extensions from 0.4.1 to 0.4.2 (…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-12-16T23:09:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cefb05eef7b5a2e919191e11e59feb18f7b14d1f",
"body": "…#41)\n\n* Bump github.com/matzefriedrich/cobra-extensions from 0.4.0 to 0.4.1\r\n\r\nBumps [github.com/matzefriedrich/cobra-extensions](https://github.com/matzefriedrich/cobra-extensions) from 0.4.0 to 0.4.1.\r\n- [Release notes](https://github.com/matzefriedrich/cobra-extensions/releases)\r\n- [Changelog](h\n[…]\nbot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/matzefriedrich/cobra-extensions from 0.4.0 to 0.4.1 (…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-12-11T20:17:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b693978a012a3468e7ddd3fb73ac142f2d4f01d1",
"body": null,
"is_bot": false,
"headline": "Condensed README",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-11-28T10:01:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae943f0246116953e6123c8d007dd6cc43bbb976",
"body": "* Update dependencies\r\n* Adds detailed descriptions to command flags\r\n* Updates long descriptions in command struct tags",
"is_bot": false,
"headline": "Feature/update cobra extensions v0.4.0 (#40)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-11-27T20:56:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38dcceb79562149133b48babd647a45f3e4d3421",
"body": "Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0.\r\n- [Release notes](https://github.com/stretchr/testify/releases)\r\n- [Commits](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: github.com/stre\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#39)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-11-27T18:06:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b28af493828f6a0261a3ccb9ce1e892bce01de99",
"body": null,
"is_bot": false,
"headline": "Updates the changelog",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-11-18T20:10:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7718cac47bf24677b5d8b839163101fdc3a267cf",
"body": "…#38)\n\nBumps [github.com/matzefriedrich/cobra-extensions](https://github.com/matzefriedrich/cobra-extensions) from 0.3.1 to 0.3.2.\r\n- [Release notes](https://github.com/matzefriedrich/cobra-extensions/releases)\r\n- [Changelog](https://github.com/matzefriedrich/cobra-extensions/blob/main/CHANGELOG.md)\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/matzefriedrich/cobra-extensions from 0.3.1 to 0.3.2 (…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-11-18T20:08:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "faac5aafa3f98ffbdfa094df7e3b482421148992",
"body": "Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.21.0 to 0.22.0.\r\n- [Commits](https://github.com/golang/mod/compare/v0.21.0...v0.22.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golang.org/x/mod\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/mod from 0.21.0 to 0.22.0 (#37)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-11-12T20:49:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a02fa7c180a3e3fab0532b09d39aa4b521b3b0f",
"body": "* Remove hashicorp/go-version dependency\r\n* Adds Fossa analysis to the actions workflow\r\n* Fixes warning related to the actions/setup-go step\r\n* Add tests for VersionInfo methods and simplify comparisons",
"is_bot": false,
"headline": "Fix/remove go version dependency (#36)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-10-08T13:08:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c217f053b48baf37ab2ef3dda03e8feec413928c",
"body": "…#35)\n\nBumps [github.com/matzefriedrich/cobra-extensions](https://github.com/matzefriedrich/cobra-extensions) from 0.3.0 to 0.3.1.\r\n- [Release notes](https://github.com/matzefriedrich/cobra-extensions/releases)\r\n- [Changelog](https://github.com/matzefriedrich/cobra-extensions/blob/main/CHANGELOG.md)\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/matzefriedrich/cobra-extensions from 0.3.0 to 0.3.1 (…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-09-26T21:01:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d9d180161cd1fa716019e7021f502c0e2feba651",
"body": "Upgraded the `cobra-extensions` library to version 0.3.0. Adjusted the import paths in the internal commands to reflect the new package structure introduced in the updated library.",
"is_bot": false,
"headline": "Update cobra-extensions to v0.3.0 and refactor import paths (#34)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-09-26T20:54:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c9c4a6b6457359099048264834d5e329da81ff1",
"body": null,
"is_bot": false,
"headline": "Create dependabot.yml",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-09-26T20:42:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99e581d18038da087e0d05108c4b0c8d1b54b884",
"body": null,
"is_bot": false,
"headline": "Add detailed comments to improve code documentation",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-09-24T11:30:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1581a9ab0726a0d2ecdfd6e33f152c6071c5cf66",
"body": null,
"is_bot": false,
"headline": "Update version to 1.0.1 and revise CHANGELOG.md",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-09-23T21:14:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0af59257ecc37862e4fac88c1c9540497fe61e4",
"body": "* Adds a new unit test in `bootstrap_generator_test.go` to verify that `BootstrapGenerator` correctly generates the necessary project files. Refactors `bootstrap_generator.go` to use a flexible writer function, improving testability and decoupling file generation from filesystem dependencies.\r\n* Ref\n[…]\nt command to use dependency injection for project loading and file writing. Introduces new interfaces and factory functions to enhance testability and maintainability; adds tests for the init command.",
"is_bot": false,
"headline": "Pre release/init command tests (#33)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-09-23T20:54:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "39de39f7872b470abee2cb82a0b604e9a6bc2a83",
"body": "* Fixes handling of ellipsis parameters\r\n* Fixes handling of interface parameters\r\n* Adds tests for the type_syntax_walker.go module\r\n* Adds new tests for the type_model_functions.go module\r\n* Adds tests for the generic_generator.go module",
"is_bot": false,
"headline": "Fix/mocks generation (#32)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-09-21T23:38:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c69044533822de722deb7a1b72e40aa3796dbe0",
"body": "* Moves registry convenience functions to a separate module\r\n* Adds new tests for service registration convenience functions",
"is_bot": false,
"headline": "Moves registry convenience functions to a separate module (#31)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-09-21T22:21:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "380af308baf3698ff42a96fa5652cc0a16fece5d",
"body": "* Adds a module providing functionality for service registration validation (find unregistered dependencies)\r\n* Adds functionality to find circular dependencies in service registrations",
"is_bot": false,
"headline": "feature/service-validation (#30)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-09-20T23:06:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5aca612c4358bd4c6f0a5e440ee6d9fdecc1a8b5",
"body": "* Adds documentation comments to the pkg/types package\r\n* Adds documentation comments to the pkg/resolving package\r\n* Adds documentation comments to the pkg/registration package",
"is_bot": false,
"headline": "Pre release/code documentation (#29)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-09-19T21:38:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d03ab91f3e5aeaef0f2d64daf948d678b939fea5",
"body": null,
"is_bot": false,
"headline": "Updates the README.md file",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-09-19T13:44:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b51cc8bf67c64de1fdc6cb85de567434a10986f0",
"body": "Updates coverage status badge",
"is_bot": false,
"headline": "Update README.md",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-09-19T08:09:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f67cd11f1859f269a7cd732ea23bbfc3f421e97",
"body": "* Adds new tests for the several packages and modules\r\n* Adds new tests for the parsley_error.go module and fix bugs in ParsleyAggregateError\r\n* Refactors the reflection and generator packages to gain testability\r\n* Runs tests separately, making sure the coverage output gets properly merged\r\n* Exten\n[…]\nype_visitor.go module to support pointer parameters and results\r\n* Adds the ParameterType struct to store reflected parameter and field type information properly\r\n* Fixes bug in type_visitor.go module",
"is_bot": false,
"headline": "Pre release/increase test coverage (#28)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-09-18T23:27:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6f7f14b531ea331e4a83db4e5e509a7fcf0165c8",
"body": "* Updates the go.yml workflow name\r\n* Adds badges to the README.md file\r\n* Adds goveralls to the build workflow\r\n* Adds coverage to the test step",
"is_bot": false,
"headline": "Updates the docs (#27)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-09-17T22:33:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "321a30b1ddd6b8970716c1ab28126643fffb2255",
"body": "* Refactors the type_model_builder.go module; adds the reflection package with extensible syntax walker and symbol visitor modules.\r\n* Extends the generate_mocks_command.go module",
"is_bot": false,
"headline": "feature/full-control-over-mock-generation (#26)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-09-13T21:39:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad807490f2a94788286ffb6e599bec2bf45912ab",
"body": "* Adds the FormatType template function; fixes type formatting in default mock function setup",
"is_bot": false,
"headline": "Fixes type formatting in mock.gotmpl (#25)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-09-09T14:47:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9711b0b716b4dc919cf2d112ec2b5c60be5d6de9",
"body": "* Initial implementation of the version command\r\n* Updates the VersionString constant (and uses it in the init_command.go module)\r\n* Changes the Go version used in the pipeline\r\n* The version command can now confirm the latest version",
"is_bot": false,
"headline": "Feature/version info command (#24)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-09-09T14:28:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21ab333bdc0418227284f4b038a3030b0a1bdfff",
"body": "* Fixes matching of expected arguments in mock_verify.go",
"is_bot": false,
"headline": "Fixes matching of expected arguments in `mock_verify.go` (#23)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-09-09T09:54:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca31b473cedcaf1d518c8cf1a8a638e3e7be78ea",
"body": "* Removes direct file access from the NewTemplateModelBuilder method; requires an AstFileAccessor function instead. Adds AstFromFile and AstFromSource accessor functions.\r\n* Fixes handling of array types\r\n* Updates the init command to add a reference to the latest version of Parsley",
"is_bot": false,
"headline": "fix/array-parameter-handling-in-generator-commands (#22)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-09-09T08:55:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "853300780dd423cecf89c48749a36e91fbf808db",
"body": "* Renames proxy generator and model builder modules\r\n* Refactors the generate_proxy_command.go module; adds new generic (code-file) generator.go module\r\n* Adds new mocks generator command\r\n* Removes functions from the type model; registers template functions instead. Adopts changes to the proxy gene\n[…]\npe, and fixes error wrapping in the generic_generator.go module. Extends the mocks.gotmpl template; derives generated mocks from MockBase to trace method calls.\r\n* Adds mock verification functionality",
"is_bot": false,
"headline": "Feature/mocks template (#21)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-09-08T20:46:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "267070deb02adf4c38e5ca99c4947cead465a9c5",
"body": null,
"is_bot": false,
"headline": "Updates the README.md file (#20)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-09-02T13:40:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80f5dcc57dbda3932e11e58405fd43c116adc03a",
"body": null,
"is_bot": false,
"headline": "Changes the project license from AGPLv3 to Apache2 (#19)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-09-02T13:01:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd95efea185d04054e3e6898807a193e12da6721",
"body": "* Allows registration of struct dependencies",
"is_bot": false,
"headline": "Allows registration of struct dependencies (#18)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-09-01T20:00:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8d5f56f4e2b0def0800e73020815e4144a92fd7",
"body": "* Minor fixes to the bootstrap templates",
"is_bot": false,
"headline": "Fix/bootstrap templates (#17)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-08-29T20:50:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d46a7023f24d617067c1c55c2a4ea4928d210bbc",
"body": null,
"is_bot": false,
"headline": "Updates the README.md file",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-08-29T20:44:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6de6ae479234a62d88b1a8c3a81e0931e43caef4",
"body": "* Adds code generators for project setup and proxy generation",
"is_bot": false,
"headline": "Feature/parsley cli (#16)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-08-29T20:20:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e92fb6d3f61cd6136ba7a1b1e351899884577de",
"body": "* Extracts error message and object for failed service registrations\r\n* Extends the service_type.go module (changes registration lookup key)\r\n* Fixes the handling of types reflected from anonymous functions\r\n* Ignores the scope parameter in RegisterLazy (not supported yet)\r\n* Extracts error message \n[…]\n a specific dependency\r\n* Adds another test to verify that named services can be resolved as a list\r\n* Removes the scope parameter from the RegisterList method (lists must always be transient objects)",
"is_bot": false,
"headline": "Fix/resolver inject list (#15)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-08-09T23:01:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "91ab986f43db04afa3f641cda33c1dca4185322d",
"body": "* Adds the lazy service feature",
"is_bot": false,
"headline": "Feature/lazy (#14)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-08-04T21:09:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "659dc58d475d44612098a81ad8f362e27ad71a8d",
"body": "* Automatically registers services with a name automatically with the desired lifetime scope to resolve them also as a list of services (like services without a name). Changes the `createResolverRegistryAccessor` method so temporary registrations are selected first (and shadow permanent registrations).",
"is_bot": false,
"headline": "Feature/resolve named services as list (#13)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-07-30T18:38:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0d934de4559d7a512c31962f43def8ab53cca6e",
"body": "* Aligns the tests package structure with the structure of the package (moves tests to sub-packages)\r\n* Adds new tests for the function_info.go module and fixes issues\r\n* Removes unused functions from the stack.go module\r\n* Adds new tests for the IsNil helper function",
"is_bot": false,
"headline": "Improve Test Structure and Coverage (#12)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-07-27T23:09:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76ea475cbfb43c6be06bb0bd8bbe61f990a63a47",
"body": "* Adds support for named service registrations\r\n* Changes comparison service registrations (Func is always treated as not equal)\r\n* Fixes a bug in the detectCircularDependency helper function, which caused an infinite loop",
"is_bot": false,
"headline": "Feature/named services (#11)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-07-26T22:27:33Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 32,
"commits_last_year": 48,
"latest_release_at": "2026-07-22T21:41:30Z",
"latest_release_tag": "v1.5.2",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 15,
"days_since_latest_release": 0,
"mean_days_between_releases": 30.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 71,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/matzefriedrich/parsley",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/matzefriedrich/parsley",
"is_deprecated": false,
"latest_version": "v1.5.2",
"repository_url": "https://github.com/matzefriedrich/parsley",
"versions_count": 53,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-22T21:36:59Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 3,
"stars": 34,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2024-09-01",
"count": 2
},
{
"date": "2024-10-01",
"count": 1
}
],
"complete": true,
"collected": 3,
"total_forks": 3
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 10652,
"source_files_sampled": 124,
"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": 13,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/matzefriedrich/cobra-extensions",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.6.2"
},
{
"name": "github.com/pkg/errors",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.9.1"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.2"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "golang.org/x/mod",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.38.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/matzefriedrich/cobra-extensions",
"direct": true,
"version": "v0.6.2",
"ecosystem": "go"
},
{
"name": "github.com/pkg/errors",
"direct": true,
"version": "v0.9.1",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cobra",
"direct": true,
"version": "v1.10.2",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "golang.org/x/mod",
"direct": true,
"version": "v0.38.0",
"ecosystem": "go"
},
{
"name": "github.com/cpuguy83/go-md2man/v2",
"direct": false,
"version": "v2.0.7",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/inconshreveable/mousetrap",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/russross/blackfriday/v2",
"direct": false,
"version": "v2.1.0",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": false,
"version": "v1.0.10",
"ecosystem": "go"
},
{
"name": "go.yaml.in/yaml/v3",
"direct": false,
"version": "v3.0.4",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 13,
"direct_count": 5,
"indirect_count": 8
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 78,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 6,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "matzefriedrich",
"commits": 87,
"avatar_url": "https://avatars.githubusercontent.com/u/1573457?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"go.yml"
],
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "14 out of 14 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/24 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": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "18 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "becf63c4a6ce4ff9acbef46efd42da2590be9c34",
"ran_at": "2026-07-23T00:09:04Z",
"aggregate_score": 4.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T21:37:30Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-22T21:36:59Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/matzefriedrich/parsley",
"host": "github.com",
"name": "parsley",
"owner": "matzefriedrich"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"security": 60,
"vitality": 83,
"community": 54,
"governance": 59,
"engineering": 67
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 83,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"commits_last_year": 48,
"human_commit_share": 0.69,
"days_since_last_push": 0,
"active_weeks_last_year": 15
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "15/52 weeks with commits",
"points": 10.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 15
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "48 commits in the last year",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 48
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "18 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 32,
"latest_release_tag": "v1.5.2",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 30.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "32 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 32
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~30.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 30.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 54,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"forks": 3,
"stars": 34,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "34 stars",
"points": 24.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 34
}
}
],
"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": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"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": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 59,
"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": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"merged_prs": 78,
"open_issues": 0,
"closed_issues": 6,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "78/81 decided PRs merged",
"points": 36.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 78,
"decided": 81
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/24 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": 55,
"inputs": {
"followers": 18,
"owner_type": "User",
"is_verified": null,
"owner_login": "matzefriedrich",
"public_repos": 145,
"account_age_days": 5232
},
"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": "18 followers of matzefriedrich",
"points": 9.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 18,
"login": "matzefriedrich"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "145 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 145
}
},
{
"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": [
"github.com/matzefriedrich/parsley"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 0
},
"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 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "53 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 53
}
}
],
"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": 67,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"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": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"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": "14 out of 14 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": [
"dependency-injection",
"go",
"golang",
"service-locator",
"inversion-of-control",
"reflection",
"service-factory"
],
"has_wiki": false,
"homepage": "https://matzefriedrich.github.io/parsley-docs/",
"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://matzefriedrich.github.io/parsley-docs/",
"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": "7 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 7
}
}
],
"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": 60,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.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 not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "14 out of 14 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/24 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": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "18 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 13 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": 13
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 13,
"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": 13,
"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": 2
},
"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": 60,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.522,
"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": "36 of 69 human commits state their intent (structured subject or explanatory body)",
"points": 27.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 36,
"sampled": 69
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.31
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"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 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "31 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 31,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 10652,
"source_files_sampled": 124,
"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/124 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 124,
"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-23T00:09:15.080012Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/matzefriedrich/parsley.svg",
"full_name": "matzefriedrich/parsley",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}