Hey all. I was wondering if you knew why Claude Code might be getting 403s on core.tracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/. and core.svn?
⏺ Fetch(https://core.trac.wordpress.org/ticket/54488) ⎿ Error: Request failed with status code 403 ⏺ Fetch(https://core.svn.wordpress.org/trunk/wp-load.php) ⎿ Error: Request failed with status code 403 ⏺ Fetch(https://core.trac.wordpress.org/browser/trunk/CONTRIBUTING.md) ⎿ Error: Request failed with status code 403
Doesn’t sound super useful to blockBlock Block is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience., since the same code can be accessed on GH:
⏺ Fetch(https://github.com/WordPress/wordpress-develop/blob/trunk/CONTRIBUTING.md) ⎿ Received 189.1KB (200 OK)
On the other hand, there is no equiv of https://core.trac.wordpress.org/ticket/54488 on GH, so we’re at a loss here.