-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathk9iser.toml
More file actions
42 lines (34 loc) · 1008 Bytes
/
k9iser.toml
File metadata and controls
42 lines (34 loc) · 1008 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# SPDX-License-Identifier: PMPL-1.0-or-later
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
#
# k9iser manifest for modshells
# Generates K9 contracts from repo configuration files.
# modshells is a shell configuration manager — Deno runtime + Ada (.gpr) components
[project]
name = "modshells"
safety_tier = "hunt"
[[source]]
path = "deno.json"
type = "deno"
output = "generated/k9iser/deno-workspace.k9"
[[source]]
path = "Justfile"
type = "justfile"
output = "generated/k9iser/justfile-recipes.k9"
[[source]]
path = ".github/workflows/hypatia-scan.yml"
type = "workflow"
output = "generated/k9iser/ci-security.k9"
[[source]]
path = ".github/workflows/codeql.yml"
type = "workflow"
output = "generated/k9iser/ci-codeql.k9"
[[constraint]]
rule = "deno.imports has no npm: specifiers"
severity = "error"
[[constraint]]
rule = "deno.tasks does not invoke node or npx"
severity = "error"
[[constraint]]
rule = "workflows includes hypatia-scan"
severity = "error"