mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-11 19:47:12 +03:00
Add the stdlib-only governance-maturity CLI (reads a JSON answers file of governance dimensions scored 1-5, computes a maturity level and gap list, supports --json and --dry-run, exits 0 on healthy input and 1 on critical all-minimum gaps) with a pytest suite, plus a skill pytest.ini that overrides the repo-wide coverage addopts for subprocess-based skill tests. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
6 lines
216 B
INI
6 lines
216 B
INI
[pytest]
|
|
# Override root pyproject.toml coverage settings.
|
|
# ai-governance script tests are subprocess-based and do not measure
|
|
# the root scripts/ or eval_runner/ packages.
|
|
addopts = -ra --strict-markers --tb=short
|