Skip to content

Commit 1e901fd

Browse files
hyperpolymathclaude
andcommitted
chore: batch RSR compliance
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1642ac1 commit 1e901fd

13 files changed

Lines changed: 93 additions & 96 deletions

.github/workflows/codeql.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@ jobs:
6161
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
6262
steps:
6363
- name: Checkout repository
64+
<<<<<<< HEAD
6465
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
66+
=======
67+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
68+
>>>>>>> 2928af7 (chore: batch RSR compliance)
6569

6670
# Add any setup steps before running the `github/codeql-action/init` action.
6771
# This includes steps like installing compilers or runtimes (`actions/setup-node`

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ jobs:
88
check:
99
runs-on: ubuntu-latest
1010
steps:
11+
<<<<<<< HEAD
1112
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
13+
=======
14+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15+
>>>>>>> 2928af7 (chore: batch RSR compliance)
1216
- name: Enforce Guix primary / Nix fallback
1317
run: |
1418
# Check for package manager files

.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,9 @@ jobs:
4242
run: |
4343
if [ ! -f hypatia-v2 ]; then
4444
echo "Building hypatia-v2 scanner..."
45-
cd scanner
4645
mix deps.get
4746
mix escript.build
48-
mv hypatia ../hypatia-v2
47+
mv hypatia hypatia-v2
4948
fi
5049
5150
- name: Run Hypatia scan
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
3+
name: Deploy Jekyll with GitHub Pages dependencies preinstalled
4+
5+
on:
6+
# Runs on pushes targeting the default branch
7+
push:
8+
branches: ["main"]
9+
10+
# Allows you to run this workflow manually from the Actions tab
11+
workflow_dispatch:
12+
13+
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
14+
permissions:
15+
contents: read
16+
pages: write
17+
id-token: write
18+
19+
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
20+
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
21+
concurrency:
22+
group: "pages"
23+
cancel-in-progress: false
24+
25+
jobs:
26+
# Build job
27+
build:
28+
runs-on: ubuntu-latest
29+
steps:
30+
- name: Checkout
31+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
32+
- name: Setup Pages
33+
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5
34+
- name: Build with Jekyll
35+
uses: actions/jekyll-build-pages@44a6e6beabd48582f863aeeb6cb2151cc1716697 # v1
36+
with:
37+
source: ./
38+
destination: ./_site
39+
- name: Upload artifact
40+
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
41+
42+
# Deployment job
43+
deploy:
44+
environment:
45+
name: github-pages
46+
url: ${{ steps.deployment.outputs.page_url }}
47+
runs-on: ubuntu-latest
48+
needs: build
49+
steps:
50+
- name: Deploy to GitHub Pages
51+
id: deployment
52+
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4

.github/workflows/quality.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ jobs:
99
lint:
1010
runs-on: ubuntu-latest
1111
steps:
12+
<<<<<<< HEAD
1213
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
14+
=======
15+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16+
>>>>>>> 2928af7 (chore: batch RSR compliance)
1317

1418
- name: Check file permissions
1519
run: |
@@ -39,7 +43,11 @@ jobs:
3943
docs:
4044
runs-on: ubuntu-latest
4145
steps:
46+
<<<<<<< HEAD
4247
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
48+
=======
49+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
50+
>>>>>>> 2928af7 (chore: batch RSR compliance)
4351
- name: Check documentation
4452
run: |
4553
MISSING=""

.github/workflows/scorecard.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ jobs:
1616
security-events: write
1717
id-token: write
1818
steps:
19+
<<<<<<< HEAD
1920
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
21+
=======
22+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
23+
>>>>>>> 2928af7 (chore: batch RSR compliance)
2024
with:
2125
persist-credentials: false
2226

.github/workflows/security-policy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ jobs:
88
check:
99
runs-on: ubuntu-latest
1010
steps:
11+
<<<<<<< HEAD
1112
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
13+
=======
14+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15+
>>>>>>> 2928af7 (chore: batch RSR compliance)
1216
- name: Security checks
1317
run: |
1418
FAILED=false

.machine_readable/6a2/AGENTIC.a2ml

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,2 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
2-
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
3-
#
4-
# AGENTIC.a2ml — AI agent constraints and capabilities
5-
# Defines what AI agents can and cannot do in this repository.
6-
7-
[metadata]
8-
version = "0.1.0"
9-
last-updated = "2026-03-16"
10-
11-
[agent-permissions]
12-
can-edit-source = true
13-
can-edit-tests = true
14-
can-edit-docs = true
15-
can-edit-config = true
16-
can-create-files = true
17-
18-
[agent-constraints]
19-
# What AI agents must NOT do:
20-
# - Never use banned language patterns (believe_me, unsafeCoerce, etc.)
21-
# - Never commit secrets or credentials
22-
# - Never use banned languages (TypeScript, Python, Go, etc.)
23-
# - Never place state files in repository root (must be in .machine_readable/)
24-
# - Never use AGPL license (use PMPL-1.0-or-later)
1+
;; SPDX-License-Identifier: PMPL-1.0-or-later
2+
;; Reserved for future use.
Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
2-
# ECOSYSTEM.a2ml — Ecosystem position
3-
# Converted from ECOSYSTEM.scm on 2026-03-15
4-
5-
[metadata]
6-
project = "polysafe-gitfixer"
7-
ecosystem = "hyperpolymath"
8-
9-
[position]
10-
type = "component"
1+
;; SPDX-License-Identifier: PMPL-1.0-or-later
2+
(ecosystem (metadata (version "0.1.0") (last-updated "2026-02-08"))
3+
(project (name "language-bridges") (purpose "FFI bridges between languages via Zig") (role ffi-infrastructure)))

.machine_readable/6a2/META.a2ml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
2-
# META.a2ml — Project meta-information
3-
# Converted from META.scm on 2026-03-15
4-
5-
[metadata]
6-
project = "polysafe-gitfixer"
7-
author = "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"
8-
license = "PMPL-1.0-or-later"
9-
standard = "RSR 2026"
1+
;; SPDX-License-Identifier: PMPL-1.0-or-later
2+
(meta (metadata (version "0.1.0") (last-updated "2026-02-08"))
3+
(project-info (type monorepo) (languages (zig ada gleam idris2 julia ocaml rescript rust swift)) (license "PMPL-1.0-or-later")))

0 commit comments

Comments
 (0)