Skip to content

Commit 9604a8b

Browse files
Run 4: switch workflows to authority contract path
1 parent f75b4f1 commit 9604a8b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/enforce.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Run Execution Boundary Interpretation
1717
uses: ./
1818
with:
19-
intent_path: "INTENT.json"
19+
intent_path: "AUTHORITY_CONTRACT.json"
2020
fail_on: "scope,file_count,deletions,renames,moves"
2121
env:
2222
GITHUB_TOKEN: ${{ github.token }}

.github/workflows/prism-gate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
- "src/**"
1717
- "dist/**"
1818
- ".github/workflows/prism-gate.yml"
19-
- "INTENT.json"
19+
- "AUTHORITY_CONTRACT.json"
2020

2121
jobs:
2222
prism:
@@ -33,7 +33,7 @@ jobs:
3333
- name: Run Prism Gate (local)
3434
uses: ./
3535
env:
36-
INTENT_PATH: "INTENT.json"
36+
INTENT_PATH: "AUTHORITY_CONTRACT.json"
3737
REGISTRY_PATH: ".prism/surface_registry.yaml"
3838
BOOTSTRAP_LOCK_PATH: ".prism/bootstrap.lock"
3939
MEANING_OUT_PATH: "meaning.json"

0 commit comments

Comments
 (0)