Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 3586,
"has_wiki": false,
"homepage": "https://uber-go.github.io/fx/",
"languages": {
"Go": 864786,
"Makefile": 1065
},
"pushed_at": "2026-07-21T06:48:43Z",
"created_at": "2026-07-21T01:56:55Z",
"owner_type": "User",
"updated_at": "2026-07-21T06:48:55Z",
"description": "A dependency injection based application framework for Go.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "VimT",
"type": "User",
"login": "vimt",
"company": null,
"location": null,
"followers": 37,
"avatar_url": "https://avatars.githubusercontent.com/u/10686631?v=4",
"created_at": "2015-01-24T17:13:02Z",
"is_verified": null,
"public_repos": 28,
"account_age_days": 4205
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v1.2.3",
"kind": "patch",
"published_at": "2026-07-21T06:45:00Z"
},
{
"tag": "v1.2.2",
"kind": "patch",
"published_at": "2026-07-21T06:38:22Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2026-07-21T06:17:30Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2026-07-21T06:09:07Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2026-07-21T02:59:58Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-07-21T01:59:38Z"
}
],
"recent_commits": [
{
"oid": "97a409c800330112cbfb5bd7a04b0bf493c40f66",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "README: Inject-first ProvideStruct docs, logger and dependency notes",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-21T06:48:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9d3e25225afe76800381115ebb6507749b0d1891",
"body": "The standard library's errors.Join covers everything fx used multierr\nfor. A small joinErrors helper keeps multierr.Append's ergonomics where\nthey matter: nils dropped, a lone error passes through with its identity\nintact, only genuinely multiple errors get wrapped. fx.Error's option\nString keeps the semicolon-joined display. This leaves fx with zero\nthird-party runtime dependencies.\n\nRelease 1.2.3.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fx: replace multierr with errors.Join",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-21T06:45:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "53715a6a7a779c4a97508a20a27cca8b817235f7",
"body": "testify v1.8.1 -> v1.11.1, goleak v1.2.0 -> v1.3.0, multierr v1.10.0 ->\nv1.11.0, golang.org/x/sys 2022-04 -> v0.47.0; go directive 1.24 -> 1.25.\nRelease 1.2.2.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "all: refresh dependencies",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-21T06:38:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3d0d0416c1cb25451537ac88ec44cc6c078ea4c6",
"body": "installEventLogger used to Provide the logger constructor and Invoke a\nconsumer of *slog.Logger — which collided with any application that\nprovides its own *slog.Logger (\"already provided\"). The constructor is\nnow wrapped and invoked directly: parameters still come from the graph,\nthe *slog.Logger r\n[…]\nonly to fx's own logging. Signature\nproblems (non-function, missing *slog.Logger result, nil logger) fail\nwith clearer messages.\n\nRelease 1.2.1.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fx: keep WithLogger's logger out of the dependency graph",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-21T06:17:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9eb32e45c2073c2fbaceda10e5190ad66faed893",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "version: release 1.2.0",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-21T06:09:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c238a38bf2b7cf6717392d754eff35bc0f1df164",
"body": "Bind[I, T](group...) provides an already-registered T under interface I,\noptionally into a value group — replacing the fx.Annotate adapter\nboilerplate that dominated interface->group wiring. It synthesizes the\nadapter natively (no Annotate machinery) and reports the Bind call site\nin errors and logs\n[…]\ndLocation/BindTags.\n\nGo generics cannot express \"T implements I\" as a constraint, so the\ncheck happens at registration and fails the app loudly.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fx: add Bind, a typed interface binding option",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-21T06:08:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "149b42b8fc78f78fee7c3bc50b1fbda14a988d69",
"body": "ProvideStruct's plain-struct shape now demands an explicit opt-in: the\nstruct must embed fx.Inject for its exported fields to be treated as\ndependencies, so exporting a field can never silently grow the graph. A\nstruct with no exported fields needs no marker — its dependencies, if\nany, arrive throug\n[…]\nThis is where unexported state,\nprivate dependencies, and lifecycle hooks live:\n\n func (s *Service) FxInit(lc fx.Lifecycle, db *sql.DB) error\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fx: require the Inject marker and call FxInit on provided structs",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-21T06:08:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ba7a4c5ed419465cb820d2e328f72717d2125316",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "README: document ProvideStruct, kernel tags, and slog logging",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-21T04:23:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c12c0c3838fca7e09b226525824ee223662c1754",
"body": "newParamList and newResultList now accept per-position tag strings\ncarrying the same name/optional/group vocabulary as fx.In and fx.Out\nfields, built on a shared newParamFromField/newResultFromTag core so\nfield-based and positional tags cannot drift apart.\n\nfx.Annotate uses this as a fast path: when\n[…]\n\nEvents, errors, and the DOT graph keep pointing at the user's function.\n\nAs, From, and lifecycle-hook annotations still take the wrapping path.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fx: teach the kernel positional param and result tags",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-21T04:22:20Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8e2171454ebba328c1566dafdbec3aef256e5e61",
"body": "fx.ProvideStruct[T]() registers a constructor for *T derived from T's own\nshape, so struct-heavy applications stop describing dependencies twice:\n\n 1. T directly embeds fx.In: the container fills T and provides *T.\n 2. T embeds exactly one parameter object: that field is filled and the\n rest o\n[…]\non body to point at, so provide\nevents and kernel errors report fx.ProvideStruct[T] with the option's\ncall site instead of reflect.makeFuncStub.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fx: add ProvideStruct, constructors synthesized from the struct itself",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-21T04:16:07Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "aabbad824cbdf844c0f08f7b6c58dcab1dbc5f95",
"body": "- share the name/optional value-group tag validation between\n newParamGroupedSlice and newResultGrouped via checkGroupFieldTags;\n the two switches had drifted only in one verb of the error message,\n which is now uniformly \"provided with group\"\n- move connectionVisitor next to the resultVisitor in\n[…]\nted.go and populate.go at the shared _inType/_outType/\n _errType constants and the package-level key type instead of their\n private duplicates\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fx: dedupe the param/result twins and stray reflect constants",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-21T04:07:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "25d67e31548e8e32f8eca22a8e63a228049b58d3",
"body": "module and Container formed two structurally identical trees built in\nlockstep: every fx.Module got a module node carrying its name, trace,\npending registrations, and logger, plus a Container child scope carrying\nthe graph. Fold the module payload into Container as fx-level fields\n(zero for bare ker\n[…]\nsorbed into the same file as applyProvide/applyDecorate.\nApp now holds a single root Container, and Module options create child\nscopes directly.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fx: merge the module tree into Container",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-21T04:05:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "70c775af510052154db86cd62a2ddee231995cc7",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "all: drop the mkdocs documentation module",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-21T04:00:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dcb791818cd44c8766f9fd69336fe211eb0598c9",
"body": "The fxevent seam was fx's shallowest interface: 18 event types, three\nlogger adapters with an 18-arm type switch each, and a bespoke linter\n(allfxevents) to keep the copies in sync — all to print a line. fx now\nlogs straight to a *slog.Logger:\n\n- fx.WithLogger's constructor returns *slog.Logger (or \n[…]\n fx.Logger/fx.Printer path,\n fxtest.NewTestPrinter, the allfxevents linter and the tools module,\n and with them the go.uber.org/zap dependency\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fx: replace the fxevent abstraction with direct log/slog output",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-21T03:58:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "dc63475f51bb97445bce21ad32b896e479730de7",
"body": "module.provide/supply and module.decorate/replace were 40-line copies\ndiffering only in a kind string; fold each pair into one path\nparameterized by kind. Accordingly merge the four fxevent registration\nevents into one Registered{Kind} event and the four hook events into\nHookExecuting/HookExecuted{Method}, and collapse lifecycle's twin\nrunStartHook/runStopHook into one runHook. Logger output is unchanged\nbyte for byte.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fx: collapse module's four registration paths and merge fxevent pairs",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-21T03:38:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2de44b9982515eb2ebcff030cd0c185438a3c794",
"body": "The container/scope/containerStore/provider/decorator interfaces and the\nInvokeOption/ScopeOption protocols each had exactly one implementation;\nthey were the seam of the old fx/dig module split and abstracted nothing.\nUse the concrete *Container, *constructorNode, and *decoratorNode types\ndirectly, drop the storesToRoot/invoker/clock pass-through accessors, and\nkeep only containerWriter, whose staging-vs-container adapters are a real\nseam.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fx: replace the two-module shadow interfaces with *Container",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-21T03:30:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "34d191518979592daab6ffa2eba004721710edd4",
"body": "- delete deprecated Extract (superseded by Populate)\n- delete no-op ShutdownTimeout, uninhabitable ScopeOption plumbing prep,\n unused IsCycleDetected, IsIn (superseded by IsParamObject), and the\n never-written paramObject.FieldOrders\n- always defer acyclic verification to the first Invoke; the eag\n[…]\n shims into direct calls\n now that the kernel tests live in package fx\n- scrub leftover \"Dig\" wording and uncompilable New() examples from docs\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fx: phase-2 trim of dead API and twin internal packages",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-21T03:27:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b1a463e94be6e516c5a0e86e75135d5b76ba4203",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "README: describe the merged kernel and current versioning",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-21T02:59:58Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "23e6c1df50e05f86a214444dacdd8aa64349938a",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "version: release 1.1.0",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-21T02:59:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c51905de05e8a5c9adc9b4e40392ce559d3d6c7c",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "all: regroup imports after module rename",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-21T02:55:58Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b25b77cea2f9b1bc28b8a15338e66f4a983b3d42",
"body": "The container is now part of package fx itself — no second package, no\nduplicated concepts:\n\n- fx.In/fx.Out are real definitions instead of aliases into the kernel.\n- The kernel's Option/New/DryRun/RecoverFromPanics/DeferAcyclicVerification\n option machinery is gone; the app configures the containe\n[…]\n wrapper are\n gone — the test helper lives in container_testutil_test.go.\n- All kernel tests moved in as package fx tests; goldens regenerated.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fx: merge the DI kernel into package fx, dissolve internal/di",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-21T02:55:40Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7db79a5250a314a80897f00f8e5727c37511aa55",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "all: lowercase module path to github.com/vimt/fx",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-21T02:48:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cc57b446adb7bd22a426d6d73bcb1f4fcc73578b",
"body": "fx implements fx.As in annotated.go without ever passing di.As, so the\nwhole aliasing pipeline — the provide option, ResultAs plumbing, the As\nfields on resultSingle/resultGrouped and their DotResult/Extract\nexpansion — was dead weight, and its exported name would collide with\nfx.As when the kernel merges into package fx. Tests exercising it are\ngone with it; visualize goldens regenerated for the shifted closure\nnumbering.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "internal/di: drop the As provide option",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-21T02:45:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0b61d75714dc441c0cbf6c8e3c1d2d31d62c7fd3",
"body": "ditest, clock, bug, funcinfo, dot and graph now sit alongside fxreflect\nand friends under internal/, in preparation for merging the kernel into\npackage fx.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "internal: lift DI kernel subpackages out of internal/di",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-21T02:41:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "875bb19665924d471d6e5736587c952cf4c2a478",
"body": "digtest -> ditest, digclock -> clock, digerror -> bug (BugPanicf ->\nbug.Panicf), digreflect -> funcinfo. Test expectations carrying the old\npaths updated to match.\n\nFinal verification for the internal/dig -> internal/di migration:\ngo doc -all diff against pre-migration baseline shows the fx public API\nunchanged (only the In/Out alias target moved packages); kernel coverage\n98.9% vs 99.0% before.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "internal/di: rename dig-named subpackages, finish de-digging",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-21T02:32:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "011f8a878e74fff24aece48eb57819944e38f4ae",
"body": "dig kept Container as a thin wrapper delegating every call to the root\nScope. The scope tree node is now the Container type itself: New returns\nthe root, Scope(name) returns a child of the same type, and the\nProvide/Invoke/Decorate/createGraph/String delegates are gone. Options\napply directly to the container's fields.\n\ndigtest mirrors the merge: one wrapper type for root and child scopes.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "internal/di: merge Container and Scope into one type",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-21T02:30:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "56f39526f5e95e8498f51019949561a4630bb7b2",
"body": "Delete dig's README, CHANGELOG, UPSTREAM.md, package doc essay,\nexample_test.go and version.go; a short doc.go now records the fork\nprovenance, and the parameter-object divergence notes live at their\ncode sites (inout.go). LICENSE stays per MIT terms.\n\nDrop exported API nothing in fx uses: RootCause\n[…]\nnfo,\nInvokeInfo, and dig's Version. RootCause assertions in surviving tests\nbecame errors.Is checks or were already covered by message matching.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "internal/di: shed upstream identity and unused API",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-21T02:27:09Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "cf502757e34272621b2b86fad4670ddfcb1b25fb",
"body": "git mv internal/dig internal/di; package dig -> di; import paths,\nqualified references, test expectations and visualize golden files\nupdated to match. No logic changes.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "internal/di: rename from internal/dig, mechanical only",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-21T02:20:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e7dc88afa47e1cb19645203e5984c36ebb1b0923",
"body": "The fork exists to optimize the user-facing interface — less boilerplate,\nsimpler ways to express common patterns. Documents the first such change\n(embedding the params object, uber-go/fx#1281), the independent versioning,\nand where the dig divergences are recorded. Drops upstream's release/build/\ncoverage badges and stargazer chart, which pointed at uber-go/fx.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "README: describe the fork's purpose",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-21T02:18:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "38f82f349f9d0c40118ac68e312b29f2c8b857e9",
"body": "This fork versions independently of upstream; it does not follow\ngo.uber.org/fx's 1.x numbering.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "version: start the fork's own line at 1.0.0",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-21T01:59:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "adfb502cb00d9b7e6336dc00e213b610b8b125b1",
"body": "This fork diverges from upstream in internal/dig (see its UPSTREAM.md), so\nit needs an import path of its own rather than shadowing go.uber.org/fx via\na replace directive.\n\nThe fxfoo fixtures in internal/fxreflect move across with everything else:\nthey exist to prove the module prefix is not strippe\n[…]\n letters, so they have to share the new prefix to\nkeep testing that. CHANGELOG.md keeps upstream's paths — it is a record of\nupstream releases.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "all: rename module to github.com/VimT/fx",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-20T11:01:18Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c41186461427923f4bef8133469f4eb6240e26da",
"body": "Locks the shape from #1281 at the public API: a struct embedding fx.In\nthrough its params is provided and resolved as one value, keeps singleton\nidentity, honours name tags on the promoted fields, and a struct embedding\nfx.In directly still flattens.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fx: test that a type may embed its parameter object",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-20T10:47:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "67d0e609552a42e3b18eda0ffd6a429c651ad5ed",
"body": "dig decided \"is this a parameter object?\" by following the whole embedding\nchain, so a type that embeds a parameter struct to reuse its field list was\nclassified as one too, and could not be provided:\n\n type Params struct{ fx.In; Config *Config }\n type Service struct {\n Params //\n[…]\n public API —\nand fx's annotation checks use the new IsParamObject so they agree with the\ncontainer. See internal/dig/UPSTREAM.md.\n\nFixes #1281\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "internal/dig: inherited In no longer makes a parameter object",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-20T10:46:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "cd23adae6d8523149af36ca256cf0ce3e5e4ab8e",
"body": "Vendors dig into internal/dig so the container kernel can be modified\ndirectly. Import paths rewritten to go.uber.org/fx/internal/dig; dig's\nown go.mod/go.sum/Makefile/CI config dropped. Tests and testdata are\nbrought over wholesale — they are the safety net for kernel changes.\n\ndig's LICENSE is retained as required by its MIT terms.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "internal/dig: inline go.uber.org/dig v1.19.0",
"author_name": "VimT",
"author_login": "vimt",
"committed_at": "2026-07-20T10:43:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d5da5b04ac906bfbad8b400baeee9b970c1be6f3",
"body": "## Description\n\nI was reading through the docs at the package page in\n[https://pkg.go.dev/go.uber.org/fx](https://pkg.go.dev/go.uber.org/fx),\nand found two minor typos. This PR fixes them both.\n\n## Changes\n\n- \"rarelly\" -> \"rarely\" (line 76)\n- \"constribute\" -> \"contribute\" (line 255)",
"is_bot": false,
"headline": "docs: correct typos in `doc.go` (#1282)",
"author_name": "danjovich",
"author_login": "danjovich",
"committed_at": "2025-12-27T14:09:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fab1b2d3a549a67dfcf50b96161a887181c2afa",
"body": "Run the modernize linter across the codebase.\nChange generated by running:\n\n```\ngo run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix -test ./...\n```\n\nRef:\nhttps://pkg.go.dev/golang.org/x/tools/gopls/internal/analysis/modernize",
"is_bot": false,
"headline": "all: modernize (#1276)",
"author_name": "Abhinav Gupta",
"author_login": "abhinav",
"committed_at": "2025-09-14T16:24:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21e34ecd4eb394d47688353c44c2ac3fdf497b7c",
"body": "golangci-lint now has a v2 configuration format\nthat includes specifying formatters as well.\nMigrate the configuration with `golangci-lint migrate`\nand manually copy the comments over.\n\nAlso take advantage of the `-diff` flag of `go mod tidy`\ninstead of `git diff` after the fact.",
"is_bot": false,
"headline": "lint: upgrade golangci-lint configuration (#1275)",
"author_name": "Abhinav Gupta",
"author_login": "abhinav",
"committed_at": "2025-09-14T16:21:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b002d434a1719b38fcc39bf530799c9eefaf9407",
"body": "With the release of Go 1.25, bump CI to run against 1.24 and 1.25,\nand bump the minimum required Go version to 1.24\nas this is required to use features introduced in Go 1.24.\n\n(We should bump this to at least 1.23 to start using iterators.)",
"is_bot": false,
"headline": "ci: Test against Go 1.24 and 1.25 (#1274)",
"author_name": "Abhinav Gupta",
"author_login": "abhinav",
"committed_at": "2025-09-14T16:17:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a30575829d4742a8e4743ac598c8bc81bc53f94",
"body": "Move changelog and version to development mode.",
"is_bot": false,
"headline": "Back to development. (#1273)",
"author_name": "Jacob Oaks",
"author_login": "JacobOaks",
"committed_at": "2025-05-13T22:36:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "443b55a9f03efcacafac0b7777d5c91425cf2c35",
"body": "Prepare changelog and version for a new release.",
"is_bot": false,
"headline": "Prepare release v1.24.0 (#1272)",
"author_name": "Jacob Oaks",
"author_login": "JacobOaks",
"committed_at": "2025-05-13T22:11:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a08640598222f7690c30982b31415198c95ffc56",
"body": "…267)\n\n# What\n\nAdds a \"BeforeRun\" fxevent.Event, mirroring \"Run\" but it is called\n_before_ the provided func is called by Dig, rather than after.\n\nThis relies on https://github.com/uber-go/dig/pull/431 (released as\nv1.19.0).\n\n# Motivation\n\nA recent startup-issue debugging session included logs like \n[…]\n*\n - Updated a core dependency to support the new logging enhancements.\n\n<!-- end of auto-generated comment: release notes by coderabbit.ai -->\n\n---------\n\nCo-authored-by: Jacob Oaks <joaks@uber.com>",
"is_bot": false,
"headline": "Adding a before-call-begins fxevent, to help with troubleshooting (#1…",
"author_name": "Steven L",
"author_login": "Groxx",
"committed_at": "2025-05-13T21:16:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "16999a73cce08fbc350d8683962a3e6b3cccb80f",
"body": "Co-authored-by: Abhinav Gupta <mail@abhinavg.net>",
"is_bot": false,
"headline": "[chore] run CI on Go 1.24 (#1261)",
"author_name": "Sung Yoon Whang",
"author_login": "sywhang",
"committed_at": "2025-05-13T20:53:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f11bfed22eb3420720babc6be5901d8fda6f7c4a",
"body": "…(#1268)\n\n## Overview\n- Add dependencies verification process during the PROVIDE period,\nbuilding life cycle hooks.\n- Add a clearer error message that indicates the user tried to use hooks\nwith insufficient dependencies.\n\n## Changes\n- Implement a utility function to validate that all dependencies ar\n[…]\nndency\"\n\n## Linked Issue\n- #1090\n\n## Notes\nI noticed some redundancy with the function\n`annotated.go:makeHookScopeCtor`; however, I believe refactoring that\nfunction is beyond the scope of this issue.",
"is_bot": false,
"headline": "feat: add a clearer error message during building annotation (#1090) …",
"author_name": "90Byte",
"author_login": "90Byte",
"committed_at": "2025-03-31T21:25:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3b94b131c9d4bdbef49a9667ea14de778c3ba5a4",
"body": "This fixes an invalid check that's listed under golangci-lint's govet\nconfig, which is causing lint failures in CI.",
"is_bot": false,
"headline": "fix: update an invalid check in golangci-lint govet config (#1269)",
"author_name": "Taiwon Chung",
"author_login": "tchung1118",
"committed_at": "2025-03-27T16:40:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca61c3dc78a6ac0a5991fafa86546e00b7fcb47a",
"body": null,
"is_bot": false,
"headline": "Fix typo in parameter-objects.md (#1260)",
"author_name": "Lucas Paiolla",
"author_login": "Giatroo",
"committed_at": "2025-01-21T20:21:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ad8a0474d9998aab5e6e76691a650ca54b5c15f",
"body": "The pattern we appear to have for Fx operations (Provide, Invoke, etc.)\ntake the form:\n\n func (*module) thing(t thing)\n\n func (m *module) thingAll() {\n // perform module-local version of operation\n for _, t := range m.things {\n m.thing(t)\n }\n\n // recurse \n[…]\nrenames:\n\n constructAllCustomLoggers -> installAllEventLoggers\n constructCustomLogger -> installEventLogger\n executeInvokes -> invokeAll\n executeInvoke -> invoke",
"is_bot": false,
"headline": "refac: DRY up New, reuse *All methods, delete modules slice (#1258)",
"author_name": "Abhinav Gupta",
"author_login": "abhinav",
"committed_at": "2025-01-09T17:59:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "928af08adc335d2e47e4e6c3ff2184e77ba26e7a",
"body": "Fix function defined in documentation for `StartHook` and `StopHook` to\nmatch the reset of the example.",
"is_bot": false,
"headline": "doc(lifecycle.go): fix examples (#1256)",
"author_name": "Josh Kline",
"author_login": "jkanywhere",
"committed_at": "2025-01-09T04:16:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7eebf3c30827569be4e0f5c3914ad2be5e1d9bbf",
"body": "A user expressed confusion about the exit code of an Fx application\nthat was interrupted with Ctrl-C.\n\nClarify in the documentation that the exit code will be non-zero\nonly if there was a failure, or if Shutdown specifically requested\na non-zero exit code.",
"is_bot": false,
"headline": "doc(App.Run): Clarify exit code (#1254)",
"author_name": "Abhinav Gupta",
"author_login": "abhinav",
"committed_at": "2025-01-04T16:56:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa85ee9b5b23e910be6963219a939ecedb1558de",
"body": null,
"is_bot": false,
"headline": "chore(go.mod): bump to go 1.22 (#1255)",
"author_name": "Abhinav Gupta",
"author_login": "abhinav",
"committed_at": "2025-01-04T04:03:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "861011200d8a67c39b5d533c5c22fb1cf9490b2f",
"body": "Modify changelog and version to reflect back to development.",
"is_bot": false,
"headline": "Back to development (#1242)",
"author_name": "Taiwon Chung",
"author_login": "tchung1118",
"committed_at": "2024-10-11T17:31:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "699948c47a7363a93381319c66b17159642febb9",
"body": "Update changelog and version for a 1.23.0 release.\r\n\r\nTip of Fx has been tested internally at Uber with no issues.",
"is_bot": false,
"headline": "Preparing release v1.23.0 (#1241)",
"author_name": "Taiwon Chung",
"author_login": "tchung1118",
"committed_at": "2024-10-11T16:56:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57f8ff4fcdb127210671fdc524a9a794ffef4828",
"body": "This PR adds runtime info of constructors and decorators to Run events,\r\nand the runtime of every constructor and decorator (including ones\r\ncreated\r\nby fx.Supply and fx.Replace) will be logged when logging Run events.\r\nThis\r\nwill help us identify which part of the dependency graph takes long to\r\nconstruct.\r\n\r\nCloses #1213",
"is_bot": false,
"headline": "feat: add runtime to fxevent.Run events (#1240)",
"author_name": "Taiwon Chung",
"author_login": "tchung1118",
"committed_at": "2024-10-09T19:37:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99eee8344b4c993b8e4df466eb9d2d157b7a6ef2",
"body": "The intro.md page and the index.md page were very similar in content.\r\nMerge the two together, further polish the content,\r\nand redirect the old intro.md page to index.md.\r\n\r\n---------\r\n\r\nCo-authored-by: Jacob Oaks <jacoboaks.8@gmail.com>",
"is_bot": false,
"headline": "docs: Merge intro into index (#1234)",
"author_name": "Abhinav Gupta",
"author_login": "abhinav",
"committed_at": "2024-08-27T14:27:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27eba7cac706bda761240613813e0d90d14b4863",
"body": "Go 1.23 is out, so we can change supported versions to 1.22 and 1.23.\r\nSwitch CI to test against 1.22 and 1.23 only,\r\nand merge test files that were previously split on Go versions\r\nback together.",
"is_bot": false,
"headline": "Upgrade to Go 1.22, 1.23 (#1235)",
"author_name": "Abhinav Gupta",
"author_login": "abhinav",
"committed_at": "2024-08-27T13:12:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67ed361414b1c62eaf2f3b69c42447c8507d59d5",
"body": "# Background\r\n\r\nWhen we originally set up the documentation website,\r\nthere were a couple core requirements:\r\n\r\n- Inter-linking of documentation pages should be \"checked\".\r\n That is, instead of writing \"../foo.html\"\r\n and hoping that that generated page exists,\r\n we wanted to write \"../foo.md\", h\n[…]\n\t}\r\n\r\n\t\t\t\tlinks = append(links, u.String())\r\n\t\t\t\tbreak\r\n\t\t\t}\r\n\t\t}\r\n\t\tfor c := n.FirstChild; c != nil; c = c.NextSibling {\r\n\t\t\tvisit(c)\r\n\t\t}\r\n\t}\r\n\tvisit(doc)\r\n\r\n\treturn links, nil\r\n}\r\n```\r\n\r\n</details>",
"is_bot": false,
"headline": "docs: Switch to mkdocs, mkdocs-material (#1232)",
"author_name": "Abhinav Gupta",
"author_login": "abhinav",
"committed_at": "2024-08-27T00:37:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f19542018ce0b3e39e35aff5df36a100836cb651",
"body": "For some reason #1229 added duplicate entry for 1.22.2",
"is_bot": false,
"headline": "Fix changelog duplicate entry (#1233)",
"author_name": "Sung Yoon Whang",
"author_login": "sywhang",
"committed_at": "2024-08-26T21:21:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "432521ee87a4f97e584c4ecb0ac517bb26ef574c",
"body": "…(#1230)\n\nBumps [golang.org/x/tools](https://github.com/golang/tools) from 0.23.0\r\nto 0.24.0.\r\n<details>\r\n<summary>Commits</summary>\r\n<ul>\r\n<li><a\r\nhref=\"https://github.com/golang/tools/commit/3057be8f634fdb03e1da1cad9fff3415299ad3ad\"><code>3057be8</code></a>\r\ngo.mod: update golang.org/x dependencie\n[…]\nou reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n</details>\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": "chore(deps): Bump golang.org/x/tools from 0.23.0 to 0.24.0 in /tools …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-08-20T17:52:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d275a659cc3227c6633bf476c9f86b6ca222dfa7",
"body": "Return changelog and version to development mode.",
"is_bot": false,
"headline": "Back to development (#1229)",
"author_name": "Jacob Oaks",
"author_login": "JacobOaks",
"committed_at": "2024-08-07T15:24:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61862dace318941412060b4c7529f46692b04038",
"body": "Update changelog and version for a 1.22.2 release.\r\n\r\nTip of Fx has been tested internally at Uber with no issues.",
"is_bot": false,
"headline": "Prepare Release v1.22.2 (#1228)",
"author_name": "Jacob Oaks",
"author_login": "JacobOaks",
"committed_at": "2024-08-07T15:17:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aed7ddae3a687ca8344144b81bdebe36d954855a",
"body": "Upgrades go.uber.org/dig to\r\n[v1.18.0](https://github.com/uber-go/dig/releases/tag/v1.18.0), which\r\nincludes new callback information Fx can incorporate into its events.",
"is_bot": false,
"headline": "Upgrade to dig v1.18.0 (#1227)",
"author_name": "Jacob Oaks",
"author_login": "JacobOaks",
"committed_at": "2024-08-07T15:15:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7925476fcbbcd66478871b36b72675e5060a423a",
"body": "…(#1224)\n\nBumps [golang.org/x/tools](https://github.com/golang/tools) from 0.22.0\r\nto 0.23.0.\r\n<details>\r\n<summary>Commits</summary>\r\n<ul>\r\n<li><a\r\nhref=\"https://github.com/golang/tools/commit/33be3ef892534885002fcfa0ccf4506088a25d59\"><code>33be3ef</code></a>\r\ngo.mod: update golang.org/x dependencie\n[…]\nou reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n</details>\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": "chore(deps): Bump golang.org/x/tools from 0.22.0 to 0.23.0 in /tools …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-07-23T17:31:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8fa92e9e702f362210d2eff5dfea6ac4b9b7a37b",
"body": "Bumps [ws](https://github.com/websockets/ws) from 6.2.2 to 6.2.3.\r\n<details>\r\n<summary>Release notes</summary>\r\n<p><em>Sourced from <a\r\nhref=\"https://github.com/websockets/ws/releases\">ws's\r\nreleases</a>.</em></p>\r\n<blockquote>\r\n<h2>6.2.3</h2>\r\n<h1>Bug fixes</h1>\r\n<ul>\r\n<li>Backported e55e5106 to th\n[…]\netails>\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Sung Yoon Whang <sungyoon@uber.com>",
"is_bot": true,
"headline": "chore(deps): Bump ws from 6.2.2 to 6.2.3 in /docs (#1216)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-07-02T15:57:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6fde730b36d2518f9ee885f08e734acde77f10b7",
"body": "A user reported a possible deadlock within the signal receivers (#1219).\r\n\r\nThis happens by:\r\n* `(*signalReceivers).Stop()` is called, by Shutdowner for instance.\r\n* `(*signalReceivers).Stop()` [acquires the\r\nlock](https://github.com/uber-go/fx/blob/master/signal.go#L121).\r\n* Separately, an OS signa\n[…]\nly 1/3 of the time)\r\n\r\nAfter:\r\n```\r\n$ go test -v -count=100 -run \"TestSignal/stop_deadlock\" .\r\n--- PASS: TestSignal (0.00s)\r\n --- PASS: TestSignal/stop_deadlock (0.00s)\r\n```\r\n(no failures appeared)",
"is_bot": false,
"headline": "Fix deadlock caused by race while signal receivers are stopping (#1220)",
"author_name": "Jacob Oaks",
"author_login": "JacobOaks",
"committed_at": "2024-07-02T14:06:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "74d9643901f29e17920d4c4324110deab06affb3",
"body": "Modify changelog and version to reflect back to development.",
"is_bot": false,
"headline": "Back to development (#1218)",
"author_name": "Jacob Oaks",
"author_login": "JacobOaks",
"committed_at": "2024-06-25T20:21:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45af511c27eebb3b9e02abe4a35e1f978ad61bdc",
"body": "Update changelog and `version.go` for a patch release that includes\r\n#1215.",
"is_bot": false,
"headline": "Prepare Release v1.22.1 (#1217)",
"author_name": "Jacob Oaks",
"author_login": "JacobOaks",
"committed_at": "2024-06-25T20:10:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38e64eca60855806c1f3f353a63526801609c3a1",
"body": "closes #1212, and fixes a regression from #989. Previously we would only\r\nregister signal handlers if the user intended to use them. #989 changed\r\nthis behavior\r\n[here](https://github.com/uber-go/fx/pull/989/files#diff-6c4b6ed7dc8834cef100f50dae61c30ffe7775a3f3f6f5a557517cb740c44a2dR649).\r\n\r\nThis regression meant that if you only used app.Start()/app.Stop(), fx\r\nwould register signal handlers for no reason as the user didn't use\r\napp.Done/app.Wait.",
"is_bot": false,
"headline": "fix: Only register signal handlers if user intends to use them (#1215)",
"author_name": "Marco Munizaga",
"author_login": "MarcoPolo",
"committed_at": "2024-06-25T19:43:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0d12e909cb11b142686311b1e6f1a0c0bbaa28c",
"body": "…(#1211)\n\nBumps [golang.org/x/tools](https://github.com/golang/tools) from 0.21.0\r\nto 0.22.0.\r\n<details>\r\n<summary>Commits</summary>\r\n<ul>\r\n<li><a\r\nhref=\"https://github.com/golang/tools/commit/bc6931db37c33e064504346d9259b3b6d20e13f6\"><code>bc6931d</code></a>\r\ngo.mod: update golang.org/x dependencie\n[…]\nou reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n</details>\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": "chore(deps): Bump golang.org/x/tools from 0.21.0 to 0.22.0 in /tools …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-06-10T17:09:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "de8c6403579ece491ea017c1c1fbc9c2ed104a3d",
"body": "Modify changelog and version to reflect back to development.",
"is_bot": false,
"headline": "Back to development (#1209)",
"author_name": "Jacob Oaks",
"author_login": "JacobOaks",
"committed_at": "2024-05-30T14:47:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6a361e521cac6f28ef9327a58fd79e9be47055f",
"body": "This updates the changelog and the version for a 1.22.0 release.\r\n\r\nI will wait to merge this until #1207 is reviewed.\r\n\r\nI tested Fx tip within Uber's Go codebase and saw no issues.\r\n\r\nRef: #1204",
"is_bot": false,
"headline": "Prepare Release 1.22.0 (#1208)",
"author_name": "Jacob Oaks",
"author_login": "JacobOaks",
"committed_at": "2024-05-30T14:33:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3b1c3b77947bdfc4cd5f673aee8e919727e4800",
"body": "`fx.Supply` is essentially an API that allows for conveniently\r\n`fx.Provide`ing an exact value, rather than a function that will return\r\nthat value. For example, `fx.Provide(func() int { return 5 })` is\r\nequivalent to `fx.Supply(5)`.\r\n\r\n`fx.Private` allows for usage of a provided constructor's resul\n[…]\nam the one who wrote the tests, so\r\nI am biased regarding its readability. Thus, I am happy to break out\r\nSupply + Private into its own tests if folks feel strongly that these\r\ntests are hard to read.",
"is_bot": false,
"headline": "Support fx.Private w/ fx.Supply (#1207)",
"author_name": "Jacob Oaks",
"author_login": "JacobOaks",
"committed_at": "2024-05-30T14:09:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9e6f6c21af133f94ea22563f1f24bb3caa52e3f7",
"body": "In Fx, if starting/stopping the application takes longer than the\r\ncontext's timeout, the fx.App will bail early, regardless of the status\r\nof the currently running hooks.\r\n\r\nThis prevents stalling an application when hooks (accidentally) block\r\nforever.\r\n\r\nIn order to test hook behavior, Fx provide\n[…]\n, if people feel differently, we can instead do something like\r\nexpose two new APIs `RequireStartWithContext(ctx)` and\r\n`RequireStopWithContext(ctx)` or something (names obviously up for\r\ndiscussion).",
"is_bot": false,
"headline": "fxtest: Enforceable Timeouts on Lifecycle (#1203)",
"author_name": "Jacob Oaks",
"author_login": "JacobOaks",
"committed_at": "2024-05-29T16:48:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "abda254ddb674d9c3570441fb3c5369609392530",
"body": "Add a short helpful blurb about fx.Self in fx.As doc comment.",
"is_bot": false,
"headline": "Reference fx.Self in fx.As doc (#1202)",
"author_name": "Jacob Oaks",
"author_login": "JacobOaks",
"committed_at": "2024-05-21T17:14:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7dd18c6b7574be4bbf497e305403f8d4a54a47f4",
"body": "We frequently see requests for folks who want to use `fx.As` to provide\r\na type as another type, while also providing it as itself. To name a\r\nfew:\r\n* https://github.com/uber-go/fx/discussions/1196\r\n* https://github.com/uber-go/fx/discussions/1148\r\n* https://github.com/uber-go/fx/discussions/1079\r\n\r\n[…]\nw(io.Writer)), // return values will be: *asStringer, io.Writer\r\n\t),\r\n),\r\n```\r\nWhereas something like `fx.AlsoAs` wouldn't provide the ability to skip\r\nover the first positional return value entirely.",
"is_bot": false,
"headline": "fx.Self: a parameter to fx.As for providing a type as itself (#1201)",
"author_name": "Jacob Oaks",
"author_login": "JacobOaks",
"committed_at": "2024-05-16T14:34:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cb9cccf5584521887b9e20b4e9e2985aad5a26dd",
"body": "fixes #1197\r\n\r\n---------\r\n\r\nCo-authored-by: Jacob Oaks <joaks@uber.com>",
"is_bot": false,
"headline": "Call signal.Stop when signalReceivers is stopped (#1198)",
"author_name": "Marco Munizaga",
"author_login": "MarcoPolo",
"committed_at": "2024-05-15T13:32:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "696ed9a6457aed98e11e465738efb4989cfb33f1",
"body": "Bumps\r\n[golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action)\r\nfrom 5 to 6.\r\n<details>\r\n<summary>Release notes</summary>\r\n<p><em>Sourced from <a\r\nhref=\"https://github.com/golangci/golangci-lint-action/releases\">golangci/golangci-lint-action's\r\nreleases</a>.</em></p>\r\n<bloc\n[…]\nou reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n</details>\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": "chore(deps): Bump golangci/golangci-lint-action from 5 to 6 (#1200)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-05-14T17:34:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0af84dbc7c621f8d0849aa9b7d606cb611b281ee",
"body": "…(#1199)\n\nBumps [golang.org/x/tools](https://github.com/golang/tools) from 0.20.0\r\nto 0.21.0.\r\n<details>\r\n<summary>Commits</summary>\r\n<ul>\r\n<li><a\r\nhref=\"https://github.com/golang/tools/commit/cc29c91ba3acb47c1793da56d919cc40def4ea41\"><code>cc29c91</code></a>\r\ngo.mod: update golang.org/x dependencie\n[…]\nou reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n</details>\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": "chore(deps): Bump golang.org/x/tools from 0.20.0 to 0.21.0 in /tools …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-05-14T17:25:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2379ac906bbf063deb99033c995584234388fc98",
"body": "This PR modifies CI to test against Go versions 1.21 and 1.22. To avoid\r\nforcing users to upgrade to 1.21, I kept `go.mod` version at `1.20.`\r\n\r\nSome tests had to be updated to pass in 1.22.\r\n\r\nI can remove `stack_120_test.go` if there's a good argument for it, but\r\nmy thoughts are that we should have a complete & passing test suite for\r\nevery version >= `go.mod`'s version.",
"is_bot": false,
"headline": "CI: test against go1.22 (#1195)",
"author_name": "Jacob Oaks",
"author_login": "JacobOaks",
"committed_at": "2024-04-29T16:15:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "029720f2e14ffa7c2d4e801473e6f637b547446d",
"body": "Bumps\r\n[golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action)\r\nfrom 4 to 5.\r\n<details>\r\n<summary>Release notes</summary>\r\n<p><em>Sourced from <a\r\nhref=\"https://github.com/golangci/golangci-lint-action/releases\">golangci/golangci-lint-action's\r\nreleases</a>.</em></p>\r\n<bloc\n[…]\nou reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n</details>\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": "chore(deps): Bump golangci/golangci-lint-action from 4 to 5 (#1194)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-04-29T16:12:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0ee304c96364f732005a97824d748e3c23104e09",
"body": "Return changelog and version to development mode.",
"is_bot": false,
"headline": "Back to development (#1193)",
"author_name": "Jacob Oaks",
"author_login": "JacobOaks",
"committed_at": "2024-04-24T16:55:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0db209f3f289dfd3dc6a4de94ec8a20946932d33",
"body": "Update changelog & version for 1.21.1 release.",
"is_bot": false,
"headline": "Prepare Release 1.21.1 (#1192)",
"author_name": "Jacob Oaks",
"author_login": "JacobOaks",
"committed_at": "2024-04-24T15:38:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebf6296c0737929adf20353393f4200fac0ad84c",
"body": "/kind cleanup\r\n\r\nclean args context for useless.\r\n\r\nSigned-off-by: zhanluxianshen <irelandabby883@gmail.com>",
"is_bot": false,
"headline": "clean args context for useless. (#1189)",
"author_name": "湛露先生",
"author_login": null,
"committed_at": "2024-04-23T18:34:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95cbe8346583b3824d4cb46de94dc60b7799ad09",
"body": "Consider the following example:\r\n```go\r\nfunc opts() fx.Option {\r\n return fx.Options(\r\n fx.WithLogger(func(fx.Lifecycle) fxevent.Logger {\r\n return &fxevent.ConsoleLogger{ W: os.Stdout }\r\n }),\r\n fx.Provide(func() string { retur\n[…]\npts.func3\r\n(/home/user/go/src/scratch/fx_provide_order/main.go:17): cannot provide\r\nstring from [0]: already provided by \"main\".opts.func2\r\n(/home/user/go/src/scratch/fx_provide_order/main.go:16)\r\n```",
"is_bot": false,
"headline": "Provide Fx types before user types (#1191)",
"author_name": "Jacob Oaks",
"author_login": "JacobOaks",
"committed_at": "2024-04-19T16:37:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9814dd34b23dbb6e1ab992f80d4fb388863cd200",
"body": "/kind cleanup\r\n\r\nDrop ioutil package.\r\nAs it is deprecation , and can be replaced well.\r\n\r\n```\r\nDeprecated: As of Go 1.16, the same functionality is now \r\nprovided by package [io](https://pkg.go.dev/io) \r\nor package [os](https://pkg.go.dev/os), \r\nand those implementations should be preferred in new code\r\n```\r\n\r\nSigned-off-by: zhanluxianshen <irelandabby883@gmail.com>",
"is_bot": false,
"headline": "drop io/utils package. (#1188)",
"author_name": "湛露先生",
"author_login": null,
"committed_at": "2024-04-15T17:39:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c5f633eff3b32fb4b77b04e82fe4f43027384ff",
"body": "…(#1187)\n\nBumps [golang.org/x/tools](https://github.com/golang/tools) from 0.19.0\r\nto 0.20.0.\r\n<details>\r\n<summary>Commits</summary>\r\n<ul>\r\n<li><a\r\nhref=\"https://github.com/golang/tools/commit/11c692eb24abb64933c12b8f1b1ef7f4768a806e\"><code>11c692e</code></a>\r\ngopls/internal/test/marker/testdata: sk\n[…]\nou reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n</details>\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": "chore(deps): Bump golang.org/x/tools from 0.19.0 to 0.20.0 in /tools …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-04-08T14:28:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4311b10428b2475eaa17b308cf2db26c2a2be5aa",
"body": "…178)\n\nBumps\r\n[follow-redirects](https://github.com/follow-redirects/follow-redirects)\r\nfrom 1.15.4 to 1.15.6.\r\n<details>\r\n<summary>Commits</summary>\r\n<ul>\r\n<li><a\r\nhref=\"https://github.com/follow-redirects/follow-redirects/commit/35a517c5861d79dc8bff7db8626013d20b711b06\"><code>35a517c</code></a>\r\nR\n[…]\n.\r\n\r\n</details>\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Jacob Oaks <joaks@uber.com>",
"is_bot": true,
"headline": "chore(deps): Bump follow-redirects from 1.15.4 to 1.15.6 in /docs (#1…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-04-02T20:26:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "efc111fdb69fc1f201a7094095fa01225cf36c6e",
"body": "Bumps [express](https://github.com/expressjs/express) from 4.18.2 to\r\n4.19.2.\r\n<details>\r\n<summary>Release notes</summary>\r\n<p><em>Sourced from <a\r\nhref=\"https://github.com/expressjs/express/releases\">express's\r\nreleases</a>.</em></p>\r\n<blockquote>\r\n<h2>4.19.2</h2>\r\n<h2>What's Changed</h2>\r\n<ul>\r\n<l\n[…]\n.\r\n\r\n</details>\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Jacob Oaks <joaks@uber.com>",
"is_bot": true,
"headline": "chore(deps): Bump express from 4.18.2 to 4.19.2 in /docs (#1182)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-04-02T20:09:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5c45bbca5ba73059ce3b46a08ad64e8603d84824",
"body": "Following https://github.com/uber-go/zap/pull/1424 as an example, fix CI\r\nto use `--help` flag since `--version` is no longer accepted.\r\n\r\n(example issue:\r\nhttps://github.com/uber-go/fx/actions/runs/8469190208/job/23203935028?pr=1182)",
"is_bot": false,
"headline": "Fix golangci-lint installation step in CI (#1185)",
"author_name": "Jacob Oaks",
"author_login": "JacobOaks",
"committed_at": "2024-04-02T20:02:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e44b89cf391aaf9f61b1535f3e5eea4f497b9895",
"body": "… /tools (#1177)\n\nBumps google.golang.org/protobuf from 1.28.0 to 1.33.0.\r\n\r\n\r\n[](htt\n[…]\nhttps://github.com/uber-go/fx/network/alerts).\r\n\r\n</details>\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": "chore(deps): Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 in…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-03-13T22:21:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6c22be5ced00b701b3cfe0e049ca9f76f3a4bd20",
"body": "Return changelog and version to development mode.",
"is_bot": false,
"headline": "Back to development (#1176)",
"author_name": "Jacob Oaks",
"author_login": "JacobOaks",
"committed_at": "2024-03-13T15:28:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7940a277caaac9b52b8374d26bea62a6c893c6c1",
"body": "Updates version and changelog for v1.21.0.\r\n\r\n---------\r\n\r\nCo-authored-by: Jacob Oaks <joaks@uber.com>",
"is_bot": false,
"headline": "Prepare release v1.21.0 (#1171)",
"author_name": "Gleb Arkhipov",
"author_login": "garkhipov",
"committed_at": "2024-03-13T15:13:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "340d5aca018cc6afcc1f7dfa4509ab6d82463ec2",
"body": "Unsure if this is even wanted however, this PR introduces an adapter\r\n(originally from [here](https://github.com/robbert229/fxslog/tree/main))\r\nto more easily use slog as the underlying logger implementation instead\r\nof zap.\r\n\r\n\r\nThis covers: #1170",
"is_bot": false,
"headline": "feat: added slog adapter (#1173)",
"author_name": "John Rowley",
"author_login": "robbert229",
"committed_at": "2024-03-13T14:25:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb632bea51448b9d28eba5f4e64e34106110eae2",
"body": "…(#1174)\n\nBumps [golang.org/x/tools](https://github.com/golang/tools) from 0.18.0\r\nto 0.19.0.\r\n<details>\r\n<summary>Commits</summary>\r\n<ul>\r\n<li><a\r\nhref=\"https://github.com/golang/tools/commit/7656c4c657688cae30795365d2a5f30d6f18be7f\"><code>7656c4c</code></a>\r\ngo.mod: update golang.org/x dependencie\n[…]\nou reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n</details>\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": "chore(deps): Bump golang.org/x/tools from 0.18.0 to 0.19.0 in /tools …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-03-11T14:27:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bf48ba34fc8cb0fe04248c6cca754c5131e66c3d",
"body": "The lint CI step for #1171 is failing because it adds a comparison link\r\nin the changelog that does not yet exist (the 1.20.2 tag has not been\r\ncreated yet).\r\n\r\nThis PR ignores these types of links when validating links during docs\r\nlinting in CI.\r\n\r\nTested this by adding the link from #1171 into th\n[…]\n/v1.20.0...v1.20.2\" not accessible; status code 404: Not Found\r\nmake[1]: *** [check] Error 1\r\nmake: *** [docs-lint] Error 2\r\n```\r\nAfter this change:\r\n```\r\n$ make docs-lint\r\nChecking documentation\r\n```",
"is_bot": false,
"headline": "docs-lint: don't validate Fx compare links (#1172)",
"author_name": "Jacob Oaks",
"author_login": "JacobOaks",
"committed_at": "2024-03-08T16:08:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6ddbd0359be94efe0d729b6799a942936d4374b4",
"body": "Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9.\r\n<details>\r\n<summary>Commits</summary>\r\n<ul>\r\n<li><a\r\nhref=\"https://github.com/indutny/node-ip/commit/1ecbf2fd8c0cc85e44c3b587d2de641f50dc0217\"><code>1ecbf2f</code></a>\r\n1.1.9</li>\r\n<li><a\r\nhref=\"https://github.com/indutny/node-ip/c\n[…]\nhttps://github.com/uber-go/fx/network/alerts).\r\n\r\n</details>\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": "chore(deps): Bump ip from 1.1.8 to 1.1.9 in /docs (#1166)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-02-22T22:09:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d9b4119a8f15a2eff1854389ea84617768bf8845",
"body": "Bumps\r\n[codecov/codecov-action](https://github.com/codecov/codecov-action) from\r\n3 to 4.\r\n<details>\r\n<summary>Release notes</summary>\r\n<p><em>Sourced from <a\r\nhref=\"https://github.com/codecov/codecov-action/releases\">codecov/codecov-action's\r\nreleases</a>.</em></p>\r\n<blockquote>\r\n<h2>v4.0.0</h2>\r\n<p\n[…]\ns>\r\n\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>\r\nCo-authored-by: Jacob Oaks <joaks@uber.com>",
"is_bot": true,
"headline": "chore(deps): Bump codecov/codecov-action from 3 to 4 (#1149)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-02-20T21:22:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d4cf3334fdb3cc793350c1afd005d60c58d860a7",
"body": "The godocs for most of the public API in app.go hasn't been touched in a\r\nwhile.\r\nI took a quick pass over it to adjust it better to current\r\nrecommendations and best practices.\r\nThis also makes more use of Go's `[..]` linking.\r\n\r\nOne notable change: Instead of Options, logical groups of options are\r\nnow recomended via Module.\r\n\r\n---------\r\n\r\nCo-authored-by: Jacob Oaks <jacoboaks.8@gmail.com>",
"is_bot": false,
"headline": "app.go: Take a pass over the godoc (#1162)",
"author_name": "Abhinav Gupta",
"author_login": "abhinav",
"committed_at": "2024-02-20T20:01:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c013ff6d5e240d733cddfcbc372d46e10e79ac0b",
"body": "The documentation for parameter structs, result structs,\r\nnamed values, optional values, value groups, etc.\r\nis currently scattered between In and Out.\r\n\r\nFirst, on the logistics end:\r\nthis has made it impossible to link to some of these docs because they\r\nshare the same hadings:\r\nhttps://pkg.go.dev\n[…]\nd result structs,\r\nor between value groups and soft value groups.\r\n\r\nNote that this does not touch on the core operations\r\n(provide, invoke, decorate).\r\nIt's just moving existing documentation around.",
"is_bot": false,
"headline": "Move advanced features to package documentation (#1163)",
"author_name": "Abhinav Gupta",
"author_login": "abhinav",
"committed_at": "2024-02-20T19:56:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d00172ae822179b996b302c68dbcfd75751aef63",
"body": "fxtest.New has this really nice behavior where by default,\r\nit uses the `testing.TB` as the destination for log output.\r\nUnfortunately, fxtest is not good for testing failure cases\r\nbecause it fails the test if the container failed.\r\n\r\n app := fxtest.New(t,\r\n fx.Invoke(func() error { retur\n[…]\nn errors.New(\"fail\") }),\r\n fxtest.WithTestLogger(t),\r\n )\r\n\r\nAs an example, a couple tests in Fx itself become more readable\r\nwith this new API.\r\n\r\nCo-authored-by: Jacob Oaks <joaks@uber.com>",
"is_bot": false,
"headline": "feat(fxtest): Add WithTestLogger option (#1159)",
"author_name": "Abhinav Gupta",
"author_login": "abhinav",
"committed_at": "2024-02-20T17:41:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2d14fb7dbc93a34960abdd079d0e2060117bd521",
"body": "…(#1165)\n\nBumps [golang.org/x/tools](https://github.com/golang/tools) from 0.17.0\r\nto 0.18.0.\r\n<details>\r\n<summary>Commits</summary>\r\n<ul>\r\n<li><a\r\nhref=\"https://github.com/golang/tools/commit/c5643e9baf7fed6936d70e3abf925f86fa895ca1\"><code>c5643e9</code></a>\r\ngopls/internal/server: fix two bugs rel\n[…]\n\n\r\n\r\n</details>\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Jacob Oaks <joaks@uber.com>",
"is_bot": true,
"headline": "chore(deps): Bump golang.org/x/tools from 0.17.0 to 0.18.0 in /tools …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-02-20T16:29:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "aa2324e07b640e6e4df98659d1c9ad244d7334a6",
"body": "In reading order, concepts like container and lifecycle\r\nshould come before we talk about parameter objects, value groups, etc.\r\n(It's also okay to merge concepts and features, but I'm not doing that\r\nhere.)\r\n\r\nSeparately, make the lifecycle page appear as \"Lifecycle\" in the sidebar\r\nwhile still having the title \"Application Lifecycle\".",
"is_bot": false,
"headline": "docs/sidebar: Move concepts before features (#1164)",
"author_name": "Abhinav Gupta",
"author_login": "abhinav",
"committed_at": "2024-02-20T16:15:55Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 38,
"latest_release_at": "2026-07-21T06:45:00Z",
"latest_release_tag": "v1.2.3",
"releases_from_tags": true,
"days_since_last_push": 10,
"active_weeks_last_year": 3,
"days_since_latest_release": 10,
"mean_days_between_releases": 0
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/vimt/fx",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/vimt/fx",
"is_deprecated": false,
"latest_version": "v1.2.3",
"repository_url": "https://github.com/vimt/fx",
"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-21T06:45:00Z",
"latest_version_yanked": null,
"days_since_latest_publish": 10
}
]
},
"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": [],
"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",
"internal/e2e/go.mod"
],
"largest_source_bytes": 100291,
"source_files_sampled": 106,
"oversized_source_files": 3,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"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/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "go.uber.org/goleak",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.0"
},
{
"name": "golang.org/x/sys",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.47.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": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 4,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "abhinav",
"commits": 154,
"avatar_url": "https://avatars.githubusercontent.com/u/41730?v=4"
},
{
"type": "User",
"login": "glibsm",
"commits": 95,
"avatar_url": "https://avatars.githubusercontent.com/u/199077?v=4"
},
{
"type": "User",
"login": "anuptalwalkar",
"commits": 90,
"avatar_url": "https://avatars.githubusercontent.com/u/11004015?v=4"
},
{
"type": "User",
"login": "sywhang",
"commits": 88,
"avatar_url": "https://avatars.githubusercontent.com/u/30421794?v=4"
},
{
"type": "User",
"login": "madhuravi",
"commits": 59,
"avatar_url": "https://avatars.githubusercontent.com/u/13949271?v=4"
},
{
"type": "User",
"login": "vimt",
"commits": 34,
"avatar_url": "https://avatars.githubusercontent.com/u/10686631?v=4"
},
{
"type": "User",
"login": "JacobOaks",
"commits": 34,
"avatar_url": "https://avatars.githubusercontent.com/u/11602410?v=4"
},
{
"type": "User",
"login": "bufdev",
"commits": 28,
"avatar_url": "https://avatars.githubusercontent.com/u/4228796?v=4"
},
{
"type": "User",
"login": "akshayjshah",
"commits": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/972790?v=4"
},
{
"type": "User",
"login": "shirchen",
"commits": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/826391?v=4"
}
],
"contributors_sampled": 67,
"top_contributor_share": 0.206
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"fossa.yaml",
"go.yml"
],
"has_docs_dir": false,
"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": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 11 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 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": 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": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"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": "97a409c800330112cbfb5bd7a04b0bf493c40f66",
"ran_at": "2026-07-31T11:58:31Z",
"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-21T06:48:44Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/vimt/fx",
"host": "github.com",
"name": "fx",
"owner": "vimt"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 50 is calibrated to 50 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 50,
"calibrated": 50,
"calibration": "2026-08-02"
}
}
],
"value": 50,
"inputs": {
"security": 49,
"vitality": 62,
"community": 12,
"governance": 60,
"calibration": "2026-08-02",
"engineering": 54,
"ai_readiness": 74,
"weighted_overall_raw": 50
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 62,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "weak",
"name": "Development activity",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"commits_last_year": 38,
"human_commit_share": 0.85,
"days_since_last_push": 10,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 10 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 10
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "38 commits in the last year",
"points": 14.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 38
}
}
],
"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": 88,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v1.2.3",
"releases_from_tags": true,
"days_since_latest_release": 10,
"mean_days_between_releases": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 10 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 10
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0
}
}
],
"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": "exceptional",
"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": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.17,
"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": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 60,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "excellent",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"bus_factor": 4,
"contributors_sampled": 67,
"top_contributor_share": 0.206
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "4 contributor(s) cover half of all commits",
"points": 43.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 4
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 21% of commits",
"points": 17.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 21
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "67 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 67
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 11 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance, Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance",
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"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": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 55,
"inputs": {
"followers": 37,
"owner_type": "User",
"is_verified": null,
"owner_login": "vimt",
"public_repos": 28,
"account_age_days": 4205
},
"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": "37 followers of vimt",
"points": 11.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 37,
"login": "vimt"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "28 public repos, account ~11 yr old",
"points": 22.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 28
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/vimt/fx"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 10
},
"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 10 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 10
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 54,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 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": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "https://uber-go.github.io/fx/",
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"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://uber-go.github.io/fx/",
"points": 15,
"status": "met",
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "weak",
"name": "Security",
"value": 49,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 49,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 11 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "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": "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 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"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": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 8
},
"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": 74,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "weak",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.965,
"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": "82 of 85 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 82,
"sampled": 85
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 90,
"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.34,
"toolchain_manifests": [
"go.mod",
"internal/e2e/go.mod"
],
"dependency_bot_commit_share": 0.15
},
"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": "34 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 34,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "15 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 15,
"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": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 98,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 100291,
"source_files_sampled": 106,
"oversized_source_files": 3
},
"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": "3/106 source files over 60KB",
"points": 53.4,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 106,
"oversized": 3
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"library"
],
"scores": {
"library": 6,
"framework": 2
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:go",
"weight": 6
},
{
"tier": "description",
"label": "framework",
"source": "description:framework",
"weight": 2
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Community profile unavailable",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-31T11:58:45.809435Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/v/vimt/fx.svg",
"full_name": "vimt/fx",
"license_state": "standard",
"license_spdx": "MIT"
}