Skip to content

chore: sync all branches and estate-wide config updates - #24

Merged
hyperpolymath merged 22 commits into
mainfrom
pr/sync-20260817
Aug 17, 2026
Merged

hyperpolymath merged 22 commits into
mainfrom
pr/sync-20260817

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

This PR merges all local branch work and applies estate-wide configuration updates:

  • Funding configuration updates (.github/funding.yml)
  • Add FUNDING and PROOF-PROGRESS.adoc files
  • .gitignore updates
  • Merge commits from fix/ci-426-squisher-cleanup, fix-ci-estate, chore/governance-surfaces-20260809, and fix/k9-svc-step-indent

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe vibe@mistral.ai

hyperpolymath and others added 22 commits July 26, 2026 16:07
A sweep appended a `K9-SVC Validation` step at two-space indentation —
the level of a job key under `jobs:` — instead of the six spaces that
would place it inside a job's `steps:` list. YAML then hits a sequence
item where it expects a block mapping, and the whole file fails to
parse.

Actions rejects a workflow that does not parse *before* allocating a
runner, so this workflow has produced no check run and no log since the
step was added. It has not been running at all.

The signature is worth recognising: the run is listed by FILE PATH
rather than workflow name, `gh run view --log-failed` returns "log not
found", and `gh pr checks` shows nothing, because a parse-rejected
workflow creates no check run. Only `gh run list --json conclusion`
reveals it.

Fix: re-indent the step and its body by four spaces so it sits inside
the job's `steps:` list. Nothing else is changed — no action pins, no
permissions, no logic.

Estate-wide measurement (2026-07-27): this fault affects 49 workflow
files across 45 repositories, and every single one of them fails to
parse — 100%, not a sample. Compare the 12 files where the same step is
correctly indented, which is how the intended shape was determined.
Affected workflows are mostly instant-sync.yml (forge propagation),
plus boj-build.yml, casket-pages.yml, release.yml, cflite_pr.yml and
one codeql.yml.

Built with git plumbing directly against origin/HEAD, so no local
working tree was involved and no unrelated local changes are included.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Part of estate-wide standards#426 remediation - cleanup.

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
Part of estate-wide standards#426 remediation - cleanup.

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
- Update .github/funding.yml with hyperpolymath platforms
- Add FUNDING and PROOF-PROGRESS.adoc files
- Update .gitignore

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
@hyperpolymath
hyperpolymath merged commit 992b92a into main Aug 17, 2026
18 checks passed
@hyperpolymath
hyperpolymath deleted the pr/sync-20260817 branch August 17, 2026 20:49
@gitar-bot

gitar-bot Bot commented Aug 17, 2026

Copy link
Copy Markdown

Important

You are using the Gitar free plan. Upgrade to unlock code review, CI analysis, auto-apply, custom automations, and more.

Gitar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant