zeph 0.19.2

Lightweight AI agent with hybrid inference, skills-first architecture, and multi-channel I/O
# Lychee link checker configuration
# https://lychee.cli.rs/usage/config/

# Exclude badge image URLs and external services
exclude = [
  "https://img.shields.io/.*",
  "https://codecov.io/.*",
  "https://docs.rs/.*",
  "https://crates.io/.*",
  # Spec sites — rate-limit or block CI user-agents
  "https://agentskills.io/.*",
  "https://modelcontextprotocol.io/.*",
  "https://agentclientprotocol.com/.*",
  "https://platform.claude.com/.*",
  # Requires GitHub auth
  "https://github.com/.*/security/advisories/.*",
  # Gist — intermittently returns 404 in CI
  "https://gist.github.com/egmontkob/.*",
  # VS Marketplace — blocks CI user-agents
  "https://marketplace.visualstudio.com/.*",
]

# Skip URLs that require authentication
exclude_loopback = true