This repository was archived by the owner on Jul 24, 2026. It is now read-only.
Dogfood GroundAtlas in Cat CI - #13
Merged
Merged
Conversation
Add Cat's vendor-neutral GroundAtlas manifest, project-control ADR/spec/test, CI package/action dogfood, and caller-side release OIDC permission while keeping Doctrine as the Sylphx adapter.
github-merge-queue
Bot
removed this pull request from the merge queue due to a manual request
Jul 4, 2026
shtse8
enabled auto-merge
July 4, 2026 10:15
This was referenced Jul 4, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary
project.manifest.jsonas Cat's vendor-neutral GroundAtlas control file while keeping.doctrine/project.jsonas the Sylphx Doctrine adapter/governance catalog.groundatlas@0.1.2/SylphxAI/groundatlas@v0.1.2with strict fleet assertions and artifact upload.id-token: writeto the Release workflow so the shared release workflow can use trusted publish identity/provenance.Boundary
This is a project-control/release-readiness slice. It does not change Cat runtime package behavior and does not publish any
@sylphx/cat*package. Package publication still requires Changesets release intent, the shared Release workflow, and npm registry readback for affected packages.This PR supersedes the stale/conflicting project-manifest PR #8 with a current main-based GroundAtlas gate.
Validation
Local validation run from
/tmp/groundatlas-rollout/cat:bun install --frozen-lockfilegit diff --checknode --test test/project-control.node-test.mjsnpm exec --yes --package groundatlas@0.1.2 -- ga update --out .groundatlas-pilotnpm exec --yes --package groundatlas@0.1.2 -- ga audit --out .groundatlas-pilotnpm exec --yes --package groundatlas@0.1.2 -- ga fleet . --out .groundatlas-pilot --require-atlas --strict --json→{ "adopted": 1, "warning": 0, "blocked": 0, "total": 1 }.github/workflows/ci.ymland.github/workflows/release.ymlruntime=falsebun run buildpassedKnown baseline not introduced by this PR:
bun run checkcurrently fails on pre-existingpackages/cat-redaction/src/redaction.tsBiome regex-literal warnings.bun run testcurrently fails because@sylphx/cathas no files matching its configuredtests/**/*.test.tspattern. This PR intentionally avoids runtime package changes, and CI keeps runtime checks scoped to runtime-affecting diffs.