原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 15153,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 334074,
"HTML": 7763,
"Shell": 158,
"JavaScript": 17630,
"CoffeeScript": 31313
},
"pushed_at": "2026-07-28T12:41:51Z",
"created_at": "2021-03-30T09:25:48Z",
"owner_type": "Organization",
"updated_at": "2026-07-28T12:46:23Z",
"description": "Render 3D scenes into SVG or Gio",
"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": null,
"name": "Vibrant Gio",
"type": "Organization",
"login": "vibrantgio",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/213015821?v=4",
"created_at": "2025-05-23T06:49:49Z",
"is_verified": null,
"public_repos": 21,
"account_age_days": 433
},
"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.0.5",
"kind": "patch",
"published_at": "2026-07-18T14:48:24Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2026-07-15T15:26:08Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2026-06-06T08:51:13Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2025-05-25T12:43:35Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2023-05-17T14:50:09Z"
}
],
"recent_commits": [
{
"oid": "9e62d3eb9a2850e2e4d9391236ca73e9c06df76f",
"body": "Same half-finished in-workspace edit as the sibling modules: the gio\nv0.9->v0.10 require without the go.sum entries a standalone build needs.\nseen root is untouched, so only the nested module gets a release.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "context/gio: complete gio v0.10 bump, tidy go.sum",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-07-28T12:41:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8d697ad5357bd2841bc0034d9115af5ea8bd0128",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bump seen to v0.0.5 in context/gio",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-07-18T18:15:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fa440f550bc308263b7ad2e3d17b05775474abe3",
"body": "All gates passed: workspace-wide grep gate is empty; seen tests green\n(-count=1) with byte-identical goldens; context/gio builds and tests\ngreen; launcher builds green.\n\nOne straggler fixed: reworded the TestFitEquivalence doc comment in\nscene_test.go so it describes the legacy pipeline without matc\n[…]\nte patterns.\n\nConsumers outside go.work need a seen tag (v0.0.5) plus context/gio and\nworkbench go.mod bumps before this is consumable remotely.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "G3.1.2: Final consistency gates",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-07-18T14:48:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "08a95676ab06e49471d903f978522d0bdf977a5f",
"body": "All three items of \"G3.1.1: Sweep launcher field.go and verify\" done;\nthe field.go change is workbench commit b404a6a, visually verified at\ndefault size and after a resize to 1900x1200.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "G3.1.1: Check off launcher sweep in PLAN.md",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-07-18T14:46:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "da76357edced88b26da542c5977d2b4ebb85c8f6",
"body": "Verified on screen: giftbox renders box+ribbon over curtain/backdrop and a\nsynthesized CGEvent drag rotates it; solids shows red union, green subtract,\nblue intersect left to right. Binaries built in scratchpad and killed.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "G2.1.3: Visual verification of giftbox and solids",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-07-18T14:43:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9073cb690d2634e96152e8ea4b21e5a26ba55382",
"body": "Each of the five views now calls scene.FitCenter for its region and then\nmoves Camera.Eye over the world origin, replacing the viewport.Center +\nSetTranslation compensation hack and its explanatory comment. Per-view\nrotations and the main view's 2x scale are unchanged; verified visually\nthat all five bunnies render and a drag rotates every view in lockstep.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "G2.1.2: Rewrite multipleangles on real cameras",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-07-18T14:39:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6da12d5c9002bb6e9a90bfed780186d5beea2a61",
"body": "Replace scene.Viewport = viewport.Center(0, 0, w, h) with\nscene.FitCenter(0, 0, w, h) in helloworld, combinedsolid,\nnoisywavepatch, mocap, rectangle, giftbox, text, noisysphere,\nsolids and poem; drop the now-unused viewport imports. Mocap's\nCamera.SetTranslation(0, 0, h/2) dolly is unchanged.\n\ngo bu\n[…]\nfor every package except\nexample/multipleangles, which still calls the deleted\nviewport.Center by design: its rewrite is the next task (G2.1.2).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "G2.1.1: Sweep the ten mechanical example call sites",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-07-18T14:35:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b420e25a1d36cd7ae1c5c5d4f0559ad8534dced1",
"body": "Rebuild the ordercheck harness's projectPoint/eyePoint on the new model:\na fitView helper configures the camera and viewport through Scene.FitCenter\n(the exact setup renderScene now uses), the projection composes\nProjection.Mul(View()), screen mapping goes through Viewport.Screen, and the\nanalytic r\n[…]\n-count=1 ./... green; no testdata churn\n(goldens byte-identical per ADR-004). Closes Phase P1; context/gio\n(nested module) converts in Phase P2.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "G1.2.2: Rewrite the ordercheck harness math and sweep seen call sites",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-07-18T14:31:17Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b4249cf8bcd857126317de59d5010e9892b35c95",
"body": "Compose the render pipeline as Camera.Projection · Camera.View() with\nViewport.Screen as the NDC→pixel map in bsort, nsort and zsort RenderOn.\nReplace the duplicated eye-recovery blocks (view invert + legacy\nfallback) in bsort and nsort with Camera.EyeInWorld().\n\nVerified bsort's world-only rebuild \n[…]\nion.\n\nNon-harness layer tests green (layer/bsort/bsp); the bsort and nsort\ntest binaries stay blocked on layer/internal/ordercheck until G1.2.2.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "G1.2.1: Convert the three layers",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-07-18T14:25:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ce5976c5b44b1b00d4fa56f6018ff42ec8b96b05",
"body": "Viewport is now purely the NDC->pixel mapping: struct{ Screen matrix.Matrix }\nwith Default = the legacy Origin(0,0,1,1) Postscale. Center/Origin are\ndeleted (ADR-002); their fitting behaviour — eye placement, fit scale, and\nscreen mapping — moves to Scene.FitCenter/FitOrigin, which set Camera.Eye,\nC\n[…]\ntill reading Prescale/Postscale or calling viewport.Center (layer/*,\ncontext/svg tests, mocap tests) stay broken until G1.2, per the phase rule.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "G1.1.2: Reduce Viewport to the screen mapping and add Scene.Fit methods",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-07-18T14:23:01Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7f05bd4ad0228539efca335d3e955281a69a157a",
"body": "Extend Camera with the eye position (Eye) and the view normalization\n(Norm) per REF-target-model, keeping Transform's world-transform\nsemantics and Projection untouched (ADR-003). View() composes\nNorm · Translate(−Eye) · Transform.Matrix() — the exact factor order of\nthe legacy Viewport.Prescale · C\n[…]\n and\nan independent scalar path, EyeInWorld() for the identity transform,\nthe translated (mocap dolly) camera, and the zero-scale-Norm fallback.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "G1.1.1: Add Eye and Norm to Camera with View and EyeInWorld",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-07-18T14:19:44Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bff444a6f9e92255df0328e9b51ad0c0c4b95f92",
"body": "A complete, fresh-context-executable plan for restructuring the view\npipeline: Camera owns the pose (Eye + Norm + Transform + Projection),\nViewport reduces to the screen mapping, and the legacy seen.js fitting\nbehaviour survives verbatim as Scene.FitCenter/FitOrigin. Reference\nsections carry the exa\n[…]\nand the workbench launcher, and the verification recipe\n(byte-identical goldens plus the on-screen checks). Drive it with\n`mdplan next PLAN.md`.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add PLAN.md: the conventional camera/viewport (Fit) refactor",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-07-18T13:35:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "dd3a5e9952239c162e5373445b884ac173c88bb0",
"body": "giftbox's runtime flag and text's const switch existed to compare the\nthree ordering layers; with nsort established as the default for\nanimated scenes the comparison plumbing is noise. Every example now\nrenders through nsort unconditionally (mocap included), and no example\nor app references bsort or zsort anymore — the splitting BSP remains\ncovered by the ordercheck artifact harness.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "examples: use nsort everywhere, drop the sorter selectors",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-07-18T13:29:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6ca6e39afcb62d84cfc3cb647058bc21f091f4d7",
"body": "Render the shared bunny model through five seen.Scene values that\ndiffer only in camera and viewport: one 600x300 main view with the\ncamera scaled 2x on top, and a row of four 150x150 minis beneath it\n(default camera, pitched a quarter turn up and down, and yawed a\nquarter turn sideways). Each scene\n[…]\n its region. Dragging\nrotates the shared group, so all five views update in lockstep, and\nnsort re-sorts the per-frame rotated geometry per eye.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Convert the multipleangles example to Go",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-07-17T08:22:37Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "efc86e1d588f1fdf7e25a60d79f61e94eaec0d39",
"body": "example/solids showcases the csg README's boolean operations — the\nunion, difference and intersection of the same cube and sphere\n(Radius 1.3) side by side, rotating in lockstep, with drag-to-rotate\nand zoom. Rendered through nsort: CSG output is concave, and the\nper-eye depth sort orders it exactly\n[…]\nle nsort reduces to\na plain depth sort wherever no occlusion cycle is on screen.\n(giftbox keeps its sorter flag for comparing all three layers.)\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add the solids example; move animated examples to nsort",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-07-17T07:59:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2acda97f36f8fdb43211640b9f85f9234fdd9910",
"body": "Empty operands panicked: Subtract and Intersect invert operand `a`\nbefore anything else, and BSP.Invert dereferenced the nil root plane of\nan empty tree — CSG{}.Subtract(x) crashed outright, as did any chain\nwhose intermediate came out empty (A.Subtract(A).Subtract(B)). An empty\ntree cannot represen\n[…]\nanar paths (A∪A, A∩A, A−A),\nevery empty-operand identity including chained emptiness, and the\npoisoned-pivot scenarios that motivated the fixes.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix two solid/ BSP bugs and pin CSG with volume-invariant tests",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-07-17T07:13:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ddf7a52abb78da86fdac049b6f90147b752d08ea",
"body": "Extract WriteDocumentTo from SaveToFile on SVG and HTML so documents can\nbe serialized to any writer. The context tests now render into a buffer,\ncheck the markup is well-formed, and assert on element counts rather\nthan dumping TestDemo*.svg/html artifacts next to the source.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Assert svg test output in memory instead of writing files",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-07-17T06:48:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "580805980a0366e9c2c980c56d0bc4f5bba65ee5",
"body": "bsp.NewTreeNoSplit and bsort.NewNoSplitLayerForScene were a stopgap for\nthe split-seam artifact on per-frame dynamic scenes: approximate\nordering in exchange for never cutting. nsort (ff360f8) strictly\ndominates that trade — exact for the current eye, still cut-free on\nscenes without occlusion cycle\n[…]\nss and nsort's cycle splits\nalike. bsort's role is now stated on its constructor: exact from any\neye, for static geometry under a moving camera.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Drop the bsort no-split mode, superseded by nsort",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-07-17T06:39:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ff360f8271524c2f08b3da9da5ed702d96b82344",
"body": "nsort orders polygons per frame for the CURRENT eye (Newell-Newell-\nSancha): sort by far eye-distance, then per overlapping pair prove\nsafety with escalating tests (distance extents, screen AABB, both\nplane-separation tests, exact SAT overlap), reorder when the sort was\nwrong, and cut a polygon ONLY\n[…]\ne-back for out-of-frustum\n faces, leaving stale matrices that re-reported an update (and forced\n consumers to rebuild) every frame thereafter.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add nsort: a view-dependent Newell depth-sort layer",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-07-17T06:32:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "fed7d2466500cceb325d979b07016d6807663106",
"body": "bsp.NewTreeNoSplit and bsort.NewNoSplitLayerForScene revive the\npre-splitting whole-polygon behavior as an explicit mode: every\nstraddling polygon stays whole on its barycenter's side (the placement\nNoSplit text faces already get), with re-rooting onto cut-free\npartitions still applied first.\n\nRatio\n[…]\ning NewTree default.\n\nAlso refresh the artifact_test header, which still described the\npre-splitting state; the harness pins the splitting mode.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add a no-split mode to the bsort BSP renderer",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-07-17T05:42:09Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5479ceb339958fba33efc82b83d0d7c2ef02f3df",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Update context/gio go.sum for the seen v0.0.4 bump",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-07-15T15:45:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "88a3cb4286c459f01f6cf8e47fcd37e888722ee5",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bump seen to v0.0.4 in context/gio",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-07-15T15:26:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "883586ea1145182da58f0e8a6b48542d1996d8ea",
"body": "Split polygons that straddle a partition plane into front/back pieces\ninstead of dumping them wholesale into one branch, so back-to-front\ntraversal stays correct for interpenetrating and cyclically occluding\nfaces. Text faces are marked NoSplit and routed to their barycenter's\nside to avoid repeatin\n[…]\nera translation and viewport offset.\n\nThe mocap example now plays frames in real time via FrameTime and\ndollies the camera in for a closer view.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Implement BSP polygon splitting and fix the bsort eye position",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-07-15T15:25:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8081970bcbdb523e87b9c4589970294c609db972",
"body": "Extrude built the back cap from the near-ring indices [n-1..0], so both\ncaps landed at the near end — one facing inward, and the far end left\nuncapped. shape.Pipe (and any extrusion) thus produced an open,\ninconsistently-oriented solid, which fed backface-culling and BSP\nsort artifacts. Index the far ring [2n-1..n] so each end is capped and\nevery face points outward. Add a Pipe outward-normal regression test.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix Extrude back cap indexing the near ring instead of the far ring",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-06-07T10:08:34Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5adb2365a48335cd4fda58ee771704b6d8041baa",
"body": "A gio port of the seen.js mocap demo: embeds a BVH capture, builds the\nskeleton via the mocap package, sizes/colours bones by joint name, and\nplays the captured frames with drag-to-rotate and wheel zoom.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add Go mocap example",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-06-06T17:06:04Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "24b299986346348750f94d2a74fe1e051820cd21",
"body": "Replace the placeholder (which held the seen.js source as a comment)\nwith a Go port of Mocap/MocapModel/MocapAnimator. New walks a parsed\nbvh.Hierarchy into a nested seen.Group per joint, draws a bone shape\nbetween each joint and its children, and precomputes each joint's\nper-frame translation+rotat\n[…]\nn; Apply poses the skeleton at a frame.\nIncludes a layout-invariant test, an animation test, and a headless\nSVG render smoke test.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Implement the mocap package",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-06-06T17:06:03Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9bb472ecc7cda4c2ad9dc36f9d111e071d766484",
"body": "Extrude grew the points slice with slices.Grow, which only raises\ncapacity, then wrote to points[n+i] — indices past the length, so\nshape.Pipe panicked on every call. Append the second ring of points to\nextend the length, and add a Pipe regression test.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix out-of-bounds extrusion in shape.Extrude",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-06-06T17:05:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2673d92329440398480a8f106bef2da78fc8913e",
"body": "The channel_type rule's action returned c.text, which spans the\ntrailing `_` whitespace the rule also matches, so channels parsed as\n\"Zrotation \", \"Yrotation\\r\\n \", etc. These never matched the\nChannel constants, silently breaking any consumer that switches on\nchannel type. Trim the captured text and add a test asserting every\nparsed channel equals a known constant.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix trailing whitespace on parsed BVH channel names",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-06-06T17:05:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "53d2b259abb88b62cb7ecda50fd14921ab2a245b",
"body": "The pigeon grammar declared `package main` with a demo `func main`, so\nthe BVH parser could not be imported. Rename the grammar's package to\n`bvh`, regenerate grammar.go, and drop the demo main.go. Add a typed\nLoad helper (the generated ParseFile returns an untyped any), package\ndoc, and a table test over the testdata files.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Make bvh an importable package",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-06-06T17:05:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ff82a060cc1b615a422a99bd9b52277cc84ae398",
"body": "These held throwaway experiments comparing the pointlander/peg and\nmna/pigeon PEG generators. The BVH parser uses pigeon (grammar.peg),\nso the scratch dirs are no longer needed.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Remove bvh/peg and bvh/pigeon parser-generator scratch dirs",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-06-06T17:04:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4c134f7ecf87ded55de213827cc284650cc73df0",
"body": "Center and Origin folded the view's width and height into the projection\nscale and camera distance, so a scene rescaled with the view: a short\nwindow shrank the whole scene.\n\nBoth now take an optional trailing dist ...float64. When given, the scale\nand camera distance lock to that fixed reference an\n[…]\nng it is identical to the\nprevious behaviour, so existing callers are unchanged.\n\nCenter(ox, oy, s, s) == Center(ox, oy, s, s, s).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add optional fixed reference distance to viewport.Center and Origin",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-06-06T08:51:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1e1c4588400f9e2a071236ab3dbbb7d60dadeabb",
"body": "FractionalPoints rounded projected coordinates to integers to shorten\nSVG path data, but it mutated geometry: only zsort honored it, and it\ncaused animation jitter on the raster path. Coordinate precision is a\nserialization concern, so move it to the SVG context.\n\n- Remove Scene.FractionalPoints and\n[…]\n N keeps N decimals, -1 emits the shortest exact\n form. Read live through Ftoa/Fjoin, so it is settable any time before\n Render.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Replace scene FractionalPoints with svg.Context.Precision",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-06-05T21:57:52Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9aaec9544de73086ad23b100b2a5844b8c5f7b78",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bump Gio to v0.9.0",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-05-09T07:15:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "672f21aa28649738e2e1d08087924cb7da0cb12c",
"body": "Bumped go.mod to Gio v0.9.0; removed font.Font.Variant, wrapped\ntext.NewShaper with text.WithCollection; replaced window.Events()/\nsystem.FrameEvent with w.Event()/app.FrameEvent type-switch and\napp.NewContext; replaced app.NewWindow with new(app.Window)+Option;\nreplaced pointer.InputOp/pointer.Pass\n[…]\nrce.Event+pointer.Filter; op.InvalidateOp →\ngtx.Execute(op.InvalidateCmd{}); Process(ops,queue) → Process(gtx);\ngo build ./... clean.\n\nDischarges PLAN.md goal G−1.5e. Advances NEXT.md cursor to G−1.6.",
"is_bot": false,
"headline": "G−1.5e: migrate seen/context/gio to Gio v0.9.0",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-05-06T14:28:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2ac38805db99e4e49e93b4de0916ef194416eb78",
"body": "Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Tidy dependencies in context/gio",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-04-24T09:30:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8caedcbd9ac69f0aa5534ce4963604751fefae9c",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2026-04-23T10:52:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5578af78238a7556f31f0cfef194a77b52be4f8f",
"body": null,
"is_bot": false,
"headline": "Refactor the project",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2025-05-25T12:43:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a765cb24a4247e8bd25638ede1950cf36d3e643",
"body": null,
"is_bot": false,
"headline": "Refactor the package",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2023-05-17T14:50:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f2dcfd64c4e290acfc1acde436ff081ad617a13",
"body": null,
"is_bot": false,
"headline": "Split color sub-package in separate files",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2023-04-21T20:22:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f58a1d41224e804a75fb35dad46616cc1e796dde",
"body": null,
"is_bot": false,
"headline": "Tidy go.mod and require Go version 1.20",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2023-04-21T20:22:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "898f0c5ae1e1d77de11d6a899bee1ad354d2e100",
"body": null,
"is_bot": false,
"headline": "Make git ignore .DS_Store files",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2023-04-21T20:20:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "012adddca60ceb8b22fd339e82f2ce368a151af3",
"body": null,
"is_bot": false,
"headline": "Remove empty test files",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2023-04-21T20:19:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b49f14f8bfec2ce4ff7ee6ebb6fa95f51977444",
"body": null,
"is_bot": false,
"headline": "Move example programs to separate package",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2023-04-21T20:18:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e461250bf729fd594d440b3b356a2625620735a8",
"body": null,
"is_bot": false,
"headline": "Allow Hue override in RandomSource2",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-11-29T16:11:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdc7f8c348431fb62d816a9a69b5c58c6c161df5",
"body": null,
"is_bot": false,
"headline": "Adapt to code to latest gioui version",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-11-29T00:41:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e3a45376f18e14d817fe4055b7622e83dd45082",
"body": null,
"is_bot": false,
"headline": "Restructure shape package code",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-11-28T20:04:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e18ac69f18c55d4eab3332a8ae5448d04704b80",
"body": null,
"is_bot": false,
"headline": "Fix issues in exporting to svg and png",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-11-27T15:25:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1583be68fb1f32541c7aea7283ba04e4c6acc61",
"body": null,
"is_bot": false,
"headline": "Rename render.RenderSurface to render.Surface",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-11-26T20:12:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d785d3187f448dee54dd950ae0a061a194256e2d",
"body": null,
"is_bot": false,
"headline": "Remove the RenderContext interface",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-11-26T20:01:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fba8d2186429e5b08247987a12bbb7935aea19b",
"body": null,
"is_bot": false,
"headline": "Make bsp render a sub-package of render package",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-11-26T19:52:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3936842d10cbae891c92773912b7b589e2844b03",
"body": null,
"is_bot": false,
"headline": "Move zsort SceneLayer to sub package zsort",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-11-26T19:47:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e3c155ed7059e031334b427fb2121e8dd12d317",
"body": null,
"is_bot": false,
"headline": "Rename render.RenderLayer to render.Layer",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-11-26T19:31:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb83a04006b82e233c9497baede4fe4af10f5b46",
"body": null,
"is_bot": false,
"headline": "Remove unused polyhedron code",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-11-26T19:18:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "322a01e1713baa8b6dc0d4fa387514bc1090cdc1",
"body": null,
"is_bot": false,
"headline": "Move all bsp rendering into a single folder",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-11-26T19:15:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "644c6a714f3e002006d56724aa5725523afb6cfe",
"body": null,
"is_bot": false,
"headline": "Use bsp to render the bars example",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-11-23T14:27:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e93aba69da3d97eb1b9441a40f762a67a972276c",
"body": null,
"is_bot": false,
"headline": "Update the present example",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-11-23T14:27:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82886ff5528f1919d67a249b60fef3ddeee86f14",
"body": null,
"is_bot": false,
"headline": "Add poem example",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-11-23T14:25:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73d56e14704f34fc2f8b9844c55420f86ed546b0",
"body": null,
"is_bot": false,
"headline": "Move float format funcs to svg dir",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-05-18T13:54:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea83a5a8d946eee591f55f377c0671a14068c938",
"body": null,
"is_bot": false,
"headline": "Make LightKind an int constant",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-05-17T10:53:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8773b5f1b0b7ecc0df6607f4eb7165a6627878bf",
"body": null,
"is_bot": false,
"headline": "Refactor shaders",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-05-17T08:44:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8569f8cc76c7a7b354da797962ea80e1ed6e6067",
"body": null,
"is_bot": false,
"headline": "Fix bsp Paint method",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-05-17T08:35:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca78be91486de8836750e63cedd38d8e6dea4557",
"body": null,
"is_bot": false,
"headline": "Move intensity constants to single place",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-05-17T08:32:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f073c2d93a5402b406b9accc54da9160969db768",
"body": null,
"is_bot": false,
"headline": "Add `stroke` and `stroke-width` to gio rendering",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-05-17T08:30:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f111344ce2bfdae54a9286ce7b72980f1649e956",
"body": null,
"is_bot": false,
"headline": "Rename `light` to `lsd`",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-05-14T19:57:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2649811ac1a9be9a80d4a9303c428e0c8c623483",
"body": null,
"is_bot": false,
"headline": "Fix spelling",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-05-14T19:56:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64fc76316783b9519d952a91cca5a5d1816c66f3",
"body": null,
"is_bot": false,
"headline": "Prevent crash on rendering an empty scene",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-21T21:24:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aed4def6330f52fc440a8bafbdd78959887b8830",
"body": null,
"is_bot": false,
"headline": "Move vars inside FillText method",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-18T08:06:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7e8edacc4f66cb3a0baf0a58a7b9260dbdf33ec",
"body": null,
"is_bot": false,
"headline": "Rename text option 'textLength' to 'inline-size'",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-18T08:03:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "802a9ac760db48dcba41f9fe3f239a5e28b59e95",
"body": null,
"is_bot": false,
"headline": "Write scene screenshot to 'present.png' on exit",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-17T15:17:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "092001e5e43c744b0296bf090aeb9fcda1953c53",
"body": null,
"is_bot": false,
"headline": "Change colors on 'present' example",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-16T15:32:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b92c179e24c06bbe489dedb6754a2dc2926183c6",
"body": null,
"is_bot": false,
"headline": "Example program 'present'",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-15T10:25:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c742abbc17f62b72557e0de51c1e4bfffedf55ad",
"body": null,
"is_bot": false,
"headline": "Add BSP builder and SceneLayer",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-14T21:59:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19a3c8a13cac18aebf42b0297737855fbad01a08",
"body": null,
"is_bot": false,
"headline": "Rename example 'text' to 'bars'",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-14T09:44:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30c24abda489e46c8359bfdcb24a74f7100f774b",
"body": null,
"is_bot": false,
"headline": "Rename 'Model' to 'Group' to align with SVG naming",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-14T08:00:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f10dfa03681356f9160994d335d43cfed8c4bb1",
"body": null,
"is_bot": false,
"headline": "Make shape creation funcs return a Shape pointer",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-14T07:41:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2e5eb97016d9236018738665811732efe397da2",
"body": null,
"is_bot": false,
"headline": "Change all uses of package name colors to color",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-14T07:35:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2550e8ef10c23a71222689824d26dd99d73930d",
"body": null,
"is_bot": false,
"headline": "Rename folder colors to color",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-14T07:17:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f85253512c0386ab70548194f0beab49d95fb5e",
"body": null,
"is_bot": false,
"headline": "Use the Shape pointer now in Surface",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-14T07:07:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3756e61c38231f8498cd25aedf5feddb28149a06",
"body": null,
"is_bot": false,
"headline": "Add pointer to Surface back to its Shape",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-14T06:57:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36ec8c216973a694ab0b0f97926b13b9dcf4efed",
"body": null,
"is_bot": false,
"headline": "Make Scene creation functions return a pointer",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-13T19:03:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "142608e22e7bbc7acc3fd0348338c3edc7091dba",
"body": null,
"is_bot": false,
"headline": "Add opacity support to color and color source",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-13T18:13:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c323bfcfdd47cf3347eab53502f255cb1549a58a",
"body": null,
"is_bot": false,
"headline": "Add Push and Pop to ModelVisitor interface",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-13T14:54:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20453e660347da13e896aac0b2ea6bc5eced9194",
"body": null,
"is_bot": false,
"headline": "Allow multiple layers as argument",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-13T14:53:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62be3def2d5abcc20e0059153eb0a854e7ed624f",
"body": null,
"is_bot": false,
"headline": "Change Id type from string to int",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-13T10:46:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48d62fb53751d8b135dfd7f26b86c22f1f783571",
"body": null,
"is_bot": false,
"headline": "Merge RenderSurfaceWith method into caller",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-13T10:34:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbca3f10f2ab5b04775032807a20066ae91e00b3",
"body": null,
"is_bot": false,
"headline": "Return a bool from RenderSurface Update method",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-13T10:33:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "658902f5ac382750df5276ca2a3614a84c10ed7b",
"body": null,
"is_bot": false,
"headline": "Rename some internal fields",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-11T21:25:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "011a4dd5297b77832a3948b3d4b0e3fa676c2141",
"body": null,
"is_bot": false,
"headline": "Refactor RenderSurface painting",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-11T16:01:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84de962780d667a22f1ab4c320088d340838dd79",
"body": null,
"is_bot": false,
"headline": "Rename renderModel to renderSurface",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-11T15:42:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7051dd205029549b5170b7dad41edddf416203bc",
"body": null,
"is_bot": false,
"headline": "Refactor the Shape code",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-11T14:45:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dd2aa664ccf8d45d7c06332fa45204d20793df7",
"body": null,
"is_bot": false,
"headline": "Rename method SetColorsFrom to SetColorFrom",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-11T13:22:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b3b4c7ed2f8807e8f477dc6a6560fd1533b0988",
"body": null,
"is_bot": false,
"headline": "Add Surfaces type and move Shape methods to it",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-11T13:14:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "157f65dfd70173ada9e902b7b85aa51941b3162f",
"body": null,
"is_bot": false,
"headline": "Fix code where 'shapes' is used instead of 'shape'",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-11T12:58:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0988a3fdd13b4654f9b885536d0bae306686fe71",
"body": null,
"is_bot": false,
"headline": "Rename folder shapes to shape",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-11T12:53:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6b09aea62d1fd2fdfbf6e4e123a05eccff381d3",
"body": null,
"is_bot": false,
"headline": "Refactor coordinate maps",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-11T09:17:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bef9c98133b9c9a4d9894607b5b5dcf64a1822f6",
"body": null,
"is_bot": false,
"headline": "Rename MakeContext to ContextWIth",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-10T22:55:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a794f38e2499554ef82ac0309734ed261c40f77d",
"body": null,
"is_bot": false,
"headline": "Refactor dom, html and svg code",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-10T22:54:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f9332ffa94245b5345544fc92d63ccef334bbe4",
"body": null,
"is_bot": false,
"headline": "Remove canvas.go",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-10T21:42:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6a6ace5950f8e3408c67239c5cd110f2577cda0",
"body": null,
"is_bot": false,
"headline": "Rename object.go to transform.go",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-10T21:20:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bc30e4933308c6143e64309c0231d9002709620",
"body": null,
"is_bot": false,
"headline": "Rename Object to Transform",
"author_name": "René Post",
"author_login": "rene-post",
"committed_at": "2021-04-10T21:19:56Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 36,
"latest_release_at": "2026-07-18T14:48:24Z",
"latest_release_tag": "v0.0.5",
"releases_from_tags": true,
"days_since_last_push": 2,
"active_weeks_last_year": 8,
"days_since_latest_release": 12,
"mean_days_between_releases": 289.5
},
"community": {
"has_readme": false,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 25,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/vibrantgio/seen",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/vibrantgio/seen",
"is_deprecated": false,
"latest_version": "v0.0.5",
"repository_url": "https://github.com/vibrantgio/seen",
"versions_count": 5,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-18T14:48:24Z",
"latest_version_yanked": null,
"days_since_latest_publish": 12
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 1,
"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": [
"example"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"context/gio/go.mod",
"go.mod"
],
"largest_source_bytes": 113952,
"source_files_sampled": 154,
"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": [],
"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": "rene-post",
"commits": 200,
"avatar_url": "https://avatars.githubusercontent.com/u/1306351?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 9,
"reason": "binaries present in source code",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "18 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "9e62d3eb9a2850e2e4d9391236ca73e9c06df76f",
"ran_at": "2026-07-31T00:14:14Z",
"aggregate_score": 2.7,
"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": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/vibrantgio/seen",
"host": "github.com",
"name": "seen",
"owner": "vibrantgio"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "The weighted overall 36 is calibrated to 30 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 36,
"calibrated": 30,
"calibration": "2026-08-02"
}
}
],
"value": 30,
"inputs": {
"security": 27,
"vitality": 68,
"community": 12,
"governance": 36,
"calibration": "2026-08-02",
"engineering": 26,
"ai_readiness": 55,
"weighted_overall_raw": 36
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 68,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"commits_last_year": 36,
"human_commit_share": 1,
"days_since_last_push": 2,
"active_weeks_last_year": 8
},
"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": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "36 commits in the last year",
"points": 14.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 36
}
}
],
"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": "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": 72,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v0.0.5",
"releases_from_tags": true,
"days_since_latest_release": 12,
"mean_days_between_releases": 289.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 12 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 12
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~289.5 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 289.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 1,
"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": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"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": "weak",
"name": "Sustainability & Governance",
"value": 36,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance, Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance",
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "weak",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"followers": 0,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "vibrantgio",
"public_repos": 21,
"account_age_days": 433
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "0 followers of vibrantgio",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "vibrantgio"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "21 public repos, account ~1 yr old",
"points": 12.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 21
}
},
{
"code": "account_age_years",
"params": {
"years": 1
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/vibrantgio/seen"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 12
},
"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 12 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 12
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "5 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 5
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 26,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": false,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 27,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 27,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 2.7
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "18 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 1
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 55,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.3,
"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": "30 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 16,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 30,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 73,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.34,
"toolchain_manifests": [
"context/gio/go.mod",
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "context/gio/go.mod, go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "context/gio/go.mod, 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": "34 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 34,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 113952,
"source_files_sampled": 154,
"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/154 source files over 60KB",
"points": 54.6,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 154,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"example"
],
"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": "example",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"library"
],
"scores": {
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:go",
"weight": 6
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-31T00:14:22.082039Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/v/vibrantgio/seen.svg",
"full_name": "vibrantgio/seen",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}