refactor(registry)!: flat configs repo, signed registry.v1 bundles - #317
Draft
gildesmarais wants to merge 7 commits into
Draft
refactor(registry)!: flat configs repo, signed registry.v1 bundles#317gildesmarais wants to merge 7 commits into
gildesmarais wants to merge 7 commits into
Conversation
gildesmarais
marked this pull request as draft
August 22, 2026 14:12
This was referenced Aug 22, 2026
Draft
Remove working-directory from setup-ruby so BUNDLE_GEMFILE=tool/Gemfile resolves from the repo root instead of tool/tool/Gemfile.
Add explicit registry.id to all bundled configs, replace legacy bins with tool/registry-build, and harden release CI with registry-release env, draft tags, and signed bundle verification on Ruby 4.0.
Align tool/Gemfile.lock with feat/registry-v1 b32ec095 so CI registry-build uses manifest-only catalog and BundleRelativePath validation.
Set BUNDLE_GEMFILE around system calls in rspec_changed_configs and pin html2rss from feat/registry-v1 for CI until 0.28.0 is on RubyGems.
gildesmarais
force-pushed
the
feat/flat-configs-repo-phase-2
branch
from
August 22, 2026 15:17
b407aa2 to
c37d918
Compare
Align AGENTS, catalog reference, and README with release CI signing via --sign so local make registry-build is not described as signed output.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stack (registry v1)
Land in order:
What changed
lib/html2rss/configs/**→configs/**; Ruby gem removed;test/replacesspec/tool/validate— walksconfigs/**/*.ymlviaHtml2rss::Config.validate_yamltool/registry-build— buildsdist/registry-bundle.tar.gz(configs/,manifest.json, optionalmanifest.sig); duplicateregistry.idcheck; archive limits from coreArchive::MAX_*.github/workflows/release.yml— tag push →make registry-build -- --sign→ verify withBundle.load(trust: :signed)→ draft GitHub releaseregistry.idon every feed YAMLMakefile—BUNDLE_GEMFILE=tool/Gemfile;make registry-build,make readybin/rspec_changed_configs— fixENV['BUNDLE_GEMFILE']aroundsystem(noenv:kwarg onKernel#system)tool/Gemfile—html2rssfrom gitfeat/registry-v1until 0.28.0 on RubyGemsWhy
Stop shipping feed YAML as an embedded gem. Publish signed
registry.v1artifacts that #1097 syncs and verifies. Flatconfigs/matches contributor mental model andregistry-buildlayout.Risk
Registry::Sync, notgem 'html2rss-configs'Html2rss::Registry::*)registry-releaseenv secrets (public key must match #1097config/registries.yml)test_changed_configs— bulk migration touches all YAML; one-time maintainer waiver on merge (fix script only; no fetch-selection change)Review map
tool/registry-build— manifest build, sign, limits, duplicate-id gate.github/workflows/release.yml— signed release pipeline and post-build verifyconfigs/sample +registry.idslug rules inAGENTS.mdtool/Gemfile+Makefile— bundle entrypoints and CIreadyjobbin/rspec_changed_configs— CI fetch helper fixValidation
make ready— yamllint, rubocop, 144 configs validated, 1457 RSpec examples (fetch excluded), 0 failuresmake registry-build— local unsigned build OK; release CI requires signing secretsbin/rspec_changed_configsfix + githtml2rsspin refresh