# Local dev URLs — never resolvable from CI
^http://localhost
^http://127\.0\.0\.1
^http://0\.0\.0\.0

# Internal-only / placeholder hosts referenced in examples
^https?://internal\.
^https?://example\.com
^https?://example\.invalid
^https?://api\.example\.com

# Typedoc-generated API pages — present at build time, not in repo
^/docs/api/

# Anchored fragments that mdx-lint can't resolve cleanly (per-page, fine in browser)
#strikes-known

# Transient: tree links to packages added in this PR; resolve on merge to main
^https://github\.com/AgentsKit-io/agentskit/tree/main/packages/(eval-braintrust|observability-langfuse|mcp)$

# Transient: new package not yet published to npm (resolves on release)
^https://www\.npmjs\.com/package/@agentskit/mcp$

# Private GitHub project board referenced from public docs
^https://github\.com/orgs/AgentsKit-io/projects/1$

# Demo GIFs not yet recorded; tracked separately
demos/.*\.gif$
img/examples/.*\.gif$

# Internal docs pages still being authored
docs/reference/recipes/scaffold-creator$
docs/reference/changelog$
