Skip to content

Fix/codegen k9 magic pedigree#20

Merged
hyperpolymath merged 1 commit into
mainfrom
fix/codegen-k9-magic-pedigree
May 21, 2026
Merged

Fix/codegen k9 magic pedigree#20
hyperpolymath merged 1 commit into
mainfrom
fix/codegen-k9-magic-pedigree

Conversation

@hyperpolymath
Copy link
Copy Markdown
Owner

Summary

Changes

RSR Quality Checklist

Required

  • Tests pass (just test or equivalent)
  • Code is formatted (just fmt or equivalent)
  • Linter is clean (no new warnings or errors)
  • No banned language patterns (no TypeScript, no npm/bun, no Go/Python)
  • No unsafe blocks without // SAFETY: comments
  • No banned functions (believe_me, unsafeCoerce, Obj.magic, Admitted, sorry)
  • SPDX license headers present on all new/modified source files
  • No secrets, credentials, or .env files included

As Applicable

  • .machine_readable/STATE.a2ml updated (if project state changed)
  • .machine_readable/ECOSYSTEM.a2ml updated (if integrations changed)
  • .machine_readable/META.a2ml updated (if architectural decisions changed)
  • Documentation updated for user-facing changes
  • TOPOLOGY.md updated (if architecture changed)
  • CHANGELOG or release notes updated
  • New dependencies reviewed for license compatibility (PMPL-1.0-or-later / MPL-2.0)
  • ABI/FFI changes validated (src/interface/abi/ and src/interface/ffi/ consistent)

Testing

Screenshots

k9iser's codeql.yml was a stale hardcoded `javascript-typescript`-only
matrix (left as a local security workflow by the b618a53 bundle
migration). On this Rust-only repo CodeQL exits with a permanent
false-red 'no source / configuration error' on the analyze job.

Replace it verbatim with the canonical estate template shipped by
rsr-template-repo / v3-templater / reposystem: a detect job reads the
repo's actual language stats and only analyses CodeQL-supported,
buildless-safe languages (here: rust), skipping entirely when none
apply. Also brings the estate concurrency guardrail (cancel superseded
runs). This is resolve-at-source + convergence to the central canonical
template rather than a k9iser-local divergence.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@hyperpolymath hyperpolymath force-pushed the fix/codegen-k9-magic-pedigree branch from 4f489a0 to 1a6b052 Compare May 21, 2026 00:06
@hyperpolymath
Copy link
Copy Markdown
Owner Author

Rebased onto current main. Of the original 3 commits, 2 were already applied upstream (3746c45 codegen K9!+pedigree, 062fd75 ReScript scaffold removal) and got dropped by git rebase as "patch contents already upstream". The remaining commit (4f489a0 codeql language-autodetect) had a conflict in .github/workflows/codeql.yml where main now has TWO identical concurrency: blocks back-to-back (looks like a bad merge — both have the same group/cancel-in-progress). Resolution: kept the first, deleted the duplicate. Net diff after rebase is 8 lines deleted from codeql.yml. PR scope now mismatches its title (no codegen/pedigree changes left). Suggest either closing this PR and filing a small focused dedupe PR, or just letting it merge as a cleanup.

@hyperpolymath hyperpolymath merged commit c53b1ae into main May 21, 2026
1 of 15 checks passed
@hyperpolymath hyperpolymath deleted the fix/codegen-k9-magic-pedigree branch May 21, 2026 06:52
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