Skip to content

Commit 9e42c8d

Browse files
hyperpolymathclaude
andcommitted
chore(floor-raise): add foundational tool integrations
Add AI manifest, Trustfile, Dustfile, and assail recipe as part of the Floor Raise campaign to establish baseline tooling across all repos. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4e17fdc commit 9e42c8d

27 files changed

Lines changed: 154 additions & 21 deletions

.github/workflows/boj-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ jobs:
1515
# Send a secure trigger to boj-server to build this repository
1616
curl -X POST "http://boj-server.local:7700/cartridges/ssg-mcp/invoke" -H "Content-Type: application/json" -d "{\"repo\": \"${{ github.repository }}\", \"branch\": \"${{ github.ref_name }}\", \"engine\": \"casket\\"}"}
1717
continue-on-error: true
18-
permissions: read-all
18+
permissions:
19+
contents: read

.github/workflows/cflite_batch.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
- cron: '0 3 * * 0'
66
workflow_dispatch:
77

8-
permissions: read-all
8+
permissions:
9+
contents: read
910

1011
jobs:
1112
BatchFuzzing:

.github/workflows/cflite_pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
pull_request:
55
branches: [main]
66

7-
permissions: read-all
7+
permissions:
8+
contents: read
89

910
jobs:
1011
PR:

.github/workflows/codeql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ on:
99
schedule:
1010
- cron: '0 6 * * 1'
1111

12-
permissions: read-all
12+
permissions:
13+
contents: read
1314

1415
jobs:
1516
analyze:

.github/workflows/generator-generic-ossf-slsa3-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
# The provenance file can be verified using https://github.com/slsa-framework/slsa-verifier.
1212
# For more information about SLSA and how it improves the supply-chain, visit slsa.dev.
1313

14-
permissions: read-all
14+
permissions:
15+
contents: read
1516

1617
name: SLSA generic generator
1718
on:

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SPDX-License-Identifier: PMPL-1.0-or-later
2-
permissions: read-all
2+
permissions:
3+
contents: read
34

45
name: Guix/Nix Package Policy
56
on: [push, pull_request]

.github/workflows/hypatia-scan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ on:
1111
- cron: '0 0 * * 0' # Weekly on Sunday
1212
workflow_dispatch:
1313

14-
permissions: read-all
14+
permissions:
15+
contents: read
1516

1617
jobs:
1718
scan:

.github/workflows/mirror.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
branches: [main]
88
workflow_dispatch:
99

10-
permissions: read-all
10+
permissions:
11+
contents: read
1112

1213
jobs:
1314
mirror-gitlab:

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
name: NPM/Bun Blocker
33
on: [push, pull_request]
44

5-
permissions: read-all
5+
permissions:
6+
contents: read
67

78
jobs:
89
check:

.github/workflows/quality.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SPDX-License-Identifier: PMPL-1.0-or-later
2-
permissions: read-all
2+
permissions:
3+
contents: read
34

45
name: Code Quality
56
on: [push, pull_request]

0 commit comments

Comments
 (0)