原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 365,
"has_wiki": true,
"homepage": null,
"languages": {
"Ruby": 177769,
"Shell": 131
},
"pushed_at": "2026-07-23T12:58:16Z",
"created_at": "2024-04-03T22:05:52Z",
"owner_type": "Organization",
"updated_at": "2026-07-23T12:58:27Z",
"description": "Ruby AI eXtensions",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "OlympiaAI",
"company": null,
"location": null,
"followers": 26,
"avatar_url": "https://avatars.githubusercontent.com/u/132949672?v=4",
"created_at": "2023-05-08T20:23:11Z",
"is_verified": null,
"public_repos": 9,
"account_age_days": 1171
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.0.6",
"kind": "patch",
"published_at": "2026-07-23T13:03:45Z"
},
{
"tag": "v2.0.5",
"kind": "patch",
"published_at": "2026-06-04T09:27:23Z"
},
{
"tag": "v2.0.2",
"kind": "patch",
"published_at": "2026-05-19T12:21:39Z"
},
{
"tag": "v2.0.4",
"kind": "patch",
"published_at": "2026-05-19T12:21:43Z"
},
{
"tag": "v2.0.3",
"kind": "patch",
"published_at": "2026-05-19T12:21:41Z"
},
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2026-03-20T19:21:48Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2026-03-20T18:37:32Z"
},
{
"tag": "1.0.3",
"kind": "patch",
"published_at": "2025-08-08T23:46:55Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2025-07-16T01:55:24Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2025-06-05T01:58:29Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2025-06-04T22:23:29Z"
},
{
"tag": "v0.9.2",
"kind": "patch",
"published_at": "2025-06-03T18:56:33Z"
},
{
"tag": "v0.8",
"kind": "other",
"published_at": "2025-04-23T18:36:47Z"
},
{
"tag": "v0.7.3",
"kind": "patch",
"published_at": "2025-04-23T15:16:16Z"
},
{
"tag": "0.7",
"kind": "other",
"published_at": "2025-04-13T23:58:29Z"
},
{
"tag": "v0.6",
"kind": "other",
"published_at": "2025-04-02T18:15:50Z"
},
{
"tag": "0.5.0",
"kind": "minor",
"published_at": "2025-02-16T20:21:30Z"
},
{
"tag": "v0.4.8",
"kind": "patch",
"published_at": "2024-12-06T01:47:14Z"
},
{
"tag": "v0.4.5",
"kind": "patch",
"published_at": "2024-11-11T03:24:54Z"
},
{
"tag": "v0.4.4",
"kind": "patch",
"published_at": "2024-11-11T03:06:50Z"
},
{
"tag": "v0.4.3",
"kind": "patch",
"published_at": "2024-11-11T02:10:43Z"
},
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2024-11-05T04:00:19Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2024-10-22T16:03:04Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2024-10-19T02:03:47Z"
}
],
"recent_commits": [
{
"oid": "8c4b7e6664145d3565293c9873b89c0a7baa27c5",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_0175z1Qw2YCCh6NmQ1sRgeW8",
"is_bot": false,
"headline": "Release 2.0.6 - Enforce max_tool_calls under RubyLLM backend",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2026-07-23T12:58:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "286ae6f6d202d4c1d6cb6bdf955f7b76b0f93357",
"body": "…der-ruby-llm\n\nfix: enforce max_tool_calls (and repair stop_tool_calls_and_respond!) under the RubyLLM backend",
"is_bot": false,
"headline": "Merge pull request #56 from zar-agentus/fix/enforce-max-tool-calls-un…",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2026-07-23T12:57:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10008bde89ae7ab3035ffe55a2d6786d479c0ffc",
"body": "Addresses Codex review findings on lib/raix/chat_completion.rb.\n\nFinding 1 (CONFIRMED): when chat_completion is driven by the documented\n`messages:` argument, those messages drive the first RubyLLM request but are\nnever written into the transcript. force_final_response_after_halt rebuilt the\nforced \n[…]\ncution; its Fiber-based async applies to\nindependent chat requests, not tool dispatch within a single completion. No\nchange made.\n\nSigned-off-by: Nexy (Sollers Purgator) <platform+legate-2049@zar.app>",
"is_bot": false,
"headline": "fix: preserve caller messages in forced final completion after tool halt",
"author_name": "Nexy (Sollers Purgator)",
"author_login": null,
"committed_at": "2026-07-22T14:15:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "236b4f48cded0912011524b6bceccb44d2db375c",
"body": "…byLLM\n\nRubyLLM drives the tool-call loop internally (complete -> handle_tool_calls\n-> complete) and only returns once the model stops calling tools, so the\ncounting loop in ChatCompletion never saw a tool round. As a result\nmax_tool_calls was dead code (agentic loops ran unbounded) and\nstop_tool_ca\n[…]\n\nNoMethodError: undefined method 'id' for nil while rendering the payload.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nSigned-off-by: Nexy (Sollers Purgator) <platform+legate-2049@zar.app>",
"is_bot": false,
"headline": "fix: enforce max_tool_calls and stop_tool_calls_and_respond! under Ru…",
"author_name": "Nexy (Sollers Purgator)",
"author_login": null,
"committed_at": "2026-07-21T18:50:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2d46314352a534244f5ec9581d91518710a8b4ff",
"body": "…) (#54)\n\n* fix: translate OpenAI image_url content into RubyLLM attachments (#51)\n\nA multimodal user message added to the transcript in OpenAI content-array\nform (a `text` part plus `{ type: \"image_url\", image_url: { url: ... } }`)\nwas passed to RubyLLM's `add_message` verbatim. RubyLLM treats a ra\n[…]\nocs: changelog for image_url multimodal fix (#51)\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: translate OpenAI image_url content into RubyLLM attachments (#51…",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2026-06-04T09:14:37Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1d441799412cd6fb72d2c353fd8ecaa97c364efd",
"body": "…0.5) (#52)\n\n* fix: forward full JSON schema for function tool params to RubyLLM\n\nFunctionToolAdapter rebuilt each parameter field-by-field via `param(...)`,\nwhich only carried `type` and `description`. Rich JSON-Schema fields such as\n`additionalProperties`, `items`, `enum`, and nested `properties` \n[…]\nlongside the FunctionToolAdapter rich-schema fix.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: forward full JSON schema for function tool params to RubyLLM (2.…",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2026-06-04T09:12:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c53f8fba22e704121e80bb571204202660cc2a7c",
"body": "The Configuration#initialize line `self.temperature = DEFAULT_TEMPERATURE`\nforced `temperature: 0.0` into every chat_completion request whose caller\nhadn't set a temperature explicitly. With `provider.require_parameters: true`\n— which Raix sets automatically whenever `json: true` is passed — OpenRou\n[…]\nlts unchanged\n\nNote for upgraders: requests that previously ran at temperature 0.0 will now\nrun at the provider's default (typically 1.0). Pin temperature explicitly if\nyou relied on the old behavior.",
"is_bot": false,
"headline": "Stop defaulting temperature in Raix::Configuration (#50)",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2026-05-20T13:58:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f9f801c9713ef091a71fce47602359bdd872db44",
"body": "- Rakefile: new release:github task extracts the matching CHANGELOG\n section and runs `gh release create` for the freshly tagged version,\n hooked onto the end of `rake release` so future releases don't leave\n the GitHub Releases page lagging behind rubygems.\n- spec_helper: add a :live filter excluded by default so external\n network specs don't hang CI; opt in locally with LIVE_SPECS=1.\n- sse_spec: tag the GitMCP live context as :live.",
"is_bot": false,
"headline": "Auto-publish GitHub release on rake release; gate live MCP specs",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2026-05-19T12:39:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59223269b51df823f3de8a62ffb78b0c680be22e",
"body": null,
"is_bot": false,
"headline": "Update Gemfile.lock for 2.0.4",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2026-05-19T11:44:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c0f07eec31ae0063b65220811f44cfb3a220065",
"body": "Non-streaming ruby_llm_request was hand-building an OpenAI-shaped\nresponse hash with only `choices` and basic `usage`, dropping the\nupstream provider's `id`, `model`, `provider`, and the rest of `usage`\n(notably `prompt_tokens_details.cached_tokens`). That made the\ngeneration_id unrecoverable downst\n[…]\nsn't expose a raw body.\n\nAlso adds `require \"active_support/core_ext/module/delegation\"` —\nwithout it a bare `require \"raix\"` raises NoMethodError on\n`delegate :configuration, to: :class` during boot.",
"is_bot": false,
"headline": "Release 2.0.4 - Preserve upstream id / model / cached_tokens",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2026-05-19T11:39:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7e1b0da45fe88f526388171fad321115c09259ec",
"body": "Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release 2.0.3 - Nil-safe content handling",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2026-04-30T12:00:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6652b5f92e6109575f22db1d34d65bc51e5766f1",
"body": "…#49)\n\n* fix: nil-safe content.strip in chat_completion final-response paths\n\nRaix raised NoMethodError when an LLM returned a final assistant\nmessage with null content (e.g. Gemini on certain stop conditions).\nThree call sites in chat_completion.rb did `content.strip` without\nguarding against nil; \n[…]\nis unblocks deployment-mode bundle install on CI.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: nil-safe content.strip in chat_completion final-response paths (…",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2026-04-30T11:59:45Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3287bead653078d753ff9154da845ea4425e1eaf",
"body": null,
"is_bot": false,
"headline": "Release 2.0.2 - Docker file permissions fix",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2026-03-27T20:00:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3503d713c9e24f2f818986e5c58b788f1570c14f",
"body": "Three library files (completion_context.rb, function_tool_adapter.rb,\ntranscript_adapter.rb) had 600 (owner-only) permissions on disk. When\n`gem build` packages the gem, it preserves the on-disk permissions\nverbatim. This means the published gem ships files that only the\ninstalling user can read.\n\nI\n[…]\nt since it only tracks the executable bit)\n- Add a gemspec-level safety net that normalizes all non-executable\n files to 644 at build time, preventing recurrence regardless of\n the developer's umask",
"is_bot": false,
"headline": "fix: ensure gem files are world-readable for Docker deployments",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2026-03-27T19:59:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "221e698c82ff93e2f7680406100414edbd6e541a",
"body": "- Replace require_relative with Zeitwerk autoloading (PR #47, thanks @seuros)\n- Fix RuboCop documentation offense in lib/raix.rb",
"is_bot": false,
"headline": "Release 2.0.1 - Zeitwerk autoloading",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2026-03-20T19:21:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7fed01fd98f3042a1c7dbefbec2a801e29b520c",
"body": "refactor: replace require_relative with Zeitwerk autoloading",
"is_bot": false,
"headline": "Merge pull request #47 from seuros/refactor/zeitwerk-autoloading",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2026-03-20T18:23:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f89545536dd2df97c1cfb50197fea2548d39b228",
"body": "Three files shipped in the gem with 600 (owner-only) permissions:\ncompletion_context.rb, function_tool_adapter.rb, transcript_adapter.rb.\nWhen the gem is installed as root but the app runs as a non-root user\n(standard Docker practice), require_relative fails with LoadError\nbecause the process cannot\n[…]\nl require_relative calls with Zeitwerk::Loader.for_gem\n- Move lib/mcp/ to lib/raix/mcp/ to match the Raix::MCP namespace\n- Add MCP inflection for Zeitwerk\n- Add zeitwerk ~> 2.7 as a runtime dependency",
"is_bot": false,
"headline": "refactor: replace require_relative with Zeitwerk autoloading",
"author_name": "Abdelkader Boudih",
"author_login": "seuros",
"committed_at": "2026-03-18T03:47:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "86f932f12328c131dc57bafd5fe476ebbbc4e631",
"body": "Breaking Changes:\n- Migrated from OpenRouter/OpenAI gems to RubyLLM for unified multi-provider support\n- API keys now configured through RubyLLM instead of separate client instances\n\nNew Features:\n- Added before_completion hook for intercepting/modifying requests\n - Supports global, class, and inst\n[…]\nctionToolAdapter and TranscriptAdapter for RubyLLM integration\n\nDocumentation:\n- Updated README with RubyLLM configuration and before_completion examples\n- Added migration guide for upgrading from 1.x",
"is_bot": false,
"headline": "Raix 2.0.0 - RubyLLM backend and before_completion hook",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-12-17T23:07:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "64aaacdcc554b6c349644b24667e9e21d20e57fe",
"body": "- Simplify duplicate branch conditions in TranscriptAdapter\n- Fix predicate method naming in MCP spec\n- All rubocop offenses resolved",
"is_bot": false,
"headline": "Fix linter warnings",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-11-15T00:24:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e84b8762ff0a4b9addc5e85b774393583950e3b0",
"body": "Migration completed successfully:\n- 62 examples, 0 failures, 1 pending (predicted outputs - not yet supported by RubyLLM)\n- All core functionality working: chat completions, function dispatch, predicates, prompt declarations\n- Full backward compatibility maintained via adapter layers\n- MCP integrati\n[…]\nort (11+ providers via RubyLLM)\n🎯 Reduced dependencies (2 gems → 1 gem)\n🎯 100% API compatibility (no breaking changes)\n🎯 Better abstractions for provider-agnostic code\n🎯 Active maintenance via RubyLLM",
"is_bot": false,
"headline": "Complete RubyLLM migration - all tests passing",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-11-14T23:55:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "aa3b2b743d24a122050128c830b5faa620c09329",
"body": "- Add Hash#with_indifferent_access support\n- Fix TranscriptAdapter to return abbreviated format { assistant: '...' }\n- Add normalize_message_format to handle both formats\n- Add last() and clear() methods to TranscriptAdapter\n- Basic OpenAI and OpenRouter completions working\n\nRemaining work:\n- Predic\n[…]\nt (may not be supported by RubyLLM yet)\n- Update test that mocks deprecated openrouter_client\n- Function dispatch integration needs testing\n- Prompt declarations need testing\n- MCP tests need updating",
"is_bot": false,
"headline": "WIP: Core migration working - 3/5 chat tests passing",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-11-14T23:48:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "56a278b606cf3b0f4f31766d5a9f0f6bcf5966b5",
"body": "- Fix with_params call to use keyword args\n- Add clear method to TranscriptAdapter\n- Use chat.complete when user message already added\n- Fix with_indifferent_access guard",
"is_bot": false,
"headline": "WIP: Fix initial test failures",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-11-14T23:46:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa0d541ddc3f885e4dc6914484cfb6fd63d4ab85",
"body": "- Replace open_router and ruby-openai with ruby_llm gem\n- Update Configuration class to support RubyLLM config\n- Create TranscriptAdapter for backward compatibility\n- Create FunctionToolAdapter to convert Raix functions to RubyLLM tools\n- Refactor ChatCompletion module to use RubyLLM while maintaining API\n- Replace openai_request/openrouter_request with unified ruby_llm_request",
"is_bot": false,
"headline": "WIP: Initial migration to RubyLLM - dependencies and core refactoring",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-11-14T23:44:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f114176b6723aa013dc509ac1d364c70455ee4f",
"body": null,
"is_bot": false,
"headline": "1.0.3",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-08-08T23:46:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e7c29dedb538d0f2287704394ed8adf06ce6123",
"body": null,
"is_bot": false,
"headline": "1.0.2",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-08-08T23:42:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f18ce412ce2a0d50ad68e5efd6e78527c01d2c97",
"body": "Allow checking configuration for api client",
"is_bot": false,
"headline": "Merge pull request #25 from jonallured/allow-checking-for-api-client",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-07-10T19:21:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "315323deaa923717145b72b38d84f2dab4b8be6e",
"body": "Fix gemspec reference",
"is_bot": false,
"headline": "Merge pull request #35 from andyw8/andyw8/fix-gemspec-reference",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-07-10T18:19:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f78a863106f598f40e76d8b475a75cecdac1cb0",
"body": "Bump ruby-openai to ~8.1",
"is_bot": false,
"headline": "Merge pull request #38 from OlympiaAI/parruda/raix",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-07-10T18:19:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8aecc040f5c838df5d3de18a6e70577877a5a615",
"body": null,
"is_bot": false,
"headline": "Bump ruby-openai to ~8.1",
"author_name": "Paulo Arruda",
"author_login": "parruda",
"committed_at": "2025-07-08T18:35:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe1dce69716015302e02384f632c55fdf24441f8",
"body": null,
"is_bot": false,
"headline": "updated readme",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-06-19T14:49:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e3e30ee2faa1418742ff7f9ae95ecf45538c6a8",
"body": null,
"is_bot": false,
"headline": "Fix gemspec reference",
"author_name": "Andy Waite",
"author_login": "andyw8",
"committed_at": "2025-06-11T02:23:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a0ac882792d01c2a4a4b19bff076d38a24136c8",
"body": null,
"is_bot": false,
"headline": "Allow checking for api client",
"author_name": "Jon Allured",
"author_login": "jonallured",
"committed_at": "2025-06-06T13:08:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbbf3fe2b362d4bfb235ca3799594a8f8cebe8ba",
"body": "- Fixed PromptDeclarations module namespace issue (#8)\n- Removed Rails dependencies from PromptDeclarations\n- Fixed documentation showing incorrect openai: true usage (#9)\n- Added comprehensive tests for PromptDeclarations module\n- Improved error handling to catch StandardError\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release version 1.0.1",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-06-05T01:57:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "52872568a56adf2bf9ab1e37184bff1cb5583553",
"body": "- Properly namespace PromptDeclarations under Raix module\n- Remove Rails.logger and Honeybadger dependencies\n- Add comprehensive spec tests for prompt declarations\n- Fix indentation and code style issues\n- Remove debug puts statements\n\nThis addresses issue #8 by ensuring the module works correctly\no\n[…]\nironments and verifying that both 'prompt call:'\nand 'prompt text:' syntaxes work as documented.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix PromptDeclarations module namespace and remove Rails dependencies",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-06-05T01:54:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7cf881aea0cfbcb755b76000a2ea4b11acc3d067",
"body": "Corrects the example in README.md to show proper usage of the openai\nparameter in PromptDeclarations. The parameter expects a model string\nlike 'gpt-4o', not a boolean value.\n\nThis addresses the documentation aspect of issue #9.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix documentation: openai parameter expects model string, not boolean",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-06-05T01:37:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7d290d6109689eae16cda74795bba20471806596",
"body": null,
"is_bot": false,
"headline": "Update Gemfile.lock for version 1.0.0",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-06-04T22:16:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3326fe2a3511797d9ecc904736cbd8a9d5122fc0",
"body": null,
"is_bot": false,
"headline": "Release version 1.0.0",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-06-04T22:12:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7ad66f1f2834697712e9d9084a3cf552d2e4798",
"body": "Deprecate loop attribute to fix conflict with Kernel.loop (fixes #11)",
"is_bot": false,
"headline": "Merge pull request #34 from OlympiaAI/deprecate-loop-attribute",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-06-04T22:10:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c7df486a1dde2ce7164c5ec2c3b6c900bafc907",
"body": null,
"is_bot": false,
"headline": "no mfa",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-06-04T22:03:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4215e7435b56a1559439e8fe057c1c8ac42b2d7",
"body": "This commit addresses issue #11 by deprecating the `loop` parameter that\nwas conflicting with Ruby's `Kernel.loop` method. The system now\nautomatically continues conversations after tool calls until the AI\nprovides a text response.\n\nKey changes:\n- Chat completions automatically continue after tool e\n[…]\need for the loop parameter entirely while\nproviding better automatic behavior that users expect.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "Deprecate loop attribute in ChatCompletion (fixes #11)",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-06-04T22:03:36Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e976d07f591af6310168419b3e72dbbc91963028",
"body": null,
"is_bot": false,
"headline": "Release version 0.9.2",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-06-03T18:50:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "172ed581af0471d9e64b88474d9f5935ad0ac822",
"body": "Clarify documentation of openai param in chat_completion",
"is_bot": false,
"headline": "Merge pull request #12 from martinemde/fix-openai-chat-completion",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-06-02T19:12:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efdde36539991cfdb44920a37746d02d868968f1",
"body": "Use SHA256 hexdigest to uniquely identify MCP tools",
"is_bot": false,
"headline": "Merge pull request #32 from henriquenfaria/hexdigest-unique-key",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-06-02T19:11:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d457fe6988565847c227401e86de9267ccf02d1",
"body": "Add ostruct as a gem dependency",
"is_bot": false,
"headline": "Merge pull request #33 from technicalpickles/ostruct-dependency",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-06-02T19:10:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fd8d811f885013ad99bf28f5a7234445efa20ee",
"body": null,
"is_bot": false,
"headline": "Fix rubocop lint error: alphabetize gemspec dependencies",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-06-02T18:55:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e80c22ad041651a55b673734ec500b755cc25fef",
"body": "…s with Gemini",
"is_bot": false,
"headline": "Shorten mcp unique key to 3 chars and make it a suffix to avoid issue…",
"author_name": "Henrique Faria",
"author_login": "henriquenfaria",
"committed_at": "2025-06-02T17:45:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ea01ab7f9ead4b92af2d9b6c049ff6dcdd4b376",
"body": "…odel\n\nUpdate default OpenRouter model",
"is_bot": false,
"headline": "Merge pull request #31 from andyw8/andyw8/update-default-openrouter-m…",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-06-02T17:26:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8818a8bd678576643da65d36087f9fb2e7a000ec",
"body": "…revent-warning\n\nAdd ostruct dependency to prevent warning",
"is_bot": false,
"headline": "Merge pull request #30 from andyw8/andyw8/add-ostruct-dependency-to-p…",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-06-02T17:25:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79d161b193e59149137682ba2251cbb35bbe4f36",
"body": "I noticed this warning:\n\n warning: ostruct was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0\n\nSo, let's add it as a dependency to be ready for 3.5.0.",
"is_bot": false,
"headline": "Add ostruct as a gem dependency",
"author_name": "Josh Nichols",
"author_login": "technicalpickles",
"committed_at": "2025-06-01T14:16:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1bbc4673ecd2f4f52099de13ff850f65c63058c",
"body": null,
"is_bot": false,
"headline": "Use SHA256 hexdigest for MCP tool names",
"author_name": "Henrique Faria",
"author_login": "henriquenfaria",
"committed_at": "2025-06-01T03:32:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d82fe188a637c53ca88870889966571b97dccada",
"body": null,
"is_bot": false,
"headline": "Update default OpenRouter model",
"author_name": "Andy Waite",
"author_login": "andyw8",
"committed_at": "2025-05-31T16:16:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cac592fdaef8914f4bb7c7b613047de4037e41e",
"body": "In Ruby 3.4.4, this warning is emitted:\n\n/Users/andy/.local/share/mise/installs/ruby/3.4.4/lib/ruby/3.4.0/ostruct.rb\nwas loaded from the standard library, but will no longer be part of the\ndefault gems starting from Ruby 3.5.0.\nYou can add ostruct to your Gemfile or gemspec to silence this warning.\nAlso please contact the author of raix-0.9.1 to request adding ostruct\ninto its gemspec.",
"is_bot": false,
"headline": "Add ostruct dependency to prevent warning",
"author_name": "Andy Waite",
"author_login": "andyw8",
"committed_at": "2025-05-31T14:50:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c4ecc972efe28ac3672954fe67f77718f432ffd",
"body": "- Added MCP type coercion for automatic type conversion based on JSON schema\n- Added support for MCP image content responses\n- Fixed handling of nil values in MCP argument coercion\n- Added comprehensive test coverage for all coercion scenarios",
"is_bot": false,
"headline": "Release version 0.9.1",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-05-30T18:52:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "504be22fab3866f049e977f1edbd20109fe690a7",
"body": "Add MCP type coercion and image support",
"is_bot": false,
"headline": "Merge pull request #29 from OlympiaAI/mcp-type-coercion-improvements",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-05-30T18:50:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eecb6ccc4d15f2534b2bdcb0d78ce48f7286806a",
"body": "Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Update lib/raix/mcp.rb",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-05-30T18:46:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "67552c89048123764dc000e33a8abb439389eddf",
"body": "Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Update lib/raix/mcp.rb",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-05-30T18:46:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "119fd24d687e5f49d20b731f01202148737425ce",
"body": null,
"is_bot": false,
"headline": "rubocop fix",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-05-30T18:41:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d81f9d8b29a7e92d8212069fa38db371c3ec9f7d",
"body": "- Test arrays of objects with nested coercion\n- Test deeply nested object structures\n- Test JSON string parsing for arrays and objects\n- Test error handling for invalid JSON\n- Test type mismatch handling\n- Test preservation of additional properties\n- Test symbol/string key handling\n- Test nil value handling\n- Test boolean edge cases",
"is_bot": false,
"headline": "Add comprehensive test coverage for MCP type coercion",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-05-30T18:41:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8122cb5a96e17b74c99746c4b200e865087d9873",
"body": null,
"is_bot": false,
"headline": "Added params type coercion for arrays of objects",
"author_name": "Henrique Faria",
"author_login": "henriquenfaria",
"committed_at": "2025-05-30T18:41:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "300f4072890c9a1338ac80203ad96a85a6cf31d8",
"body": null,
"is_bot": false,
"headline": "Added params type coercion",
"author_name": "Henrique Faria",
"author_login": "henriquenfaria",
"committed_at": "2025-05-30T18:41:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55151ba351b76948263cdf6618e9b8875d6ad4d7",
"body": null,
"is_bot": false,
"headline": "Add support for image types",
"author_name": "Henrique Faria",
"author_login": "henriquenfaria",
"committed_at": "2025-05-30T18:41:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2a6fe47b4ddbcc33e6614757b41c0b06b3f5e45",
"body": "- Added MCP (Model Context Protocol) support with stdio and SSE clients\n- Added class-level configuration system\n- Fixed method signature of functions added via MCP",
"is_bot": false,
"headline": "Release version 0.9.0",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-05-30T18:11:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7f20b157cfde629c9cae39a2ae435f55dec0741",
"body": "Add support for stdio MCPs, and more args to pass auth info",
"is_bot": false,
"headline": "Merge pull request #28 from macournoyer/mcp-hell-yeah",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-05-30T17:33:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4bcbac10cdabc63079f15e1f0e02b9e9e446160",
"body": "Class level configuration",
"is_bot": false,
"headline": "Merge pull request #27 from ujh/class-level-configuration",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-05-30T17:32:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a587113b6ff1fa808eb4b1837ffc4b50614f9e06",
"body": null,
"is_bot": false,
"headline": "Fix method signature of functions added via MCP",
"author_name": "Marc-André Cournoyer",
"author_login": "macournoyer",
"committed_at": "2025-05-29T20:59:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5de0c2208c290c0cdb5b7a6bae045872bfe3c550",
"body": null,
"is_bot": false,
"headline": "Lint",
"author_name": "Marc-André Cournoyer",
"author_login": "macournoyer",
"committed_at": "2025-05-29T14:07:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "914038e2bca672395a5dc9a97c9395df3fbf9ad9",
"body": null,
"is_bot": false,
"headline": "Disable Metrics/ClassLength rubocop",
"author_name": "Marc-André Cournoyer",
"author_login": "macournoyer",
"committed_at": "2025-05-29T14:07:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbb99bd61cba4a9ba33f4e35783a2e2263a5603a",
"body": "Add support for more params.",
"is_bot": false,
"headline": "Split `mcp` top level method into `sse_mcp` and `stdio_mcp`",
"author_name": "Marc-André Cournoyer",
"author_login": "macournoyer",
"committed_at": "2025-05-29T14:02:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf0bd76eaf5bb4851b621a9a2bd821e88899cdcd",
"body": "…ioClient",
"is_bot": false,
"headline": "Refactor previous mcp code out to SseClient following same API as Std…",
"author_name": "Marc-André Cournoyer",
"author_login": "macournoyer",
"committed_at": "2025-05-29T13:37:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b6afa56d30b614804f69b41211682626457b072",
"body": null,
"is_bot": false,
"headline": "Add client for stdio MCPs",
"author_name": "Marc-André Cournoyer",
"author_login": "macournoyer",
"committed_at": "2025-05-28T23:35:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6f162acf023d4fcdc36d68f1fafdb41ed2d371f",
"body": null,
"is_bot": false,
"headline": "Some meta programming to clean up the configuration class",
"author_name": "Urban Hafner",
"author_login": "ujh",
"committed_at": "2025-05-23T11:02:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f59cfa20397ee1e9733da2e6262b467f5f765c0",
"body": null,
"is_bot": false,
"headline": "Make Rubocop happy",
"author_name": "Urban Hafner",
"author_login": "ujh",
"committed_at": "2025-05-23T11:02:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3711d2305b433b3547086b8e5f25505fb3539121",
"body": "This adds a class level configuration for Raix, allowing users to e.g. set the\nclient per class. This is useful if you want to use different API keys for\ndifferent parts of your application.\n\nThe code is a bit verbose and the `Raix::Configuration` class doesn't look that\nnice anymore, but I felt tha\n[…]\nprogramming to first check the class level config and the fall back to the\nglobal config. Obviously that is a debatable.\n\nNot sure if everything is in the right place either and how much to test this.",
"is_bot": false,
"headline": "Class level configuration for Raix",
"author_name": "Urban Hafner",
"author_login": "ujh",
"committed_at": "2025-05-23T10:49:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9275a657ce6f6b4b87ee9299cba4dc71e6c7832d",
"body": null,
"is_bot": false,
"headline": "Move configuration to separate file for easier reuse",
"author_name": "Urban Hafner",
"author_login": "ujh",
"committed_at": "2025-05-23T10:03:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1121958c6db646eae5891c2d7946fb994ee4238d",
"body": "…optional-parameters\n\nAdd required/optional parameter support",
"is_bot": false,
"headline": "Merge pull request #24 from OlympiaAI/codex/add-support-for-required-…",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-05-19T22:57:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a941d57ef5ebb6c05a24c4970dd1febca1a2cf39",
"body": null,
"is_bot": false,
"headline": "Add required/optional flags for function parameters",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-05-19T15:20:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b979fa4d8e8b082bac6cc175f539e0e95de167a",
"body": null,
"is_bot": false,
"headline": "Clarify that openai is a string",
"author_name": "Martin Emde",
"author_login": "martinemde",
"committed_at": "2025-05-18T03:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4667b8d4ae366e0122c44f8ccc41948f55a63322",
"body": null,
"is_bot": false,
"headline": "rename tools to available_tools",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-05-08T15:22:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "429e36523dae1fd0e30b130415e841c10ec46ae2",
"body": null,
"is_bot": false,
"headline": "Calls strip instead of squish on responses",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-05-07T22:45:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee39035dcf34e52db05c8cbbcd2c726f9fe1b5ec",
"body": null,
"is_bot": false,
"headline": "strip not squish the response output to preserve new line content",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-05-07T22:42:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7084a2494398898b67db712fd1febce15714b6b",
"body": null,
"is_bot": false,
"headline": "fix typo on README",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-05-01T04:12:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bb98589ba98b0ca063773c156dbc7dbc08c41bc",
"body": null,
"is_bot": false,
"headline": "support for caching tool functions",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-05-01T04:10:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "485070b6c4b4e2974c6b3071bcac3bbb3b0bbddd",
"body": null,
"is_bot": false,
"headline": "extracted dispatch_tool_function",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-04-30T03:45:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3773101e0090641a720cae8652c85a51499b8d1",
"body": null,
"is_bot": false,
"headline": "v0.8.1",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-04-25T00:50:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01eebf43aedbd8f6319b3034b83cb24e05375dda",
"body": "Update readme with the `chat_completion` `tool` argument.",
"is_bot": false,
"headline": "Merge pull request #19 from OlympiaAI/parruda/update-readme",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-04-24T18:56:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e9d6859a1da75cc288a96c63bb89cf86761c95a",
"body": null,
"is_bot": false,
"headline": "Update readme with the `chat_completion` `tool` argument.",
"author_name": "Paulo Arruda",
"author_login": "parruda",
"committed_at": "2025-04-24T18:54:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "716fcc9c0c2abee87c886211d4ea071e9adc1102",
"body": "Allow filtering of tools with the :tool argument in chat_completion",
"is_bot": false,
"headline": "Merge pull request #18 from OlympiaAI/parruda/support-tool-filtering",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-04-24T18:46:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5d6c07596c28103fdff0ecc46a084fb57984177",
"body": null,
"is_bot": false,
"headline": "Allow filtering of tools with the :tool argument in chat_completion",
"author_name": "Paulo Arruda",
"author_login": "parruda",
"committed_at": "2025-04-24T18:36:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de45377ea57d9f2aa5613f6bd671df671c14ebfc",
"body": null,
"is_bot": false,
"headline": "Experimental MCP Support",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-04-23T18:00:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "829bdd035f5e66299e21f16ca00aa25ac2bb3988",
"body": null,
"is_bot": false,
"headline": "MCP WIP",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-04-23T18:00:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53017edafe59708d8336c9579882b33af0ceaca1",
"body": null,
"is_bot": false,
"headline": "Experimental MCP support (WIP)",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-04-23T17:58:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7141c47dbdf85d571eb1d0519b6a8540789c9a27",
"body": null,
"is_bot": false,
"headline": "v0.7.3 release",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-04-23T15:15:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc26875e59b8d023fc1399b3d83f558bdff9f484",
"body": "…ation instead of around the tool invocation to prevent race conditions",
"is_bot": false,
"headline": "commit tool function calls to the transcript in one single after oper…",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-04-18T20:17:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53678efa9041218aef9d11ef03a9fdb15380f149",
"body": null,
"is_bot": false,
"headline": "added ability to override messages for a particular chat_completion",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-04-18T18:16:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "087252b9b5a39f2db1a793cdcd12ce624f934670",
"body": "Tweak how response format is sent so it works when passed a ResponseFormat",
"is_bot": false,
"headline": "Merge pull request #14 from martinemde/get-response-format-working",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-04-17T15:33:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a2ec4df50cc47b0dcef8bca926b7254aec8f78d",
"body": "Add specs for all ResponseFormat examples in the README",
"is_bot": false,
"headline": "Merge pull request #13 from martinemde/more-specs-for-response-format",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-04-17T15:32:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6f7f4d899af3d985ba79f4d7f1727a43e6f7ca1",
"body": "Fix spelling and grammar issues in README.md",
"is_bot": false,
"headline": "Merge pull request #15 from thedayisntgray/fix-readme-typos",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-04-17T15:31:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac486761c46367e2b7bc2ca4ba4c8c1d00a130d8",
"body": "Fix syntax in README",
"is_bot": false,
"headline": "Merge pull request #17 from nertzy/patch-1",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-04-17T15:29:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a9c2160df80ca53dff1b55d4e10972d3396e1d1",
"body": null,
"is_bot": false,
"headline": "Fix syntax in README",
"author_name": "Grant Hutchins",
"author_login": "nertzy",
"committed_at": "2025-04-15T22:36:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30313ac48c7a021037da13c40b65b0716e46d0a6",
"body": null,
"is_bot": false,
"headline": "v0.7.1 fix",
"author_name": "Obie Fernandez",
"author_login": "obie",
"committed_at": "2025-04-14T00:37:07Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 24,
"commits_last_year": 23,
"latest_release_at": "2026-07-23T13:03:45Z",
"latest_release_tag": "v2.0.6",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 10,
"days_since_latest_release": 0,
"mean_days_between_releases": 45.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "raix",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/raix",
"is_deprecated": false,
"latest_version": "2.0.6",
"repository_url": "https://github.com/OlympiaAI/raix",
"versions_count": 39,
"total_downloads": 333571,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2024-04-03T22:06:46.927000Z",
"latest_published_at": "2026-07-23T19:52:26.623000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 30,
"stars": 330,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2024-07-01",
"count": 1
},
{
"date": "2024-08-27",
"count": 1
},
{
"date": "2024-09-16",
"count": 1
},
{
"date": "2024-10-04",
"count": 1
},
{
"date": "2024-10-06",
"count": 1
},
{
"date": "2024-10-22",
"count": 1
},
{
"date": "2024-10-24",
"count": 1
},
{
"date": "2025-02-10",
"count": 1
},
{
"date": "2025-02-26",
"count": 1
},
{
"date": "2025-03-03",
"count": 1
},
{
"date": "2025-04-15",
"count": 1
},
{
"date": "2025-04-16",
"count": 1
},
{
"date": "2025-05-05",
"count": 1
},
{
"date": "2025-05-21",
"count": 1
},
{
"date": "2025-05-23",
"count": 1
},
{
"date": "2025-05-29",
"count": 1
},
{
"date": "2025-05-31",
"count": 2
},
{
"date": "2025-06-01",
"count": 1
},
{
"date": "2025-06-05",
"count": 1
},
{
"date": "2025-07-06",
"count": 1
},
{
"date": "2025-07-10",
"count": 1
},
{
"date": "2025-07-18",
"count": 1
},
{
"date": "2025-07-29",
"count": 1
},
{
"date": "2025-08-01",
"count": 1
},
{
"date": "2025-09-16",
"count": 1
},
{
"date": "2026-02-13",
"count": 1
},
{
"date": "2026-03-18",
"count": 1
},
{
"date": "2026-06-17",
"count": 1
},
{
"date": "2026-07-21",
"count": 1
}
],
"complete": true,
"collected": 30,
"total_forks": 30
},
"star_history": null,
"open_issues_and_prs": 10
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": true,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 24902,
"source_files_sampled": 38,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 953
},
"dependencies": {
"manifests": [
"Gemfile"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "activesupport",
"direct": false,
"version": "7.2.3",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-2j26-frm8-cmj9",
"GHSA-89vf-4333-qx8v",
"GHSA-cg4j-q9v8-6v38"
],
"fixed_version": "8.1.2.1",
"advisory_count": 3,
"oldest_advisory_days": 121
},
{
"name": "addressable",
"direct": false,
"version": "2.8.6",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-h27x-rffw-24p4"
],
"fixed_version": "2.9.0",
"advisory_count": 1,
"oldest_advisory_days": 106
},
{
"name": "concurrent-ruby",
"direct": false,
"version": "1.3.3",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-6wx8-w4f5-wwcr",
"GHSA-h8w8-99g7-qmvj",
"GHSA-wv3x-4vxv-whpp"
],
"fixed_version": "1.3.7",
"advisory_count": 3,
"oldest_advisory_days": 33
},
{
"name": "faraday",
"direct": false,
"version": "2.9.2",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-33mh-2634-fwr2",
"GHSA-5rv5-xj5j-3484",
"GHSA-98m9-hrrm-r99r"
],
"fixed_version": "2.14.3",
"advisory_count": 3,
"oldest_advisory_days": 163
},
{
"name": "nokogiri",
"direct": false,
"version": "1.18.8",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-353f-x4gh-cqq8",
"GHSA-5prr-v3j2-97mh",
"GHSA-5v8h-3h3q-446p",
"GHSA-8678-w3jw-xfc2",
"GHSA-9cv2-cfxc-v4v2",
"GHSA-c4rq-3m3g-8wgx",
"GHSA-p67v-3w7g-wjg7",
"GHSA-phwj-rprq-35pp",
"GHSA-v2fc-qm4h-8hqv",
"GHSA-wfpw-mmfh-qq69"
],
"fixed_version": "1.19.4",
"advisory_count": 12,
"oldest_advisory_days": 367
},
{
"name": "rexml",
"direct": false,
"version": "3.2.6",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-2rxp-v6pw-ch6m",
"GHSA-4xqq-m2hx-25v8",
"GHSA-5866-49gr-22v4",
"GHSA-r55c-59qm-vjw6",
"GHSA-vg3r-rm7w-2xgh",
"GHSA-vmwr-mc7x-5vc3"
],
"fixed_version": "3.3.9",
"advisory_count": 6,
"oldest_advisory_days": 798
},
{
"name": "uri",
"direct": false,
"version": "0.13.0",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-22h5-pq3x-2gf2",
"GHSA-j4pr-3wm6-xx2r"
],
"fixed_version": "1.0.4",
"advisory_count": 2,
"oldest_advisory_days": 506
},
{
"name": "yard",
"direct": false,
"version": "0.9.36",
"severity": "moderate",
"ecosystem": "rubygems",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-3jfp-46x4-xgfj",
"GHSA-pxcc-8665-phx8"
],
"fixed_version": "0.9.44",
"advisory_count": 2,
"oldest_advisory_days": 96
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 7,
"moderate": 1
},
"advisory_count": 32,
"affected_count": 8,
"assessed_count": 91,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 5,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "activesupport",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "activesupport",
"direct": false,
"version": "7.2.3",
"ecosystem": "rubygems"
},
{
"name": "addressable",
"direct": false,
"version": "2.8.6",
"ecosystem": "rubygems"
},
{
"name": "ast",
"direct": false,
"version": "2.4.2",
"ecosystem": "rubygems"
},
{
"name": "backport",
"direct": false,
"version": "1.2.0",
"ecosystem": "rubygems"
},
{
"name": "base64",
"direct": false,
"version": "0.2.0",
"ecosystem": "rubygems"
},
{
"name": "benchmark",
"direct": false,
"version": "0.3.0",
"ecosystem": "rubygems"
},
{
"name": "bigdecimal",
"direct": false,
"version": "3.1.8",
"ecosystem": "rubygems"
},
{
"name": "coderay",
"direct": false,
"version": "1.1.3",
"ecosystem": "rubygems"
},
{
"name": "concurrent-ruby",
"direct": false,
"version": "1.3.3",
"ecosystem": "rubygems"
},
{
"name": "connection_pool",
"direct": false,
"version": "2.4.1",
"ecosystem": "rubygems"
},
{
"name": "crack",
"direct": false,
"version": "0.4.5",
"ecosystem": "rubygems"
},
{
"name": "diff-lcs",
"direct": false,
"version": "1.5.1",
"ecosystem": "rubygems"
},
{
"name": "dotenv",
"direct": false,
"version": "3.1.2",
"ecosystem": "rubygems"
},
{
"name": "drb",
"direct": false,
"version": "2.2.1",
"ecosystem": "rubygems"
},
{
"name": "e2mmap",
"direct": false,
"version": "0.1.0",
"ecosystem": "rubygems"
},
{
"name": "erubi",
"direct": false,
"version": "1.13.0",
"ecosystem": "rubygems"
},
{
"name": "event_stream_parser",
"direct": false,
"version": "1.0.0",
"ecosystem": "rubygems"
},
{
"name": "faraday",
"direct": false,
"version": "2.9.2",
"ecosystem": "rubygems"
},
{
"name": "faraday-multipart",
"direct": false,
"version": "1.2.0",
"ecosystem": "rubygems"
},
{
"name": "faraday-net_http",
"direct": false,
"version": "3.1.0",
"ecosystem": "rubygems"
},
{
"name": "faraday-retry",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "faraday-retry",
"direct": false,
"version": "2.4.0",
"ecosystem": "rubygems"
},
{
"name": "ffi",
"direct": false,
"version": "1.17.2",
"ecosystem": "rubygems"
},
{
"name": "formatador",
"direct": false,
"version": "1.1.0",
"ecosystem": "rubygems"
},
{
"name": "guard",
"direct": false,
"version": "2.18.1",
"ecosystem": "rubygems"
},
{
"name": "guard-compat",
"direct": false,
"version": "1.2.1",
"ecosystem": "rubygems"
},
{
"name": "guard-rspec",
"direct": false,
"version": "4.7.3",
"ecosystem": "rubygems"
},
{
"name": "hashdiff",
"direct": false,
"version": "1.0.1",
"ecosystem": "rubygems"
},
{
"name": "i18n",
"direct": false,
"version": "1.14.5",
"ecosystem": "rubygems"
},
{
"name": "jaro_winkler",
"direct": false,
"version": "1.6.0",
"ecosystem": "rubygems"
},
{
"name": "json",
"direct": false,
"version": "2.7.1",
"ecosystem": "rubygems"
},
{
"name": "kramdown",
"direct": false,
"version": "2.4.0",
"ecosystem": "rubygems"
},
{
"name": "kramdown-parser-gfm",
"direct": false,
"version": "1.1.0",
"ecosystem": "rubygems"
},
{
"name": "language_server-protocol",
"direct": false,
"version": "3.17.0.3",
"ecosystem": "rubygems"
},
{
"name": "listen",
"direct": false,
"version": "3.9.0",
"ecosystem": "rubygems"
},
{
"name": "logger",
"direct": false,
"version": "1.7.0",
"ecosystem": "rubygems"
},
{
"name": "lumberjack",
"direct": false,
"version": "1.2.10",
"ecosystem": "rubygems"
},
{
"name": "marcel",
"direct": false,
"version": "1.1.0",
"ecosystem": "rubygems"
},
{
"name": "method_source",
"direct": false,
"version": "1.1.0",
"ecosystem": "rubygems"
},
{
"name": "minitest",
"direct": false,
"version": "5.27.0",
"ecosystem": "rubygems"
},
{
"name": "multipart-post",
"direct": false,
"version": "2.4.1",
"ecosystem": "rubygems"
},
{
"name": "nenv",
"direct": false,
"version": "0.3.0",
"ecosystem": "rubygems"
},
{
"name": "net-http",
"direct": false,
"version": "0.4.1",
"ecosystem": "rubygems"
},
{
"name": "netrc",
"direct": false,
"version": "0.11.0",
"ecosystem": "rubygems"
},
{
"name": "nokogiri",
"direct": false,
"version": "1.18.8",
"ecosystem": "rubygems"
},
{
"name": "notiffany",
"direct": false,
"version": "0.1.3",
"ecosystem": "rubygems"
},
{
"name": "ostruct",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "ostruct",
"direct": false,
"version": "0.6.1",
"ecosystem": "rubygems"
},
{
"name": "parallel",
"direct": false,
"version": "1.24.0",
"ecosystem": "rubygems"
},
{
"name": "parser",
"direct": false,
"version": "3.3.0.5",
"ecosystem": "rubygems"
},
{
"name": "prism",
"direct": false,
"version": "0.30.0",
"ecosystem": "rubygems"
},
{
"name": "pry",
"direct": false,
"version": "0.14.2",
"ecosystem": "rubygems"
},
{
"name": "public_suffix",
"direct": false,
"version": "5.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": "rake",
"direct": false,
"version": "13.2.0",
"ecosystem": "rubygems"
},
{
"name": "rb-fsevent",
"direct": false,
"version": "0.11.2",
"ecosystem": "rubygems"
},
{
"name": "rb-inotify",
"direct": false,
"version": "0.11.1",
"ecosystem": "rubygems"
},
{
"name": "rbi",
"direct": false,
"version": "0.1.13",
"ecosystem": "rubygems"
},
{
"name": "rbs",
"direct": false,
"version": "2.8.4",
"ecosystem": "rubygems"
},
{
"name": "regexp_parser",
"direct": false,
"version": "2.9.0",
"ecosystem": "rubygems"
},
{
"name": "reverse_markdown",
"direct": false,
"version": "2.1.1",
"ecosystem": "rubygems"
},
{
"name": "rexml",
"direct": false,
"version": "3.2.6",
"ecosystem": "rubygems"
},
{
"name": "rspec",
"direct": false,
"version": "3.13.0",
"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",
"direct": false,
"version": "1.62.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": "ruby_llm",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "ruby_llm",
"direct": false,
"version": "1.14.0",
"ecosystem": "rubygems"
},
{
"name": "ruby_llm-schema",
"direct": false,
"version": "0.2.5",
"ecosystem": "rubygems"
},
{
"name": "securerandom",
"direct": false,
"version": "0.4.1",
"ecosystem": "rubygems"
},
{
"name": "shellany",
"direct": false,
"version": "0.0.1",
"ecosystem": "rubygems"
},
{
"name": "solargraph",
"direct": false,
"version": "0.50.0",
"ecosystem": "rubygems"
},
{
"name": "solargraph-rails",
"direct": false,
"version": "0.2.2.pre.4",
"ecosystem": "rubygems"
},
{
"name": "sorbet",
"direct": false,
"version": "0.5.11447",
"ecosystem": "rubygems"
},
{
"name": "sorbet-runtime",
"direct": false,
"version": "0.5.11447",
"ecosystem": "rubygems"
},
{
"name": "sorbet-static",
"direct": false,
"version": "0.5.11447",
"ecosystem": "rubygems"
},
{
"name": "sorbet-static-and-runtime",
"direct": false,
"version": "0.5.11447",
"ecosystem": "rubygems"
},
{
"name": "spoom",
"direct": false,
"version": "1.3.2",
"ecosystem": "rubygems"
},
{
"name": "tapioca",
"direct": false,
"version": "0.14.4",
"ecosystem": "rubygems"
},
{
"name": "thor",
"direct": false,
"version": "1.3.1",
"ecosystem": "rubygems"
},
{
"name": "tilt",
"direct": false,
"version": "2.3.0",
"ecosystem": "rubygems"
},
{
"name": "tzinfo",
"direct": false,
"version": "2.0.6",
"ecosystem": "rubygems"
},
{
"name": "unicode-display_width",
"direct": false,
"version": "2.5.0",
"ecosystem": "rubygems"
},
{
"name": "uri",
"direct": false,
"version": "0.13.0",
"ecosystem": "rubygems"
},
{
"name": "vcr",
"direct": false,
"version": "6.2.0",
"ecosystem": "rubygems"
},
{
"name": "webmock",
"direct": false,
"version": "3.18.1",
"ecosystem": "rubygems"
},
{
"name": "yard",
"direct": false,
"version": "0.9.36",
"ecosystem": "rubygems"
},
{
"name": "yard-sorbet",
"direct": false,
"version": "0.8.1",
"ecosystem": "rubygems"
},
{
"name": "zeitwerk",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "zeitwerk",
"direct": false,
"version": "2.7.3",
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 96,
"direct_count": 0,
"indirect_count": 96
}
},
"maintainership": {
"issues": {
"open_prs": 4,
"merged_prs": 29,
"open_issues": 6,
"closed_ratio": 0.684,
"closed_issues": 13,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "obie",
"commits": 104,
"avatar_url": "https://avatars.githubusercontent.com/u/3908?v=4"
},
{
"type": "User",
"login": "macournoyer",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/22?v=4"
},
{
"type": "User",
"login": "bankair",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/365999?v=4"
},
{
"type": "User",
"login": "henriquenfaria",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/1030977?v=4"
},
{
"type": "User",
"login": "ujh",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/28911?v=4"
},
{
"type": "User",
"login": "andyw8",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/13400?v=4"
},
{
"type": "User",
"login": "martinemde",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/989?v=4"
},
{
"type": "User",
"login": "parruda",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/2799560?v=4"
},
{
"type": "User",
"login": "seuros",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/2394703?v=4"
},
{
"type": "User",
"login": "mackross",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/247049?v=4"
}
],
"contributors_sampled": 16,
"top_contributor_share": 0.738
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"main.yml"
],
"has_docs_dir": false,
"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": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 6,
"reason": "6 out of 9 merged PRs checked by a CI test -- score normalized to 6",
"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": 1,
"reason": "Found 5/26 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "12 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": 0,
"reason": "32 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "8c4b7e6664145d3565293c9873b89c0a7baa27c5",
"ran_at": "2026-07-23T19:54:04Z",
"aggregate_score": 3.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": "2026-07-23T12:58:31Z",
"oldest_open_prs": [
{
"number": 26,
"created_at": "2025-05-21T19:01:31Z",
"last_comment_at": "2025-06-02T21:28:55Z",
"last_comment_author": "obie"
},
{
"number": 40,
"created_at": "2025-08-01T14:21:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 46,
"created_at": "2026-02-11T23:11:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 55,
"created_at": "2026-06-17T00:37:15Z",
"last_comment_at": "2026-06-27T08:15:09Z",
"last_comment_author": "sumleo"
}
],
"last_merged_pr_at": "2026-07-23T12:57:33Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 21,
"created_at": "2025-05-14T17:37:34Z",
"last_comment_at": "2025-08-14T14:55:17Z",
"last_comment_author": "dersam"
},
{
"number": 36,
"created_at": "2025-06-27T06:27:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 37,
"created_at": "2025-07-01T21:31:35Z",
"last_comment_at": "2025-07-02T13:23:05Z",
"last_comment_author": "joshforbes"
},
{
"number": 39,
"created_at": "2025-07-18T17:26:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 41,
"created_at": "2025-08-10T16:48:00Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 48,
"created_at": "2026-03-27T20:18:37Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/OlympiaAI/raix",
"host": "github.com",
"name": "raix",
"owner": "OlympiaAI"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"security": 50,
"vitality": 76,
"community": 63,
"governance": 62,
"engineering": 66
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 76,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"commits_last_year": 23,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 10
},
"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": "10/52 weeks with commits",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 10
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "23 commits in the last year",
"points": 12.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 23
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "12 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": 24,
"latest_release_tag": "v2.0.6",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 45.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "24 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 24
}
}
],
"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 ~45.9 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 45.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": "moderate",
"name": "Community & Adoption",
"value": 63,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"forks": 30,
"stars": 330,
"watchers": 5,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "330 stars",
"points": 40.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 330
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "30 forks",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 30
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "5 watchers",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 5
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"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": "good",
"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": 72,
"inputs": {
"packages": [
"raix"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 333571,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "333,571 downloads all-time across rubygems",
"points": 57.4,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 333571,
"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": "moderate",
"name": "Sustainability & Governance",
"value": 62,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 16,
"top_contributor_share": 0.738
},
"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 74% of commits",
"points": 5.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 74
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "16 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 16
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"merged_prs": 29,
"open_issues": 6,
"closed_issues": 13,
"issue_closed_ratio": 0.684,
"closed_unmerged_prs": 4
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "68% of issues closed",
"points": 32,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 68
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "29/33 decided PRs merged",
"points": 33.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 29,
"decided": 33
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 5/26 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"followers": 26,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "OlympiaAI",
"public_repos": 9,
"account_age_days": 1171
},
"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": "26 followers of OlympiaAI",
"points": 10.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 26,
"login": "OlympiaAI"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "9 public repos, account ~3 yr old",
"points": 13.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 9
}
},
{
"code": "account_age_years",
"params": {
"years": 3
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"raix"
],
"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": "39 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 39
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 66,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".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 9 merged PRs checked by a CI test -- score normalized to 6",
"points": 12,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 50,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"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": 37,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.7
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "6 out of 9 merged PRs checked by a CI test -- score normalized to 6",
"points": 1.5,
"status": "partial",
"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/26 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "12 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": "32 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"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 91 resolved dependencies against OSV; 5 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": 91
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 5
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 32,
"affected_packages": 8,
"assessed_packages": 91,
"unassessed_packages": 5,
"affected_by_severity": "high 7, 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": 91,
"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": 14
},
"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": 54,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.49,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 953
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"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": "49 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 26.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 49,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 53,
"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.12,
"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": "12 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 12,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Ruby",
"largest_source_bytes": 24902,
"source_files_sampled": 38,
"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/38 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 38,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "critical",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"example_dirs": [],
"has_mcp_signal": true,
"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": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-23T19:54:20.849902Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/o/OlympiaAI/raix.svg",
"full_name": "OlympiaAI/raix",
"license_state": "standard",
"license_spdx": "MIT"
}