Skip to content

Commit 1e50769

Browse files
committed
Merge remote-tracking branch 'origin/main' into chore/item9-rescript-to-affinescript-guidance
# Conflicts: # 0-ai-gatekeeper-protocol/.github/workflows/rsr-antipattern.yml # 0-ai-gatekeeper-protocol/.github/workflows/ts-blocker.yml # 0-ai-gatekeeper-protocol/mcp-repo-guardian/.github/workflows/rsr-antipattern.yml # 0-ai-gatekeeper-protocol/mcp-repo-guardian/.github/workflows/ts-blocker.yml # 0-ai-gatekeeper-protocol/repo-guardian-fs/.github/workflows/rsr-antipattern.yml # 0-ai-gatekeeper-protocol/repo-guardian-fs/.github/workflows/ts-blocker.yml # a2ml/.github/workflows/rsr-antipattern.yml # a2ml/.github/workflows/ts-blocker.yml # a2ml/bindings/deno/.github/workflows/rsr-antipattern.yml # a2ml/bindings/deno/.github/workflows/ts-blocker.yml # a2ml/bindings/haskell/.github/workflows/rsr-antipattern.yml # a2ml/bindings/haskell/.github/workflows/ts-blocker.yml # a2ml/bindings/rust/.github/workflows/rsr-antipattern.yml # a2ml/bindings/rust/.github/workflows/ts-blocker.yml # a2ml/editors/vscode/.github/workflows/rsr-antipattern.yml # a2ml/editors/vscode/.github/workflows/ts-blocker.yml # a2ml/pandoc/.github/workflows/rsr-antipattern.yml # a2ml/pandoc/.github/workflows/ts-blocker.yml # consent-aware-http/.github/workflows/rsr-antipattern.yml # k9-svc/actions/validate/.github/workflows/rsr-antipattern.yml # k9-svc/actions/validate/.github/workflows/ts-blocker.yml # k9-svc/bindings/deno/.github/workflows/rsr-antipattern.yml # k9-svc/bindings/deno/.github/workflows/ts-blocker.yml # k9-svc/bindings/haskell/.github/workflows/rsr-antipattern.yml # k9-svc/bindings/haskell/.github/workflows/ts-blocker.yml # k9-svc/bindings/rust/.github/workflows/rsr-antipattern.yml # k9-svc/bindings/rust/.github/workflows/ts-blocker.yml # k9-svc/editors/vscode/.github/workflows/rsr-antipattern.yml # k9-svc/editors/vscode/.github/workflows/ts-blocker.yml # k9-svc/pandoc/.github/workflows/rsr-antipattern.yml # k9-svc/pandoc/.github/workflows/ts-blocker.yml # lol/.github/workflows/rsr-antipattern.yml # lol/.github/workflows/ts-blocker.yml # meta-a2ml/.github/workflows/rsr-antipattern.yml # meta-a2ml/.github/workflows/ts-blocker.yml # rhodium-standard-repositories/.github/workflows/rsr-antipattern.yml # rhodium-standard-repositories/satellites/cccp/.github/workflows/rsr-antipattern.yml # rhodium-standard-repositories/satellites/cccp/.github/workflows/ts-blocker.yml # rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/.github/workflows/rsr-antipattern.yml # rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/.github/workflows/ts-blocker.yml # rhodium-standard-repositories/satellites/consent-aware-http/.github/workflows/rsr-antipattern.yml # rhodium-standard-repositories/satellites/consent-aware-http/.github/workflows/ts-blocker.yml # rhodium-standard-repositories/satellites/mustfile/.github/workflows/rsr-antipattern.yml # rhodium-standard-repositories/satellites/palimpsest-license/.github/workflows/rsr-antipattern.yml # rhodium-standard-repositories/satellites/robot-repo-automaton/.github/workflows/rsr-antipattern.yml # rhodium-standard-repositories/satellites/rsr-certifier/.github/workflows/rsr-antipattern.yml # rhodium-standard-repositories/satellites/rsr-certifier/.github/workflows/ts-blocker.yml # rhodium-standard-repositories/satellites/rsr-deployer/.github/workflows/rsr-antipattern.yml # rhodium-standard-repositories/satellites/state.scm/.github/workflows/rsr-antipattern.yml # rhodium-standard-repositories/satellites/well-known-ecosystem/.github/workflows/rsr-antipattern.yml
2 parents dd36e33 + 1a0800c commit 1e50769

348 files changed

Lines changed: 2328 additions & 19027 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/governance-reusable.yml

Lines changed: 409 additions & 0 deletions
Large diffs are not rendered by default.

.github/workflows/governance.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# governance.yml — single wrapper calling the shared estate governance bundle
3+
# in hyperpolymath/standards instead of carrying per-repo copies.
4+
#
5+
# Replaces the per-repo governance scaffolding removed in the same commit:
6+
# quality.yml, guix-nix-policy.yml, npm-bun-blocker.yml, ts-blocker.yml,
7+
# security-policy.yml, rsr-antipattern.yml, wellknown-enforcement.yml,
8+
# workflow-linter.yml
9+
#
10+
# Load-bearing build/security workflows stay standalone in the repo
11+
# (rust-ci, codeql, dependabot, release, scan/mirror/pages plumbing).
12+
13+
name: Governance
14+
15+
on:
16+
push:
17+
branches: [main, master]
18+
pull_request:
19+
workflow_dispatch:
20+
21+
permissions:
22+
contents: read
23+
24+
jobs:
25+
governance:
26+
uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@main

.github/workflows/guix-nix-policy.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/hypatia-scan.yml

Lines changed: 364 additions & 66 deletions
Large diffs are not rendered by default.

.github/workflows/npm-bun-blocker.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/quality.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/workflows/rsr-antipattern.yml

Lines changed: 0 additions & 213 deletions
This file was deleted.

0 commit comments

Comments
 (0)