Skip to content

Commit f32d978

Browse files
committed
chore: add k9iser.toml (Batch 2C)
1 parent 7b771a1 commit f32d978

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

k9iser.toml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
3+
#
4+
# k9iser manifest for a2ml-showcase
5+
# A2ML showcase — Deno-based demonstration and example collection for the A2ML format
6+
7+
[project]
8+
name = "a2ml-showcase"
9+
safety_tier = "hunt"
10+
11+
[[source]]
12+
path = "deno.json"
13+
type = "deno"
14+
output = "generated/k9iser/deno-workspace.k9"
15+
16+
[[source]]
17+
path = "Justfile"
18+
type = "justfile"
19+
output = "generated/k9iser/justfile-recipes.k9"
20+
21+
[[constraint]]
22+
rule = "build.dependencies has no banned_packages"
23+
severity = "error"
24+
25+
[[constraint]]
26+
rule = "deno.imports has no npm: specifiers"
27+
severity = "error"

0 commit comments

Comments
 (0)