Skip to content

Commit 36caa25

Browse files
committed
chore: M5 CI/Workflow Sweep - add blockers and contractile.just
1 parent e2ecfe8 commit 36caa25

8 files changed

Lines changed: 30 additions & 374 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
name: NPM/Bun Blocker
3+
on: [push, pull_request]
4+
5+
permissions:
6+
contents: read
7+
8+
jobs:
9+
check:
10+
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
steps:
14+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
15+
- name: Block npm/bun
16+
run: |
17+
if [ -f "package-lock.json" ] || [ -f "bun.lockb" ] || [ -f ".npmrc" ]; then
18+
echo "❌ npm/bun artifacts detected. Use Deno instead."
19+
exit 1
20+
fi
21+
echo "✅ No npm/bun violations"

.github/workflows/ts-blocker.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# SPDX-License-Identifier: PMPL-1.0-or-later
22
name: TypeScript/JavaScript Blocker
33
on: [push, pull_request]
4+
5+
permissions:
6+
contents: read
7+
48
jobs:
59
check:
610
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
713
steps:
8-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
14+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
915
- name: Block new TypeScript/JavaScript
1016
run: |
1117
NEW_TS=$(git diff --name-only --diff-filter=A HEAD~1 2>/dev/null | grep -E '\.(ts|tsx)$' | grep -v '\.gen\.' || true)

Justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# Justfile - Julia the Viper build system
33

44
# Default: show all available commands
5+
import? "contractile.just"
6+
57
default:
68
@just --list
79

playground/.machine_read/ANCHOR.scope-arrest.2026-01-01.scm

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

playground/.machine_read/AUTHORITY_STACK.mustfile-nickel.scm

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

playground/.machine_read/LLM_SUPERINTENDENT.scm

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

playground/.machine_read/ROADMAP.f0.scm

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

0 commit comments

Comments
 (0)