Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 211,
"has_wiki": true,
"homepage": null,
"languages": {
"Ruby": 153817,
"Shell": 131
},
"pushed_at": "2026-07-23T13:58:17Z",
"created_at": "2024-04-24T10:53:30Z",
"owner_type": "Organization",
"updated_at": "2026-07-23T13:58:06Z",
"description": "A simple gem to help with rendering Kubernetes manifests",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": "http://www.invoca.com/",
"name": "Invoca",
"type": "Organization",
"login": "Invoca",
"company": null,
"location": "Santa Barbara, CA",
"followers": 52,
"avatar_url": "https://avatars.githubusercontent.com/u/808155?v=4",
"created_at": "2011-05-24T18:07:03Z",
"is_verified": null,
"public_repos": 180,
"account_age_days": 5538
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-07-23T13:58:26Z"
},
{
"tag": "v0.6.2",
"kind": "patch",
"published_at": "2026-07-15T19:32:27Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2026-07-08T17:43:15Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-07-07T15:47:06Z"
},
{
"tag": "v0.6.0.prerelease.tstarck.1",
"kind": "other",
"published_at": "2026-07-06T22:35:03Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-06-24T18:22:03Z"
},
{
"tag": "v0.2.5",
"kind": "patch",
"published_at": "2025-05-08T22:37:40Z"
},
{
"tag": "v0.2.4",
"kind": "patch",
"published_at": "2025-05-08T21:54:06Z"
},
{
"tag": "v0.2.4.luis.1",
"kind": "other",
"published_at": "2025-05-08T17:20:16Z"
},
{
"tag": "v0.2.3",
"kind": "patch",
"published_at": "2025-03-25T15:14:34Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2024-11-22T18:54:16Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2024-06-17T21:02:50Z"
},
{
"tag": "v0.2.1.pre.dc.7",
"kind": "other",
"published_at": "2024-06-17T18:40:26Z"
},
{
"tag": "v0.2.1.pre.dc.6",
"kind": "other",
"published_at": "2024-06-14T20:44:27Z"
},
{
"tag": "v0.2.1.pre.dc.5",
"kind": "other",
"published_at": "2024-06-14T20:32:38Z"
},
{
"tag": "v0.2.1.pre.dc.4",
"kind": "other",
"published_at": "2024-06-14T20:30:36Z"
},
{
"tag": "v0.2.1.pre.dc.3",
"kind": "other",
"published_at": "2024-06-14T20:25:50Z"
},
{
"tag": "v0.2.1.pre.dc.2",
"kind": "other",
"published_at": "2024-06-14T17:03:44Z"
},
{
"tag": "v0.2.1.pre.dc.1",
"kind": "other",
"published_at": "2024-06-13T22:37:47Z"
},
{
"tag": "v0.2.1.pre.dc.0",
"kind": "other",
"published_at": "2024-06-03T18:13:22Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2024-05-06T19:08:32Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2024-04-29T09:42:58Z"
}
],
"recent_commits": [
{
"oid": "439e92ea801d6f01a001fd65da2ab8ecaa5a11d5",
"body": "OCTO-918: dotted-path + JSON deep-merge --variable-override (v0.7.0)",
"is_bot": false,
"headline": "Merge pull request #22 from Invoca/OCTO-918-variable-override-deep-merge",
"author_name": "James Ebentier",
"author_login": "jebentier",
"committed_at": "2026-07-23T13:57:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3120fd7f4b9d21dd226486944c40de657dc2814",
"body": "…ean AS requires\n\nReplace <merge date> with 2026-07-23; use JSON.generate for stdout echo;\ndrop redundant require \"active_support\" where core_ext/deep_merge suffices.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "OCTO-918: Address Copilot PR review: CHANGELOG date, JSON.generate, l…",
"author_name": "James Ebentier",
"author_login": "jebentier",
"committed_at": "2026-07-23T13:46:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cb8224fe5f8a0e9a337ebc2586008ea2a835bfe8",
"body": "…cases\n\nCross-model review pass: confirm JSON array coercion/wholesale-replace\non deep_merge, trailing-backslash-vs-escaped-dot boundary handling,\nnon-ASCII path segments/values, and empty-string values all behave per\nspec. All green — no defects found, added for regression coverage.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "OCTO-918: add reviewer probing specs for VariableOverrideParser edge …",
"author_name": "James Ebentier",
"author_login": "jebentier",
"committed_at": "2026-07-23T13:27:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bd48311fbac8c07b68cb0b4b2b2ea62edaa20eca",
"body": "Add VariableOverrideParser for legacy KEY:VALUE, dotted-path JSON-coerced\noverrides, and --variable-override-json; deep-merge overrides in Template.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "OCTO-918: dotted-path deep-merge variable overrides (v0.7.0)",
"author_name": "James Ebentier",
"author_login": "jebentier",
"committed_at": "2026-07-23T13:20:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "72417f3ea17e1e339fc9d7a7a68d4841178a4c69",
"body": "…irectory\n\nAnchor --reconcile sweep root at the canonical base for nested subdirectories",
"is_bot": false,
"headline": "Merge pull request #21 from Invoca/fix_reconcile_root_for_nested_subd…",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-07-15T19:27:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a45f22c208aa2e35d095360864f08fd50c524d8",
"body": null,
"is_bot": false,
"headline": "gemfile.lock bump",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-07-15T19:07:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cceb51e8e81197f81d117782985c70da062cae6e",
"body": "…ectories\n\nreconcile_scopes derived the sweep root from File.dirname(output_directory),\nwhich assumes subdirectory: is exactly one level deep. A nested subdirectory\n(e.g. \"exclude-argocd/auth\") pushed the sweep root one level too deep, so when\na subdirectory: was renamed or nested deeper the files l\n[…]\nbefore any writes, completing the layout hard-validation\ndeferred in ADR-0001. The now-redundant spp_sweep_root helper is removed.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Anchor --reconcile sweep root at the canonical base for nested subdir…",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-07-15T16:57:34Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "476cf6de7ac19d294df7a1846e16c1ac19344d1b",
"body": "…ce_variable_overrides\n\nOCTO-850: Forward variable_overrides and source_repo through DeployGroupedResource",
"is_bot": false,
"headline": "Merge pull request #20 from Invoca/OCTO-850_fix_deploy_grouped_resour…",
"author_name": "Iryna Shakun",
"author_login": "ishakun",
"committed_at": "2026-07-08T17:32:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c676b3d564881e41255a7b08bab5ab4ae08b1c5",
"body": "…Resource\n\nDeployGroupedResource accepted neither variable_overrides nor source_repo,\nso neither was forwarded to the child Resource instances it constructed.\nAs a result, any --variable-override values (e.g. deploySha) were silently\nunavailable inside all *-deploy.jsonnet and *-deploy.yaml.erb temp\n[…]\ne.new and DeployGroupedResource.new expectations to include the new\nkwargs, and add explicit forwarding tests for both classes.\n\nBump version to 0.6.1.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Fix: forward variable_overrides and source_repo through DeployGrouped…",
"author_name": "ishakun",
"author_login": "ishakun",
"committed_at": "2026-07-08T17:17:34Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8ddfefe4c2e95a5e9ceba68af42105f87087065c",
"body": "Fix Backstage catalog: add system: kubernetes-platform",
"is_bot": false,
"headline": "Merge pull request #12 from Invoca/fix-catalog-owner",
"author_name": "James Ebentier",
"author_login": "jebentier",
"committed_at": "2026-07-08T16:36:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c249b426f2026a678d90900f8a99ecc44b3fc99",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into fix-catalog-owner",
"author_name": "Lee Dykes",
"author_login": "retroGiant89",
"committed_at": "2026-07-07T13:38:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25bad0b4b8c78c64912b35c9f7cdb5cc16b96f17",
"body": null,
"is_bot": false,
"headline": "Re-trigger CI (retry Bundle Audit)",
"author_name": "Lee Dykes",
"author_login": "retroGiant89",
"committed_at": "2026-07-07T13:30:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ff9d9161c5d9cb284b89f33e2838629a57e3dc4",
"body": "…_kubernetes_template_rendering_gem\n\nOCTO-842: Add --reconcile flag for bounded, marker-based sweep",
"is_bot": false,
"headline": "Merge pull request #15 from Invoca/OCTO-842_add_new_reconcile_flag_to…",
"author_name": "Iryna Shakun",
"author_login": "ishakun",
"committed_at": "2026-07-07T00:18:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c04c7319f5e47f01a58d40b4e0df81c7d973b04c",
"body": null,
"is_bot": false,
"headline": "prep for full release",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-07-06T23:23:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99feddca5e15f68dcf9b31f86f7584e7a5bfb378",
"body": "…placeholder_sweep\n\nOCTO-842: SPP reconcile layout guard + sweep SPP-PLACEHOLDER under --spp",
"is_bot": false,
"headline": "Merge pull request #19 from Invoca/OCTO-842_spp_reconcile_layout_and_…",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-07-06T23:20:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9e0624c9b3e2710b2266fbd87302259048cc3be",
"body": null,
"is_bot": false,
"headline": "prep pre-release",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-07-06T22:34:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fad62addd458391026c7b80c2cbbccf9ab94504f",
"body": "Confirms unrequested SPP siblings are fenced out of the sweep: several SPPs\nrendered by prior deploys (back-dated below the marker) all survive a\nsingle-target --spp reconcile. Verified as a real detector via mutation\n(sweeping the spp/ parent instead of the scoped roots makes it fail).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Reconcile: test that --spp keeps other already-rendered SPPs",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-07-06T22:24:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3fc8ee66e6efc1321712b9c0e113a3aec3d23d41",
"body": null,
"is_bot": false,
"headline": "fix scopes to validate all within single loop",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-07-06T22:18:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c05169a6df86e5d2ad7b64fabbbaa7dc5cca2eb",
"body": "Content already lives in ADR-0002. Mirrors the removed-spec note style from\nADR-0001.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Remove superpowers spec doc; fold reference into ADR-0002",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-07-06T21:59:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "90c4c61917d306a88a37ed226794886e8e921fcd",
"body": "Guards the safety premise behind sweeping SPP-PLACEHOLDER: it is only\nmarker-safe because SPP-PLACEHOLDER is re-rendered this run. region/color\nfiltering is applied in load_config before ResourceSet construction, so\nreconcile_scopes only covers rendered combos; a region excluded by --region\nis never swept. Confirmed empirically with an aged file under the excluded\nregion's SPP-PLACEHOLDER tree.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Reconcile: test SPP-PLACEHOLDER not swept in region excluded by --region",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-07-06T21:41:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "baf158121149a5dc948659b138e606d6e8407b0e",
"body": "SPP-PLACEHOLDER is re-rendered on every run (it is the PlaceholderExpander\nsource), so its freshly rendered files are always newer than the reconcile\nmarker. Previously --spp swept only the requested targets, leaving stale\noutput (from deleted/renamed templates) to accumulate in SPP-PLACEHOLDER\ninde\n[…]\not be deleted).\n\nAmends ADR-0002 with the revised scope derivation and folds the former\nADR-0003 (SPP layout guard) into ADR-0002.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Reconcile: sweep SPP-PLACEHOLDER under --spp",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-07-06T21:37:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7081371fa16cb89bc637fe3d14867bd026f7a0b4",
"body": "Add ADR-0003 documenting the --reconcile SPP layout guard decision\n(enforce-under-reconcile, both-directions, validate-shape) alongside the\nexisting reconcile ADRs, and cite it from the README and CHANGELOG entries.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Reconcile: record SPP layout guard as ADR-0003",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-07-06T21:20:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3280761f92b37e321f8310fbb72c79c3c0c7ff2a",
"body": "Under --reconcile, guard that SPP entries (name contains SPP-PLACEHOLDER)\nrender beneath the canonical <region>/<cluster_type>/<color>/spp/SPP-PLACEHOLDER/\nprefix, and that non-SPP entries never render beneath an spp/ segment. A\ndirectory: override that still resolves to the canonical prefix is allo\n[…]\ns now carries spp: and the canonical spp_base_root: per scope so\nthe renderer can validate layout in its existing pre-render pass.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Reconcile: enforce SPP output layout",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-07-06T21:15:03Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "076ded5fac22af2e8dd5a50d1754bad8680de747",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Spec: --reconcile SPP layout guard",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-07-06T21:03:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a6c78c0764d48ab50366779196c7cd81d1978f68",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into fix-catalog-owner",
"author_name": "Lee Dykes",
"author_login": "retroGiant89",
"committed_at": "2026-07-06T21:00:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e8229faeb438c53e89ca906ca530f977ecedd58",
"body": "Split delete_stale_files into a collect phase and a delete phase so the\nwhole tree is validated for scope before any file is removed. A scope\nerror partway through the walk now aborts the sweep without having\ndeleted anything, rather than leaving a partially-swept tree.\n\nExtract ensure_in_scope! (sh\n[…]\non so an escaping empty symlinked directory is also caught.\n\nAdd specs for the abort-deletes-nothing guarantee and the empty\nsymlinked-directory guard.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Reconcile: make stale-file sweep all-or-nothing",
"author_name": "ishakun",
"author_login": "ishakun",
"committed_at": "2026-07-06T16:53:57Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "cfdc08f9cf3412b1dbeb96c62fc6bc095bf878a0",
"body": "validate_within_scope! is only used by TemplateDirectoryRenderer, so make\nit a private instance method there instead of a Reconciler class method.\nOutOfScopeError stays on Reconciler, which still raises it from its own\nin-sweep symlink guard. Drop the isolated unit tests; the escape behavior\nis covered end-to-end via the renderer's out-of-prefix spec.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Move reconcile scope validation into TemplateDirectoryRenderer",
"author_name": "ishakun",
"author_login": "ishakun",
"committed_at": "2026-07-01T21:06:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "962a023e81d9855d87116768d2aea978cf80bf27",
"body": "ostruct is declared in the gemspec and logger is pulled in transitively\nvia activesupport, so these top-level Gemfile entries are redundant.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Drop logger, benchmark, ostruct from Gemfile",
"author_name": "ishakun",
"author_login": "ishakun",
"committed_at": "2026-07-01T18:54:04Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "57117e349c7a3f69b444fb40caad56839baff901",
"body": null,
"is_bot": false,
"headline": "OCTO-842: clean up tests",
"author_name": "ishakun",
"author_login": "ishakun",
"committed_at": "2026-07-01T18:41:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56e459e92c0fa2097874a17a2d9781fe5779380d",
"body": "With #14 merged, --spp expansion runs during render, so upgrade the\nTEST CASE 1 spec to assert the expanded resource survives the sweep\n(not just scoping). Update ADR-0002's merge-ordering note to reflect\nthat #14 has landed.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Post-merge: true end-to-end TEST CASE 1 and ADR-0002 update",
"author_name": "ishakun",
"author_login": "ishakun",
"committed_at": "2026-07-01T17:50:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4d22d85782857074dc6ead1201ae0a1b57bd3da5",
"body": "…ncile_flag_to_kubernetes_template_rendering_gem\n\nCo-authored-by: Cursor <cursoragent@cursor.com>\n\n# Conflicts:\n#\tCHANGELOG.md\n#\tREADME.md\n#\tlib/kubernetes_template_rendering/cli.rb\n#\tlib/kubernetes_template_rendering/cli_arguments.rb\n#\tlib/kubernetes_template_rendering/template_directory_renderer.rb\n#\tspec/kubernetes_template_rendering/cli_spec.rb\n#\tspec/kubernetes_template_rendering/template_directory_renderer_spec.rb",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into OCTO-842_add_new_reco…",
"author_name": "ishakun",
"author_login": "ishakun",
"committed_at": "2026-07-01T17:49:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ba1f120c7167cd444d3ced05fd2879ca89aba2b7",
"body": "Scope reconcile sweeps to the requested --spp targets by substituting\nSPP-PLACEHOLDER into the SPP sweep root, leaving SPP-PLACEHOLDER and\nunrequested SPP siblings intact. Reject --reconcile with --only, which\nwould delete un-rendered siblings under the shared base root.\n\nMirrors PR #14's --spp/--only flag plumbing for a clean merge; adds\nADR-0002 documenting the scoping rules and flag interactions.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Reconcile: --spp-aware sweep scopes and --reconcile/--only guard",
"author_name": "ishakun",
"author_login": "ishakun",
"committed_at": "2026-07-01T17:40:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c5c0737ee2f2a9440d0f9d55bc24cdf22d441f3d",
"body": "OCTO-840: --spp expansion and --only entry filter (v0.5.0)",
"is_bot": false,
"headline": "Merge pull request #14 from Invoca/OCTO-840_spp_flag",
"author_name": "Yinon Rousso",
"author_login": "yinonrousso",
"committed_at": "2026-07-01T16:46:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db915932820fbe6a7bddb2892c67638bf7d84947",
"body": "- CHANGELOG: new [0.5.0] section for --spp and --only above main's\n [0.4.0] (subdirectory: + SPP-derived base path).\n- README: new \"Filtering to specific entries\" section for --only and\n \"Staging Partial Platforms\" section for --spp, both with usage\n examples matching the existing flag-section style.\n- version.rb -> 0.5.0; Gemfile.lock PATH spec synced to match.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "OCTO-840: document --spp and --only, bump version to 0.5.0",
"author_name": "Yinon Rousso",
"author_login": "yinonrousso",
"committed_at": "2026-06-30T16:30:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5e0f57dd06335f2bbb359a7e435c3ab72ca8c600",
"body": "…ries\n\nAdds a repeatable --only NAME flag that filters rendering to entries\nwhose top-level definitions.yaml key exactly matches NAME. Composes\nwith --cluster_type/--region/--color/--spp — all filter predicates\nare AND'd in TemplateDirectoryRenderer#resource_sets.\n\nWhen any --only value matches no e\n[…]\ne `git add -A` downstream. Also a natural fit for SPP app-of-apps\ndeploys where only the SPP-PLACEHOLDER entry should be rendered.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "OCTO-840: add --only CLI flag to filter rendered definitions.yaml ent…",
"author_name": "Yinon Rousso",
"author_login": "yinonrousso",
"committed_at": "2026-06-30T16:30:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "fc9742b6c53ab82bd609e9b906d98affe2ce69b1",
"body": "…rceSet\n\nAdds a repeatable --spp NAME flag. When passed, after each placeholder-\nbearing render produces an SPP-PLACEHOLDER output tree, the gem fans\nout into per-SPP sibling directories by calling PlaceholderExpander\nonce per requested SPP. --prune extends to per-SPP destinations.\n\nThreads the SPP \n[…]\nesourceSet — non-SPP entries short-circuit on the @spp gate inside\nexpand_placeholders, so no per-call-site conditional is needed.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "OCTO-840: add --spp CLI flag with SPP-PLACEHOLDER expansion via Resou…",
"author_name": "Yinon Rousso",
"author_login": "yinonrousso",
"committed_at": "2026-06-30T16:30:23Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "52b7253b9c24174a637fabf4aee193e600717f1d",
"body": "Stateless utility that reads a placeholder-bearing rendered output tree\nand writes a per-target sibling tree, substituting a literal token in\nboth file paths and contents. Preserves mtimes. Mirrors the semantics\nof the legacy invocaops_docker/tools/spp-transform/spp-transform.rb\npost-render script t\n[…]\n caller (ResourceSet) owns the SPP_PLACEHOLDER\nconstant — there is exactly one definition of \"SPP-PLACEHOLDER\" in\nproduction code.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "OCTO-840: add PlaceholderExpander for byte-parity SPP token substitution",
"author_name": "Yinon Rousso",
"author_login": "yinonrousso",
"committed_at": "2026-06-30T16:29:09Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b81375b1c791bb1aeb2d19d681af86b15ea4ce33",
"body": "Resolve leftover merge-conflict markers in Gemfile.lock and CHANGELOG.md\n(pin to version 0.5.0) so the gem builds again.\n\nSweep the specific rendered SPP directory (spp/<spp-name>) on its own\nwithout a fence, while base (non-SPP) roots keep the spp/ fence so sibling\nSPP instances are never touched.\n\n[…]\n/service layout). Add a faithful end-to-end TEST CASE 2 spec using a\nreal SPP definition, and use realistic region/cluster_type/color paths\nthroughout.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Reconcile: split SPP sweep roots and harden specs",
"author_name": "ishakun",
"author_login": "ishakun",
"committed_at": "2026-06-29T23:25:45Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6221747c4fecbbf46fc4615d0e118ea1aac6ad9f",
"body": null,
"is_bot": false,
"headline": "OCTO-842_: merge master",
"author_name": "ishakun",
"author_login": "ishakun",
"committed_at": "2026-06-29T21:08:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c964e7429f352efadae70c3a8dff92e7ee01201",
"body": "…on_to_definitions.yaml\n\nOCTO-849: SPP definitions render under derived spp/SPP-PLACEHOLDER base path",
"is_bot": false,
"headline": "Merge pull request #18 from Invoca/OCTO-849_add_new_subdirectory_opti…",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-06-26T18:15:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2d9842a8abc3465df3a2f670cdf85100a4dd217",
"body": "Confirms spp detection keys off the SPP-PLACEHOLDER token, not the derived\n'staging' cluster type: name \"staging\" -> cluster_type staging, spp: false.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Test that a 'staging'-named definition is not treated as SPP",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-06-26T17:25:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "47ba238625241a52a56e9f4a1a444da91ebad95d",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Remove SPP design spec and implementation plan docs",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-06-26T17:14:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7121bfd940a3419d80b7ac077183735cacefcfe3",
"body": "0.4.0 has not been released yet, so the SPP base-path work ships as part of\nit rather than a new 0.5.0. Reverts the version bump and merges the SPP\nCHANGELOG entry into the existing 0.4.0 section.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Keep version at 0.4.0 (unreleased); fold SPP notes into 0.4.0 changelog",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-06-26T17:11:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c964f900b5c2477a83aca2fde91f80f7e231ecac",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Update Gemfile.lock for version 0.5.0",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-06-26T17:10:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "638069ccb222e1828d50e716106004847bacd4a5",
"body": null,
"is_bot": false,
"headline": "Drop redundant .to_s now that renderer spec table uses string keys",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-06-26T16:45:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d1feeb15ade4f626b502540416f703fbb6cecd0",
"body": null,
"is_bot": false,
"headline": "Document SPP base path: ADR-0001, CHANGELOG, version 0.5.0",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-06-26T16:39:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "777c15405aab2c0e58805f5ff301b51c76667fc1",
"body": null,
"is_bot": false,
"headline": "Derive and pass spp flag from definition name to ResourceSet",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-06-26T16:35:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94de4888d151bd4d5c8c6f6f548305c062478c80",
"body": "…tions",
"is_bot": false,
"headline": "Point directory deprecation warning at SPP base layout for SPP defini…",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-06-26T16:32:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15201d45884b14137a1445555f463f4723942d05",
"body": null,
"is_bot": false,
"headline": "Add SPP-derived base output path to ResourceSet",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-06-26T16:17:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a0a908140810856f3daccf6c9cf63e04a3ddd3a",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add implementation plan for SPP derived base output path",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-06-26T16:13:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "05957f19706cf26f8beb4cc6e63ae8e4b228184a",
"body": "SPP definitions (name contains SPP-PLACEHOLDER) get a derived base path of\n%{plain_region}/%{type}/%{color}/spp/SPP-PLACEHOLDER instead of the plain\nbase, so the SPP token lands in the rendered tree and stays bounded for\n--reconcile. subdirectory: composes on top; warn-only rollout for legacy\ndirectory: overrides.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add design spec for SPP derived base output path",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-06-26T16:08:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c7167283182bed23ae35964b82e9dc6d43038d45",
"body": "…on_to_definitions.yaml\n\nOCTO-849: Add subdirectory option to definitions.yaml",
"is_bot": false,
"headline": "Merge pull request #17 from Invoca/OCTO-849_add_new_subdirectory_opti…",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-06-26T14:49:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "378125ccd298f68f7d282e325e65991ebe998df0",
"body": "Simplify the directory warning to fire on any use of `directory:`,\nsuggesting authors remove it (to render into the standard\n%{plain_region}/%{type}/%{color} layout) or switch to `subdirectory:`,\nrather than only warning on non-standard layouts.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Warn on any use of deprecated directory field",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-06-25T23:59:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f8b9ade59372b703b33f8f8e0264d032e5418cb6",
"body": "…yout\n\nA `directory:` pattern that does not render into\n%{plain_region}/%{type}/%{color}/ is deprecated and unsafe for the planned\n--reconcile stale-resource deletion. Emit a warning steering authors toward\n`subdirectory:` or the base-path default. First step toward the hard\nvalidation described in ADR-0001.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Warn when directory does not follow the standard region/type/color la…",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-06-25T23:10:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c793b8943c51de77825d51d9ef6606f99b45474d",
"body": "Generalizes the subdirectory design into an ADR documenting the broader\ndecision: rendered output paths must be deterministically derived from\nregion/cluster_type/color so a --reconcile pass can safely delete\nresources that are no longer rendered. Deprecates the freeform directory\nfield. Supersedes and removes the superpowers implementation spec.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Record ADR 0001: strict rendering paths for stale-resource reconcile",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-06-25T22:56:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7e8f93ef1cf50b239eb7d07c5d1130bf78ccdbf6",
"body": "Adds a `subdirectory:` config field, mutually exclusive with `directory:`.\nThe output directory is resolved as:\n - directory only -> the directory pattern, verbatim\n - subdirectory only -> %{plain_region}/%{type}/%{color}/<subdirectory>\n - neither -> %{plain_region}/%{type}/%{color} (base path)\n - both -> ArgumentError\n\nPreviously a missing `directory:` raised; it now renders to the base path.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add subdirectory option to definitions.yaml",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-06-25T22:34:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a6cac83385b891d77a440b78bd90b21d0934a358",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add design spec for subdirectory option in definitions.yaml",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-06-25T22:09:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3ecb09a8518a332577b0a052de820d4a088c34e5",
"body": "Remove variable-overrides comment from rendered files",
"is_bot": false,
"headline": "Merge pull request #16 from Invoca/opt-in-variable-overrides-comment",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-06-24T18:21:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb4c76ed8f8321bd214e3c3cc702788481a696a4",
"body": "…mment-design.md",
"is_bot": false,
"headline": "Delete docs/superpowers/specs/2026-06-24-remove-variable-overrides-co…",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-06-24T17:42:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4db30b8804a6dbee9f0a156cf0f5ae06d901ef29",
"body": "Ruby 4.0.0 dropped `ostruct` and `logger` from the default gems.\n\n- `ostruct` is required directly (Template < OpenStruct, and\n template_directory_renderer uses OpenStruct), so declare it as a\n gem dependency.\n- `logger` is only used transitively via activesupport; bumping\n activesupport 7.1.3.2 -> 7.2.3.1 resolves it (7.2 declares\n `logger (>= 1.4.2)`), so it needs no direct declaration.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix Ruby 4.0 compatibility: declare ostruct, bump activesupport",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-06-24T17:40:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d1ceffe859ec035d204454e900cd338464dbe899",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Tie regression test to jsonnet case; rename spec to match scope",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-06-24T16:56:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "aa4312174193d911d7a0938171c696ec0a636e49",
"body": "The \"# Variable overrides used:\" comment echoed overrides such as\ndeploySha, which change on every build. That caused large,\ncontent-free diffs across every rendered file, burying real changes.\n\nRemove the comment outright. --variable-override still applies the\noverrides to the rendered output; only the echoed comment is gone.\nThe \"# This file is autogenerated from ...\" comment is unchanged.\n\nBump to 0.3.0.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Remove variable-overrides comment from rendered files",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-06-24T16:53:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0a7eed09be6935364a629c27cb3dc89419de5153",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Revise spec: remove variable-overrides comment outright",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-06-24T16:33:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8224bda8ff0f66d06242a7a22e4771134fc56822",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add design spec for opt-in variable-overrides comment",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2026-06-24T16:30:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4fb0aa354b5a73e11c486b7a9b5b6896227fedf9",
"body": null,
"is_bot": false,
"headline": "OCTO-842: clean up",
"author_name": "ishakun",
"author_login": "ishakun",
"committed_at": "2026-06-23T14:58:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68818e89d23d73e64a5fb2c11dfa3b63dac06b01",
"body": "…subtrees\n\nSPP entries render into <base>/spp/<spp-name>, so their computed base root\nis the spp/ directory itself. The previous per-root spp child fence had no\neffect there (it looked for spp/spp, which doesn't exist).\n\nFix: drop any sweep root whose relative path from rendered_directory contains\na\n[…]\n is excluded from the sweep.\nDeleted-SPP cleanup remains a manual git rm per the ticket. Also add a\nregression test covering an SPP directory: pattern.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "OCTO-842: Fix reconcile sweep incorrectly deleting files inside spp/ …",
"author_name": "ishakun",
"author_login": "ishakun",
"committed_at": "2026-06-23T14:56:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "65ef94388c2ec08d8fb7d243dc00092946a4b2a3",
"body": null,
"is_bot": false,
"headline": "OCTO-842: clean up",
"author_name": "ishakun",
"author_login": "ishakun",
"committed_at": "2026-06-22T22:55:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2fe5f2ee1874ecf2c3d3ae12d1216c6bf3c84c1",
"body": null,
"is_bot": false,
"headline": "OCTO-842: clean up",
"author_name": "ishakun",
"author_login": "ishakun",
"committed_at": "2026-06-22T22:54:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3198b2389d52af1d4d0d3c61b81a258298553148",
"body": null,
"is_bot": false,
"headline": "OCTO-842: update Gemfile.lock",
"author_name": "ishakun",
"author_login": "ishakun",
"committed_at": "2026-06-18T21:55:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e98f79d1ea68cc1b38594d53d6597fe8bed393ff",
"body": "benchmark was also removed from the Ruby 4.0 default standard library\nand is required by activesupport 7.1.x core_ext.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Add benchmark gem dependency for Ruby 4.0 compatibility",
"author_name": "ishakun",
"author_login": "ishakun",
"committed_at": "2026-06-18T17:54:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fb112930d4dbba145b76a0626c6b9ebc5875e797",
"body": "Both were removed from the Ruby 4.0 default standard library. ostruct is\nrequired directly in template.rb (runtime dep in gemspec), and logger is\nneeded by activesupport 7.1.x (dev dep in Gemfile).\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Add ostruct and logger gem dependencies for Ruby 4.0 compatibility",
"author_name": "ishakun",
"author_login": "ishakun",
"committed_at": "2026-06-18T17:50:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "43c89cd13c00ed642e9037d59b42746a96f26d57",
"body": "Replace the destructive per-entry rm -rf of --prune with a bounded,\ntimestamp-marker sweep. A marker is touched before rendering, then after\nrendering only files older than the marker under each scope root are\ndeleted and empty directories are removed, correctly cleaning up\ndirectories of deleted/re\n[…]\nnced out of the sweep, paths resolving outside their\nscope prefix raise a hard error, and --reconcile combined with --prune is\nrejected. Bump to 0.3.0.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "OCTO-842: Add --reconcile flag for bounded, marker-based sweep",
"author_name": "ishakun",
"author_login": "ishakun",
"committed_at": "2026-06-18T15:08:02Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6220bd38daad24f4b79a70390b7bc97ca332eb27",
"body": null,
"is_bot": false,
"headline": "Fix catalog: add system: kubernetes-platform",
"author_name": "Lee Dykes",
"author_login": "retroGiant89",
"committed_at": "2026-04-17T19:24:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71155c22372d2e680742c9003829f01b51a58022",
"body": "non-production: non-prod: [fix] update to WARNING: DO NOT EDIT THIS FILE",
"is_bot": false,
"headline": "Merge pull request #11 from Invoca/non-production/fix-typo",
"author_name": "Drew Caddell",
"author_login": "dcaddell",
"committed_at": "2025-07-31T18:19:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93fb1e6d365132543c929ed6bebc134f40052afa",
"body": null,
"is_bot": false,
"headline": "non-production: non-prod: [fix] update to WARNING: DO NOT EDIT THIS FILE",
"author_name": "Gabriel Zurita",
"author_login": "gabezurita",
"committed_at": "2025-07-22T17:13:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bd106d04934a18b8efb3cf8eb955bcd47ab526a",
"body": "Tech 18358 fix prune bug",
"is_bot": false,
"headline": "Merge pull request #10 from Invoca/TECH-18358_fix_prune_bug",
"author_name": "Luis Aragon",
"author_login": "lmaragon",
"committed_at": "2025-05-08T22:51:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6c04daf614a3aa80fa715a1b6cda7feb28d58a3",
"body": null,
"is_bot": false,
"headline": "TECH-18358: Bump to 0.2.5 for release",
"author_name": "Luis Aragon",
"author_login": "lmaragon",
"committed_at": "2025-05-08T22:36:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b404f47ec58501cbcda66e9a41dcb226039bb880",
"body": null,
"is_bot": false,
"headline": "TECH-18358: Update rexml gem to 3.4.1",
"author_name": "Luis Aragon",
"author_login": "lmaragon",
"committed_at": "2025-05-08T22:34:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3853460fe7a84b5a40832c0b16ed9296ffacb31a",
"body": null,
"is_bot": false,
"headline": "TECH-18358: Bump to 0.2.4 for release",
"author_name": "Luis Aragon",
"author_login": "lmaragon",
"committed_at": "2025-05-08T21:53:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cd9c868e19f529c6f987a17e66bca9a4b8b04b7",
"body": null,
"is_bot": false,
"headline": "TECH-18358: Bump to 0.2.4 pre-release version",
"author_name": "Luis Aragon",
"author_login": "lmaragon",
"committed_at": "2025-05-08T17:16:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ed50960b74b4ee0a4732f776bcee0038bf82969",
"body": null,
"is_bot": false,
"headline": "TECH-18358: Fix prune directory bug to better prune directory",
"author_name": "Luis Aragon",
"author_login": "lmaragon",
"committed_at": "2025-05-08T17:14:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abb7e99b25bb516e38256c86555e1c1498dc541b",
"body": null,
"is_bot": false,
"headline": "TECH-18358: Add .idea to gitignore",
"author_name": "Luis Aragon",
"author_login": "lmaragon",
"committed_at": "2025-05-08T17:12:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b080c97711bc6a18cc3e5bdfac81b7510f1d1b2",
"body": "…_run_ci_for_ruby_3_3\n\nSTORY-21317: Upgrade private gems to run CI for Ruby 3.3",
"is_bot": false,
"headline": "Merge pull request #9 from Invoca/STORY-21317_upgrade_private_gems_to…",
"author_name": "Iryna Shakun",
"author_login": "ishakun",
"committed_at": "2025-04-16T16:57:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea1722ac9023539f7cb4b6bf4128b0ae84e88796",
"body": null,
"is_bot": false,
"headline": "empty commit to trigger Bundle Audit check",
"author_name": "ishakun",
"author_login": "ishakun",
"committed_at": "2025-04-16T16:54:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1572a0780460248d4832b3a12a9d4646f496e78a",
"body": null,
"is_bot": false,
"headline": "empty commit to trigger Bundle Audit check",
"author_name": "ishakun",
"author_login": "ishakun",
"committed_at": "2025-04-16T16:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7eff5fbf7306da4a7b0605f568ad1f7fadc38193",
"body": null,
"is_bot": false,
"headline": "STORY-21317: update min_ruby_version to 3.3 and .ruby-version to 3.3.8",
"author_name": "ishakun",
"author_login": "ishakun",
"committed_at": "2025-04-10T21:58:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b463928532d08189ae00f9bcf13f15d1a66152e",
"body": null,
"is_bot": false,
"headline": "Release v0.2.3",
"author_name": "James Ebentier",
"author_login": "jebentier",
"committed_at": "2025-03-25T15:14:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79505102223d21bc508040166e667ec569e27eab",
"body": "TECH-17815 Allow multiple overrides",
"is_bot": false,
"headline": "Merge pull request #8 from Invoca/TECH-17815-allow-multiple-overrides",
"author_name": "James Ebentier",
"author_login": "jebentier",
"committed_at": "2025-03-25T15:13:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e72f96f4ff312a4f6feafedce01bb4567c9c2c48",
"body": null,
"is_bot": false,
"headline": "TECH-17815 update version",
"author_name": "Muzafar Umarov",
"author_login": "umarov",
"committed_at": "2025-03-25T10:27:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14a802ddd173cbb72d40c4e09a910e4707e8af24",
"body": null,
"is_bot": false,
"headline": "TECH-17815 make it an array",
"author_name": "Muzafar Umarov",
"author_login": "umarov",
"committed_at": "2025-03-24T22:36:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c354558989fe433b064b684d401bd0afd32a46f",
"body": null,
"is_bot": false,
"headline": "TECH-17815 Allow multiple overrides",
"author_name": "Muzafar Umarov",
"author_login": "umarov",
"committed_at": "2025-03-24T22:33:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59af5319080a634af4994cd0790a2cf1dc80dada",
"body": "Update tags for backstage",
"is_bot": false,
"headline": "Update catalog-info.yaml",
"author_name": "Tristan Starck",
"author_login": "ttstarck",
"committed_at": "2025-01-27T22:51:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30c6d1023463ceb3662f0157cd59f915e1c4e81e",
"body": null,
"is_bot": false,
"headline": "hotfix: restrict to activesupport versions earlier than 8",
"author_name": "James Ebentier",
"author_login": "jebentier",
"committed_at": "2024-11-22T18:53:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df323053f8d00415101a8fa81c7fe8148b22f5ae",
"body": null,
"is_bot": true,
"headline": "Update catalog-info.yaml",
"author_name": "Backstage CI Automation[bot]",
"author_login": null,
"committed_at": "2024-07-09T15:36:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8662fde4901adcca826bd4bb1dce3de4238cafc5",
"body": "…ocess_has_a_non_zero_exit_status\n\nnon-production: monitor Process.waitall results",
"is_bot": false,
"headline": "Merge pull request #7 from Invoca/non-production_exit_1_when_child_pr…",
"author_name": "Drew Caddell",
"author_login": "dcaddell",
"committed_at": "2024-06-17T21:02:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b2ff25ac6550cd71b26b26a7bdadbc15cccb9e5",
"body": null,
"is_bot": false,
"headline": "Release v0.2.1",
"author_name": "Drew Caddell",
"author_login": "dcaddell",
"committed_at": "2024-06-17T20:55:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcf706a833531992c4ee7c76d4fce888fbf6743a",
"body": null,
"is_bot": false,
"headline": "Address CVE-2024-35176",
"author_name": "Drew Caddell",
"author_login": "dcaddell",
"committed_at": "2024-06-17T20:54:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8340beb449bb77bd71d59921558696e3ec04d75",
"body": null,
"is_bot": false,
"headline": "non-production: monitor Process.waitall results",
"author_name": "Drew Caddell",
"author_login": "dcaddell",
"committed_at": "2024-06-17T19:37:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a27f2886987a6d3da0ef0b19a9bc153d5bb5bba",
"body": null,
"is_bot": false,
"headline": "Release v0.2.0",
"author_name": "James Ebentier",
"author_login": "jebentier",
"committed_at": "2024-05-06T19:08:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4cdb8d75936233a72a4aaaa38bf97053060b591",
"body": "…usage_to_manifest_comment\n\nNon production add render override usage to manifest comment",
"is_bot": false,
"headline": "Merge pull request #6 from Invoca/non-production_add_render_override_…",
"author_name": "James Ebentier",
"author_login": "jebentier",
"committed_at": "2024-05-06T19:07:23Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 22,
"commits_last_year": 70,
"latest_release_at": "2026-07-23T13:58:26Z",
"latest_release_tag": "v0.7.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 6,
"days_since_latest_release": 0,
"mean_days_between_releases": 53.9
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "kubernetes_template_rendering",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/kubernetes_template_rendering",
"is_deprecated": false,
"latest_version": "0.7.0",
"repository_url": "https://github.com/Invoca/kubernetes_template_rendering",
"versions_count": 24,
"total_downloads": 40782,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2024-04-29T08:42:39.361000Z",
"latest_published_at": "2026-07-23T13:58:18.753000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 8,
"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": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 27744,
"source_files_sampled": 29,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "rexml",
"direct": false,
"version": "3.4.1",
"severity": "moderate",
"ecosystem": "rubygems",
"cvss_score": 4,
"advisory_ids": [
"GHSA-c2f4-jgmc-q2r5"
],
"fixed_version": "3.4.2",
"advisory_count": 1,
"oldest_advisory_days": 308
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"moderate": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 43,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 4,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [
{
"name": "rake",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 13.0"
},
{
"name": "rspec",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 3.0"
},
{
"name": "rubocop",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 1.21"
},
{
"name": "simplecov",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "pry",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "pry",
"direct": true,
"version": "0.14.2",
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": true,
"version": "13.2.1",
"ecosystem": "rubygems"
},
{
"name": "rspec",
"direct": true,
"version": "3.13.0",
"ecosystem": "rubygems"
},
{
"name": "rubocop",
"direct": true,
"version": "1.63.3",
"ecosystem": "rubygems"
},
{
"name": "simplecov",
"direct": true,
"version": "0.22.0",
"ecosystem": "rubygems"
},
{
"name": "activesupport",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "activesupport",
"direct": false,
"version": "7.2.3.1",
"ecosystem": "rubygems"
},
{
"name": "ast",
"direct": false,
"version": "2.4.2",
"ecosystem": "rubygems"
},
{
"name": "base64",
"direct": false,
"version": "0.3.0",
"ecosystem": "rubygems"
},
{
"name": "benchmark",
"direct": false,
"version": "0.5.0",
"ecosystem": "rubygems"
},
{
"name": "bigdecimal",
"direct": false,
"version": "4.1.2",
"ecosystem": "rubygems"
},
{
"name": "coderay",
"direct": false,
"version": "1.1.3",
"ecosystem": "rubygems"
},
{
"name": "concurrent-ruby",
"direct": false,
"version": "1.3.7",
"ecosystem": "rubygems"
},
{
"name": "connection_pool",
"direct": false,
"version": "3.0.2",
"ecosystem": "rubygems"
},
{
"name": "diff-lcs",
"direct": false,
"version": "1.5.1",
"ecosystem": "rubygems"
},
{
"name": "docile",
"direct": false,
"version": "1.4.0",
"ecosystem": "rubygems"
},
{
"name": "drb",
"direct": false,
"version": "2.2.3",
"ecosystem": "rubygems"
},
{
"name": "i18n",
"direct": false,
"version": "1.15.2",
"ecosystem": "rubygems"
},
{
"name": "invoca-utils",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "invoca-utils",
"direct": false,
"version": "0.5.1",
"ecosystem": "rubygems"
},
{
"name": "json",
"direct": false,
"version": "2.7.2",
"ecosystem": "rubygems"
},
{
"name": "jsonnet",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "jsonnet",
"direct": false,
"version": "0.5.3",
"ecosystem": "rubygems"
},
{
"name": "language_server-protocol",
"direct": false,
"version": "3.17.0.3",
"ecosystem": "rubygems"
},
{
"name": "logger",
"direct": false,
"version": "1.7.0",
"ecosystem": "rubygems"
},
{
"name": "method_source",
"direct": false,
"version": "1.1.0",
"ecosystem": "rubygems"
},
{
"name": "mini_portile2",
"direct": false,
"version": "2.8.6",
"ecosystem": "rubygems"
},
{
"name": "minitest",
"direct": false,
"version": "5.27.0",
"ecosystem": "rubygems"
},
{
"name": "ostruct",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "ostruct",
"direct": false,
"version": "0.6.3",
"ecosystem": "rubygems"
},
{
"name": "parallel",
"direct": false,
"version": "1.24.0",
"ecosystem": "rubygems"
},
{
"name": "parser",
"direct": false,
"version": "3.3.0.5",
"ecosystem": "rubygems"
},
{
"name": "racc",
"direct": false,
"version": "1.7.3",
"ecosystem": "rubygems"
},
{
"name": "rainbow",
"direct": false,
"version": "3.1.1",
"ecosystem": "rubygems"
},
{
"name": "regexp_parser",
"direct": false,
"version": "2.9.0",
"ecosystem": "rubygems"
},
{
"name": "rexml",
"direct": false,
"version": "3.4.1",
"ecosystem": "rubygems"
},
{
"name": "rspec-core",
"direct": false,
"version": "3.13.0",
"ecosystem": "rubygems"
},
{
"name": "rspec-expectations",
"direct": false,
"version": "3.13.0",
"ecosystem": "rubygems"
},
{
"name": "rspec-mocks",
"direct": false,
"version": "3.13.0",
"ecosystem": "rubygems"
},
{
"name": "rspec-support",
"direct": false,
"version": "3.13.1",
"ecosystem": "rubygems"
},
{
"name": "rubocop-ast",
"direct": false,
"version": "1.31.2",
"ecosystem": "rubygems"
},
{
"name": "ruby-progressbar",
"direct": false,
"version": "1.13.0",
"ecosystem": "rubygems"
},
{
"name": "securerandom",
"direct": false,
"version": "0.4.1",
"ecosystem": "rubygems"
},
{
"name": "simplecov-html",
"direct": false,
"version": "0.12.3",
"ecosystem": "rubygems"
},
{
"name": "simplecov_json_formatter",
"direct": false,
"version": "0.1.4",
"ecosystem": "rubygems"
},
{
"name": "tzinfo",
"direct": false,
"version": "2.0.6",
"ecosystem": "rubygems"
},
{
"name": "unicode-display_width",
"direct": false,
"version": "2.5.0",
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 47,
"direct_count": 5,
"indirect_count": 42
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 20,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 1
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "jebentier",
"commits": 45,
"avatar_url": "https://avatars.githubusercontent.com/u/571077?v=4"
},
{
"type": "User",
"login": "ttstarck",
"commits": 40,
"avatar_url": "https://avatars.githubusercontent.com/u/16530564?v=4"
},
{
"type": "User",
"login": "ishakun",
"commits": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/6868776?v=4"
},
{
"type": "User",
"login": "lmaragon",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/8482324?v=4"
},
{
"type": "User",
"login": "dcaddell",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/30807215?v=4"
},
{
"type": "User",
"login": "yinonrousso",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/43661219?v=4"
},
{
"type": "User",
"login": "retroGiant89",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/6086481?v=4"
},
{
"type": "User",
"login": "umarov",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/2321915?v=4"
},
{
"type": "User",
"login": "gabezurita",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/17016449?v=4"
}
],
"contributors_sampled": 9,
"top_contributor_share": 0.336
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"dependabot_automerge.yml",
"gem_release.yml",
"recurring_build.yml",
"techdocs.yml"
],
"has_docs_dir": true,
"linter_configs": [
".rubocop.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Gemfile.lock"
],
"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": 8,
"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": 10,
"reason": "6 out of 6 merged PRs checked by a CI test -- score normalized to 10",
"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": 8,
"reason": "Found 5/6 approved changesets -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"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": 10,
"reason": "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": 0,
"reason": "license file not 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": 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": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "439e92ea801d6f01a001fd65da2ab8ecaa5a11d5",
"ran_at": "2026-07-23T14:05:51Z",
"aggregate_score": 5.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-23T13:58:30Z",
"oldest_open_prs": [
{
"number": 13,
"created_at": "2026-06-12T21:25:01Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-23T13:57:15Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Invoca/kubernetes_template_rendering",
"host": "github.com",
"name": "kubernetes_template_rendering",
"owner": "Invoca"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"security": 67,
"vitality": 77,
"community": 26,
"governance": 76,
"engineering": 80
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 77,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"commits_last_year": 70,
"human_commit_share": 0.99,
"days_since_last_push": 0,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "70 commits in the last year",
"points": 16.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 70
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 22,
"latest_release_tag": "v0.7.0",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 53.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "22 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 22
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~53.9 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 53.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "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": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 26,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 5,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 8,
"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": "8 watchers",
"points": 4.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 8
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"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": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"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
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"packages": [
"kubernetes_template_rendering"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 40782,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "40,782 downloads all-time across rubygems",
"points": 47.9,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 40782,
"ecosystems": "rubygems"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 76,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 9,
"top_contributor_share": 0.336
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 34% of commits",
"points": 14.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 34
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "9 contributors",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 9
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 91,
"inputs": {
"merged_prs": 20,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "20/21 decided PRs merged",
"points": 36.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 20,
"decided": 21
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 5/6 approved changesets -- score normalized to 8",
"points": 12,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"followers": 52,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "Invoca",
"public_repos": 180,
"account_age_days": 5538
},
"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": "52 followers of Invoca",
"points": 12.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 52,
"login": "Invoca"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "180 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 180
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"kubernetes_template_rendering"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on rubygems",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "rubygems"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "24 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 24
}
}
],
"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": 80,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"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": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"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": ".rubocop.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".rubocop.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": "6 out of 6 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"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": 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": "moderate",
"name": "Security",
"value": 67,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 59,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "6 out of 6 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"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 5/6 approved changesets -- score normalized to 8",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"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": "update tool detected",
"points": 7.5,
"status": "met",
"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 not detected",
"points": 0,
"status": "missed",
"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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"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 43 resolved dependencies against OSV; 4 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). 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": 43
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 4
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 43,
"unassessed_packages": 4,
"affected_by_severity": "moderate 1",
"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": 43,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 6
},
"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": "at_risk",
"name": "AI Readiness",
"value": 47,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.525,
"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": "52 of 99 human commits state their intent (structured subject or explanatory body)",
"points": 28,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 52,
"sampled": 99
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Gemfile.lock"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.43,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": ".rubocop.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".rubocop.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "43 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 43,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "dependency automation configured, none observed in the sampled commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "dependency_bot_config_only",
"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": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Ruby",
"largest_source_bytes": 27744,
"source_files_sampled": 29,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Ruby without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Ruby"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/29 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 29,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-07-23T14:06:10.582838Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/i/Invoca/kubernetes_template_rendering.svg",
"full_name": "Invoca/kubernetes_template_rendering",
"license_state": "absent",
"license_spdx": null
}