You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The estate-standardization "Owner:" header was written with C-style // in
files that use # comments (.gitlab-ci.yml, .pre-commit-config.yaml, Justfile,
container/.gatekeeper.yaml), which is invalid and breaks those parsers.
Changed `// Owner:` -> `# Owner:`. (.adoc files left as-is: // is valid there.)
https://claude.ai/code/session_017TXizM5c1Yd9HWf7Y15YH2
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments