feat(ci): seed rac-ci with the watchkeeper/gatekeeper/registrar wrappers [roadmap:rac-ci]#1
Merged
Conversation
…ap:v0.22.0]
Implements rac/decisions/adr-088-enterprise-profile-scaffold.md.
Adds --profile {default,enterprise} to rac init (unknown value exits 2), and
reports the applied profile and each written file in human and JSON output.
Implements rac/decisions/adr-092-repository-topology.md. Points the composite-action pip installs, the TestPyPI rehearsal notes, and the watchkeeper version input at rac-core. (python-publish.yml is unchanged: Trusted Publishing derives the project from the built distribution.)
…oadmap:rac-ci] Implements rac/roadmaps/repo-topology/rac-ci.md (ADR-092). Seeds rac-ci from the rac-core action sources (history preserved) under the capability x platform layout: - watchkeeper/github/ (← rac-core action.yml) - gatekeeper/github/ (← rac-core pr-gate-action/) - registrar/github/ (← rac-core validate-action/; action renamed "RAC Registrar") - recordkeeper/ (placeholder for the ADR-084 recorder) The wrappers now install the published rac-core from PyPI (pin via rac-version); the install-from: source mode is dropped — rac-core dogfoods the gates via direct source-install CLI steps, not by consuming these wrappers. Repoints the reusable watchkeeper.yml and the moved action tests to the new paths, and adds a tests workflow that pins each wrapper's contract.
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.
Seeds the
rac-ciCI-delivery repository per ADR-092 (one repo per concern, subdir per member) and therac/roadmaps/repo-topology/rac-ci.mdroadmap. PR-1 of 2 for the rac-ci move.What this does
Brings the three CI action wrappers in from
rac-corewith history preserved (git filter-repo --path-rename;git log --follow registrar/github/action.ymltraces back through the move), in the ADR-092 capability × platform layout:watchkeeper/github/rac watchkeeper(←rac-coreaction.yml)gatekeeper/github/rac gate --sarif(←pr-gate-action/)registrar/github/rac validate --sarif, ADR-058 (←validate-action/; action renamed "RAC Registrar")recordkeeper/Also moves the consumer-facing reusable
watchkeeper.ymlworkflow here (repointed toitsthelore/rac-ci/watchkeeper/github), adds atests/contract suite + atests.ymlworkflow (12 action-contract tests, green locally), a top-level README (capability map), and.claude/settings.json.Adaptation from the move
rac-corefrom PyPI (pin viarac-version). Theinstall-from: sourcemode was dropped — its only user was rac-core's own dogfood, which moves to direct source-install CLI steps (PR-2). External consumers (defaultpypi) are unaffected. The moved action tests were updated to match.bitbucket//jenkins/join under each capability when demanded (engine is already platform-neutral).Merging
mainis an empty-root trunk already an ancestor, so this fast-forwards. Create a merge commit — do not squash.v1) so consumers can pinitsthelore/rac-ci/<capability>/github@v1.Sequencing
rac-core) is the carve-out: convert the 3 dogfood jobs to source-install, remove the in-repo action dirs + their tests + the reusable workflow, repoint docs, and add ADR-096. It is sequenced to land after this PR is merged and tagged (and after rac-core#243 merges, to keep that branch clean). I'll prepare it then.Remaining maintainer org actions
v1; setmainas default branch; archiverac-actions,lore-watchkeeper,lore-gatekeeperwith redirect notes to rac-ci. Keep oldrac-coreaction tags resolvable (versioned cutover).Execution tracking: asdecided/core#228 (
rac-ciitem).