rfc: add engine version 2 placeholder - #711
azimafroozeh wants to merge 1 commit into
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 463fae4e02
ℹ️ 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".
|
|
||
| ## Rollout | ||
|
|
||
| Merge as `draft`. `implementation` tracks the component table only. |
There was a problem hiding this comment.
Track delivered code in the implementation field
When a component RFC lands before its code, this instruction makes RFC 0067's implementation status advance merely because a table cell changed, so the canonical registry can report engine-v2 implementation progress—or even completion—while every component remains unimplemented. Keep this parent at n/a if it is only an index, or derive its implementation state from shipped component work rather than proposal bookkeeping.
AGENTS.md reference: AGENTS.md:L3-L5
Useful? React with 👍 / 👎.
What & why
This PR adds RFC 0067, a placeholder that names engine version 2 as a list of components so that each component's own RFC has one parent to cite.
Backing issue / RFC
Checklist
Local verification
python3 scripts/check-docs.py— OK, 139 filescargo test --workspace— not run: no Rust files changedNotes for reviewers
draft;implementation: not-startedtracks the component table only.