Skip to content

Commit bb0dfe4

Browse files
committed
Add Just recipe for Invariant Path wrapper
1 parent 1fb018b commit bb0dfe4

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

Justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ test *args:
4747
@echo "🧪 Running PanLL test suite..."
4848
deno task test {{args}}
4949

50+
# Run Invariant Path overlay tools for this repository
51+
invariant-path *ARGS:
52+
./scripts/invariant-path.sh {{ARGS}}
53+
5054
# Clean build artifacts
5155
clean:
5256
@echo "🧹 Cleaning build artifacts..."

tools/invariant-path/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ PanLL wrapper script:
66
./scripts/invariant-path.sh scan --file ./README.adoc --artifact-uri repo://README.adoc --write
77
```
88

9+
Via `just` from repo root:
10+
11+
```bash
12+
just invariant-path scan --file ./README.adoc --artifact-uri repo://README.adoc --write
13+
```
14+
915
Default profile: `panll`
1016

1117
Focus:
@@ -14,3 +20,6 @@ Focus:
1420
- descriptive -> normative
1521

1622
Store path defaults to `.invariant-path/` in the current working directory.
23+
24+
Desktop/start-menu launcher for shared tooling:
25+
- `/var/mnt/eclipse/repos/.desktop-tools/invariant-path-launcher.sh`

0 commit comments

Comments
 (0)