Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 567,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 440414
},
"pushed_at": "2026-07-21T22:30:45Z",
"created_at": "2026-03-03T23:59:49Z",
"owner_type": "User",
"updated_at": "2026-07-21T22:30:57Z",
"description": "dio is a collection of low level IO primitives to enable high performance IO operations such as direct IO and io_uring",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Yevgeniy Miretskiy",
"type": "User",
"login": "miretskiy",
"company": "@datadoghq",
"location": null,
"followers": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/54641364?v=4",
"created_at": "2019-08-28T18:08:32Z",
"is_verified": null,
"public_repos": 20,
"account_age_days": 2519
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2026-07-17T15:59:17Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2026-07-16T23:59:57Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2026-07-03T17:21:54Z"
},
{
"tag": "v1.0.6",
"kind": "patch",
"published_at": "2026-07-01T18:57:33Z"
},
{
"tag": "v1.0.5",
"kind": "patch",
"published_at": "2026-06-30T19:52:43Z"
},
{
"tag": "v1.0.4",
"kind": "patch",
"published_at": "2026-06-30T18:43:08Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2026-06-30T18:24:08Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2026-06-30T14:52:23Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2026-06-23T17:16:38Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-06-16T14:49:26Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-04-16T11:49:21Z"
}
],
"recent_commits": [
{
"oid": "7aa690c3732b63e47b03c13868e109e2e09a05b4",
"body": null,
"is_bot": false,
"headline": "Fix regular file drain ownership",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-07-21T22:30:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9295ea093ca544c8a5d3235d1e5a1cb3221c092f",
"body": null,
"is_bot": false,
"headline": "Recognize rules_go test binaries",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-07-19T22:44:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d32c4389a5cd1bffc4955f0e98f9da92c99c126b",
"body": null,
"is_bot": false,
"headline": "Simplify iosched configuration and platform boundaries",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-07-19T20:18:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "365c2a26ad9c28e0d0e54d157b3ab0e8cb8b638e",
"body": null,
"is_bot": false,
"headline": "Remove redundant uring build constraint",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-07-17T16:25:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c859a6587f722bf32a1c749867c6d3f43193db5",
"body": null,
"is_bot": false,
"headline": "Harden DIO scheduling and giouring ABI",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-07-17T15:59:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3b23297985a36c921fe6f0c82f10d7bf5a7d764",
"body": null,
"is_bot": false,
"headline": "Add open barriers and simplify io_uring scheduling",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-07-16T23:59:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd2f329a88b65c81b2549a2c8b8db9b12c8914de",
"body": null,
"is_bot": false,
"headline": "iosched: add open barriers and simplify coordinator",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-07-15T23:02:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a70ba5985873ba4cdcffc1c070cd3f4cfb7f8cc",
"body": "Rework the io_uring coordinator's submit-management spine so all\nnot-yet-placed work lives in one place, and make the docs match what the\ncode actually guarantees.\n\n- serve now keeps a single c.pending buffer instead of the batchBuf/carry/\n collect copy dance. Drain-held closes live in it too, so h\n[…]\nNVMe node: go test -race ./iosched/... green, and the\nclose-drain/coalesce/durability/shutdown suites green under -count=20 -race.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "iosched: collapse the coordinator onto a single pending buffer",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-07-10T21:24:10Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4a68e6425c7cfd2b2dbc2548669eaf26eee6ac42",
"body": "The per-slot iovec buffer (c.iovecBufs[slot]) is reused across placements via\n[:0]+append, so after an op completes its descriptors — {Base *byte, Len}, Base\npointing into the caller's buffer — linger in the backing and pin those buffers\nfor GC even after the caller is done. Zero the descriptors in \n[…]\nuf/coalesce hold *Ticket, whose Op is zeroed by putTicket on Release, so\nthey never pin a caller buffer and need no such handling.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "iosched: drop iovec Base pointers when a slot is released",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-07-06T11:22:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3e3558b3302bbd0b12427c3d97d852803b728590",
"body": "Rework the io_uring scheduler around one principle: it is a lean pipe that\nexecutes ops and reports completions. Ordering between ops is the caller's,\nexpressed with Ticket.Wait or Op.Link, not reconstructed by the scheduler.\n\n- Remove the virtual-file barrier. It was forward-only (parked later ops\n\n[…]\n.Result/N/Error; the iovec backing moves off every Op to\n per-SQE-slot coordinator buffers (~256 B smaller Op, still alloc-free).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "iosched: remove vfile barrier, add close-drain, leaner Op",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-07-05T13:54:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "11a312d10d764eddd497a526d730736c1f87647d",
"body": "A virtual file opened with O_SYNC/O_DSYNC becomes a durable slot: the io_uring backend strips the flag off the openat (so the kernel does not sync per write), records the slot's mode, and links one fdatasync (fsync for O_SYNC) after each write to it. Coalescing amortizes it — a contiguous run is one\n[…]\ncket slice instead of chasing intrusive next pointers; the lock-free staging stack is drained and reversed into it once per batch.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "iosched: emulate O_SYNC/O_DSYNC for virtual files via linked fdatasync",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-07-03T17:21:54Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1b20fc1aff6492aa738f9a0e3b072e8d12bb6e6a",
"body": "s.shutdown.stop is now the only close signal — the c.closing bool (set in collect and placeTicket, read in serve) is gone. serve observes close via one poll and returns; shutdownPending then completes every remaining ticket along the three paths close can leave them in: staged/raced adds and collect\n[…]\nackends, -race): submit a burst, Close without waiting, then Wait every ticket under a timeout — proving none hang and all finish.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "iosched: drop coordinator closing state; single shutdown owner",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-07-02T14:37:07Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8addf7f90b10d0c61358f98eb6c6bb4b8ea34ca5",
"body": "The coordinator merges a batch's contiguous same-file plain writes into a single writev, tracked on a leader ticket whose one completion fans out to its followers (chained via Ticket.next — no extra allocation; one iovec slice per merged run). Short writes and errors fail the whole group, which is r\n[…]\nnto serve (steady state) and shutdownPending/drainInflight, so close is detected/handled in one place instead of scattered checks.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "iosched: coalesce contiguous writes into one writev",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-07-02T13:40:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5ec1a9c7177d7f1bbfd82e144e7ebed9ca83867e",
"body": "Adds ReadvOp/WritevOp and virtual VReadvOp/VWritevOp: positioned vectored I/O gathering/scattering multiple buffers over one contiguous file range (preadv/pwritev, IORING_OP_READV/WRITEV). The io_uring backend uses PrepareReadv/PrepareWritev; the POSIX backend emulates with per-buffer positioned sca\n[…]\n lifecycle. The vectored tests cross-check our API use (writev vs regular reads, mismatched readv chunk counts), not the kernel's.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "iosched: add readv/writev vectored ops; backend-parameterized tests",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-07-01T21:57:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "cb4e0f5c69ded43304d747748d7184758b11e283",
"body": "prepareSQE computes IOSQE_FIXED_FILE explicitly and clears it for openat and close: their fd field carries a dirfd (or nothing) while the target registered slot rides in file_index, so the flag (which reinterprets the fd field as a slot index) must stay off even for the direct forms. io_uring_prep_c\n[…]\nches the POSIX backend and countAndValidateOps about it, and scopes isVBarrier to virtual ops so a plain openat is not mis-parked.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "iosched: correct openat/close SQE flags; support plain openat",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-07-01T18:57:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4c58a308cfba4b8ecc85bfb168fd985a74f26557",
"body": "Replace the variadic URingConfig parameter with functional options\n(WithVFiles, WithRingDepth, WithSQPOLL) so callers configure the io_uring\nbackend by intent — e.g. NewDefaultScheduler(WithVFiles(n)) to register a\nvirtual-file table — without naming the uring-specific config struct. The\nPOSIX backe\n[…]\n: NewDefaultScheduler() with no args is\nunchanged; NewURingScheduler(URingConfig{...}) remains the explicit\nlow-level constructor.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "iosched: NewDefaultScheduler takes functional options",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-06-30T19:52:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8055184eeaee6b5eb1bcbb1d0eb81a9fb2ae4718",
"body": "Lets a consumer request a virtual-file table (URingConfig{VFiles: n}) while\nstill getting the host's best backend (uring on Linux, POSIX otherwise). The\nPOSIX backend emulates virtual files regardless of table size, so virtual-file\nconsumers get a working scheduler on either host. Backward compatible:\nNewDefaultScheduler() with no args is unchanged.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "iosched: make NewDefaultScheduler accept an optional URingConfig",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-06-30T18:43:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "02c5a2f1b7fd16e3285d67fc9f50eb10878d88a6",
"body": "Add FallocateOp/VFallocateOp (IORING_OP_FALLOCATE on uring, sys.Fallocate on\nPOSIX) so a file can be opened, preallocated, and first-written in one\nopen->fallocate->write linked chain.\n\nTeach the POSIX backend to emulate the virtual-file ops with a userspace\nvfd->*os.File table, so virtual-file cons\n[…]\nerified on darwin; the io_uring path cross-typechecks and has\nintegration tests (uring_virtual_linux_test.go) pending a Linux run.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "iosched: fallocate op + portable virtual files",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-06-30T18:24:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c292acc71ba53801c43001e32c64efcc561cb897",
"body": null,
"is_bot": false,
"headline": "iosched: add virtual file ops",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-06-30T14:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "664be53ede163af4183ca8a2b85d9b63debd494f",
"body": "POSIXScheduler now retries EINTR around pread/pwrite via ignoringEINTR (an\nioFn func value — no closure, no alloc), matching the standard library's\ninternal/poll. io_uring already retried it at io_uring_enter. So on either\nbackend a completed op's Result.Err is never EINTR.\n\nGo's async preemption (S\n[…]\ng regular-file fds; blind retry would busy-spin).\n\nDocuments the contract in the package doc and the rationale at each retry site.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "iosched: retry EINTR on the POSIX path; document the EINTR contract",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-06-23T17:16:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "add2735d56ed540bb5379fae03f0dbc718816e10",
"body": "dd-source pins a Go 1.25.x SDK and cannot build a module whose go\ndirective demands a newer toolchain. Lower dio to go 1.24 and replace\nthe two newer-than-1.24 stdlib APIs that gated it:\n\n- errors.AsType[syscall.Errno] (go1.26) -> errors.As with a typed var\n- (*sync.WaitGroup).Go (go1.25) -> Add(1) \n[…]\n func(){ defer Done() }()\n in mempool/iosched tests (mac + linux test files)\n\nNo behavior change; build/vet/test green on darwin.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "go.mod: lower go directive to 1.24 for downstream consumers",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-06-16T14:49:26Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1f673e1384cc789d99fc80a6ace1a62d47a8735b",
"body": null,
"is_bot": false,
"headline": "Simplify iosched scheduler lifecycle",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-05-27T16:14:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9051b56c1ec838249ced050554129316474615f1",
"body": null,
"is_bot": false,
"headline": "iosched: add async uring scheduler",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-05-24T19:46:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e91992a206f3e6d3915041a8faf58096946d7a8",
"body": null,
"is_bot": false,
"headline": "iosched: keep uring trace off request hot path",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-05-23T15:42:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc14a62ab54a2647ff544ed2a4601fd2535df222",
"body": null,
"is_bot": false,
"headline": "iosched: add uring submit role latency benchmark",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-05-23T15:36:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1279a0af24180f1a4f442ba77adda51fe929ede",
"body": null,
"is_bot": false,
"headline": "iosched: signal next uring leader",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-05-23T15:31:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b4d4a526bf75d5bb8810ca5991a962d2fda90ba",
"body": null,
"is_bot": false,
"headline": "iosched: add direct read throughput benchmark",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-05-22T23:55:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04425974cc2561026c46c597278a3865e40aa60b",
"body": null,
"is_bot": false,
"headline": "iosched: trim uring submit hot path",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-05-22T23:39:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ee044991c2a19d9adc9b4cfd41655bb38457dbd",
"body": null,
"is_bot": false,
"headline": "iosched: rewrite uring scheduler as group commit",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-05-22T23:22:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86358339fe0a47327f30576eb35c06f56c58c26c",
"body": "Replace per-Submit Submission+chan with a pool-allocated Ticket that uses\nsync.WaitGroup for completion signaling. Caller acquires via NewTicket,\npopulates Ops, calls Submit, calls Wait, then Releases back to the pool.\nNo fire-and-forget — Submit ownership stays with the caller until Wait\nreturns.\n\n\n[…]\npace-yevgeniy-miretskiy-m7gd-8xlarge). Benchmarks\nshow -75% to -100% allocations per Submit; throughput within ±1% of\nprior shape.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "iosched: refactor to caller-allocated Ticket API",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-05-22T19:22:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "589cfbe6b65b46486ab4f21e47740877e7460d41",
"body": null,
"is_bot": false,
"headline": "Add io_uring concurrency regression test",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-05-18T20:32:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96a77738c92241e7f1f05b13f1cd63b3c6135852",
"body": null,
"is_bot": false,
"headline": "Fix reused io_uring state",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-05-18T20:26:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "527b468d5ecae241a53cfedcbc5abbb84dc5aa38",
"body": "TestURing_BeyondRingCapacity: submits 103 ops into a ring of depth 32,\nverifying the coordinator batches them across multiple SubmitAndWait\ncycles.\n\nBenchmarkFanout: self-contained fan-out benchmarks for io_uring vs\npread64, using /instance_storage when available.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add ring overflow test and fan-out benchmarks",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-04-16T11:49:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "de4591e323666d21c5debcba7ea1493f94a3e775",
"body": "Use rand.IntN(n) to pick a random starting shard on each Acquire call,\nthen probe linearly with wrap-around. This distributes contention evenly\nacross shards instead of always piling up on shard 0.\n\nCo-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(mempool): randomize SlabPool.Acquire starting shard",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-03-25T13:24:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d74e07a44f3e67f6e92d2a6cea51f72be347712a",
"body": "TestSlabPool_HugepageInfo (Linux-only) logs whether the slab was actually\nbacked by 2 MiB hugepages or fell back to standard 4 kB pages, by reading\nKernelPageSize from /proc/self/smaps for the slab's address.\n\nCo-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(mempool): add hugepage backing verification via /proc/self/smaps",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-03-19T20:36:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ca73d96be86b651efc273339fe829e15403d966d",
"body": "## align\n- Add HugepageSize constant and hugePageMmapExtraFlags (linux: MAP_HUGETLB, other: 0)\n- AllocAligned transparently escalates to MAP_HUGETLB on Linux when\n aligned size is an exact 2 MiB multiple; falls back on ENOMEM/EOPNOTSUPP\n\n## mempool\n- Add SlabPool: contiguous hugepage-backed slab wi\n[…]\npply Go 1.26 style: wg.Go, range-over-int, interface{} → any\n- go vet and staticcheck clean on both linux/amd64 and darwin/arm64\n\nCo-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: hugepages, SlabPool, io_uring fixed buffers, giouring unsafe fixes",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-03-19T19:10:45Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e189d59242a0eec3981d9d35783b8f5a0ebec720",
"body": "Replace the method-per-operation IOScheduler interface and the per-call\nheap-allocating IOFuture with a submission-oriented Scheduler interface:\n\n Submit(ops []Op) (Ticket, error)\n Wait(ticket Ticket, results []Result) (int, error)\n\nKey design decisions:\n\nOp is a value type holding *os.File (not a\n[…]\nLinux (fdatasync) and\nDarwin (F_FULLFSYNC) without platform-specific files in this package.\n\nRemove: IOScheduler, IOFuture, PwriteScheduler, ioLatency, Stats histogram\nfields, hdrhistogram dependency.",
"is_bot": false,
"headline": "iosched: replace IOScheduler/IOFuture with Scheduler (Submit/Wait)",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-03-18T02:22:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1453126ff5ed025b443c973d99d282a7e5419271",
"body": "github.com/pawelgaczynski/giouring is effectively unmaintained —\nattempts to upstream fixes (notably replacing go:linkname syscall.mmap/munmap\nwith golang.org/x/sys/unix wrappers to fix Go 1.24+ compatibility) went\nunanswered. Carrying a local replace directive pointed at ../giouring was\nfragile an\n[…]\ne files receive //go:build linux since io_uring is Linux-only;\nwithout the tag the module would not cross-compile on Darwin.\n\nDrop the github.com/pawelgaczynski/giouring require + replace from go.mod.",
"is_bot": false,
"headline": "giouring: fork upstream into module",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-03-18T02:21:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "52031d79c7dba4a946689d2cc12c6b6935ec596e",
"body": "SetSlowAcquireWarning(d) configures a per-pool diagnostic: Acquire logs\nvia slog.Warn each time it blocks for longer than d. Essential for\ndetecting undersized pools in production without any code change — just\nset a threshold and tail logs.\n\nAcquireAligned(size) returns a pooled buffer when size ≤ \n[…]\nffer came from a pool or was\nallocated as a standalone buffer, replacing the need for callers to\ninspect the private pool field.\n\nCo-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(mempool): add SetSlowAcquireWarning, AcquireAligned, IsPooled",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-03-05T19:03:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6fb0bb1b240b7103091900e7cf259697aae980f5",
"body": null,
"is_bot": false,
"headline": "netbuf: add TLS rawInput pre-sizing (golang/go#47672)",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-03-04T22:00:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0acc2adedaf5752c99710bb3d5f057b739728f5a",
"body": "On Linux, O_DIRECT fails with EINVAL on tmpfs/ZFS/overlayfs and\nEOPNOTSUPP on some network filesystems. Rather than requiring callers\nto handle this, CreateDirect and OpenDirect now retry without O_DIRECT\non those errors, preserving any other flags (FlDSync, FlSync).\n\nBoth functions delegate to a shared openDirect helper to avoid\nduplicating the fallback logic.\n\nCo-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "sys: fold O_DIRECT fallback into CreateDirect/OpenDirect",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-03-04T21:14:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "43c87577baaefe29813f959152ba4709325035d0",
"body": "Adds sys.Ftruncate as the safe counterpart to syscall.Ftruncate(fd, size).\n\nThe raw syscall form requires the caller to hold runtime.KeepAlive(f) after\nextracting fd via f.Fd(), otherwise the GC is free to finalise f — closing\nthe file descriptor — before the syscall executes. This is a subtle bug t\n[…]\nwin.go / io_stubs.go — no platform-specific override\n needed; f.Truncate is correct and sufficient on all three.\n\nCo-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "sys: add Ftruncate(*os.File, int64) wrapper",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-03-04T16:35:57Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6229824df5cca290450f44358715875fd8121389",
"body": "Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: Apache 2.0 license, update README",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-03-04T00:20:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "03bbbacd0f6ad54209451789203d49733904d6f1",
"body": "Packages:\n- align: page-aligned mmap allocation, PageAlign/AlignRange/GrowAligned\n- mempool: fixed-capacity pool with blocking Acquire, TryAcquire,\n ref-counted MmapBuffer, ABA safety, SetPanicOnMisuse\n- sys: Fallocate, Fdatasync, PunchHole, CreateDirect/OpenDirect,\n CopyFi\n[…]\nnux-only)\n with ReadAt + WriteAt; NewDefaultScheduler runtime dispatch\n\nFull test coverage with -race on all packages.\n\nCo-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Initial release of dio — Direct I/O primitives for Go",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-03-04T00:20:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "22f7da78f6009ab860f181f1a229126b7bf4757b",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Yevgeniy Miretskiy",
"author_login": "miretskiy",
"committed_at": "2026-03-03T23:59:49Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 11,
"commits_last_year": 45,
"latest_release_at": "2026-07-17T15:59:17Z",
"latest_release_tag": "v1.3.0",
"releases_from_tags": true,
"days_since_last_push": 0,
"active_weeks_last_year": 14,
"days_since_latest_release": 4,
"mean_days_between_releases": 3.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/miretskiy/dio",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/miretskiy/dio",
"is_deprecated": false,
"latest_version": "v1.3.0",
"repository_url": "https://github.com/miretskiy/dio",
"versions_count": 11,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T15:59:17Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 1,
"stars": 2,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-06-10",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 26020,
"source_files_sampled": 82,
"oversized_source_files": 0,
"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": "golang.org/x/sys",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.41.0"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
}
],
"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": 1,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "miretskiy",
"commits": 45,
"avatar_url": "https://avatars.githubusercontent.com/u/54641364?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": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 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": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "7aa690c3732b63e47b03c13868e109e2e09a05b4",
"ran_at": "2026-07-22T09:42:58Z",
"aggregate_score": 3.8,
"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-21T22:30:46Z",
"oldest_open_prs": [
{
"number": 1,
"created_at": "2026-06-10T19:16:37Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/miretskiy/dio",
"host": "github.com",
"name": "dio",
"owner": "miretskiy"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"security": 38,
"vitality": 78,
"community": 24,
"governance": 38,
"engineering": 38
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 78,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"commits_last_year": 45,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 14
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "14/52 weeks with commits",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 14
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "45 commits in the last year",
"points": 14.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 45
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 88,
"inputs": {
"releases_count": 11,
"latest_release_tag": "v1.3.0",
"releases_from_tags": true,
"days_since_latest_release": 4,
"mean_days_between_releases": 3.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "11 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 11
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~3.4 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 3.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 1,
"stars": 2,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"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": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 38,
"weight": 0.24,
"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": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"followers": 13,
"owner_type": "User",
"is_verified": null,
"owner_login": "miretskiy",
"public_repos": 20,
"account_age_days": 2519
},
"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": "13 followers of miretskiy",
"points": 8.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 13,
"login": "miretskiy"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "20 public repos, account ~6 yr old",
"points": 21.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 20
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/miretskiy/dio"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 4
},
"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 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "11 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 11
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 38,
"weight": 0.2,
"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": 50,
"inputs": {
"topics": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 38,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"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": 38,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 3.8
},
"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": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "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": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 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": 66,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.778,
"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": "35 of 45 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 35,
"sampled": 45
}
}
],
"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.511,
"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": "23 of the last 45 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 23,
"sampled": 45
}
}
],
"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": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 26020,
"source_files_sampled": 82,
"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/82 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 82,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-22T09:43:02.582715Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/miretskiy/dio.svg",
"full_name": "miretskiy/dio",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}