calepin 0.0.22

A Rust CLI for preprocessing Typst documents with executable code chunks
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "permissions": {
    "allow": [
      "Skill(code-reviewer)",
      "Bash(awk 'NR>=841{c++} END{print c\" test lines \\(of 1751\\)\"}' typst/query.rs)",
      "Bash(cargo build *)",
      "Bash(cargo test *)",
      "Bash(cargo clippy *)",
      "Bash(ls specs/)",
      "Bash(find . -name \"*theme-bundle*\" -not -path \"*/target/*\")"
    ]
  }
}