PolicyFile
Defined in: policy.ts:111
Public entry point of the “targate” package: the types other tooling may
import. Repository config itself is declarative (.yaml/.yml/.json) and
parsed, never executed, so there are no runtime config helpers here.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
aiCache? |
AiCachePolicy |
AI response cache options — see AiCachePolicy (src/ai-cache.ts). | policy.ts:114 |
dependencyPolicy |
DependencyPolicy |
- | policy.ts:112 |
registries? |
Record<string, RegistryPolicy> |
Private registries explicitly declared as mirrors of another registry. | policy.ts:116 |
resourceLimits? |
ResourceLimits |
Budgets for untrusted network responses, archives, and static scans. | policy.ts:118 |