auto-task(leftHandedRep): record TODO to rename Weyl fermion representations - #1311
Conversation
…tations Co-authored-by: Claude <noreply@anthropic.com>
|
Thank you for this PR, which will now be reviewed. If submitting to ./Physlib or ./QuantumInfo, please see our review guidelines if you are not familiar with the process. You should expect a back and forth with a reviewer before your PR is merged. See also that link for how to add appropriate labels to your PR. The PR will also go through a number of automated checks. You can learn more about these here, including how to run them locally. If you are submitting to ./PhyslibAlpha there will be a lighter review process, though your PR must still pass the automated checks. If you want to bring attention to this PR, please write a message on this thread of the Lean Zulip. Important: If a reviewer adds an |
zhikaip
left a comment
There was a problem hiding this comment.
If this is an auto task I'd rather the PR says more clearly what is being automated, i.e. is it just implementing a user-provided TODO verbatim or did user provide a prompt? (If the latter, maybe the PR summary should include the prompt as well?)
Approved anyway
|
@zhikaip Yep agreed. I've updated this, and the PR summary now looks like that of #1312, where it includes the original prompt. The user provides the TODO item, then what is automated is: Fitting the TODO item within the project (i.e. the right place, location, making it fit what is already there etc.) |
Summary
Records a single
TODOitem inPhyslib/Relativity/Tensors/ComplexTensor/Weyl/Basic.lean, next to thedefinition of
leftHandedRep, proposing to rename the four Weyl fermionrepresentations into the namespaces of the modules they act on:
leftHandedRep→LeftHandedWeyl.repdualLeftHandedRep→DualLeftHandedWeyl.reprightHandedRep→RightHandedWeyl.repdualRightHandedRep→DualRightHandedWeyl.repChanges
public import Physlib.Meta.TODO.Basic.TODO "..."command immediately beforeleftHandedRep.No declarations were renamed or implemented; this only records the task. The
project still builds cleanly.
Human review