diff --git a/uapf.yaml b/uapf.yaml index bc093ae..394696f 100644 --- a/uapf.yaml +++ b/uapf.yaml @@ -15,6 +15,19 @@ description: | level: 4 version: "1.0.0" +# ── UAPF-IP integration (capability needs + profile + guardrails) ── +# Declared so a UAPF-IP runtime / the ProcessGit /uapf-ip endpoint can +# discover what this package requires before loading it. +requires_capabilities: + - ai.redact@1+ + - ai.extract@1+ + - event.emit@1+ + +profiles_supported: + - uapf-ip-orchestrated + +guardrails: resources/guardrails.yaml + includes: [] dependencies: {}