File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5155clean :
5256 @ echo " 🧹 Cleaning build artifacts..."
Original file line number Diff line number Diff 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+
915Default profile: ` panll `
1016
1117Focus:
1420- descriptive -> normative
1521
1622Store 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 `
You can’t perform that action at this time.
0 commit comments