add audit

This commit is contained in:
2026-02-17 01:54:25 -06:00
parent d975214ba6
commit fbdfbc1200
9 changed files with 240 additions and 34 deletions

View File

@@ -220,6 +220,16 @@ pit verify --deep # traverse full dependency closure
pit verify --target <triple>
```
### pit audit
Test-compile all `.ce` and `.cm` scripts in package(s). Continues past failures and reports all errors at the end.
```bash
pit audit # audit all installed packages
pit audit <package> # audit specific package
pit audit . # audit current directory
```
### pit pack
Build a statically linked binary from a package and all its dependencies.