# File Size Exemptions
#
# Files listed here are exempt from the check-file-size CI gate.
# Each entry MUST include a comment with a tracking issue link.
# When the refactor tracked in that issue is complete, remove the entry.
#
# Format: one file path per line (relative to repo root), comments with #
#
# Limits enforced by .github/workflows/check-file-size.yml:
#   Rust  : 1500 lines
#   Rust tests: 2000 lines
#   Python: 1000 lines (test files excluded)

# PIP-494 — trace.rs 1506L, needs LlmUsage/TokenTelemetry/TracePayload extraction
crates/dcc-mcp-gateway/src/gateway/admin/trace.rs
# PIP-687 — service.rs 1520L, exceeds 1500 limit
crates/dcc-mcp-skill-rest/src/service.rs
# PIP-1799 — capability_service.rs 1507L, exceeds 1500 limit by 7 lines
crates/dcc-mcp-gateway/src/gateway/capability_service.rs
