Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"generative-art",
"generative",
"creative-coding",
"golang",
"ebiten",
"generative-design"
],
"is_fork": false,
"size_kb": 15983,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 210273,
"Makefile": 1267
},
"pushed_at": "2026-07-20T03:02:44Z",
"created_at": "2022-02-06T18:09:32Z",
"owner_type": "User",
"updated_at": "2026-07-21T10:43:02Z",
"description": "A framework for creating generative art in Go",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Vernon Miller",
"type": "User",
"login": "aldernero",
"company": null,
"location": null,
"followers": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/96601789?v=4",
"created_at": "2021-12-24T00:53:04Z",
"is_verified": null,
"public_repos": 34,
"account_age_days": 1671
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-07-20T03:43:37Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-07-18T23:01:07Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-14T16:23:40Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-05-25T23:30:56Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-04-06T01:35:34Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2025-03-08T21:56:00Z"
}
],
"recent_commits": [
{
"oid": "e022b7467f0419f493e602164a32d60f4f070e92",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_019TVkmwp7uBM9FBSrb66qPb",
"is_bot": false,
"headline": "chore: document v0.6.0 in CHANGELOG and bump CLI version",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-20T03:02:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "259e660ea8843cdadb3b1294c223c33111c899f4",
"body": "Shader mode renders a sketch with an Ebitengine Kage fragment shader\n(Config.ShaderPath/ShaderSrc). //sketchy: directive comments on the\nshader's uniforms auto-generate control-panel controls (slider, checkbox,\ncolor, dropdown) that are passed back as uniforms each frame; builtin\nuniforms Time/Tick/\n[…]\nates a\ntemplate_shader project with a live-reloading fragment.kage demo.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_019TVkmwp7uBM9FBSrb66qPb",
"is_bot": false,
"headline": "feat!: add Kage shader sketches with directive-driven controls",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-20T03:01:10Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4aa2fddc7134f355f8a2cdf487ff0454306a34de",
"body": "Record animations by piping raw RGBA frames to a user-installed ffmpeg:\none tick = one frame, with blocking backpressure so output stays\nframe-perfect even when encoding is slower than real time. Builtins\npanel rows (format, FPS, record scale, mode) plus a Ctrl+R hotkey;\nmanual, fixed-frame-count, a\n[…]\nay raster. Scriptable via\nStartRecording/StopRecording/ArmLoopRecording.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_019TVkmwp7uBM9FBSrb66qPb",
"is_bot": false,
"headline": "feat: add video recording to WebM/MP4/WebP/FFV1 via ffmpeg",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-20T00:22:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6c787c4bb654a2cf71c1b73ad32c8512dd0fbc1b",
"body": "GitHub does not render mp4 via Markdown image syntax (and strips\n<video> tags), so the noise and voronoi screencasts showed as broken\nimages. Re-encoded as infinitely-looping animated WebP (840px, 15fps,\nq60 — ~1MB and ~1.3MB), which renders inline like any image. The mp4\noriginals are removed; they remain in git history if ever needed.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: convert example screencasts to animated WebP",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-18T23:33:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9d368924dd9d4d904f6e29c710d787fe9364f29f",
"body": null,
"is_bot": false,
"headline": "update assets for examples",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-18T22:59:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f238742ee243e5026fc16cfa0e3dc6f08d33fdfb",
"body": "Both guides described the removed JSON configuration system and\nsingle-key save bindings. sketch-configuration now documents the\ncode-first Config struct with accurate pixel-based defaults, the\nSketch callback fields, and the template's CLI flags. builtin-goodies\nnow tours the actual Builtins panel \n[…]\nd-and-replay save/snapshot dialogs, the\ncurrent keyboard shortcuts, and the gaul.Rng noise API (simplex via\npeterhellberg/gfx, not opensimplex).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: rewrite sketch-configuration and builtin-goodies guides",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-18T22:52:34Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "aabc5b7ea30f61dce81390108f2d23c1bb176570",
"body": "Document the pixel-based drawing model (render.Context, origin\ntop-left, y down), the new Export scale and Preview mode builtins,\nand record-and-replay save semantics. Fix the Getting Started code\nsample (canvas.Context -> render.Context, pixel-scaled slider\nranges) and the stale FastStroke row in sketch-configuration.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: update README and guides for the gaul render migration",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-18T22:49:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5d7975298d62b3c93634c9caef0bee0e579eb496",
"body": "Export scale is a preset dropdown (1x-8x) over RasterDPI: the display\nstill presents at the sketch size, but redraws rasterize at the\nscaled resolution and PNG saves gain the full detail. The selection\npersists in snapshot builtin state as export_scale (RasterDPI/96);\nolder snapshots without the key\n[…]\nns stroke-width clamp from the leftover\nmillimeter-era range (max 3) to a pixel range (max 12), shared\nbetween the control and snapshot loading.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add Export scale and Preview mode to Builtins panel",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-18T22:02:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b08d18bf1cefc2f29ddf0b59aac57c774d2e8b55",
"body": "The drawing surface is now gaul/render: SketchDrawer receives a\n*render.Context, and canvas coordinates are logical sketch pixels\n(origin top-left, y down) instead of y-up millimeters — Width/Height\nnow equal SketchWidth/SketchHeight.\n\nEach frame draws through a Context fanned out to a render.Record\n[…]\nas is removed; canvas\ncoordinates are y-down pixels; DefaultStrokeWidth is in pixels\n(default 1). Drops tdewolff/canvas and its dependency tree.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor!: replace tdewolff/canvas with gaul's render package",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-18T21:42:40Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5fbac2b62ef8a5e28fd728644dfb3b91fdf58547",
"body": null,
"is_bot": false,
"headline": "chore(deps): pin gaul version",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-18T16:17:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40d9668528afe3fe9834d6cc0c70d234e8f630eb",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "update version string to v0.4.0",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-14T16:22:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4cf42204448c4b5ddbf4c61a3ed789efa63f1962",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "voronoi: busier defaults (25 stops, 100 seed points); ignore .junie",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-14T16:21:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8cc3e617877424f67a82ee22f5ebf6c76b4fbae7",
"body": "Text field edits previously took effect only on Enter (or a click on\nempty space); clicking another control processed earlier in the frame\nsilently dropped the value. The debugui fix fires the confirm event on\nthe first unfocused frame regardless of who took focus.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "deps: upgrade debugui so text fields commit on any focus loss",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-14T16:18:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "663ec8dae5b51beadfdeab89eed7c646ad3afc48",
"body": "The workers filled a column-major []pixel, sent 24-byte structs through\nchannels, and the collector scattered them back into the image. Give\neach worker a contiguous row band writing directly into img.Pix\ninstead. Output is byte-identical.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "perf: write noise example pixels row-major, straight into the buffer",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-14T15:46:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "85d3dc044182ff9393e07e28b697b47b65ad897f",
"body": "controlWindow rebuilt the folder ordering map and per-folder entry\nslices on every UI frame; the plan is static after Init, so group it\nonce there.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "perf: precompute the control panel folder plan",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-14T15:45:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "06f4d74eeb52ca26b7fe21ce253eb730ec5d8e69",
"body": "Re-running Init leaked the previous sketch.db handle and spawned a\nduplicate saveWorker goroutine; close the old handle and keep a single\nworker. Only set EBITEN_SCREENSHOT_KEY when the user hasn't set it.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: Init lifecycle cleanups",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-14T15:43:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a1f7d9a616e03f814de95a2783818755d3c99267",
"body": "PreviewMode rasterized at half DPI but presented the bitmap unscaled,\nso the sketch displayed at half size. The sketch is now always\npresented at its logical SketchWidth x SketchHeight: Draw scales the\nraster (linear filter) and all viewport/coordinate math uses the\nlogical size. This also means Ras\n[…]\n, now noted\nin the field docs.\n\nAdds headless tests covering both behaviors; screenshots of all\nexamples at default settings are byte-identical.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: make PreviewMode and DisableClearBetweenFrames work as documented",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-14T15:42:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b06864193c8ac1bf756f575c4adaa59de00ecdae",
"body": "The canvas rasterizer routes every RenderImage through CatmullRom\nresampling, even for identity transforms (its own TODO notes this).\nFull-frame pixel sketches like the noise example pay that cost on every\ndirty frame. fastImageRasterizer wraps the rasterizer and, when the\ndevice-space transform is \n[…]\n after. Headless screenshots of all examples and visual\ntests are byte-identical (CatmullRom is interpolating, so 1:1 output\nwas already exact).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "perf: blit 1:1 axis-aligned images directly instead of resampling",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-14T15:36:18Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "aad3ab0c5b56b159571a42f71fd0a5dff01931d1",
"body": "saveWorker renders SketchCanvas on its own goroutine under saveMutex,\nbut Draw mutated the same canvas (Reset, Drawer, rasterize) without it,\nso a queued PNG/SVG save racing a dirty frame could render a\nhalf-rebuilt canvas or crash. Hold saveMutex across the rebuild; it is\nuncontended except while a save is actually rendering.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: guard canvas rebuild against concurrent async saves",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-14T15:32:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b9ba9ae0091f7c33c5a95b04064c927abfd227b0",
"body": "rasterizer.Draw already returns an *image.RGBA whose premultiplied Pix\nlayout is exactly what ebiten WritePixels expects, so the At/Set copy\ninto cachedRGBA was pure overhead: ~1.17M color-interface allocations\nper dirty frame at 1080x1080. Rasterize via rasterizer.FromImage into a\npersistent buffer\n[…]\ns and 1,167,246\nallocs/frame before, 2.9ms and 718 allocs/frame after. Headless\nscreenshots of all examples and visual tests are byte-identical.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "perf: rasterize into a reused buffer, drop the per-pixel copy",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-14T15:31:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3de23fea367fa8a5e785471daca9ee998a68e064",
"body": "Two new Builtins controls, Discrete palette and Sine palette, list the\npalettes from a palettedb database (PaletteDBPath, default\n~/.config/palettedb/palettedb.db) followed by palettedb's compiled-in\npalettes, which are available even without a database file. Selecting a\nname loads it into the new D\n[…]\nltin_json.\n\nThe project template and the voronoi example (now colored from\nDiscretePalette instead of start/end pickers) gain a -palettedb flag.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add palettedb palette dropdowns to the Builtins panel",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-14T15:04:09Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b484e07483e5012ff9b956b70202d9b0f776e68f",
"body": "Switches `make lint` to golangci-lint (default linter set plus gofmt\nformatting), replacing the ad hoc gofmt+go vet target. Fixes everything\nit flagged: unchecked errors (pprof.StartCPUProfile, rows.Close,\nf.Close), a deprecated ebiten call (vector.DrawFilledRect -> FillRect),\na dead variable, and pre-existing gofmt drift in a few struct defs.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add golangci-lint and fix its findings",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-11T17:58:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b013f1fcf7740d796fd0904071bf11ea7175bf2b",
"body": "Bumps ebiten, gaul, canvas, sqlite, and their transitive dependencies\nto their latest versions.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-11T17:32:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e94b0a7ad51ed8f89977be5664d951346c0ec176",
"body": "Adds a `make screenshots` target that renders every package under\nexamples/ and visual_tests/ to a PNG via a small vshot driver (adapted\nfrom ebiten's run-ebitengine-app-headless skill), so visual regressions\ncan be caught without opening a window. Mouse-driven tests (kdtree_mouse,\nquadtree_mouse) get a seeded sequence of scripted clicks so their output\nis populated and deterministic across runs.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add headless screenshot tooling for examples and visual tests",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-11T17:31:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a1d4d1171447ed3f36958e1a939ebd232c26005f",
"body": null,
"is_bot": false,
"headline": "update version string",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-06-17T15:49:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2612489bcb43cfc625220f26e514434b3bce9ba",
"body": "Bumps github.com/aldernero/debugui to cd84edcbb7c2 (PR #2 merged to main),\nwhich brings in 9 upstream ebitengine/debugui commits: full text selection\nin TextFields, double/triple-click, word-wise navigation, caret scrolling,\nApple-platform keyboard conventions, and dependency updates.\n\nTransitive bu\n[…]\nv2.9.9 → v2.10.0-alpha.11\n- github.com/ebitengine/purego v0.10.0 → v0.11.0-alpha.4\n- github.com/go-text/typesetting → v0.3.5-0.20260505125104\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "deps: upgrade debugui to include upstream text-selection sync",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-06-17T15:47:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "198269bdf434542dc8cb3b2fb5b55fed83ab7130",
"body": "Update gaul, canvas, sqlite, and related indirects. Fix voronoi example\nfor gaul.VoronoiWithRect. Add 0.3.0 release notes.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "deps: bump modules and document v0.3.0 in CHANGELOG",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-05-25T23:30:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3c46d71331a1310d6afe9595f53bbb79990a8636",
"body": "Load images from Config, draw via DrawImage/DrawNamedImage, and RegisterImage\nfor runtime bitmaps. Adds photo_stripes strip-shift demo and updates noise example.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Add named image assets API and photo_stripes example.",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-05-25T23:19:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f1048f16119f7eff52186d44d7447fbe7e6a24a1",
"body": "Remove duplicate thickness sliders and hardcoded stroke color/width so Builtins controls apply.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Use builtin stroke width and foreground in examples and visual tests.",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-05-25T19:14:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c5decf17372905c811393401276bd74d0b52b6cf",
"body": "Sketches get faster stroke rendering unless DisableFastStroke is set in Config.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Enable canvas FastStroke by default in Init.",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-05-25T18:09:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c744e9259f942eee0717eda2637eb7b97f6c7a68",
"body": null,
"is_bot": false,
"headline": "example: Voronoi diagram simulation",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-04-15T01:42:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06ff5d3f03bb54276ca13113134f11b596ab4539",
"body": "I want to get the new Voronoi / Delaunay triangulation functionality\nfrom gaul.",
"is_bot": false,
"headline": "deps: update dependencies",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-04-15T01:15:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8742fbdbe5bf6e006bd3e6e20084371756f3a090",
"body": null,
"is_bot": false,
"headline": "added a changelog",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-04-06T01:33:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "168b8a9e1c12977006fefaf24dc8330f965dba8b",
"body": "V0.2.0",
"is_bot": false,
"headline": "Merge pull request #13 from aldernero/v0.2.0",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-04-06T01:25:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd8c81a59dd33f8cc0563f74575514d4a4ef985a",
"body": null,
"is_bot": false,
"headline": "update goreleaser go version",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-04-06T01:18:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e2549c08cd42d3dd474ea93382fe773b483dc00",
"body": null,
"is_bot": false,
"headline": "color themes, better mouse handling, bug fixes",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-04-05T16:46:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "628bb7a495ed43008a56af1d4480127d72fade49",
"body": null,
"is_bot": false,
"headline": "update debugui and README",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-04-05T01:02:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "174f316bc96959ae7f4021f9c93d3260bb12e60a",
"body": null,
"is_bot": false,
"headline": "code only config and new ui",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-04-04T22:53:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a53612fd342a3011b77513d67c60288994671702",
"body": null,
"is_bot": false,
"headline": "all: update dependencies and examples",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-03-07T03:16:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b98efc393a3a2156c8b3f11f113a2665e91814be",
"body": null,
"is_bot": false,
"headline": "update dependencies",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-10-26T18:05:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c3b639680f043693b8576926655933156b939ec",
"body": null,
"is_bot": false,
"headline": "performance improvements",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-10-06T00:00:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5aeefcdddd52c5a776df38fcf73365a410327555",
"body": null,
"is_bot": false,
"headline": "chore(deps): update dependencies",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-09-30T00:37:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "169c0063004bcbdd40b1cd1eeb8111323926bd3f",
"body": null,
"is_bot": false,
"headline": "update dependencies",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-08-18T23:23:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71f2f019c6e828e47c424cb294d4b3e28418d08d",
"body": null,
"is_bot": false,
"headline": "update dependencies",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-06-26T00:44:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da1b563a99756250689b6faf5d30fe7fd6f97e7b",
"body": null,
"is_bot": false,
"headline": "fix issues in noise example and readme",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-04-10T03:16:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cf3d050db8705e4b32c6159b76e8edca228728e",
"body": null,
"is_bot": false,
"headline": "add color picker ui widget",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-04-09T02:24:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc9ce95f580d740cc9e5033eb9bbdccf048e3ab1",
"body": null,
"is_bot": false,
"headline": "update dependencies",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-04-06T22:42:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb2bb97e42df9d401250bcff5ae24a354a3e1d65",
"body": null,
"is_bot": false,
"headline": "update goreleaser config",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-03-08T21:54:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d61243796fc56fbf1fe3e7a7a5542e7d5c5f2ef4",
"body": null,
"is_bot": false,
"headline": "use new debugui functionality, update screenshots",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-03-08T21:36:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f798830ec67dd95b68a5b78cab8a8033d1b6c2c4",
"body": null,
"is_bot": false,
"headline": "update dependencies, rename sketchy main.go",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-03-08T20:26:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59a07c902316c407e3027d7b5339ca12a9962c7e",
"body": null,
"is_bot": false,
"headline": "move sketchy cmd to subdirectory",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-03-07T14:59:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a513a5aabee21966297f86b2b7eb0835555c7ecf",
"body": null,
"is_bot": false,
"headline": "update goreleaser workflow",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-03-07T00:42:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0dde7042bfb3cfbb5d9975f7e55314b870adfd84",
"body": null,
"is_bot": false,
"headline": "update goreleaser workflow",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-03-07T00:40:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "885b116be5102943fe91d3ff49678efc6e19ed83",
"body": null,
"is_bot": false,
"headline": "update goreleaser workflow",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-03-07T00:36:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fba026f7a81403b34c9e86bd86f9b1708f4998ab",
"body": null,
"is_bot": false,
"headline": "add goreleaser config and workflow",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-03-07T00:06:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b9b72de7674c08dbfa53117cc47f1bcbd20256b",
"body": null,
"is_bot": false,
"headline": "add version subcommand",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-03-06T01:29:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58ec5067297bcc20d0e2502be1daa77730dc13fe",
"body": null,
"is_bot": false,
"headline": "update screenshots",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-03-06T00:48:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f715769f1a2abaaa8bc2b6ef5e2e924750ad929",
"body": null,
"is_bot": false,
"headline": "recreate debugui if space is pressed",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-03-04T00:03:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6b0e75f08ae0e90f94d7e9840b926f1b8868b49",
"body": null,
"is_bot": false,
"headline": "improve control panel",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-03-03T00:49:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5adaebca32866cc173128993d57e42a8fb21cbd9",
"body": "use embed.fs for template files",
"is_bot": false,
"headline": "Merge pull request #10 from aldernero/embedded_assets",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-03-02T21:53:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94f89757e5cf7e858e1cf632fb14a9290ec6367f",
"body": null,
"is_bot": false,
"headline": "use embed.fs for template files",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-03-02T21:52:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7003ad872a1668924be1ed311cdf2d984bb40a3c",
"body": "Use ebiten debugui",
"is_bot": false,
"headline": "Merge pull request #9 from aldernero/use-ebiten-debugui",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-03-02T01:11:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55dfdc6916fbe829b7dbb004cffb60cd73238b2d",
"body": null,
"is_bot": false,
"headline": "updated 10print example",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-03-02T01:00:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "328d2e7837a95b60bcab312b7aab51c6e4008ec4",
"body": null,
"is_bot": false,
"headline": "updated visual tests",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-03-01T22:34:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c81cfb56757877ec9f53b644942726d825f25cb",
"body": null,
"is_bot": false,
"headline": "improve update logic",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-03-01T22:00:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7288f8ce6cdfc9725825710d50e63e182af15012",
"body": null,
"is_bot": false,
"headline": "fix slider digit logic",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-03-01T21:11:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cf3a785f2a52aa09d194429d97343dcddfbb466",
"body": null,
"is_bot": false,
"headline": "fix slider digits",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-03-01T21:05:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d5de59edcc65560e3a7f1b1e9667cdb09b1302c",
"body": null,
"is_bot": false,
"headline": "update examples and controls",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-03-01T20:50:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1c8261742cbea754b7e77b9a4e8a7f71be1b900",
"body": null,
"is_bot": false,
"headline": "temp remove sketch background color",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-02-28T01:23:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e72d88e03d72de927d2c65733489727c9ef9ab34",
"body": null,
"is_bot": false,
"headline": "add new debugui, remove manual controls",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-02-28T01:13:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e75d442623ef0e20fc7cca3cd05e09e5b19268dc",
"body": null,
"is_bot": false,
"headline": "fix typo, update dependencies",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2024-12-29T17:19:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6797ab3be9b05887e4ad409947e601c6a2f310c4",
"body": null,
"is_bot": false,
"headline": "update dependencies after gaul fix, 10print defaults",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2024-01-15T18:49:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e93f36bd94af8b81b2794016fb084b2ae59c979",
"body": null,
"is_bot": false,
"headline": "mod update",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-12-29T00:17:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dcbf39d9b885754d76ca47c74405550240b8a5d",
"body": null,
"is_bot": false,
"headline": "bezier example",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-10-01T17:48:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27f731afd064c8ce1738e2ab06d20fef0180a0eb",
"body": null,
"is_bot": false,
"headline": "dependency update",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-09-27T01:43:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e336f1571df1bdabaa5386b0f3ac265fb07758b4",
"body": null,
"is_bot": false,
"headline": "font naming fix",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-09-17T19:56:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65ce63188b37a613479c8cabbb789edf0580b7b6",
"body": null,
"is_bot": false,
"headline": "updated 10print example",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-08-31T13:55:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a20f8b088f4c4aba840bb726db59e92c1ec4bf5f",
"body": null,
"is_bot": false,
"headline": "updated dependencies",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-07-29T16:39:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37cc641ed66c210863383375ad4a4383bfffcf51",
"body": null,
"is_bot": false,
"headline": "fixed canvas to pixel conversion",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-05-27T02:33:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22884a973176e15c6e90b4ae228041bd3f07c873",
"body": null,
"is_bot": false,
"headline": "screenshots for visual tests",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-03-25T05:08:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abdf01ccc8a66fc86d60f4d42e6fef393818bb5d",
"body": null,
"is_bot": false,
"headline": "sketchy to gaul color library transition",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-03-24T01:16:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd529c70acadef899b39e1321a82c71458aafbf2",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main'",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-03-20T01:32:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19395219d397073e5a2f2a4362beea85001b664c",
"body": null,
"is_bot": false,
"headline": "move color library from sketchy to gaul",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-03-20T01:31:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebf47d59132914f5abbb337afc31bb7ab311ea54",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-03-18T18:40:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3eec9bbeaa035ab3868ffe78e8b0cd6d9c4f599e",
"body": null,
"is_bot": false,
"headline": "updated noise example",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-03-18T18:39:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3832a4368e4a424aa43ba5b6b8e2f5d5fc1acd90",
"body": null,
"is_bot": false,
"headline": "reduced space between sliders and toggles",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-03-06T01:48:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b1445c8900901a46c40e40179c7278ea3169f8c",
"body": null,
"is_bot": false,
"headline": "updated modules",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-02-12T03:48:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57082d78831c1381f0792d33143e9502bf7f6959",
"body": null,
"is_bot": false,
"headline": "added pprof flag, improved boilerplate",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-02-12T03:36:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02048687b0572fb1a5440d9ca5fdf4ab5c38a9c5",
"body": null,
"is_bot": false,
"headline": "code cleanup and slider rounding fix",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2022-11-30T02:25:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cf020addefb309755d5927b6e79695a851da135",
"body": null,
"is_bot": false,
"headline": "update deprecated function",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2022-10-21T02:53:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5040282aac56a4d72c7a3fa5fa305e0068d9918",
"body": null,
"is_bot": false,
"headline": "update gaul imports",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2022-07-14T02:14:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1509048e2c77e79fc6014acdb7f0dfe5aac6fbf9",
"body": null,
"is_bot": false,
"headline": "update deprecated ebiten function",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2022-07-11T00:07:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb603e56c2aada452f6b23beea13817066365516",
"body": null,
"is_bot": false,
"headline": "refactor to use gaul",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2022-07-10T23:51:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5ca1074c7a0bb9002fab455fbb69427b14f032a",
"body": null,
"is_bot": false,
"headline": "Added more quadtree query functions",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2022-05-18T01:26:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "612b73ac37df8246c4832159287dadf9714c2308",
"body": null,
"is_bot": false,
"headline": "Added triangle primitive with basic functions",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2022-05-05T22:53:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55b38934c1a0cd3b03f60088124fe2707eeb225d",
"body": null,
"is_bot": false,
"headline": "Line intersection and parallel checks",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2022-05-04T00:57:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f3ea02a681ce40ab2110ebb8b5bf18aaf7e4345",
"body": null,
"is_bot": false,
"headline": "updated point IsEqual check",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2022-04-17T16:54:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4302a70c3cbb1dc2587ecb9fb842e67e5b2bfc0",
"body": null,
"is_bot": false,
"headline": "added Search, UpdateIndex methods to trees",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2022-04-17T04:24:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b97ffb6f0241f9da395acd320782c57d394ff185",
"body": null,
"is_bot": false,
"headline": "added ShowFPS option",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2022-04-16T21:34:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b485dd65537a84b0c24a8220e492ab6242f01b1",
"body": null,
"is_bot": false,
"headline": "added custom point heap for use in nearest neighbor calculations",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2022-04-16T20:47:55Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 43,
"latest_release_at": "2026-07-20T03:43:37Z",
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_last_push": 2,
"active_weeks_last_year": 11,
"days_since_latest_release": 2,
"mean_days_between_releases": 99.6
},
"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/aldernero/sketchy",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/aldernero/sketchy",
"is_deprecated": false,
"latest_version": "v0.6.0",
"repository_url": "https://github.com/aldernero/sketchy",
"versions_count": 6,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T03:02:42Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2
}
]
},
"popularity": {
"forks": 3,
"stars": 93,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2024-01-22",
"count": 1
},
{
"date": "2024-06-20",
"count": 1
},
{
"date": "2024-07-26",
"count": 1
}
],
"complete": true,
"collected": 3,
"total_forks": 3
},
"star_history": {
"days": [
{
"date": "2022-02-23",
"count": 1
},
{
"date": "2022-03-07",
"count": 1
},
{
"date": "2022-03-13",
"count": 1
},
{
"date": "2022-03-14",
"count": 1
},
{
"date": "2022-03-17",
"count": 2
},
{
"date": "2022-03-18",
"count": 1
},
{
"date": "2022-03-21",
"count": 1
},
{
"date": "2022-03-22",
"count": 1
},
{
"date": "2022-04-05",
"count": 1
},
{
"date": "2022-04-20",
"count": 1
},
{
"date": "2022-05-21",
"count": 1
},
{
"date": "2022-06-17",
"count": 1
},
{
"date": "2022-07-20",
"count": 1
},
{
"date": "2022-07-24",
"count": 1
},
{
"date": "2022-07-25",
"count": 1
},
{
"date": "2022-09-07",
"count": 1
},
{
"date": "2022-09-25",
"count": 1
},
{
"date": "2022-10-15",
"count": 1
},
{
"date": "2022-12-30",
"count": 1
},
{
"date": "2023-01-29",
"count": 1
},
{
"date": "2023-01-30",
"count": 1
},
{
"date": "2023-02-04",
"count": 1
},
{
"date": "2023-02-19",
"count": 1
},
{
"date": "2023-02-20",
"count": 1
},
{
"date": "2023-03-15",
"count": 1
},
{
"date": "2023-04-03",
"count": 1
},
{
"date": "2023-04-12",
"count": 1
},
{
"date": "2023-04-28",
"count": 1
},
{
"date": "2023-05-01",
"count": 1
},
{
"date": "2023-05-03",
"count": 1
},
{
"date": "2023-05-20",
"count": 1
},
{
"date": "2023-06-07",
"count": 1
},
{
"date": "2023-06-11",
"count": 1
},
{
"date": "2023-06-14",
"count": 1
},
{
"date": "2023-07-02",
"count": 1
},
{
"date": "2023-10-05",
"count": 1
},
{
"date": "2023-10-12",
"count": 1
},
{
"date": "2024-01-29",
"count": 1
},
{
"date": "2024-03-14",
"count": 1
},
{
"date": "2024-05-24",
"count": 1
},
{
"date": "2024-05-29",
"count": 1
},
{
"date": "2024-06-09",
"count": 1
},
{
"date": "2024-06-20",
"count": 1
},
{
"date": "2024-07-31",
"count": 1
},
{
"date": "2024-10-09",
"count": 1
},
{
"date": "2024-10-23",
"count": 1
},
{
"date": "2024-11-26",
"count": 1
},
{
"date": "2024-12-19",
"count": 1
},
{
"date": "2024-12-20",
"count": 1
},
{
"date": "2024-12-27",
"count": 1
},
{
"date": "2025-03-20",
"count": 1
},
{
"date": "2025-03-22",
"count": 1
},
{
"date": "2025-03-24",
"count": 1
},
{
"date": "2025-03-25",
"count": 1
},
{
"date": "2025-04-28",
"count": 1
},
{
"date": "2025-07-02",
"count": 1
},
{
"date": "2025-07-16",
"count": 1
},
{
"date": "2025-08-01",
"count": 1
},
{
"date": "2025-09-18",
"count": 1
},
{
"date": "2025-10-10",
"count": 1
},
{
"date": "2025-10-24",
"count": 1
},
{
"date": "2025-11-01",
"count": 1
},
{
"date": "2025-11-09",
"count": 1
},
{
"date": "2025-12-03",
"count": 1
},
{
"date": "2025-12-17",
"count": 1
},
{
"date": "2026-01-01",
"count": 1
},
{
"date": "2026-02-26",
"count": 1
},
{
"date": "2026-04-06",
"count": 1
},
{
"date": "2026-06-09",
"count": 1
},
{
"date": "2026-07-17",
"count": 11
},
{
"date": "2026-07-18",
"count": 5
},
{
"date": "2026-07-19",
"count": 4
},
{
"date": "2026-07-20",
"count": 1
},
{
"date": "2026-07-21",
"count": 2
}
],
"complete": true,
"collected": 93,
"total_stars": 93
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 34093,
"source_files_sampled": 46,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 27,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/aldernero/debugui",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260714161712-cb701923b33b"
},
{
"name": "github.com/aldernero/gaul",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.3.0"
},
{
"name": "github.com/aldernero/palettedb",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.1.4"
},
{
"name": "github.com/hajimehoshi/ebiten/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.10.0-alpha.12"
},
{
"name": "github.com/lucasb-eyer/go-colorful",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.0"
},
{
"name": "modernc.org/sqlite",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.53.0"
},
{
"name": "golang.org/x/image",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.44.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/aldernero/debugui",
"direct": true,
"version": "v0.0.0-20260714161712-cb701923b33b",
"ecosystem": "go"
},
{
"name": "github.com/aldernero/gaul",
"direct": true,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "github.com/aldernero/palettedb",
"direct": true,
"version": "v0.1.4",
"ecosystem": "go"
},
{
"name": "github.com/hajimehoshi/ebiten/v2",
"direct": true,
"version": "v2.10.0-alpha.12",
"ecosystem": "go"
},
{
"name": "github.com/lucasb-eyer/go-colorful",
"direct": true,
"version": "v1.4.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/image",
"direct": true,
"version": "v0.44.0",
"ecosystem": "go"
},
{
"name": "modernc.org/sqlite",
"direct": true,
"version": "v1.53.0",
"ecosystem": "go"
},
{
"name": "github.com/aldernero/interp",
"direct": false,
"version": "v0.0.0-20231114035812-9ab0a3e37bf6",
"ecosystem": "go"
},
{
"name": "github.com/dustin/go-humanize",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/ebitengine/gomobile",
"direct": false,
"version": "v0.0.0-20260211053922-3d992dae95d1",
"ecosystem": "go"
},
{
"name": "github.com/ebitengine/hideconsole",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/ebitengine/purego",
"direct": false,
"version": "v0.11.0-alpha.6",
"ecosystem": "go"
},
{
"name": "github.com/go-text/typesetting",
"direct": false,
"version": "v0.3.5-0.20260505125104-04e4e76f9371",
"ecosystem": "go"
},
{
"name": "github.com/golang/freetype",
"direct": false,
"version": "v0.0.0-20170609003504-e2365dfdc4a0",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": false,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/hajimehoshi/bitmapfont/v4",
"direct": false,
"version": "v4.1.1",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "v0.0.22",
"ecosystem": "go"
},
{
"name": "github.com/ncruces/go-strftime",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/peterhellberg/gfx",
"direct": false,
"version": "v0.0.0-20260528221839-3f985a9df2a8",
"ecosystem": "go"
},
{
"name": "github.com/pierrec/lz4/v4",
"direct": false,
"version": "v4.1.27",
"ecosystem": "go"
},
{
"name": "github.com/remyoudompheng/bigfft",
"direct": false,
"version": "v0.0.0-20230129092748-24d4a6f8daec",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.22.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.47.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.40.0",
"ecosystem": "go"
},
{
"name": "modernc.org/libc",
"direct": false,
"version": "v1.74.1",
"ecosystem": "go"
},
{
"name": "modernc.org/mathutil",
"direct": false,
"version": "v1.7.1",
"ecosystem": "go"
},
{
"name": "modernc.org/memory",
"direct": false,
"version": "v1.11.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 27,
"direct_count": 7,
"indirect_count": 20
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 8,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 5,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "aldernero",
"commits": 185,
"avatar_url": "https://avatars.githubusercontent.com/u/96601789?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"release.yaml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 3,
"reason": "branch protection is not maximal on development and all 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": 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": 10,
"reason": "packaging workflow 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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "e022b7467f0419f493e602164a32d60f4f070e92",
"ran_at": "2026-07-22T08:50:39Z",
"aggregate_score": 4.1,
"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-20T03:43:40Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-04-06T01:25:37Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/aldernero/sketchy",
"host": "github.com",
"name": "sketchy",
"owner": "aldernero"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"security": 53,
"vitality": 74,
"community": 41,
"governance": 56,
"engineering": 82
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 74,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"commits_last_year": 43,
"human_commit_share": 1,
"days_since_last_push": 2,
"active_weeks_last_year": 11
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "11/52 weeks with commits",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 11
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "43 commits in the last year",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 43
}
}
],
"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": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_latest_release": 2,
"mean_days_between_releases": 99.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~99.6 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 99.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 2,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 2 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 2
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 41,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"forks": 3,
"stars": 93,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "93 stars",
"points": 31.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 93
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "3 forks",
"points": 2.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 3
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"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 (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 56,
"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": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"merged_prs": 8,
"open_issues": 0,
"closed_issues": 5,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "8/8 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 8,
"decided": 8
}
}
],
"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": "at_risk",
"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": 49,
"inputs": {
"followers": 17,
"owner_type": "User",
"is_verified": null,
"owner_login": "aldernero",
"public_repos": 34,
"account_age_days": 1671
},
"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": "17 followers of aldernero",
"points": 9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 17,
"login": "aldernero"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "34 public repos, account ~4 yr old",
"points": 20.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 34
}
},
{
"code": "account_age_years",
"params": {
"years": 4
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/aldernero/sketchy"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 2
},
"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 2 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 2
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "6 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 6
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 82,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 80,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "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": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"generative-art",
"generative",
"creative-coding",
"golang",
"ebiten",
"generative-design"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "6 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 6
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 53,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 41,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.1
},
"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 is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"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": "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 detected",
"points": 5,
"status": "met",
"details": [],
"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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 27 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 27
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 27,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 27,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
}
],
"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": 59,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.34,
"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": "34 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 18.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 34,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.27,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "27 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 27,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "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": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 34093,
"source_files_sampled": 46,
"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/46 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 46,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-07-22T08:50:45.043191Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/aldernero/sketchy.svg",
"full_name": "aldernero/sketchy",
"license_state": "standard",
"license_spdx": "MIT"
}