JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 384,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 186586,
"Shell": 7383,
"Makefile": 2513
},
"pushed_at": "2026-07-22T22:03:30Z",
"created_at": "2026-07-17T11:20:14Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T18:26:41Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "www.mediusfy.com",
"name": "Mediusfy",
"type": "Organization",
"login": "mediusfy",
"company": null,
"location": "Germany",
"followers": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/287536179?v=4",
"created_at": "2026-05-24T22:06:03Z",
"is_verified": null,
"public_repos": 1,
"account_age_days": 59
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2026-07-22T18:28:10Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2026-07-22T18:24:11Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-22T18:17:58Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-20T05:41:57Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-18T06:39:04Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-07-17T22:22:13Z"
}
],
"recent_commits": [
{
"oid": "bd04af886c96a501446e2e2043e1bf5474b8d405",
"body": "…(#66)\n\nNone of ci.yml's jobs (build-and-test, lint, vuln, consumer-boundary,\nmodule-boundary, api-compat, changelog) need write access. Declaring\npermissions: read-all at the workflow level is an explicit least-privilege\ndefault and directly addresses OpenSSF Scorecard's Token-Permissions check,\nwhich this repo already tracks via scorecard.yml.\n\nCo-authored-by: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Restrict default GITHUB_TOKEN permissions to read-all in CI workflow …",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-22T18:25:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ecc6816fba94363887f2a6a2a65426eeef18bb17",
"body": "v0.4.0 was tagged and pushed to the module proxy pointing at a small\nCI-permissions-only commit branched off an older main, not the intended\nrelease content. The proxy treats published versions as immutable, so\nthe tag can't be corrected in place; v0.4.1 already republishes the\nintended content unde\n[…]\ndy` warn anyone who has it\npinned. Takes effect starting with the next tag (v0.4.2), since v0.4.1\nwas already published before this fix landed.\n\nCo-authored-by: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Retract v0.4.0, published on the wrong commit (#65)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-22T18:25:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "946b0784e282339fbf8e07161f6d89c36ce9554b",
"body": "…… (#64)\n\n* Add readiness checks, modulex/httpx package, and health/DAG documentation\n\nAdds RegisterReadinessCheck/ReadinessChecks alongside the existing health\nchecks (distinct liveness-vs-readiness semantics), a new modulex/httpx\npackage (HealthHandler, ReadinessHandler, Serve) so HTTP-serving con\n[…]\nithoutCancel(taskCtx) instead: it keeps taskCtx's values (the\ntrace span context the manager's tracer attaches) without inheriting its\ncancellation, giving Shutdown its own bounded window as intended.",
"is_bot": false,
"headline": "Add readiness checks, modulex/httpx package, and health/DAG documenta…",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-22T17:42:02Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d37b2d08aa11edb84cb87c6f9bd9b279fe2193dd",
"body": "…ild spans during Start",
"is_bot": false,
"headline": "Add traceID and spanID to SpanContext and automatically log parent-ch…",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-20T05:59:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca84e1e9254016e5bd86c0ea7f3f462365015c9d",
"body": "…atures (#63)",
"is_bot": false,
"headline": "Fix bugs, improve architecture, add HealthCheck and DAG visualizer fe…",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-20T05:39:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c08a60e7fe93aaf63a8d26c7708ddccfedb005b3",
"body": "- Goroutine leak detection via go.uber.org/goleak in all 6 test packages\n- Database boundary verification: -dbschema and -sqltables flags in modboundary\n- OTEL tracing middleware: HTTPMiddleware and SubscriberMiddleware\n- go.dev publishing: proxy ping in CI release workflow + Makefile targets\n- CHANGELOG.md updated for all changes",
"is_bot": false,
"headline": "fix: address code review findings and add godev publishing setup (#62)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-18T06:23:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1916810d7d901964e61c6f6e946fba3d3f57c1f3",
"body": "Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: mark ADR-0030 as implemented (#61)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T22:24:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5f537b207be08f466bc51e7f870331a2eba8448c",
"body": "Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: mark v0 prerelease checklist items complete (#60)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T22:23:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5830ffca5034ce40d6ff52e05253a6d9b98500bd",
"body": "Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(release): prepare CHANGELOG for v0.1.0 (#59)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T22:20:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "60d4edd06755b8dc9df1403388b9a7ec9d8925a2",
"body": "Add scripts/check-changelog.sh (make check-changelog), which fails a pull\nrequest whose diff against the base branch touches non-exempt files\nwithout also updating CHANGELOG.md. Exempt: .github/** and a lone\ngo.mod/go.sum bump, so the dependency-bump PRs this project already\nmerges without changelog entries keep working, plus any dependabot[bot]\nPR. Wired into CI as the changelog job, gated to pull_request events only.\n\nCo-authored-by: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(release-2): enforce CHANGELOG.md updates in CI (#58)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T22:01:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fec88bd712fbb31840664c8f2674093f3716e07a",
"body": "Add scripts/check-api-compat.sh (make check-api-compat), which uses\ngolang.org/x/exp/cmd/apidiff to report compatible/incompatible changes in\nthe core package and each adapter sub-package since the latest git tag. A\n-strict flag exits non-zero on incompatible changes, for future use once\nthe project\n[…]\ntay\ncompatible per COMPATIBILITY.md, but minor releases may break). No-ops\ncleanly when no tag exists yet. Wired into CI as the api-compat job.\n\nCo-authored-by: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(release-1): add API compatibility check (#57)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T21:54:23Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "53dec40c66ab724cc49779e891bd38aa343012a3",
"body": "Add tools/modboundary, a standalone Go module (not a core dependency)\nproviding a go/analysis Analyzer that flags direct imports between sibling\nfeature modules under a configured -root, unless the import goes through an\nallow-listed subpackage (default \"ports\"). Composition roots (package main)\nand\n[…]\nlist line claiming\nChi and OpenTelemetry adapters were still in the core package; they are\nalready extracted into modulex/chi and modulex/otel.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(arch-3): add optional modboundary go/analysis tool",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T21:43:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "98c39e23dac9d4752bdddd1dcac77a02a29273a5",
"body": "…(#56)\n\nProve StopModules closes the shared EventBus only after every module's\nStop with a new TestEventBusClosedAfterAllModulesStop test. Document and\ntest that the nats and rabbitmq adapters do not take ownership of the\ncaller-supplied connection/channel (Close leaves it open), while watermill\nowns and closes its internally-created GoChannel PubSub.\n\nCo-authored-by: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(integrations-2): verify and document EventBus shutdown ordering …",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T21:31:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "57b27a2da7d59350734d424679d657c0bc00e06a",
"body": "… (#55)\n\nAdd examples/external-consumer, a standalone Go module that imports only\nthe core modulex package via a replace directive, plus\nscripts/check-consumer-boundary.sh (make check-consumer-boundary) which\nbuilds it and fails if chi/nats/rabbitmq/watermill/otel leak into its\ncompiled dependency graph. Wired into CI as a new consumer-boundary job.\n\nCo-authored-by: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(integrations-1): verify core package has no adapter dependencies…",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T21:24:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "07e2b9c06e3fc9ee6faf77ae1958a680811d2b8d",
"body": "… (#54)\n\nNewManager now returns (*Manager, error) instead of *Manager. Construction\nfails with ErrInvalidPanicPolicy if WithPanicPolicy is given a value outside\nthe defined PanicPolicy enum. A nil EventBus still defaults to a no-op\nimplementation rather than failing, keeping local-development usage\nunaffected beyond the new return value.\n\nCo-authored-by: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(quality-2): validate NewManager construction and return an error…",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T21:17:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b4e0d4b169f4ca246511455a17561b1fcb73394b",
"body": "Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7.\n- [Release notes](https://github.com/actions/upload-artifact/releases)\n- [Commits](https://github.com/actions/upload-artifact/compare/v4...v7)\n\n---\nupdated-dependencies:\n- dependency-name: actions/upload-artifac\n[…]\nr-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Drew Jocham <drew.jocham@gmail.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/upload-artifact from 4 to 7 (#48)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-17T20:45:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bf9615a96cdc1f834641b3742634bd33841b82f3",
"body": "Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/v3...v4)\n\n-\n[…]\nr-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Drew Jocham <drew.jocham@gmail.com>",
"is_bot": true,
"headline": "chore(deps): bump github/codeql-action from 3 to 4 (#47)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-17T20:45:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "aa37d7c0e132dfde9eb17e7879cd7cbb08feba8a",
"body": "Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3.\n- [Release notes](https://github.com/softprops/action-gh-release/releases)\n- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/softprops/\n[…]\nr-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Drew Jocham <drew.jocham@gmail.com>",
"is_bot": true,
"headline": "build(deps): bump softprops/action-gh-release from 2 to 3 (#11)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-17T20:44:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "162e72f51248c17aa17bbc2e7ef6f453accd6c63",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v4...v7)\n\n---\nupdated-dependenc\n[…]\nr-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Drew Jocham <drew.jocham@gmail.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/checkout from 4 to 7 (#10)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-17T20:44:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fb0705641d1ec601060f5a0495d3d88a09849ace",
"body": "Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 99c09fe975337306107572b4fdf4db224cf8e2f2 to 4eaacf0543bb3f2c246792bd56e8cdeffafb205a.\n- [Release notes](https://github.com/ossf/scorecard-action/releases)\n- [Changelog](https://github.com/ossf/scorecard-action/blob/main/REL\n[…]\nduction\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Drew Jocham <drew.jocham@gmail.com>",
"is_bot": true,
"headline": "chore(deps): bump ossf/scorecard-action (#46)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-17T20:19:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b45c1d010bf631885f4bdf9496e87b4bf2329fd6",
"body": "Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.2.5 to 5.3.1.\n- [Release notes](https://github.com/go-chi/chi/releases)\n- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/go-chi/chi/compare/v5.2.5...v5.3.1)\n\n---\nupdated-depende\n[…]\nr-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Drew Jocham <drew.jocham@gmail.com>",
"is_bot": true,
"headline": "chore(deps): bump github.com/go-chi/chi/v5 from 5.2.5 to 5.3.1 (#12)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-17T20:18:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f3aae2325f54ee74d7635e92edc3e345e34250ab",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 7.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/v5...v7)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-go\n dependency-version: '7'\n depen\n[…]\nr-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Drew Jocham <drew.jocham@gmail.com>",
"is_bot": true,
"headline": "build(deps): bump actions/setup-go from 5 to 7 (#9)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-17T20:18:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cf4febff44fd1e569f854d6a53bfc0e44a3b35c5",
"body": "Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6 to 9.\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v6...v9)\n\n---\nupdated-dependencies:\n- dependency-name\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump golangci/golangci-lint-action from 6 to 9 (#8)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-17T19:52:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "99e9574916ec8e2ccaa0ed049294d3068d9b624a",
"body": "…#53)\n\n- Make adapters.NewHTTPClient return an error and reject empty/whitespace\n base URLs. Normalize trailing slashes in the base URL.\n- Make notification.NewRemoteModule return an error when the inputs are\n invalid.\n- Update all callers and tests to handle the new error return values.\n- Add tests for empty and whitespace base URL rejection.",
"is_bot": false,
"headline": "feat(quality-1): validate constructor inputs in deployment examples (…",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T19:38:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46a3f6aa173b3ea3178a41a273ac1c5c9c78e922",
"body": "- Introduce smaller capability interfaces: ServiceRegistrar, ServiceResolver,\n ServiceRegistry, EventBusProvider, ConfigProvider, LoggerProvider, and\n TaskSpawner.\n- Compose Registry from the smaller interfaces while preserving the existing\n public API.\n- Add mocks for all new capability interfaces.\n- Add compile-time test asserting Manager implements every capability interface.\n- Update README, readiness checklist, and CHANGELOG.",
"is_bot": false,
"headline": "feat(arch-2): narrow Registry into capability interfaces (#52)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T19:32:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2077acddc4f08fcdd829c7fa4846f5e443a66a11",
"body": null,
"is_bot": false,
"headline": "fix(chi): restore package comment accidentally removed in #50 (#51)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T19:27:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6acba13958f8fdafbde26c49b19b41efd03f6b45",
"body": "- Add direct dependency on golang.org/x/sync/errgroup.\n- Refactor Manager.waitForTasks to await supervised tasks concurrently using\n errgroup while preserving the caller's deadline.\n- Update task supervision guide and readiness checklist.\n- Record the dependency addition in CHANGELOG.md.",
"is_bot": false,
"headline": "feat(proc-1): use errgroup for supervised task awaiting (#50)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T19:26:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bef636a6a397630470bb1c2a772e08bb07916684",
"body": "- Introduce modulex.Startable and modulex.Stoppable capability interfaces.\n- Reduce the Module interface to Name, DependsOn, and Init.\n- Update Manager lifecycle methods to skip Start/Stop for modules that do not\n implement the optional capabilities.\n- Remove no-op Start/Stop methods from examples \n[…]\n- Add tests for modules with only Init, only Start, only Stop, and rollback\n behavior with optional Stoppable.\n- Update README, lifecycle guide, migration guide, changelog, and readiness\n checklist.",
"is_bot": false,
"headline": "feat(arch-1): make Start and Stop optional lifecycle capabilities (#49)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T19:08:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "65501b2da77dab4f15a004ca184658636e27343f",
"body": "- Move ServiceKey into notification/ports so consumers depend only on the\n contract package.\n- Remove dead logger field from notification.Module.\n- Drain response bodies in HTTPClient for proper connection reuse.\n- Log response encode errors in HTTPServer.\n- Start real HTTP servers in monolith and \n[…]\nhat exercise the HTTP endpoint and verify remote\n calls reach the standalone service.\n- Add nil-logger, custom-client, and context-cancellation adapter tests.\n- Update README and readiness checklist.",
"is_bot": false,
"headline": "fix(doc-1): address code review feedback on deployment examples (#45)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T18:59:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9b626ff3edbef04ff30528b688942175bc49bbf6",
"body": "- Add shared notification domain under examples/deployment/notification:\n ports.Service, in-process service implementation, HTTP server adapter, and\n HTTP client adapter.\n- Add notification.Module for local monolith wiring.\n- Add notification.RemoteModule for remote deployments, registering the HT\n[…]\nnds a message on Start.\n- Add monolith and remote runnable examples.\n- Add unit and integration tests for service, adapters, and both compositions.\n- Update README, CHANGELOG, and readiness checklist.",
"is_bot": false,
"headline": "feat(doc-1): add monolith and remote-adapter deployment examples (#44)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T18:54:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5bdbfb4728c0e204fad0e140acbd27b28c1d4ede",
"body": "* feat(pkg-1): extract Chi and OpenTelemetry adapters from core\n\n- Remove Chi and OpenTelemetry imports from modulex.go.\n- Introduce pluggable modulex.Tracer/Span interface and noop fallback.\n- Add WithTracer option to inject tracer implementations.\n- Create modulex/chi with typed RouterKey and Regi\n[…]\nhi adapter tests for duplicate registration and type mismatch.\n- Add missing otel adapter tests for global-provider fallback, unsupported\n attribute stringification, and foreign SpanContext handling.",
"is_bot": false,
"headline": "feat(pkg-1): extract Chi and OpenTelemetry adapters from core (#43)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T18:02:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "96073276a900407cef921c059ced20cf259b14f9",
"body": "* fix: address code review issues for adapters and manager\n\nNATS adapter:\n- Propagate subscriber context into handlers and extract W3C trace-context\n headers from NATS message headers for OTel span continuity.\n- Inject trace context into NATS headers on publish.\n- Rename mu to subsMu to clarify it \n[…]\nfer in sortModules with explicit cleanup.\n\nCompatibility:\n- Lower go.mod Go directive to 1.25.0 (minimum allowed by current deps).\n\n* ci: update golangci-lint-action to v7 for golangci-lint v2 support",
"is_bot": false,
"headline": "fix: address code review issues for adapters and manager (#42)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T17:44:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1469293b80a2a0373225a3572e18a9b1e915df60",
"body": null,
"is_bot": false,
"headline": "docs: add README files for NATS and RabbitMQ adapters (#41)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T16:52:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "288b451f5ae918b2b705b72144b12381893e7c5e",
"body": null,
"is_bot": false,
"headline": "docs: add OpenSSF Scorecard badge to README (#40)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T16:49:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f46a4cd80d5c4599288beca4cc7313a70bf0cf58",
"body": null,
"is_bot": false,
"headline": "docs: mark completed readiness checklist items (#39)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T16:48:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12a8dbc11785ac4f8282fe136d60ae1b279abb2e",
"body": null,
"is_bot": false,
"headline": "docs: add error-handling guide (#38)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T16:44:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b21042010f73aa266ec4b736db96695eb442fe99",
"body": null,
"is_bot": false,
"headline": "docs: add task supervision guide (#37)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T16:41:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78ff328dd942c0afb774d1da982407db77a5d686",
"body": null,
"is_bot": false,
"headline": "test: add table-driven RabbitMQ EventBus adapter tests (#36)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T16:34:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "970e2b0455512139bb23ab850da3a8107af0aa4a",
"body": null,
"is_bot": false,
"headline": "ci: add OpenSSF Scorecard workflow (#35)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T16:31:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b436b31adfa43fbc40cfc0b30a626a3ca0264643",
"body": null,
"is_bot": false,
"headline": "test: add isolated table-driven tests for NATS EventBus adapter (#34)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T16:27:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "418c90a4db200ad3856a932ea18930624dd3c801",
"body": null,
"is_bot": false,
"headline": "docs: add lifecycle, rollback, and shutdown guide (#33)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T16:21:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d42a6c005ee0bc77295df472b25e9e330960abb2",
"body": "…g (#32)",
"is_bot": false,
"headline": "docs: record recent CI, governance, test, and docs slices in changelo…",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T16:08:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ab06c3e6766f4f00bbdaa90ca4bc6211cdc736e",
"body": "…ributing docs (#31)",
"is_bot": false,
"headline": "docs: link to compatibility, comparison, migration, support, and cont…",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T16:06:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b3fe0fea6c79531e27c58d3dc197c5bbfa26c1d",
"body": null,
"is_bot": false,
"headline": "docs: add v0 migration guide (#30)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T15:59:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3f0b771b892249259f930b3118de055956ad4ca",
"body": null,
"is_bot": false,
"headline": "docs: add comparison with plain injection, Wire, Fx, and Dig (#29)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T15:01:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ca53a07acc51e207af47d3c7c3b97838236317a",
"body": null,
"is_bot": false,
"headline": "test: assert start rollback joins stop errors (#28)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T14:59:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec47cda7bc6b2a5834bc6088f3477e81f1189ea7",
"body": null,
"is_bot": false,
"headline": "chore: add CODEOWNERS for default review routing (#27)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T14:57:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63b6f3084f5aa351bc9a1b46c5fa5bafaba77920",
"body": null,
"is_bot": false,
"headline": "test: add fuzz test for dependency graph validation (#26)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T14:55:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15581d0e0edbd8d16f39a094367951812bfab65c",
"body": null,
"is_bot": false,
"headline": "ci: test minimum supported Go version and latest stable in matrix (#25)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T14:48:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf7c92f890e7f7c0957b060cde28ea80dda502e3",
"body": null,
"is_bot": false,
"headline": "docs: update changelog with recent slices and add SUPPORT.md (#24)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T14:46:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12ae2b88a2e71d649bee8fdaa90f5f0d6fa21bed",
"body": "…rly (#23)\n\n- Stop deleting task handles from m.tasks when a goroutine finishes.\n- Clear m.tasks in waitForTasks after awaiting running tasks so errors\n from short-lived tasks are not lost.\n- Add a table-driven regression test covering error and success cases\n for tasks that finish before and during StopModules.",
"is_bot": false,
"headline": "fix(CORE-2): collect supervised task errors even when tasks finish ea…",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T14:38:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3f0de5e3230a8fd1ec0cb80a03b5fb9dc2ff0d0",
"body": "…ests (#22)\n\n- Mark completed lifecycle, registration, task supervision, typed wiring,\n CI, docs, and verification items in library-readiness-checklist.md.\n- Add a deferred-items summary listing the major gaps before v1.\n- Convert modulex_test.go Chi route assertions from httptest.NewServer to\n httptest.NewRecorder so unit tests do not open TCP listeners.",
"is_bot": false,
"headline": "docs(PROC-1): update readiness checklist and remove TCP listener in t…",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T14:32:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5eda09f36aff2cfab0f8988c1508a1a19011de10",
"body": "- Add COMPATIBILITY.md covering Go version support, v0 expectations,\n SemVer commitments after v1, sub-package stability, deprecations,\n and reporting compatibility issues.",
"is_bot": false,
"headline": "docs(PROC-1): add compatibility policy (#21)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T14:25:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "779314f366ea9c06ee7ab036ce4e6e5b28927032",
"body": "- Add a GitHub Actions CI badge alongside the existing pkg.go.dev,\n Go Report Card, and license badges.",
"is_bot": false,
"headline": "docs(DOC-1): add CI status badge to README (#20)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T14:21:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98d60c0daae39445bcd3b421b0bd7b9df8ceace2",
"body": "- Cover single and multiple message round-trips.\n- Cover handler errors and Watermill Nack/redelivery behavior.\n- Cover Close rejecting further publishes.\n- Use the real in-memory GoChannel adapter; no hand-written mocks.",
"is_bot": false,
"headline": "test(PKG-1): add table-driven tests for Watermill EventBus adapter (#19)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T14:20:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9133d44d5dbf984af1956efebbf0952a51e73af7",
"body": "- Add package-level documentation for pkg.go.dev describing the lifecycle,\n Registry capabilities, typed wiring helpers, and EventBus adapter\n sub-packages.",
"is_bot": false,
"headline": "docs(DOC-1): add core package doc.go (#18)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T14:15:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "745c0c3d30b61e26fd80b974c9a368ab89962657",
"body": "- Harden release workflow with go mod tidy, gofmt, go vet, golangci-lint,\n and govulncheck steps before build/test.\n- Add concurrency group, default bash shell, and job timeout to release\n workflow for consistency with CI.\n- Update CHANGELOG under [Unreleased].",
"is_bot": false,
"headline": "ci(PROC-1): gate releases on lint, vet, format, tidy, and vuln (#17)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T14:13:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df6f308f47c32e4fb81ab05d8fedebd17c8b2a77",
"body": "- Add bug report and feature request issue templates.\n- Add a pull request template with the local check list from AGENTS.md.",
"is_bot": false,
"headline": "docs(PROC-1): add GitHub issue and PR templates (#16)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T14:11:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a2f7e3e2ff81698b7e1975cbe7dcba331335a6f",
"body": "- Add an OS matrix (ubuntu-latest, macos-latest) to the build-and-test job.\n- Set workflow-level default shell to bash for cross-platform scripts.\n- Update CHANGELOG wording to reflect the matrix scope.",
"is_bot": false,
"headline": "ci(PROC-1): run build-and-test on Ubuntu and macOS (#15)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T14:09:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49bbd1ceac289b00c1e833056b0f810705d0efc6",
"body": "- Add .golangci.yml with a conservative, library-focused linter set.\n- Move examples directory exclusion to the v2 schema path.\n- Run before linting in the Makefile.\n- Pin CI golangci-lint-action to v2.12.2 to match local tooling.\n- Update CHANGELOG under [Unreleased].",
"is_bot": false,
"headline": "ci(PROC-1): add explicit golangci-lint config and align CI version (#14)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T14:07:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "243f91e272f5fd907e98c4292d1156bd3553f8e1",
"body": "- Add go run golang.org/x/vuln/cmd/govulncheck@latest ./...\n=== Symbol Results ===\n\nNo vulnerabilities found.\n\nYour code is affected by 0 vulnerabilities.\nThis scan also found 0 vulnerabilities in packages you import and 14\nvulnerabilities in modules you require, but your code doesn't appear to call\nthese vulnerabilities.\nUse '-show verbose' for more details. target that runs govulncheck via .\n- Add a CI vulnerability-scan job with a 10-minute timeout.\n- Update CHANGELOG under [Unreleased].",
"is_bot": false,
"headline": "ci(PROC-1): add govulncheck vulnerability scanning (#13)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T14:03:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92e49e5f7d76a8c5126663fe745286c9819d7d89",
"body": "- GitHub Actions CI runs build, vet, race tests, format checks,\n go mod tidy verification, and golangci-lint on PRs and main.\n- Dependabot keeps Go modules and GitHub Actions up to date weekly.\n- Release workflow builds, tests, and creates auto-generated releases\n for version tags.\n- Update CHANGELOG under [Unreleased].",
"is_bot": false,
"headline": "ci(PROC-1): add CI, dependabot, and release workflows (#7)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T14:01:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ece78386b7fa4682726c3bbb1eae19a23d6b0553",
"body": "Move broker-specific EventBus implementations out of the root package so the\ncore stays focused on lifecycle orchestration:\n\n- Create public subpackages modulex/nats, modulex/rabbitmq, and\n modulex/watermill.\n- Rename adapter types to EventBus and constructors to NewEventBus in each\n subpackage.\n- Update modulex_test.go and examples/hexagonal/main.go to import the new\n subpackages.\n- Update README adapter examples and CHANGELOG with the breaking change.",
"is_bot": false,
"headline": "refactor(pkg): extract event-bus adapters into subpackages (PKG-1) (#6)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T13:52:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bbcc8add6a598239e857f9e67c23a20004df952",
"body": "Add open-source hygiene documents and improve positioning:\n\n- Add CONTRIBUTING.md with build/test/lint workflow and PR process.\n- Add SECURITY.md with supported versions and private reporting渠道.\n- Add CHANGELOG.md following Keep a Changelog.\n- Add examples/quickstart demonstrating typed keys and lif\n[…]\ndency download.\n- Rewrite README to be honest about what Modulex enforces (runtime wiring)\n versus encourages (hexagonal boundaries).\n- Add Quickstart, comparison table, and clarify adapter maturity.",
"is_bot": false,
"headline": "docs(hygiene): open-source hygiene and documentation slice (DOC-1) (#5)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T13:30:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "55dae06e42173545de0417b80eb16e1c555c314c",
"body": "Add compile-time typed service wiring helpers:\n\n- Introduce Key[T] and NewKey for typed service locator keys.\n- Add generic Provide and Resolve helpers that wrap the string-keyed\n registry with type-safe registration and resolution.\n- Add ErrServiceTypeMismatch sentinel for type mismatches.\n- Prese\n[…]\n\n duplicates, empty keys, interface types, legacy interop, and registry locking.\n- Update the incident example to register its service via the typed key.\n- Document typed service wiring in README.md.",
"is_bot": false,
"headline": "feat(wire): typed service keys and generic resolution (WIRE-1) (#4)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T13:14:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "04a5a855167b87296b5aa67f51d3ebb572f80883",
"body": "Implement lifecycle-owned background tasks for Modulex:\n\n- Add PanicPolicy (Log/Propagate) and WithPanicPolicy ManagerOption.\n- Introduce TaskHandle with Name() and Wait() for awaiting completion.\n- Change Registry.Go to accept func(context.Context) error and return\n (*TaskHandle, error), propagati\n[…]\nkefile (add test-arch target).\n\nBREAKING CHANGE: Registry.Go signature changed from\n Go(ctx, name, func(ctx context.Context))\nto\n Go(ctx, name, func(ctx context.Context) error) (*TaskHandle, error).",
"is_bot": false,
"headline": "feat(tasks): supervised background task execution (TASK-1) (#3)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T12:07:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c8cddf7f11c0328b506e326a5cabd152701b8a05",
"body": "- Add .mockery.yaml configuration for Module, EventBus, and Registry mocks.\n- Generate mocks under mocks/ using mockery.\n- Replace hand-rolled DummyModule, failModule, and blockingModule with mocks.MockModule.\n- Replace InMemoryEventBus usage in manager tests with mocks.MockEventBus.\n- Convert lifecycle and registration validation tests to table-driven style.\n- Keep InMemoryEventBus as a test fake for EventBus integration tests.",
"is_bot": false,
"headline": "refactor(tests): use mockery-generated mocks in modulex_test.go (#2)",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T11:44:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f931755aeda1b07e76d6150d37289cfc219d7b01",
"body": "… (#1)\n\nImplements the CORE-1 epic (MOD-2):\n- Add explicit LifecycleState: configuring -> initializing -> initialized -> starting -> running -> stopping -> stopped.\n- Roll back successfully initialized modules in reverse order when a later init fails.\n- Stop successfully started modules in reverse o\n[…]\ncontext-aware.\n- Aggregate all shutdown and rollback failures using errors.Join.\n- Expose Manager.State() and LifecycleState constants.\n- Add comprehensive lifecycle, rollback, and cancellation tests.",
"is_bot": false,
"headline": "feat(core-1): implement explicit lifecycle state machine and rollback…",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T11:35:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0ef0e070e24a777f030ab61357b0d4b52b350b2b",
"body": "…lidation",
"is_bot": false,
"headline": "feat(core-2): add module/service registration and dependency graph va…",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T11:18:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb87193492d8a577ed736e53811761ebd73f0320",
"body": "…lidation\n\nImplements the CORE-2 epic (MOD-3):\n- Reject nil modules, empty/whitespace module names, and duplicate module names.\n- Reject empty/whitespace service keys and duplicate service keys.\n- Detect self-dependencies, unknown dependencies, and invalid dependency names.\n- Report full cycle path \n[…]\nodule and service registration once initialization has started.\n- Add comprehensive tests including concurrency and graph validation tables.\n\nBREAKING CHANGE: Manager.RegisterModule now returns error.",
"is_bot": false,
"headline": "feat(core-2): add module/service registration and dependency graph va…",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T11:16:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "840f84852da41f6c0a3d784f2185d72d21630390",
"body": null,
"is_bot": false,
"headline": "docs: add ADR-0030 Modulex open-source release readiness plan",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T11:08:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffd8db82dfa6cb482280f08127a242d5cc33de75",
"body": null,
"is_bot": false,
"headline": "feat: add Watermill EventBus adapter with GoChannel implementation",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T10:32:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9acea8b32e17953af9c200ff6f851dc32669161d",
"body": "…bstraction and adapters",
"is_bot": false,
"headline": "feat: decouple registry from NATS by introducing pluggable EventBus a…",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T10:29:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "711cf5c6955889c6a131d10172ae01ade58bf125",
"body": "…tions to README.md",
"is_bot": false,
"headline": "docs: add telemetry, context propagation, and span validation instruc…",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T09:05:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffc92ef94a2256b418d2e07a644fdd5d3100ea45",
"body": "…idation checks",
"is_bot": false,
"headline": "feat: add OpenTelemetry tracing, Go context propagation, and span val…",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T09:05:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f43b3eaaa63c5f5daee70f6e9333ad9e7b23c5f3",
"body": null,
"is_bot": false,
"headline": "docs: document repository purpose and embed ADR-0029",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T09:02:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d10338fa2a8e39f4f2b0c3ac1e4192aca4052f3",
"body": null,
"is_bot": false,
"headline": "feat: initial commit of Modulex framework",
"author_name": "Drew Jocham",
"author_login": "drewjocham",
"committed_at": "2026-07-17T08:59:30Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 77,
"latest_release_at": "2026-07-22T18:28:10Z",
"latest_release_tag": "v0.4.2",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 1,
"days_since_latest_release": 0,
"mean_days_between_releases": 1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": true,
"health_percentage": 75,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "github.com/mediusfy/modulex",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/mediusfy/modulex",
"is_deprecated": false,
"latest_version": "v0.4.2",
"repository_url": "https://github.com/mediusfy/modulex",
"versions_count": 6,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-22T18:25:46Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"examples/external-consumer/go.mod",
"go.mod",
"tools/modboundary/go.mod"
],
"largest_source_bytes": 65275,
"source_files_sampled": 67,
"oversized_source_files": 1,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 1996
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/ThreeDotsLabs/watermill",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.2"
},
{
"name": "github.com/go-chi/chi/v5",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v5.3.1"
},
{
"name": "github.com/nats-io/nats-server/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.14.3"
},
{
"name": "github.com/nats-io/nats.go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.52.0"
},
{
"name": "github.com/rabbitmq/amqp091-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.12.0"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "go.opentelemetry.io/otel",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/sdk",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.uber.org/goleak",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.0"
},
{
"name": "golang.org/x/sync",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.22.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 66,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "drewjocham",
"commits": 69,
"avatar_url": "https://avatars.githubusercontent.com/u/7279990?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml",
"scorecard.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"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": 8,
"reason": "25 out of 28 merged PRs checked by a CI test -- score normalized to 8",
"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/22 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": 10,
"reason": "project is 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": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"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": 1,
"reason": "dependency not pinned by hash detected -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 8,
"reason": "SAST tool is not run on all commits -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file 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": 9,
"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": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "bd04af886c96a501446e2e2043e1bf5474b8d405",
"ran_at": "2026-07-23T01:25:44Z",
"aggregate_score": 6.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T18:28:15Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-22T18:25:46Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/mediusfy/modulex",
"host": "github.com",
"name": "modulex",
"owner": "mediusfy"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"security": 63,
"vitality": 72,
"community": 36,
"governance": 51,
"engineering": 74
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 72,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"commits_last_year": 77,
"human_commit_share": 0.896,
"days_since_last_push": 0,
"active_weeks_last_year": 1
},
"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": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "77 commits in the last year",
"points": 17,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 77
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"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": 6,
"latest_release_tag": "v0.4.2",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 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 ~1 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 1
}
}
],
"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": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 36,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"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": 51,
"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": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 66,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "66/66 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 66,
"decided": 66
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/22 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"followers": 1,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "mediusfy",
"public_repos": 1,
"account_age_days": 59
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "1 followers of mediusfy",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1,
"login": "mediusfy"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "1 public repos, account ~0 yr old",
"points": 2.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 1
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/mediusfy/modulex"
],
"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": "6 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 6
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 74,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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": "25 out of 28 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 63,
"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": 63,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 6.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "25 out of 28 merged PRs checked by a CI test -- score normalized to 8",
"points": 2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/22 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 fuzzed",
"points": 5,
"status": "met",
"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": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"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 1",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 8",
"points": 4,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"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": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"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": "good",
"name": "AI Readiness",
"value": 83,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.971,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 1996
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md"
}
}
],
"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": "67 of 69 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 67,
"sampled": 69
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 91,
"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": true,
"typecheck_configs": [],
"agent_commit_share": 0.156,
"toolchain_manifests": [
"examples/external-consumer/go.mod",
"go.mod",
"tools/modboundary/go.mod"
],
"dependency_bot_commit_share": 0.104
},
"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": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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": "12 of the last 77 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 12,
"sampled": 77
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "8 of the last 77 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 8,
"sampled": 77
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 65275,
"source_files_sampled": 67,
"oversized_source_files": 1
},
"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": "1/67 source files over 60KB",
"points": 54.2,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 67,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-23T01:25:59.209775Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/mediusfy/modulex.svg",
"full_name": "mediusfy/modulex",
"license_state": "standard",
"license_spdx": "MIT"
}