What's new
Skip redirected routes (#54 — @DloomPlz)
When a page 307s (auth middleware, etc.), boneyard now stops after the first breakpoint instead of retrying 3x. Saves significant time on apps where most routes are behind login.
--cookie CLI flag (#54 — @DloomPlz)
Shorthand to pass auth cookies without touching the config file:
npx boneyard-js build --cookie "next-auth.session-token=abc123"
Repeatable for multiple cookies. Auto-sets domain from the target URL.
44 lines changed, no breaking changes. Both features are additive.