ci+chore: fix in-repo CI failures (e2e/rust-ci) and clear rsr-template residue#68
Merged
Merged
Conversation
Pre-existing red checks on main, fixed where the cause lives in this repo: - e2e.yml: every job block shipped commented out, leaving `jobs:` empty — an invalid workflow that failed on every run. Replaced with a valid no-op (coordination repo has no application code to E2E; per-project E2E lives in the constituent repos). - rust-ci.yml: thin wrapper around the estate Rust reusable; this coordination repo has no Rust, so the reusable failed with nothing to build. Path-gated to Rust artefacts so it only runs if Rust is ever added here (currently never). rsr-template residue cleanup (OQ-002): - Justfile: project/REPO identity rsr-template-repo -> nextgen-typing. - docs/developer/ABI-FFI-README.adoc: was a 388-line doc describing a src/interface/Abi + ffi/zig layout this coordination repo does not have (and which re-misled agents into adding ABI/FFI code here). Replaced with a short pointer to typed-wasm + placement.a2ml. Out of scope (need access this session lacks): scorecard/governance/hypatia call hyperpolymath/standards reusables; mirror/instant-sync need org secrets; release is tag-only; quality startup_failure needs further triage. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01X2UKV63H4584CQ66qdgxZy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #63. After that merged,
mainstill had ~11 red workflows. This PR fixes the ones whose cause is in this repo, and cleans the leftoverrsr-template-reporesidue (OQ-002). The K9 contract failures we discussed were already fixed onmainby190e4ae/c8067ed— nothing to do there.CI failures fixed in-repo
e2e.yml— the estate template shipped with every job block commented out, leavingjobs:empty. That's an invalid workflow, so it failed on every run. Replaced with a valid no-op job (a coordination repo has no application code to E2E; per-project E2E lives intypell/typed-wasm/…).rust-ci.yml— a thin wrapper around the estate Rust reusable, but this repo has no Rust, so the reusable failed with nothing to build. Path-gated to Rust artefacts (**/*.rs,**/Cargo.toml,crates/**) so it only runs if Rust is ever added (currently never) instead of failing on every push.rsr-template residue (OQ-002)
Justfile—project/REPOidentityrsr-template-repo→nextgen-typing.docs/developer/ABI-FFI-README.adoc— was a 388-line doc describing asrc/interface/Abi/+ffi/zig/+generated/abi/layout this coordination repo does not have (the same false "there's code here" signal that caused the original bot-dumping problem). Replaced with a short pointer totyped-wasm+placement.a2ml.Not addressed here — need access this session doesn't have
These are real but out of my reach from this session (GitHub scope is
nextgen-typing/kategoria/typellonly; no org-secret orstandards-repo access):hyperpolymath/standards/...@SHAreusables (startup_failure / job failure)standardsrepo + repo permissions/secretsFARM_DISPATCH_TOKEN, forge tokens)v*); not a branch-CI failurestartup_failurewith no job logs — likely a pinned action SHA or org Actions settingAlso still open from #63: the broader
{{PLACEHOLDER}}token fill across community-health files, and relocating the removed ABI proofs intotyped-wasm(needs that repo in scope).Verified locally:
e2e.yml/rust-ci.ymlparse as valid YAML,e2enow has a real job, andscripts/check-coordination-boundary.shstill passes.🤖 Generated with Claude Code
https://claude.ai/code/session_01X2UKV63H4584CQ66qdgxZy
Generated by Claude Code