docs: add .github maintainer README - #23
Conversation
Document the org-defaults repo, add service catalog validation, and make codex rails execute every Ruby test file.
PR SummaryMedium Risk Overview Updates Reviewed by Cursor Bugbot for commit 7c2bfbe. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is ON, but it could not run because the branch was deleted or merged before autofix could start.
Reviewed by Cursor Bugbot for commit 7c2bfbe. Configure here.

Summary
Adds a root maintainer README for the org-defaults repo and strengthens the Codex rails around shared metadata.
What changed
evalops/.github, how maintainers should change it, and how downstream repos adopt reusable workflows..github/scripts/validate-services-catalog.rbto validateservices.yamlshape, duplicate repos, enum values,depends_onreferences, and boolean flags.codex-rails-checkso changes toREADME.mdandservices.yamltrigger validation.test/*_test.rbfile is loaded; the prior command only executed the first expanded test file as the Ruby program.Verification
ruby .github/scripts/validate-services-catalog.rb services.yamlruby -Itest -e 'ARGV.each { |path| require "./#{path}" }' test/*_test.rbactionlint .github/workflows/codex-rails-check.yml .github/workflows/agent-authorship-label.yml .github/workflow-templates/agent-authorship-labels.ymlgit diff --check