Skip to content

Enforce comprehensive conformance coverage - #252

Merged
nicklambourne merged 49 commits into
masterfrom
codex/conformance-coverage
Aug 14, 2026
Merged

Enforce comprehensive conformance coverage#252
nicklambourne merged 49 commits into
masterfrom
codex/conformance-coverage

Conversation

@nicklambourne

@nicklambourne nicklambourne commented Aug 13, 2026

Copy link
Copy Markdown
Owner

Scope

Adds capability registries, comprehensive invalid scalar cases, and coverage assertions before implementing the new Block Kit families.

Stack

  • Train: 2.1 feature and release
  • Step: 1 of 7
  • Base: codex/api-reference-rendering
  • This is a stacked draft for isolated review.
  • After the predecessor is merged, retarget this PR to master before merging it.

Validation

437 Python tests at 94.11 percent coverage, mypy, Ruff, and 151 TypeScript tests passed locally.

Nicholas Lambourne and others added 30 commits August 14, 2026 02:52
Run push-triggered workflows only for master (PR branches already get
pull_request runs, and stacked branches previously got neither), and drop
the pull_request branches filter so pull requests targeting stacked train
branches receive checks before they are retargeted to master.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
pnpm 11.16 requires Node 22.13+, so the Node 20.19 smoke leg must install
and build under the runner's default Node and only then switch versions
for the import checks.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
astral-sh/setup-uv publishes no moving v10 tag, so the docs workflow
could not resolve its action.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
# Conflicts:
#	.github/workflows/typescript.yml
Nicholas Lambourne and others added 19 commits August 14, 2026 15:27
The docs-example test imports docs/examples/typescript/section_hello.ts,
which imports the package by name; tsc needs the same alias vitest uses.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The docs-example test resolves the package by name at runtime, and the
docs build sets its own UV_CACHE_DIR so the setup-uv cache post-step
fails on an empty cache path.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@nicklambourne
nicklambourne marked this pull request as ready for review August 14, 2026 12:57
@nicklambourne
nicklambourne changed the base branch from codex/api-reference-rendering to master August 14, 2026 12:57
@nicklambourne
nicklambourne merged commit dd1736c into master Aug 14, 2026
21 checks passed
@nicklambourne
nicklambourne deleted the codex/conformance-coverage branch August 14, 2026 13:35
nicklambourne added a commit that referenced this pull request Aug 17, 2026
* chore: move Python package into workspace

* test: establish shared conformance contract

* feat: add TypeScript package

* ci: add coordinated package release automation

* docs: migrate site to Docusaurus

* feat: make docs language selection site-wide

* docs: complete language-specific guides

* feat: expose versioned documentation

* feat: standardise TypeScript block factory names

* docs: improve API reference generation and navigation

* test: enforce comprehensive conformance coverage

* ci: give stacked pull requests check runs

Run push-triggered workflows only for master (PR branches already get
pull_request runs, and stacked branches previously got neither), and drop
the pull_request branches filter so pull requests targeting stacked train
branches receive checks before they are retargeted to master.


* ci: give stacked pull requests check runs


* ci: give stacked pull requests check runs


* ci: build the smoke package before switching to the matrix Node

pnpm 11.16 requires Node 22.13+, so the Node 20.19 smoke leg must install
and build under the runner's default Node and only then switch versions
for the import checks.


* ci: pin setup-uv to an existing tag

astral-sh/setup-uv publishes no moving v10 tag, so the docs workflow
could not resolve its action.


* ci: alias the package name for docs-example typechecking

The docs-example test imports docs/examples/typescript/section_hello.ts,
which imports the package by name; tsc needs the same alias vitest uses.


* ci: resolve the package alias in vitest and skip the unused uv cache

The docs-example test resolves the package by name at runtime, and the
docs build sets its own UV_CACHE_DIR so the setup-uv cache post-step
fails on an empty cache path.


---------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant