From a71a4a32bfa92950465db49405403840df0ce2b7 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 14 Jun 2026 10:49:35 +0000 Subject: [PATCH] fix: invalid // comment headers break YAML/just parsing (use #) 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 --- .gitlab-ci.yml | 2 +- .pre-commit-config.yaml | 2 +- Justfile | 2 +- container/.gatekeeper.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 286c865..2bb868a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ # SPDX-License-Identifier: MPL-2.0 -// Owner: Jonathan D.A. Jewell +# Owner: Jonathan D.A. Jewell # Primary CI/CD - GitLab is the source of truth stages: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7776d6a..d04e23e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ # SPDX-License-Identifier: MPL-2.0 -// Owner: Jonathan D.A. Jewell +# Owner: Jonathan D.A. Jewell # Pre-commit hooks for hyperpolymath RSR repos. # Install: pip install pre-commit && pre-commit install # Run manually: pre-commit run --all-files diff --git a/Justfile b/Justfile index e65e415..e87fe83 100644 --- a/Justfile +++ b/Justfile @@ -1,5 +1,5 @@ # SPDX-License-Identifier: MPL-2.0 -// Owner: Jonathan D.A. Jewell +# Owner: Jonathan D.A. Jewell # Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) # # RSR Standard Justfile Template diff --git a/container/.gatekeeper.yaml b/container/.gatekeeper.yaml index 3647616..e0e8b1e 100644 --- a/container/.gatekeeper.yaml +++ b/container/.gatekeeper.yaml @@ -1,5 +1,5 @@ # SPDX-License-Identifier: MPL-2.0 -// Owner: Jonathan D.A. Jewell +# Owner: Jonathan D.A. Jewell # # Svalinn gatekeeper policy for KRL #