Restore monorepo CI parity checks - #2
Merged
Merged
Conversation
Add Turbo-routed fallow/code-health lanes for Core and SDK. Add source snapshot inventory validation for migration provenance. Document legacy CI parity and deferred service-backed release lanes.
Remove public-boundary leaks, harden repo hygiene, add real package smoke checks, and align docs/Turbo scripts with the verified CI behavior.
Use the public foundation commit for migration inventory validation and build package rows before public smoke pack/import checks so CI does not depend on local dist artifacts.
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.
Summary
code-health/fallow lanes for Core strict fallow and SDK baseline audit/ratchetlinttaskValidation
node --check scripts/ci/code-health.mjs && node --check scripts/ci/migration-inventories.mjs && node --check packages/sdk/scripts/check-boundary.mjs && node --check scripts/ci/run-root-script.mjsjq empty package.json turbo.json packages/core/package.json packages/sdk/package.json docs/migration/allowlists/*.json docs/migration/inventories/*.json packages/sdk/.fallow/*.jsonbash -n packages/sdk/scripts/check-baseline-ratchet.sh tests/smoke/scripts/validate-public-smoke-contract.shgit diff --checkpnpm --filter @atomicmemory/sdk run boundary:checkpnpm --filter @atomicmemory/core run typecheckpnpm --filter @atomicmemory/core run lintpnpm run migration-inventoriespnpm run ci:affectedpnpm run code-healthpnpm run ci:code-healthpnpm run repo-hygienepnpm run package-metadatapnpm run security-compliancepnpm run docs-contractpnpm run public-integration-smokepnpm run ci:pack-dry-runFollow-ups