Group of 2 Use it now Notable
Claude Code now checks compliance taints and federation-enforced restrictions before remote config is even loaded
What
A new compliance/federation enforcement mechanism was added:
- New helper functions implement checks around "compliance_taints" and restriction keys prefixed
enforce_/require_, plus a newANTHROPIC_FEDERATION_RULE_IDenvironment variable used to build a federation cache key. - The feature-gate check that runs when a cached permission value is missing was reworked to first consult a new set of session-local "hinted" denials and compliance taints before remote config has even loaded, gated behind an internal check that requires first-party Anthropic authentication.
Why
This lets organization-enforced compliance restrictions apply immediately, even before the remote configuration that normally carries them has finished loading, closing a gap where early actions could bypass a restriction.
Names in the bundleANTHROPIC_FEDERATION_RULE_IDANTHROPIC_ORGANIZATION_ID
Documented inapi/agents-and-tools/mcp-tunnels/deploy-compose