Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 488,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 286635
},
"pushed_at": "2026-07-22T12:12:38Z",
"created_at": "2026-04-24T19:35:50Z",
"owner_type": "User",
"updated_at": "2026-07-22T12:13:02Z",
"description": "Embedded SQLite with S3-backed durability for serverless containers",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "http://atmin.me",
"name": "Atanas Minev",
"type": "User",
"login": "atmin",
"company": null,
"location": "Sofia, Bulgaria",
"followers": 33,
"avatar_url": "https://avatars.githubusercontent.com/u/714648?v=4",
"created_at": "2011-04-07T06:35:14Z",
"is_verified": null,
"public_repos": 45,
"account_age_days": 5586
},
"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": "v0.7.0",
"kind": "minor",
"published_at": "2026-07-22T12:12:06Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2026-07-22T10:46:48Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-07-22T08:12:12Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-07-22T04:51:29Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-19T06:27:07Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-18T16:04:01Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-18T05:45:15Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-07-03T10:13:50Z"
}
],
"recent_commits": [
{
"oid": "0cee6d4697080b229ca1c59e20614041a1023c5a",
"body": "…romoteOutcome",
"is_bot": false,
"headline": "feat: expose promote outcome (restored vs resumed-in-place) via LastP…",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-22T12:12:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dec343c7c2ce193edbbbb8c7c5400f3cbfa86b9",
"body": null,
"is_bot": false,
"headline": "feat: restore paths clear stale litestream position (INVARIANTS #9)",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-22T12:00:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6446228ac0f08fd0a6f3b86025d352380a8885ed",
"body": "…keep the old lineage's LTX position\n\nFound while diagnosing the crash-reacquire rewind: removeLocalDBFiles clears\nthe SQLite files but not .<name>-litestream/, so a returning ex-leader whose\ntakeover restore discarded its local lineage still starts replication from\nthe stale position. Repro decides whether that misships or stalls.",
"is_bot": false,
"headline": "docs(tasks): schedule restore-stale-litestream-state — restore paths …",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-22T10:46:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "871055a30c6ae6e11e0c1a7863cbb38e9261fbc9",
"body": "…reacquire rewind\n\nA consumer-observed rewind (tasks/crash-reacquire-rewind-repro.md) reproduced\non HEAD: after SIGKILL → same-LocalPath reacquire → clean Close, a fresh\nrestore was missing the crashed tenure's acked tail and the successor's\nentire synced tenure, while Sync and Close reported succes\n[…]\nte,\nfile://) and TestCrashReacquireResumedTenureSurvivesRestoreS3 (integration,\nreal lease over MinIO, asserts the self-succession resume). INVARIANTS.md #9\nnames the failure and the upgrade guidance.",
"is_bot": false,
"headline": "fix: replicated writers no longer self-checkpoint — closes the crash-…",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-22T10:46:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2fb668c7e1c5b0a84d6d5572e76f39eb78ce07c1",
"body": "…d restore loss\n\nA v0.5.0 consumer's e2e harness twice observed a fresh restore missing a\nsuccessor's entire synced tenure after SIGKILL → TTL expiry → same-path\nreacquire → clean Close. Invariant 9's guards (v0.6.0) plausibly close it,\nbut existing coverage is in-process only — fake lock, file:// replica, a\ncrash simulation that checkpoints the WAL. Build the full-fidelity repro\nand either land it as the missing regression or fix what is still live.",
"is_bot": false,
"headline": "docs(tasks): schedule crash-reacquire rewind repro — consumer-observe…",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-22T09:50:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acf458f247f047d95034bd3aa442958c7f79792a",
"body": "…d-in-place",
"is_bot": false,
"headline": "docs(tasks): schedule promote-outcome API — expose restored vs resume…",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-22T08:39:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9169a78defc6a1c99c9abaf3200e63562783bf0e",
"body": "…— generation self-succession or a clean-shutdown marker, else restore",
"is_bot": false,
"headline": "feat: guard Open-direct acquire against resuming a forked local file …",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-22T08:12:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b23ce24327e0c7ef999d3bb6986baa282a1cd81a",
"body": "…cal-ahead-promote)",
"is_bot": false,
"headline": "docs(tasks): schedule open-direct-fork-guard follow-up (sibling of lo…",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-22T07:35:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05ac02abecca12f262da7ac12b6e6c135300f155",
"body": "… local committed tail",
"is_bot": false,
"headline": "feat: guard promote against silent rewind — self-succession keeps the…",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-22T07:32:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f57b673b0fa9bb8cca19ebeab03c2aa911a2760d",
"body": null,
"is_bot": false,
"headline": "docs: update task",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-22T07:07:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf4de827b1b0e7e18e348ac73714ed5b553693c9",
"body": "…litestream Restore(Follow) resume",
"is_bot": false,
"headline": "feat: incremental follower refresh — apply only new LTX per tick via …",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-22T06:51:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "072d6180b9552d871a7045ed0ad409a4eb785ede",
"body": "…x); re-plan incremental refresh around Option A",
"is_bot": false,
"headline": "chore(deps): adopt litestream fork v0.5.15-s3lite.1 (follow-resume fi…",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-22T06:10:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e71f253a7122fa9dde6fde0df85685451cec2a0c",
"body": null,
"is_bot": false,
"headline": "docs: unshelve follower refresh — add the local-ahead promote task",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-22T05:33:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8aa6951dd8c664ea6858f472676f176a0e34bf50",
"body": "Consumers whose commit contract is stronger than the replication window\nneed synchronous(FULL) and BEGIN IMMEDIATE on every writer connection\n(e.g. a server whose reply must mean fsynced stable storage).\nConfig.Synchronous and Config.TxLock thread into the stable connector's\nDSN, validated at Open. Defaults are unchanged — NORMAL, deferred — and\nfollowers stay query_only either way.",
"is_bot": false,
"headline": "feat: configurable connection pragmas — synchronous level and txlock",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-22T04:51:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc6954966e8121503271a3eb2ece4539f14a8cbe",
"body": null,
"is_bot": false,
"headline": "feat: pragma sync=normal",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-20T14:21:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67ce2846f59ce94771907888ebe27dd24356fbc0",
"body": null,
"is_bot": false,
"headline": "docs: shelve incremental followe refresh task",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-19T14:54:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "551ae44e4f2b71f192c17d2cdd58cf3afaeecbd5",
"body": null,
"is_bot": false,
"headline": "chore(deps): bump litestream to v0.5.14",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-19T14:18:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6397e5dff5b8a6ce742d832576de90fbe9f92bbe",
"body": null,
"is_bot": false,
"headline": "docs: incremental follower refresh task",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-19T14:15:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa01c1f052e69ef6cdc188095f32c3c3e1029a2f",
"body": null,
"is_bot": false,
"headline": "docs: reflect opt-in follower refresh",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-19T13:18:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c5db286788b019161bd97b70123e6ecdabb7d9b",
"body": "…ects, failure edges\n\nIntegration (MinIO): a planted expired lock.json fails the holder's next\nrenew If-Match so it demotes and fences, and the successor continues the\ngeneration sequence — validating fakeLock's fidelity to s3.Leaser; pausing\nthe container black-holes replication mid-run to prove wr\n[…]\nrash harness now randomizes (and logs) its\nSIGKILL delay.\n\nDocs: INVARIANTS.md notes the clock-skew fencing limit and wires the new\ntests into their invariants; TESTING.md covers Colima's DOCKER_HOST.",
"is_bot": false,
"headline": "test: close remaining gaps — real-S3 fencing and outage, bounded conn…",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-19T06:27:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1bd590357dc8f07bb09e95e11e2664580981937b",
"body": "Add TestChaosSingleWriterDurability: K RoleAuto instances over one lock\nand one replica, driven by a seeded stream of writes, clean\nclose+reopens, lock steals, and TryPromote storms. It asserts at most\none leader per settle, that no reader's view of durable rows regresses,\nand that every acked+synced row survives a fresh restore with\nintegrity_check ok. Add INVARIANTS.md tying each guarantee to its\nenforcing test, link it from the README, and remove the now-landed\ntasks/hardening.md.",
"is_bot": false,
"headline": "test: add chaos soak, document invariants, land hardening task",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-19T05:51:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9561235d3a450bd530de8ae812249fe5ca54ae4b",
"body": "Add .github/workflows/ci.yml running on push to master and PRs: a test\njob (gofmt check, go vet, go test -race) and an integration job\n(go test -tags=integration -race, MinIO via testcontainers on the\npreinstalled Docker). Point TESTING.md at it.",
"is_bot": false,
"headline": "ci: add GitHub Actions workflow for test and integration suites",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-19T05:30:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63e38089d1019c892b09008ad349b1cc39fad147",
"body": "A follower that cannot promote — e.g. a broken migration — acquired the\nfree lease, restored, failed to migrate, released, and retried every\nTTL/3 tick, thrashing a full restore each time. Add exponential backoff\n(1, 2, capped at 3 ticks) on consecutive failures in the loop's follower\nbranch, reset \n[…]\n-demand TryPromote stays unthrottled. Cover the four remaining\nlease-lifecycle edges: promotion thrash, concurrent RoleAuto Open,\nmigrations applied at promote-time, and lease release on Open failure.",
"is_bot": false,
"headline": "feat: back off background promotion after consecutive failures",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-19T05:26:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "09010c16510ba9af7381de7accb11531d867c6fb",
"body": "A connection checked out before demotion stayed read-write, so an\nin-flight transaction's Commit and writes on a checked-out *sql.Conn\npersisted locally on a lease we no longer held. Fence at the driver\nlevel: genTx.Commit and genConn.ExecContext reject a stale connection\n(rolling the tx back), whil\n[…]\nstay unfenced by design. Make\nCloseContext idempotent for sequential double-Close, and document the\ncallback-deadlock and query_only-escape foot-guns plus the residual\nprepared-statement fencing hole.",
"is_bot": false,
"headline": "fix: fence in-flight writes on demote; make Close idempotent",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-19T05:17:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e3ca851fcbc7ee2df969ad320b43a31284a22401",
"body": "Re-exec the test binary as a child writer, SIGKILL it mid-write (no\nClose, no final sync), and assert the replica restores to a consistent\nprefix of the acked rows: integrity_check ok, count(*) == max(id) (no\nholes), and nothing beyond what was acked. A clean-Close variant across\nthe same process boundary asserts nothing is lost.\n\nDraining the child's stdout after the kill makes the \"restored <= acked\"\nbound hold regardless of kill timing. Both parents skip under -short.",
"is_bot": false,
"headline": "test: add a crash-kill harness backing the hard-kill durability claim",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-19T05:03:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "683bda5f697aae6271fbe0217468537decaf1b55",
"body": "Generation() was documented as a monotonic fencing token, but a clean\nClose deletes the lock so the next acquirer resets to 1 — a consumer\nfencing external effects would see 1 -> 2 -> 1. Rewrite the doc to say\nthe token only increases while the lock object survives, that it must\nnot be used as a cross-handoff fencing token, and what it is good for.\n\nAdd TestGenerationResetsOnCleanHandoff to make the reset loud and\nintentional.",
"is_bot": false,
"headline": "docs: make Generation's reset-on-clean-handoff explicit; pin it",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-19T04:56:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eddd9109cea44fb89f725d93200eef3648831bc7",
"body": "Refresh and promote deleted the local files before restoring, so a\nrestore failing partway left no database — the next query hit \"no such\ntable\" — breaking the \"keeps serving its current state\" guarantee.\n\nRestore into a <path>.restoring temp and rename into place only after\nthe restore fully succee\n[…]\nve the live files untouched.\nExtract the shared rebuildLocalFromReplica helper (empty-replica\nfallback preserved) so refresh and promote cannot drift, and add a\nrestoreDBFunc seam for fault injection.",
"is_bot": false,
"headline": "fix: rebuild follower state atomically so a failed restore keeps serving",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-19T04:51:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "660e2338334a152ca2a7792bfb3e3a02bd87fea5",
"body": "Sync read db.lsDB unlocked while demote (→ nil) and promote (→ new\nstore) wrote it under db.mu, so calling Sync during a role transition\nraced on the field. Snapshot it under the mutex and operate on the\ncopy; document the benign TOCTOU where a demote closing the store\nmid-Sync surfaces as a (correct) litestream error.",
"is_bot": false,
"headline": "fix: snapshot db.lsDB under mu in Sync to close a data race",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-19T04:40:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c73f2083e0bd2212f9d5b6342fb11179426e9d22",
"body": "tryRenew passed the loop's unbounded context to RenewLease, so a renew\ninto a network black hole stalled the lease loop past the lease's\nExpiresAt while litestream kept replicating — letting a successor\nacquire at expiry and two writers overlap on one replica.\n\nBound the renew by lease.ExpiresAt - leaseTTL/6 and demote on the\ndeadline, while still treating a parent-ctx cancellation as a clean\nshutdown (no demote). Fix the tryRenew doc comment accordingly.",
"is_bot": false,
"headline": "fix: bound lease renew so a hung renew fences before expiry",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-19T04:33:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2c6046ba5d25b109dcb07d6702902b6d0187c07",
"body": null,
"is_bot": false,
"headline": "docs: the hardening task",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-19T04:23:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "013019071ea2bd9bdbeaa1556c143d079d117e0b",
"body": "A follower with Config.FollowerRefreshInterval set now periodically\nrestores the leader's latest committed state and swaps it in read-only,\nserving reads with staleness bounded by ~the interval plus replication\nlag. Left at zero (the default) a follower serves only its Open snapshot,\nbit-identical t\n[…]\nlica-position probe (max TXID across levels) skips the swap\nwhen nothing has advanced, so idle followers stay cheap. Adds an OnRefresh\nhook and promotes github.com/superfly/ltx to a direct dependency.",
"is_bot": false,
"headline": "feat: add opt-in continuous follower refresh for near-live reads",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-18T20:35:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "16a607f94fa3c07732d5e6ca1ffce268d40c0bcc",
"body": "A follower can now call TryPromote(ctx) to acquire the writer lease\nimmediately instead of waiting for the next background poll (~TTL/3),\ncollapsing the graceful-deploy handoff gap to \"time to restore\" for the\nrequest that triggers it. Strictly additive: an instance that never calls\nit is unchanged.\n[…]\nor both become leader, and a\nclosed flag checked under db.mu stops a promotion racing Close from\nresurrecting a torn-down instance. Single-writer safety is unchanged — the\nsame lease CAS, just sooner.",
"is_bot": false,
"headline": "feat: add TryPromote for on-demand lease acquisition",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-18T20:10:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8bd0186f40059b5080df1a35a0ce0c662d469205",
"body": null,
"is_bot": false,
"headline": "docs: followerrefresh task; ideas",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-18T19:59:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56d65361af79ea4d7747f49a13c28ca75aefb4ea",
"body": null,
"is_bot": false,
"headline": "docs: trypromote task",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-18T16:52:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f17f252ebf7761635a2cfcac7e471b46a6cb369",
"body": "…d connector\n\nOpen returned an embedded *sql.DB that was closed and replaced on every\npromote (follower->writer), so any caller that cached the handle — the\nobvious `database := db.DB` handed to repositories — found it closed after\na lease handoff. This surfaced in production as persistent query err\n[…]\nmote (all pass under -race);\n verified non-vacuous against the old handle-swap.\n- Docs: struct/promote comments and README now state the stable-handle\n guarantee instead of advising against caching.",
"is_bot": false,
"headline": "fix: keep *sql.DB stable across promote/demote via a generation-fence…",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-18T16:04:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "21e7799f513afde374c8cf5046a2830ff841977d",
"body": null,
"is_bot": false,
"headline": "refactor!: remove RoleOff so an s3:// replica is always leased",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-18T05:45:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b01a00bd9fb0f9404d2696120d388f624892c7e",
"body": "…f the log",
"is_bot": false,
"headline": "fix: gate litestream logging to WARN+ so per-sync chatter stays out o…",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-18T05:15:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa719a57547c0ef0d44d3dfeba6e1555792c6456",
"body": null,
"is_bot": false,
"headline": "docs: who is this for",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-06T13:54:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94394fe11770081f0752b4187eccd6d6a9115b37",
"body": "…ow-it-works diagram and comparisons",
"is_bot": false,
"headline": "docs: strengthen README pitch around the app class it enables, with h…",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-06T13:42:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1924aac4833141c69999594bae9dc52cd6f39e7",
"body": "…aser",
"is_bot": false,
"headline": "feat: leased single-writer + read-only followers via litestream s3.Le…",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-03T10:13:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1f22bca51fc5d7ed058e992af37ffaca2ff2bc0",
"body": null,
"is_bot": false,
"headline": "fix: make Close durable by flushing replication before teardown",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-03T09:02:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "693b145668b95babc130e207b591db2d363f3015",
"body": null,
"is_bot": false,
"headline": "docs: add tasks",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-07-03T08:39:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ca2e2a3f77ba840c0cee8ef30e0ebfb0f3f26a0",
"body": "…t with litestream",
"is_bot": false,
"headline": "fix: switch to modernc sqlite driver to eliminate WAL locking conflic…",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-04-26T09:24:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "310416fa2b446858402f06233382be75304d27c4",
"body": null,
"is_bot": false,
"headline": "fix: pre-create database in WAL mode before starting litestream",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-04-26T09:07:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bd94c9c48be5e06b76daeb6dd16a318efa694cf",
"body": "… on first deploy",
"is_bot": false,
"headline": "fix: pre-create db file before litestream starts to avoid WAL locking…",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-04-26T08:44:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "feb3e3b77a8bba063da3f2d766355f9409cb09fc",
"body": null,
"is_bot": false,
"headline": "feat: configurable Logger on Config; default suppresses INFO",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-04-25T18:59:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4ef748d123ce8a12c3a53fefd704073f4c28a71",
"body": "…WARN)",
"is_bot": false,
"headline": "fix: suppress litestream INFO replica sync logs (set store logger to …",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-04-25T18:40:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db5e8861244dc8c1136151fde20321472dfbb42e",
"body": null,
"is_bot": false,
"headline": "test: add MinIO integration test via testcontainers (build-tagged)",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-04-24T21:08:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af2c789b209b2ab35810e20ba748b6cbedc7be71",
"body": null,
"is_bot": false,
"headline": "refactor: explicit S3Config, stop reading env vars in package",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-04-24T21:00:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ba46cf4b0b3cf809b4c4567cfa06a7792a95bcf",
"body": null,
"is_bot": false,
"headline": "docs: clarify same-URL pattern for RestoreFrom/BackupTo in README",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-04-24T20:36:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9174281e8f30ca9d672e22faf886254de1b4851",
"body": null,
"is_bot": false,
"headline": "test: cover Sync, migration ordering, and error index; add S3 example",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-04-24T20:32:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45b9a4fc537eabd876c2091dd4c3ab64936cd601",
"body": null,
"is_bot": false,
"headline": "docs: add TESTING.md with MinIO and Scaleway smoke test recipe",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-04-24T20:25:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17df78957b03eec00316d7a58ee62a75231aa626",
"body": null,
"is_bot": false,
"headline": "docs: add doc comments, Example_basic, go vet + gofmt clean",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-04-24T20:23:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a0933136fc5d346fdffdc767fb4139565503e7d",
"body": null,
"is_bot": false,
"headline": "feat: add s3:// support to newReplicaClient via litestream/s3",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-04-24T20:18:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ce58f5df8834c185970609abcafb5e5f6238c65",
"body": null,
"is_bot": false,
"headline": "feat: restore from replica on startup, skip if local file exists",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-04-24T20:15:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbe9adea4d672c970bd8268e9cbf78cea44808b9",
"body": null,
"is_bot": false,
"headline": "feat: continuous backup via litestream Store (file:// replica)",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-04-24T20:11:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c1b88279c8f03bfe279d72c59cfdef97c33a713",
"body": null,
"is_bot": false,
"headline": "feat: run migrations on Open, error wraps index",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-04-24T19:58:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd133073412667cd25e5fe3e924e561eb5bede10",
"body": null,
"is_bot": false,
"headline": "feat: Config/DB types and Open with pragma setup",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-04-24T19:56:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c8f6e0530e7a8288f2f3540e6e01fd2fad5bf12",
"body": null,
"is_bot": false,
"headline": "feat: add SQLite driver smoke test (ncruces wazero-based, CGO-free)",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-04-24T19:54:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0c98e702ef9edef26110d073706325371ff2606",
"body": null,
"is_bot": false,
"headline": "chore: scaffold module (go.mod, s3lite.go stub)",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-04-24T19:51:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a51da840dd2abe5dfd57a11b630c3688adf6cc3",
"body": null,
"is_bot": false,
"headline": "docs: add README",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-04-24T19:44:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c01c6cd4ae26e3dea489d255798aa7f65427c9c7",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Atanas Minev",
"author_login": "atmin",
"committed_at": "2026-04-24T19:35:50Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 62,
"latest_release_at": "2026-07-22T12:12:06Z",
"latest_release_tag": "v0.7.0",
"releases_from_tags": true,
"days_since_last_push": 1,
"active_weeks_last_year": 3,
"days_since_latest_release": 1,
"mean_days_between_releases": 2.7
},
"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/atmin/s3lite",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/atmin/s3lite",
"is_deprecated": false,
"latest_version": "v0.7.0",
"repository_url": "https://github.com/atmin/s3lite",
"versions_count": 8,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-22T12:12:06Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 123264,
"source_files_sampled": 15,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/aws/aws-sdk-go-v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.41.5"
},
{
"name": "github.com/aws/aws-sdk-go-v2/config",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.32.6"
},
{
"name": "github.com/aws/aws-sdk-go-v2/credentials",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.19.6"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/s3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.97.3"
},
{
"name": "github.com/benbjohnson/litestream",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.5.15"
},
{
"name": "github.com/moby/moby/client",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.4.0"
},
{
"name": "github.com/superfly/ltx",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.5.1"
},
{
"name": "github.com/testcontainers/testcontainers-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.42.0"
},
{
"name": "github.com/testcontainers/testcontainers-go/modules/minio",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.42.0"
},
{
"name": "modernc.org/sqlite",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.3"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "atmin",
"commits": 62,
"avatar_url": "https://avatars.githubusercontent.com/u/714648?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 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": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 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": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "0cee6d4697080b229ca1c59e20614041a1023c5a",
"ran_at": "2026-07-23T13:01:48Z",
"aggregate_score": 2.9,
"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-22T12:13:42Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/atmin/s3lite",
"host": "github.com",
"name": "s3lite",
"owner": "atmin"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"security": 29,
"vitality": 68,
"community": 24,
"governance": 37,
"engineering": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 68,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"commits_last_year": 62,
"human_commit_share": 1,
"days_since_last_push": 1,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"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": "62 commits in the last year",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 62
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 88,
"inputs": {
"releases_count": 8,
"latest_release_tag": "v0.7.0",
"releases_from_tags": true,
"days_since_latest_release": 1,
"mean_days_between_releases": 2.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 8
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~2.7 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 2.7
}
}
],
"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": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "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": 37,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"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 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 56,
"inputs": {
"followers": 33,
"owner_type": "User",
"is_verified": null,
"owner_login": "atmin",
"public_repos": 45,
"account_age_days": 5586
},
"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": "33 followers of atmin",
"points": 11,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 33,
"login": "atmin"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "45 public repos, account ~15 yr old",
"points": 24.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 45
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/atmin/s3lite"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 1
},
"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 1 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "8 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 8
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 56,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"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": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "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": "critical",
"name": "Security",
"value": 29,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 29,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 2.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "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": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 57,
"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.984,
"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": "61 of 62 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 61,
"sampled": 62
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"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,
"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": "no agent-authored commits among the last 62",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 62
}
}
],
"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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 96,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 123264,
"source_files_sampled": 15,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/15 source files over 60KB",
"points": 51.3,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 15,
"oversized": 1
}
}
],
"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": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-23T13:01:52.769210Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/atmin/s3lite.svg",
"full_name": "atmin/s3lite",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}