[17] Fix character enum flags mapping#94
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ee552dc226
ℹ️ 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".
|
QA validation checklist:
Note: this PR still has a Codex reviewer disagreement/comment to resolve before it is merge-ready. |
|
@codex review I rechecked the review item against the local C++ source of truth and did not change the code because the requested C++ anchors checked:
Given AGENTS.md requires C++ as source of truth, this PR intentionally keeps resting out of character enum flags while preserving ghost/rename/customization handling. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ee552dc226
ℹ️ 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".
|
@codex review Pushed 89c9e28 for the actionable current review item: character enum now executes the C++ equivalent before the enum select, so elapsed temporary bans are cleared before can map to . Added and validated with:running 1 test test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 2634 filtered out; finished in 0.00sThe resting enum flag item remains intentionally not changed because local C++ does not map for this packet in this branch. |
|
@codex review Correction for the previous comment: pushed Validation:
The resting enum flag item remains intentionally not changed because local C++ |
|
Codex Review: Didn't find any major issues. Nice work! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
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". |
Refs #53
QA pending: do not merge until character-list manual QA, capture comparison, CI, and Codex reviewer verdict are complete.
Summary:
Validation reported locally:
Manual QA pending: visually validate character list and capture-diff enum response vs C++.