Skip to content

[ci] Project only executable cell selectors - #3590

Open
joshlf wants to merge 1 commit into
Gbsj7gxuv5hpi22zhup5w3fajtjjxnldjfrom
Gkr4fd4vz5vegygalblsmjjgpdq3eulsx
Open

[ci] Project only executable cell selectors#3590
joshlf wants to merge 1 commit into
Gbsj7gxuv5hpi22zhup5w3fajtjjxnldjfrom
Gkr4fd4vz5vegygalblsmjjgpdq3eulsx

Conversation

@joshlf

@joshlf joshlf commented Aug 25, 2026

Copy link
Copy Markdown
Member

The compact Actions matrices still duplicated derived feature arguments,
target behavior, and Miri flags. The typed executor deliberately
resolves those details again from checked policy, so carrying both
representations would create a second contract which could drift.

Emit only the complete selectors accepted by each executor. Keep the
richer semantics in the human-facing plan artifact, where they remain
useful for review without becoming execution input.

Add exact compact-schema and output-size assertions so future transport
growth requires deliberate review.

Tests: cargo +1.93.1 test -p zc --all-targets --offline
cargo +1.93.1 clippy -p zc --all-targets --offline --
-D warnings

Authored by an agent, posting via joshlf's account


Latest Update: v29 — Compare vs v28

📚 Full Patch History

Links show the diff between the row version and the column version.

Version v28 v27 v26 v25 v24 v23 v22 v21 v20 v19 v18 v17 v16 v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v29 v28 v27 v26 v25 v24 v23 v22 v21 v20 v19 v18 v17 v16 v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v28 v27 v26 v25 v24 v23 v22 v21 v20 v19 v18 v17 v16 v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v27 v26 v25 v24 v23 v22 v21 v20 v19 v18 v17 v16 v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v26 v25 v24 v23 v22 v21 v20 v19 v18 v17 v16 v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v25 v24 v23 v22 v21 v20 v19 v18 v17 v16 v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v24 v23 v22 v21 v20 v19 v18 v17 v16 v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v23 v22 v21 v20 v19 v18 v17 v16 v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v22 v21 v20 v19 v18 v17 v16 v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v21 v20 v19 v18 v17 v16 v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v20 v19 v18 v17 v16 v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v19 v18 v17 v16 v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v18 v17 v16 v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v17 v16 v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v16 v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v15 v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v14 v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v13 v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v12 v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v11 v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v10 v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v8 v7 v6 v5 v4 v3 v2 v1 Base
v7 v6 v5 v4 v3 v2 v1 Base
v6 v5 v4 v3 v2 v1 Base
v5 v4 v3 v2 v1 Base
v4 v3 v2 v1 Base
v3 v2 v1 Base
v2 v1 Base
v1 Base
⬇️ Download this PR

Branch

git fetch origin refs/heads/Gkr4fd4vz5vegygalblsmjjgpdq3eulsx && git checkout -b pr-Gkr4fd4vz5vegygalblsmjjgpdq3eulsx FETCH_HEAD

Checkout

git fetch origin refs/heads/Gkr4fd4vz5vegygalblsmjjgpdq3eulsx && git checkout FETCH_HEAD

Cherry Pick

git fetch origin refs/heads/Gkr4fd4vz5vegygalblsmjjgpdq3eulsx && git cherry-pick FETCH_HEAD

Pull

git pull origin refs/heads/Gkr4fd4vz5vegygalblsmjjgpdq3eulsx

Stacked PRs enabled by GHerrit.

@codecov-commenter

codecov-commenter commented Aug 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (Gbsj7gxuv5hpi22zhup5w3fajtjjxnldj@b3c77b4). Learn more about missing BASE report.

Additional details and impacted files
@@                         Coverage Diff                          @@
##             Gbsj7gxuv5hpi22zhup5w3fajtjjxnldj    #3590   +/-   ##
====================================================================
  Coverage                                     ?   91.85%           
====================================================================
  Files                                        ?       20           
  Lines                                        ?     6093           
  Branches                                     ?        0           
====================================================================
  Hits                                         ?     5597           
  Misses                                       ?      496           
  Partials                                     ?        0           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

joshlf commented Aug 25, 2026

Copy link
Copy Markdown
Member Author

Authored by an agent, posting via joshlf's account

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Bravo.

Reviewed commit: 1632fd792c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@joshlf

joshlf commented Aug 26, 2026

Copy link
Copy Markdown
Member Author

Authored by an agent, posting via joshlf's account

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Nice work!

