Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"rx",
"rxgo",
"reactivex",
"reactive-extensions",
"observable",
"observable-streams",
"generics",
"reactive-extension",
"reactive-programming"
],
"is_fork": false,
"size_kb": 2227,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 155531
},
"pushed_at": "2026-07-20T11:01:27Z",
"created_at": "2017-10-06T23:10:44Z",
"owner_type": "Organization",
"updated_at": "2026-07-20T11:02:36Z",
"description": "Reactive Extension 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": "ReactiveGo",
"type": "Organization",
"login": "reactivego",
"company": null,
"location": null,
"followers": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/31031773?v=4",
"created_at": "2017-08-15T08:16:26Z",
"is_verified": null,
"public_repos": 6,
"account_age_days": 3270
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-20T09:36:58Z"
},
{
"tag": "v0.2.8",
"kind": "patch",
"published_at": "2026-06-03T20:58:07Z"
},
{
"tag": "v0.2.7",
"kind": "patch",
"published_at": "2026-01-27T22:48:34Z"
},
{
"tag": "v0.2.6",
"kind": "patch",
"published_at": "2026-01-27T11:09:48Z"
},
{
"tag": "v0.2.5",
"kind": "patch",
"published_at": "2025-06-04T18:34:03Z"
},
{
"tag": "v0.2.4",
"kind": "patch",
"published_at": "2025-05-31T13:41:07Z"
},
{
"tag": "v0.2.3",
"kind": "patch",
"published_at": "2025-05-21T05:53:55Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2025-05-01T09:46:59Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2025-04-29T07:12:04Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2025-03-21T21:38:44Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2025-02-18T20:21:17Z"
},
{
"tag": "v0.0.0",
"kind": "major",
"published_at": "2022-01-16T02:07:48Z"
}
],
"recent_commits": [
{
"oid": "248bc7a97ed5e580eca654ec69f7c4d978dad671",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Show cancelable-context-around-scheduler idiom in README",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-07-20T10:58:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "048a4678c491ef91066cb3000b20b969efa62a3e",
"body": "Fix the wrong reactivego/x import in the quick start, repair truncated\nindex entries, and document the context-based API: Subscribe with a\ncontext, scheduler selection via SchedulerContextWith/GoroutineContext,\ncancellation semantics, iterator/channel interop, and the multicasting\nstory including Behavior. Every index entry now has a description and a\npkg.go.dev link; all code examples were verified to compile and produce\nthe shown output.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Rewrite README with verified examples and a complete operator index",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-07-20T09:36:58Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e1e5298c8d7d6b59147dd15d4fed21f481324c9c",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bump scheduler to v0.2.0 for ContextWith and FromContext",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-07-20T09:32:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fcc4926318e5a5e411c8c1a7508b445a7d6762b9",
"body": "Guards the scheduler-side fix that made trampoline Wait re-runnable;\nbefore that fix the second Wait on the same context hung forever.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add regression test for reusing a serial scheduler context across Waits",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-07-20T08:36:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "919a00278c867b8a926ecae3543f945a01f4ecd5",
"body": "The reconnect guard read subscription.err directly, which is initialized\nto ErrSubscriptionCanceled while the subscription is live, so a refcount\nthat dipped below count and returned triggered a second connect and\nleaked the first connection. It was also a data race: err is written\nunder the subscription's own mutex. Use Err() and reconnect only when\nthe previous connection ended in error or was canceled.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix AutoConnect reconnecting while the connection is still active",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-07-20T08:36:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "be6614d5db9100d6c882023a069490a4344b3064",
"body": "RefCount and AutoConnect created the shared upstream subscription with\nthe triggering subscriber's cancelable context, so that subscriber\nunsubscribing tore down the connection for everyone still subscribed.\nWrap the context in context.WithoutCancel: the connection keeps the\ncontext values but is torn down only by the explicit refcount-zero path.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Detach shared connection from the triggering subscriber's context",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-07-20T08:34:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bfe130f356e8cb1c358eb3ebf49311cc1b8a6b89",
"body": "Remove context.go (WithScheduler, Background, BackgroundGoroutine) in\nfavor of ContextWith/FromContext from the scheduler package, re-exported\nas SchedulerContextWith and SchedulerFromContext. Add GoroutineContext\nas the convenience constructor, guarding against nil contexts, and\ndocument all declarations in scheduler.go.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Replace rx context helpers with scheduler package context support",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-07-20T08:34:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3a752716c0b57b44b65ce70c7277c6efc352613c",
"body": "Behavior is a multicasting Connectable like Publish, but with replay-latest,\nconflating, non-backpressuring semantics for distributing current state:\n\n- Replay-latest on subscribe: a new subscriber immediately observes the\n current value (the construction seed until the source emits, then the most\n\n[…]\ner paths: replay-latest, conflation, concurrent\nconvergence (no lost wakeups under load), serial replay of the final value and\nterminal delivery, RefCount count-free replay, and StartWith composition.",
"is_bot": false,
"headline": "Add Behavior connectable for replay-latest state distribution",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-06-03T20:58:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d6022415cd2920e190bb287275a562b5139cf7bc",
"body": null,
"is_bot": false,
"headline": "Update All to yield indexed values; remove All2",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-01-27T22:48:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0851af526ee6e7e61847a78f2ffced6c8eaa1481",
"body": null,
"is_bot": false,
"headline": "Improve Connect API and use of context",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-01-27T22:07:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c787fee6b44a1b56b3b8fac3f506b41366027eb",
"body": null,
"is_bot": false,
"headline": "Introduce context.Context support",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-01-27T18:31:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb988523cb695f2bddecea6948e0f25496b21df3",
"body": "Return iter.Seq2[T, error] from Values and adapt the yield callback\nto (T, error). If the underlying Wait returns an error, emit the error\nwith a zero value.\nRemove the now-redundant iter_test.go and update tests: add an All\niterator transformation test (requires fmt) and include a Pull to\nValues round trip test to exercise Values().",
"is_bot": false,
"headline": "Update Values to propagate errors and extend tests",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-01-27T12:06:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fe9ff6eeeafacfadb679c5e1535df193b02d5a6",
"body": null,
"is_bot": false,
"headline": "Guard buffer begin advance to preserve replay",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-01-27T11:09:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4062b25593b76ce3d74cf81afc5a7009de5377c",
"body": null,
"is_bot": false,
"headline": "Add command pattern example and doc for Defer function",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-06-04T20:01:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "355585e3665e12b23be4923acb94ebfa9ac8312a",
"body": null,
"is_bot": false,
"headline": "Fix channel close behavior in Multicast when done without error",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-06-04T18:34:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05758f413a9adb80bce82ad0c3176f86d22f83b2",
"body": null,
"is_bot": false,
"headline": "Add Example_mergeMapSubject test to demonstrate subject behavior",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-06-04T15:04:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "947a114c289d6c463cd13d5b0885e0378aa2fe0e",
"body": null,
"is_bot": false,
"headline": "Add example test for mergeMap function",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-06-04T14:44:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56dec2c5249234af93a343ca8ed3ef2ec2cce39e",
"body": null,
"is_bot": false,
"headline": "Move emission struct inside Delay function",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-05-31T13:41:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2bda6bb7bf7934def09f6279aa4ef2769c5b732",
"body": null,
"is_bot": false,
"headline": "Update operator documentation with links and detailed descriptions",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-05-31T13:40:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9575433d774308e9c31620ccbfdae130eb9bc30e",
"body": null,
"is_bot": false,
"headline": "Update documentation with improved Observable explanations",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-05-31T10:29:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cc7e60133625219d98bd15004505d076c103d63",
"body": null,
"is_bot": false,
"headline": "Add AutoConnect example and fix Publish unsubscription",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-05-31T10:28:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2953d1fa301d17af175afcd1117e67450e557324",
"body": null,
"is_bot": false,
"headline": "Refactor Multicast to handle subscriber termination correctly",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-05-31T10:27:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62ac21a59dd9f24f75b42bd1c66ed4429fc56dd0",
"body": null,
"is_bot": false,
"headline": "Add documentation to Observer type and methods",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-05-31T01:53:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8714f9f6d2d6d6d7f89bfcdd47f30971027b8eb",
"body": null,
"is_bot": false,
"headline": "Remove explicit type parameter from Tap call",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-05-31T01:51:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ef77579b1c7fb33e3494ae22f357741fc3f4895",
"body": null,
"is_bot": false,
"headline": "Update error handling to use standard errors package",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-05-21T07:59:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cd1f91e4fe88b821f9901d0d08686a70bc08ba3",
"body": null,
"is_bot": false,
"headline": "Use atomic.Int32 instead of raw int32 with atomic operations",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-05-21T07:57:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5b68a09e5fff884fd2c23b1ce6a90585ddfd235",
"body": null,
"is_bot": false,
"headline": "Add documentation for RefCount and AutoConnect method",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-05-21T07:56:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "053dd0f7ffd7bd2766a8784ba9b8b0b32db43b6d",
"body": null,
"is_bot": false,
"headline": "Rename Connect type to Connector for clarity",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-05-21T05:53:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb6ca5c420b55234f9cf3324d6bd1b8582b56dd4",
"body": null,
"is_bot": false,
"headline": "Add subscription tests with context and timeout scenarios",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-05-01T09:46:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a294afb637ee965ac957c0832f4036072885ad0",
"body": null,
"is_bot": false,
"headline": "Remove Subscribable interface and refactor subscriber APIs",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-05-01T09:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0eac0302c4e2aed2d168cbb853a6a3c292c2aab",
"body": null,
"is_bot": false,
"headline": "Add package level documentation for rx package",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-05-01T09:46:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "454454539a612cfb922a9ebfb7d7cb45cb1faca8",
"body": null,
"is_bot": false,
"headline": "Add type constraints and update scheduler dependency",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-05-01T09:46:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75aa4c321e654a0d6e04a9464d571d69a7039743",
"body": null,
"is_bot": false,
"headline": "Restore the Do operator, alias of OnNext",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-30T18:37:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "754533910227c3e377a068edad3f699e5ac82c20",
"body": null,
"is_bot": false,
"headline": "Add tests for iterator functionality and conversions",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-30T05:47:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02cabbb3c80e967d96c198b3dacbc530bfd30477",
"body": null,
"is_bot": false,
"headline": "Clean up import formatting in racewith.go",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-29T12:24:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea1b9b478edeb2b7c086793abf2d91738bf9d27f",
"body": null,
"is_bot": false,
"headline": "Refactor observer functions into separate pipe operators",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-29T12:24:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1589179543c0bab8dfd6ae3c1a2adb9f496367c4",
"body": null,
"is_bot": false,
"headline": "Remove redundant Do shortcut for OnNext",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-29T12:23:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10f2f898917d9fcda9aa5aa12cb7998e1181d3f5",
"body": null,
"is_bot": false,
"headline": "Remove Finally function as it duplicates OnDone functionality",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-29T12:19:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70c4eadbbc53f63a6af90636870c73fb3c31ea29",
"body": null,
"is_bot": false,
"headline": "Add Retry function as an operator pipe",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-29T11:32:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c313cbdd06456a7235ff18452d4633de9a2f1f70",
"body": null,
"is_bot": false,
"headline": "Refactor Repeat as a Pipe with improved documentation",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-29T11:29:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "079d1acffb194fb4aa4c173f377fec9a7e2be263",
"body": null,
"is_bot": false,
"headline": "Add EndWith operator to concatenate values at the end",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-29T11:19:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4db454af7f5d1bf3373745e70902f061a9cc6e1e",
"body": null,
"is_bot": false,
"headline": "Add StartWith pipe function and refactor method to use it",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-29T11:17:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64885809db62c8d75231bb5bc5b8ec3b5b42e12c",
"body": null,
"is_bot": false,
"headline": "Add All2 function and rename yielder variable to yielding",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-29T11:10:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b26702ea058a0fa6bf92a7386d7e358e69ef03d",
"body": null,
"is_bot": false,
"headline": "Rename generic type params in Pull2 for consistency",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-29T11:10:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4bcfaf35a7ae3cba621303fcb8eeaf50410f9a9",
"body": null,
"is_bot": false,
"headline": "Add Last method to Observable for getting last emitted value",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-29T11:07:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4505154aac907c7d6b43d179cf1b03e43baf72d0",
"body": null,
"is_bot": false,
"headline": "Rename value.go to first.go",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-29T11:06:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00c3e4dac2a40b8ebfafd48be0bbae43be974f11",
"body": null,
"is_bot": false,
"headline": "Rename Observable.Value() to Observable.First()",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-29T11:05:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84cd32f7f0c1ef64c9ac37e2607d7faa43b09ab0",
"body": null,
"is_bot": false,
"headline": "Add Pull and Pull2 functions for iter.Seq and iter.Seq2 observables",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-29T10:03:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c61bfc8e05ceeaf045f7890351a7e3fd0466647c",
"body": null,
"is_bot": false,
"headline": "Refactor AutoUnsubscribe to follow pipe pattern",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-29T10:03:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fab0b4913f56b36aae72f4776be3836b898d72f9",
"body": null,
"is_bot": false,
"headline": "Move AsObserver functions from asobserver.go to observer.go",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-29T10:03:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "832f617458451ae874bc0dcac99e1c557c603f28",
"body": null,
"is_bot": false,
"headline": "Rename Error to Done and consolidate with Complete method",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-29T08:54:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e4105d68880d1ed3cd29a6e091d86a664f1bde4",
"body": null,
"is_bot": false,
"headline": "Refactor Do and Finally to use Tap with observers",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-29T07:12:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8024b8722a99bed0bc3fe0944b0ebbc97e4efa89",
"body": null,
"is_bot": false,
"headline": "Rename Collect method to Append for clarity",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-29T06:55:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23794e503439a40c7a31aaecede71441f1779043",
"body": null,
"is_bot": false,
"headline": "Rename Collect function to Append for clarity",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-29T06:53:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e1b838beea6bd1979d7c4a6a79e4d3ec80fa30e",
"body": null,
"is_bot": false,
"headline": "Rename collect.go to append.go",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-29T06:51:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc51264db31c933b5646da9d00331d84d73dadcb",
"body": null,
"is_bot": false,
"headline": "Add tests for Take and ZipAll operators",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-29T06:39:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98f12bf5cd56f225f6591675f4f51cfaf6208945",
"body": null,
"is_bot": false,
"headline": "Add Zip function as a convenience over ZipAll",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-29T06:38:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d7e75bf364991e07d387fad0b339acf9ad6a5c5",
"body": null,
"is_bot": false,
"headline": "Add specialized Observer creation functions",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-29T06:37:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cd67157ca743209bf8444914d29061a0ce256ee",
"body": null,
"is_bot": false,
"headline": "Refactor to use Pipe pattern for multi-observable operations",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-29T06:32:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81bf733a0efd9d835b8a4693ea097fb8a41d8032",
"body": "Fixes #3",
"is_bot": false,
"headline": "Enhance Take operator with better edge case handling",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-29T06:31:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c239fb76601dccb27138075963c9fe3326ebce5",
"body": null,
"is_bot": false,
"headline": "Add optional scheduler parameter to Observable.Go()",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-10T12:52:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dc543190660ba1cea9717bfbde997dd4748e75e",
"body": null,
"is_bot": false,
"headline": "Add documentation for Go and Ignore functions",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-09T11:07:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "111f1052ca63f7bb3caff382eadd340abc4787a8",
"body": null,
"is_bot": false,
"headline": "Simplify Go() method by removing scheduler parameter",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-09T11:00:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8c6a6a1128c58933dd843ff3aeedd58ebf8b5d6",
"body": null,
"is_bot": false,
"headline": "Add Zip operators and buffer size control",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-06T09:25:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb6d7a98667fbd711815dddaf7378d80da1b853b",
"body": null,
"is_bot": false,
"headline": "Rename variables for clarity and handle empty sources case",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-06T09:24:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed1998b929efd0aab4b89f90e2a92f59e185af9d",
"body": null,
"is_bot": false,
"headline": "Refactor DistinctUntilChanged as a pipe function",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-06T09:24:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85e4cce428d78019ba56b5bd8c9c6c83519329d1",
"body": null,
"is_bot": false,
"headline": "Add Map and MapE methods to Observable type",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-05T12:38:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "692988317881f944939de90ce2e597155f35889b",
"body": null,
"is_bot": false,
"headline": "Remove Min and Max utility functions",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-04-02T16:38:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4840193b47663fa784ba5a9f9693ab10d0154cb2",
"body": null,
"is_bot": false,
"headline": "Rename combine.go to combinelatest.go",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-03-31T18:47:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "644e7a3491cb5336bc256d202b221f362a6ef98c",
"body": null,
"is_bot": false,
"headline": "Rename observables to sources in WithLatestFromAll",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-03-31T16:10:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed106d2c7b26657168293a10afd33d7f15bc45fe",
"body": null,
"is_bot": false,
"headline": "Attach Scheduler Cancel Callback on Unsubscribe",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-03-31T15:13:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef94f3ffe4d0003d9ec35590b0bfb9060d75d622",
"body": null,
"is_bot": false,
"headline": "Refactor combine & withLatestFrom to tuple types",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-03-31T13:59:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "050c035926f4eb14066f67b2637c65e09104b6c7",
"body": null,
"is_bot": false,
"headline": "Capture Wait errors in All and Values but explictely ignore them",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-03-31T13:56:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bc7db2a4ca1fa38b5c7b4669042d74a4ddae804",
"body": null,
"is_bot": false,
"headline": "Refactor ElementAt to use pipe operator",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-03-31T09:25:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a426c4dcce1360301071dc3138203f2ccfc7502c",
"body": null,
"is_bot": false,
"headline": "Improve README wording for clarity",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-03-31T08:44:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4ef01d2121fe0680e17efe01203a761dcad2450",
"body": null,
"is_bot": false,
"headline": "Add ReduceE function to rx package",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-03-31T08:43:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "261c14122d8e89e7b2d38641e3414165992cd446",
"body": null,
"is_bot": false,
"headline": "Remove Observable.Reduce method",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-03-31T08:36:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a567d91aafc8ce5cecf7b7104a49440c1a1c2e00",
"body": null,
"is_bot": false,
"headline": "Set Done Flag to True on Error",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-03-31T07:19:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1d78ebfebe440dc19b582ad590e6362301e2fb7",
"body": null,
"is_bot": false,
"headline": "Remove unused aSkip function",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-03-31T07:14:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22bd1ef983afb40f3fb198ddac3b8512d3326fcd",
"body": null,
"is_bot": false,
"headline": "Refactor ZipAll operator with improved buffer handling",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-03-29T14:18:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42b7bd0664c63e8b60b5ceb37dcd12cf4d8a2b31",
"body": null,
"is_bot": false,
"headline": "Add faulty implementation of ZipAll",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-03-29T14:13:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e13a66b1f7a574617de61fa4af3f9b49ee8b5f05",
"body": "The package has been renamed from 'x' to 'rx' to better reflect its purpose as a reactive programming library for Go. Updated all imports and documentation accordingly.",
"is_bot": false,
"headline": "Rename package from x to rx",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-03-21T21:38:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54d49cc9fbe64e74eb84629fca876058a827febc",
"body": null,
"is_bot": false,
"headline": "Add Values and All sequence operators with examples",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-03-21T21:15:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4c999b5dda1044d2100133c0f15d10fdb396fdf",
"body": "The changes replace golang.org/x/exp/constraints with stdlib cmp package\nand bump the Go version to 1.23.0.",
"is_bot": false,
"headline": "Update Go version and use cmp.Ordered from stdlib",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-03-21T21:14:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff99a5d09d869854061ff84d13ef02eb90c84011",
"body": null,
"is_bot": false,
"headline": "Update LICENSE",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-03-21T21:13:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "260b575d2b2c8dd5998ffdfdebdbaee093cf666c",
"body": "The operator methods now use new standalone pipe functions, following the\npattern of calling Pipe[T](args)(observable). This makes the operators more\ncomposable.",
"is_bot": false,
"headline": "Convert Skip, Take and TakeWhile to pipe operators",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-03-21T21:12:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e175bb071d14d413c0d03fe754e5dec4291deb0",
"body": null,
"is_bot": false,
"headline": "Add RetryTime to support e.g. exponential backoff",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2023-09-05T08:13:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fb6daad10413c0e7ba4969b1239d661713c2692",
"body": null,
"is_bot": false,
"headline": "Rename FromChan to Recv",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2023-08-29T10:51:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "712ddc3ccd8d2aa62583a602aac16367284ac753",
"body": null,
"is_bot": false,
"headline": "Add AsObserver and refactor AsObservable",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2023-08-29T10:50:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a60110b8094887666e604d708878769f54981ca5",
"body": null,
"is_bot": false,
"headline": "Simplify Pipe related code",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2023-08-29T10:49:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72c643308891421192a1d50d4f149b27d79f38a7",
"body": null,
"is_bot": false,
"headline": "Add generic Min/Max funcs until they are built-in",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2023-08-05T08:47:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b175ad0199f807d14d38c75e34c8d42dfafceef2",
"body": null,
"is_bot": false,
"headline": "Update module dependencies",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2023-07-13T12:05:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfcde8a141e7fcdfd27ddbcf4dfe65c9a03d0c2c",
"body": null,
"is_bot": false,
"headline": "Add CatchError operator",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2023-07-13T12:05:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fe444ac41ca509e6b2c86bb6f6114c6be090544",
"body": null,
"is_bot": false,
"headline": "Add Publish and refactor Share operators",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2023-07-13T09:35:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d95d4218335578f5c100834750ac820fcd6be0f",
"body": null,
"is_bot": false,
"headline": "Remove Errorf and Errorw funcs",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2023-07-13T09:34:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd0c9b545d41cfc5ae0f020bb7ace491b5a4d5b8",
"body": null,
"is_bot": false,
"headline": "Fix autoconnect.go filename",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2023-07-13T09:33:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a917f39fa0a9b68bebfacaef3fabfa1765327eb7",
"body": null,
"is_bot": false,
"headline": "Rollback RefCount refactor",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2023-07-08T13:14:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dcd9aede7502a1a48c891c75108c3f3a35b995b",
"body": null,
"is_bot": false,
"headline": "Add AutoConnect operator to Connectable",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2023-07-08T13:11:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e0b8065422002b1590ff0006dd000f98dcfb5c0",
"body": null,
"is_bot": false,
"headline": "Refactor and add Print operators",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2023-07-07T12:31:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aecfc1327f35ddf496a8f2ddbf660ccdd2a75166",
"body": null,
"is_bot": false,
"headline": "Refactor some operators to return Pipe",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2023-07-07T11:02:49Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 12,
"commits_last_year": 13,
"latest_release_at": "2026-07-20T09:36:58Z",
"latest_release_tag": "v0.3.0",
"releases_from_tags": true,
"days_since_last_push": 9,
"active_weeks_last_year": 3,
"days_since_latest_release": 9,
"mean_days_between_releases": 53.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/reactivego/rx",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/reactivego/rx",
"is_deprecated": false,
"latest_version": "v0.3.0",
"repository_url": "https://github.com/reactivego/rx",
"versions_count": 12,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T09:36:58Z",
"latest_version_yanked": null,
"days_since_latest_publish": 9
}
]
},
"popularity": {
"forks": 1,
"stars": 23,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2021-04-10",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 13484,
"source_files_sampled": 118,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/reactivego/scheduler",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.2.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/reactivego/scheduler",
"direct": true,
"version": "v0.2.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 1,
"direct_count": 1,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 2,
"closed_ratio": 0.667,
"closed_issues": 4,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "rene-post",
"commits": 126,
"avatar_url": "https://avatars.githubusercontent.com/u/1306351?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 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": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 6,
"reason": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"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": null,
"reason": "no dependencies found",
"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": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "248bc7a97ed5e580eca654ec69f7c4d978dad671",
"ran_at": "2026-07-29T11:40:40Z",
"aggregate_score": 3.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-20T11:01:28Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 1,
"created_at": "2022-05-11T13:18:24Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 2,
"created_at": "2022-05-27T09:43:32Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/reactivego/rx",
"host": "github.com",
"name": "rx",
"owner": "reactivego"
},
"metrics": {
"overall": {
"key": "overall",
"band": "weak",
"name": "Overall health",
"note": "The weighted overall 48 is calibrated to 47 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 48,
"calibrated": 47,
"calibration": "2026-08-02"
}
}
],
"value": 47,
"inputs": {
"security": 48,
"vitality": 60,
"community": 35,
"governance": 50,
"calibration": "2026-08-02",
"engineering": 42,
"ai_readiness": 54,
"weighted_overall_raw": 48
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 60,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "weak",
"name": "Development activity",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"commits_last_year": 13,
"human_commit_share": 1,
"days_since_last_push": 9,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 9 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "13 commits in the last year",
"points": 10.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 13
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 80,
"inputs": {
"releases_count": 12,
"latest_release_tag": "v0.3.0",
"releases_from_tags": true,
"days_since_latest_release": 9,
"mean_days_between_releases": 53.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "12 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 12
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 9 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~53.9 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 53.9
}
}
],
"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": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 13,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 13 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 13
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 35,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"forks": 1,
"stars": 23,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "23 stars",
"points": 21.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 23
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"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": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 50,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "weak",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): PR acceptance, Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"pr_acceptance",
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 49,
"inputs": {
"merged_prs": 0,
"open_issues": 2,
"closed_issues": 4,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.667,
"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": "67% of issues closed",
"points": 28,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 67
}
}
],
"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": null,
"notes": [],
"value": 52,
"inputs": {
"followers": 2,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "reactivego",
"public_repos": 6,
"account_age_days": 3270
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "2 followers of reactivego",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2,
"login": "reactivego"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "6 public repos, account ~8 yr old",
"points": 18.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 6
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/reactivego/rx"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 9
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 9 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 9
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "12 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 12
}
}
],
"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": "weak",
"name": "Engineering Quality",
"value": 42,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"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": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"rx",
"rxgo",
"reactivex",
"reactive-extensions",
"observable",
"observable-streams",
"generics",
"reactive-extension",
"reactive-programming"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "9 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 9
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "weak",
"name": "Security",
"value": 48,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 35,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 3.5
},
"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 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 4.5,
"status": "partial",
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 1 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 1
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "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": 1
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 54,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 5,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.1,
"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": "10 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 5.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 10,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 73,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.07,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "7 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 7,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 13484,
"source_files_sampled": 118,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/118 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 118,
"oversized": 0
}
}
],
"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
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:go",
"weight": 6
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-29T11:40:45.577645Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/reactivego/rx.svg",
"full_name": "reactivego/rx",
"license_state": "standard",
"license_spdx": "MIT"
}