Skip to content

Commit f4b0efc

Browse files
hyperpolymathclaude
andcommitted
ci: add justfile for RSR compliance
Adds minimal justfile with default listing and panic-attack assail target as required by the hyperpolymath RSR standard. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 834e0f0 commit f4b0efc

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

justfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# Justfile for network-dashboard
3+
4+
default:
5+
@just --list
6+
7+
# Run panic-attack assail
8+
assail:
9+
panic-attack assail .

0 commit comments

Comments
 (0)