Reviewed commit: c370bbee3b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@joshlf
joshlf force-pushed the Gbsj7gxuv5hpi22zhup5w3fajtjjxnldj branch from 7fd0482 to 943b0c0 Compare August 26, 2026 17:40
@joshlf
joshlf force-pushed the Gkr4fd4vz5vegygalblsmjjgpdq3eulsx branch from c370bbe to 256a24f Compare August 26, 2026 17:40
@joshlf

joshlf commented Aug 26, 2026

Copy link
Copy Markdown
Member Author

Authored by an agent, posting via joshlf's account

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Already looking forward to the next diff.

Reviewed commit: 256a24fad3

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@joshlf
joshlf force-pushed the Gbsj7gxuv5hpi22zhup5w3fajtjjxnldj branch from 943b0c0 to 99b8cd8 Compare August 26, 2026 18:55
@joshlf
joshlf force-pushed the Gkr4fd4vz5vegygalblsmjjgpdq3eulsx branch from 256a24f to 1c5f2a6 Compare August 26, 2026 18:55
@joshlf

joshlf commented Aug 26, 2026

Copy link
Copy Markdown
Member Author

Authored by an agent, posting via joshlf's account

@codex review

Please review the current head, 1c5f2a6b8659630b1d83c0666dd2161aa4f72c46.

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Nice work!

Reviewed commit: 1c5f2a6b86

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@joshlf
joshlf force-pushed the Gkr4fd4vz5vegygalblsmjjgpdq3eulsx branch from 1c5f2a6 to c8420e6 Compare August 26, 2026 20:11
@joshlf

joshlf commented Aug 26, 2026

Copy link
Copy Markdown
Member Author

Authored by an agent, posting via joshlf's account

@codex review

Please review the current head, c8420e639c3425a0eff450783be472e38a99b011.

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Chef's kiss.

Reviewed commit: c8420e639c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@joshlf
joshlf force-pushed the Gbsj7gxuv5hpi22zhup5w3fajtjjxnldj branch from 239ae55 to 85ecd5e Compare August 26, 2026 22:09
@joshlf
joshlf force-pushed the Gkr4fd4vz5vegygalblsmjjgpdq3eulsx branch 2 times, most recently from 858d976 to 7bce93a Compare August 26, 2026 22:35
@joshlf
joshlf force-pushed the Gbsj7gxuv5hpi22zhup5w3fajtjjxnldj branch from 85ecd5e to f47a484 Compare August 26, 2026 22:35
@joshlf

joshlf commented Aug 26, 2026

Copy link
Copy Markdown
Member Author

Authored by an agent, posting via joshlf's account

@codex review

Please review the current head, 7bce93a68240f1ad56cb1da814a45625c90921e1.

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Chef's kiss.

Reviewed commit: 7bce93a682

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@joshlf
joshlf force-pushed the Gkr4fd4vz5vegygalblsmjjgpdq3eulsx branch from 7bce93a to e71c94e Compare August 26, 2026 23:31
@joshlf
joshlf force-pushed the Gbsj7gxuv5hpi22zhup5w3fajtjjxnldj branch 2 times, most recently from ab1aedd to e7cd2ac Compare August 27, 2026 01:18
@joshlf
joshlf force-pushed the Gkr4fd4vz5vegygalblsmjjgpdq3eulsx branch from e71c94e to 5f450b6 Compare August 27, 2026 01:18
The compact Actions matrices still duplicated derived feature arguments,
target behavior, and Miri flags. The typed executor deliberately
resolves those details again from checked policy, so carrying both
representations would create a second contract which could drift.

Emit only the complete selectors accepted by each executor. Keep the
richer semantics in the human-facing plan artifact, where they remain
useful for review without becoming execution input.

Add exact compact-schema and output-size assertions so future transport
growth requires deliberate review.

Tests: cargo +1.93.1 test -p zc --all-targets --offline
       cargo +1.93.1 clippy -p zc --all-targets --offline --
         -D warnings

*Authored by an agent, posting via joshlf's account*

gherrit-pr-id: Gkr4fd4vz5vegygalblsmjjgpdq3eulsx
@joshlf
joshlf force-pushed the Gbsj7gxuv5hpi22zhup5w3fajtjjxnldj branch from e7cd2ac to b3c77b4 Compare August 27, 2026 10:15
@joshlf
joshlf force-pushed the Gkr4fd4vz5vegygalblsmjjgpdq3eulsx branch from 5f450b6 to 834050c Compare August 27, 2026 10:15
@joshlf

joshlf commented Aug 27, 2026

Copy link
Copy Markdown
Member Author

Authored by an agent, posting via joshlf's account

@codex review

Please review the current head, 834050ced3c5eb97c16b7f2797f1ead06ee0c552.

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. You're on a roll.

Reviewed commit: 834050ced3

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

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.

2 participants