{"id":2673,"date":"2026-07-08T18:37:44","date_gmt":"2026-07-08T22:37:44","guid":{"rendered":"https:\/\/bitpost.com\/news\/?p=2673"},"modified":"2026-07-08T18:53:53","modified_gmt":"2026-07-08T22:53:53","slug":"my-global-claude-md","status":"publish","type":"post","link":"https:\/\/bitpost.com\/news\/2026\/my-global-claude-md\/","title":{"rendered":"My global CLAUDE.md"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Here is my global CLAUDE.md, it has only three purposes:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>use timeouts<\/li>\n\n\n\n<li>no hacks<\/li>\n\n\n\n<li>route easier tasks to cheap sub-agents<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">When using fable, it has proven itself to be excellent at slashing costs using the sub-agents routing.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<pre class=\"wp-block-preformatted\"># Global rules (apply to every session)<br><br>## Command timeouts &amp; fast diagnostics<br>- ALWAYS wrap a command that can hang or block in a timeout guard, and **start at `timeout 3s`**. Only start higher when there's a real, specific reason (e.g. an ssh round-trip plus remote work), and expand from 3s as needed. Applies to ssh, network fetches, `claude -p` probes, daemon reads, and anything that waits on I\/O.<br>- Keep diagnostics fast: prefer ONE batched command over many sequential round-trips; use the shortest `sleep`\/poll that works. The user actively watches and values speed \u2014 long unguarded commands and repeated long `sleep`s are unacceptable.<br><br>## Fix tooling, don't work around it<br>- When a tool, script, or generator has a gap that blocks the correct path (a missing flag, an unsafe default, no pause to review generated output before it ships), FIX THE TOOL \u2014 never hand-replicate its output to route around the gap. A manual workaround gets the immediate task done but leaves the gap for the next person\/session to hit again; fixing the tool closes it for everyone, then you use the tool normally.<br>- If a genuinely one-off manual step is unavoidable, say so explicitly and get agreement first \u2014 don't silently substitute it for the tool.<br><br>## Cost-efficient orchestration<br>- Default posture is **orchestrator**: route each unit of work to the **cheapest model that can do it correctly**, and reserve the expensive main model for decomposition, cross-cutting design, and validating what comes back.<br>- **Criticality overrides cost.** Trading strategy research and analysis \u2014 anything whose answer drives a strategy or money decision (claim verification, backtest interpretation, risk assessment) \u2014 runs on the BEST model end-to-end, never downgraded. Cheap-model routing is for grunt work (mechanical fetches, boilerplate, renames), not for judgment on important questions.<br>- Decompose a task into modular, isolated sub-tasks. Hand each subagent a **self-contained** prompt \u2014 exact files, exact edits, acceptance criteria \u2014 never a vague goal.<br>- Model routing: **Haiku** for mechanical, isolated work (boilerplate, single-file edits, mechanical search\/rename\/lint); **Sonnet** for well-scoped multi-file implementation; keep the orchestrator (main model) for planning and the return-payload logic check.<br>- Delegation has real overhead: the subagent re-reads files and you re-read its payload. Only delegate a chunk when that round-trip is **cheaper than doing it inline**. Do trivial one-shot steps yourself (a lint, a one-line edit, a quick grep). **Cost efficiency is the goal \u2014 not dogmatic deferral;** blind \"delegate everything\" wastes tokens on ceremony.<br>- Route reasoning **effort**, not just model: subagents take an effort tier \u2014 set `effort: 'low'` on mechanical sub-tasks and reserve high effort for judge\/verify\/design stages. Cheaper even on the same model.<br>- **Workflows inherit the expensive session model silently.** Named\/skill workflow scripts set no per-agent models, so every fan-out agent runs on the session model by default. Before launching one, edit its script to stamp the cheapest adequate model (and effort) per phase \u2014 search\/fetch\/mechanical \u2192 Haiku or Sonnet, adversarial verify \u2192 Sonnet, final synthesis\/judgment \u2192 the main model.<br>- On every subagent return, **validate before accepting** \u2014 but proportionally: full logic review for design-bearing returns; for mechanical batches, spot-check and let compile\/grep\/tests be the validator. Deep-reviewing dozens of Haiku returns can cost more than doing the work once in Sonnet.<\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n","protected":false},"excerpt":{"rendered":"<p>Here is my global CLAUDE.md, it has only three purposes: When using fable, it has proven itself to be excellent at slashing costs using the sub-agents routing. # Global rules (apply to every session)## Command timeouts &amp; fast diagnostics- ALWAYS wrap a command that can hang or block in a timeout guard, and **start at [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[19,10],"tags":[],"class_list":["post-2673","post","type-post","status-publish","format-standard","hentry","category-opensource","category-tricks-tips-tools"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Here is my global CLAUDE.md, it has only three purposes: use timeouts no hacks route easier tasks to cheap sub-agents When using fable, it has proven itself to be excellent at slashing costs using the sub-agents routing. # Global rules (apply to every session)## Command timeouts &amp; fast diagnostics- ALWAYS wrap a command that can\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"m\"\/>\n\t<meta name=\"keywords\" content=\"open source,tricks tips tools\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/bitpost.com\/news\/2026\/my-global-claude-md\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"bitpost.com\/news | Note to self\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"My global CLAUDE.md | bitpost.com\/news\" \/>\n\t\t<meta property=\"og:description\" content=\"Here is my global CLAUDE.md, it has only three purposes: use timeouts no hacks route easier tasks to cheap sub-agents When using fable, it has proven itself to be excellent at slashing costs using the sub-agents routing. # Global rules (apply to every session)## Command timeouts &amp; fast diagnostics- ALWAYS wrap a command that can\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/bitpost.com\/news\/2026\/my-global-claude-md\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-07-08T22:37:44+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-08T22:53:53+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"My global CLAUDE.md | bitpost.com\/news\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Here is my global CLAUDE.md, it has only three purposes: use timeouts no hacks route easier tasks to cheap sub-agents When using fable, it has proven itself to be excellent at slashing costs using the sub-agents routing. # Global rules (apply to every session)## Command timeouts &amp; fast diagnostics- ALWAYS wrap a command that can\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2026\\\/my-global-claude-md\\\/#article\",\"name\":\"My global CLAUDE.md | bitpost.com\\\/news\",\"headline\":\"My global CLAUDE.md\",\"author\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2026\\\/my-global-claude-md\\\/#articleImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg\",\"width\":96,\"height\":96,\"caption\":\"m\"},\"datePublished\":\"2026-07-08T18:37:44-04:00\",\"dateModified\":\"2026-07-08T18:53:53-04:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2026\\\/my-global-claude-md\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2026\\\/my-global-claude-md\\\/#webpage\"},\"articleSection\":\"Open Source, Tricks Tips Tools\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2026\\\/my-global-claude-md\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bitpost.com\\\/news\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/#listItem\",\"name\":\"Projects\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/#listItem\",\"position\":2,\"name\":\"Projects\",\"item\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/opensource\\\/#listItem\",\"name\":\"Open Source\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/opensource\\\/#listItem\",\"position\":3,\"name\":\"Open Source\",\"item\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/opensource\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2026\\\/my-global-claude-md\\\/#listItem\",\"name\":\"My global CLAUDE.md\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/#listItem\",\"name\":\"Projects\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2026\\\/my-global-claude-md\\\/#listItem\",\"position\":4,\"name\":\"My global CLAUDE.md\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/opensource\\\/#listItem\",\"name\":\"Open Source\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#person\",\"name\":\"m\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2026\\\/my-global-claude-md\\\/#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg\",\"width\":96,\"height\":96,\"caption\":\"m\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\",\"url\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/\",\"name\":\"m\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2026\\\/my-global-claude-md\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg\",\"width\":96,\"height\":96,\"caption\":\"m\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2026\\\/my-global-claude-md\\\/#webpage\",\"url\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2026\\\/my-global-claude-md\\\/\",\"name\":\"My global CLAUDE.md | bitpost.com\\\/news\",\"description\":\"Here is my global CLAUDE.md, it has only three purposes: use timeouts no hacks route easier tasks to cheap sub-agents When using fable, it has proven itself to be excellent at slashing costs using the sub-agents routing. # Global rules (apply to every session)## Command timeouts & fast diagnostics- ALWAYS wrap a command that can\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2026\\\/my-global-claude-md\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\"},\"datePublished\":\"2026-07-08T18:37:44-04:00\",\"dateModified\":\"2026-07-08T18:53:53-04:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#website\",\"url\":\"https:\\\/\\\/bitpost.com\\\/news\\\/\",\"name\":\"bitpost.com\\\/news\",\"description\":\"Note to self\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"My global CLAUDE.md | bitpost.com\/news","description":"Here is my global CLAUDE.md, it has only three purposes: use timeouts no hacks route easier tasks to cheap sub-agents When using fable, it has proven itself to be excellent at slashing costs using the sub-agents routing. # Global rules (apply to every session)## Command timeouts & fast diagnostics- ALWAYS wrap a command that can","canonical_url":"https:\/\/bitpost.com\/news\/2026\/my-global-claude-md\/","robots":"max-image-preview:large","keywords":"open source,tricks tips tools","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bitpost.com\/news\/2026\/my-global-claude-md\/#article","name":"My global CLAUDE.md | bitpost.com\/news","headline":"My global CLAUDE.md","author":{"@id":"https:\/\/bitpost.com\/news\/author\/m\/#author"},"publisher":{"@id":"https:\/\/bitpost.com\/news\/#person"},"image":{"@type":"ImageObject","@id":"https:\/\/bitpost.com\/news\/2026\/my-global-claude-md\/#articleImage","url":"https:\/\/secure.gravatar.com\/avatar\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg","width":96,"height":96,"caption":"m"},"datePublished":"2026-07-08T18:37:44-04:00","dateModified":"2026-07-08T18:53:53-04:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/bitpost.com\/news\/2026\/my-global-claude-md\/#webpage"},"isPartOf":{"@id":"https:\/\/bitpost.com\/news\/2026\/my-global-claude-md\/#webpage"},"articleSection":"Open Source, Tricks Tips Tools"},{"@type":"BreadcrumbList","@id":"https:\/\/bitpost.com\/news\/2026\/my-global-claude-md\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news#listItem","position":1,"name":"Home","item":"https:\/\/bitpost.com\/news","nextItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/projects\/#listItem","name":"Projects"}},{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/projects\/#listItem","position":2,"name":"Projects","item":"https:\/\/bitpost.com\/news\/category\/projects\/","nextItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/projects\/opensource\/#listItem","name":"Open Source"},"previousItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/projects\/opensource\/#listItem","position":3,"name":"Open Source","item":"https:\/\/bitpost.com\/news\/category\/projects\/opensource\/","nextItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/2026\/my-global-claude-md\/#listItem","name":"My global CLAUDE.md"},"previousItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/projects\/#listItem","name":"Projects"}},{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/2026\/my-global-claude-md\/#listItem","position":4,"name":"My global CLAUDE.md","previousItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/projects\/opensource\/#listItem","name":"Open Source"}}]},{"@type":"Person","@id":"https:\/\/bitpost.com\/news\/#person","name":"m","image":{"@type":"ImageObject","@id":"https:\/\/bitpost.com\/news\/2026\/my-global-claude-md\/#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg","width":96,"height":96,"caption":"m"}},{"@type":"Person","@id":"https:\/\/bitpost.com\/news\/author\/m\/#author","url":"https:\/\/bitpost.com\/news\/author\/m\/","name":"m","image":{"@type":"ImageObject","@id":"https:\/\/bitpost.com\/news\/2026\/my-global-claude-md\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg","width":96,"height":96,"caption":"m"}},{"@type":"WebPage","@id":"https:\/\/bitpost.com\/news\/2026\/my-global-claude-md\/#webpage","url":"https:\/\/bitpost.com\/news\/2026\/my-global-claude-md\/","name":"My global CLAUDE.md | bitpost.com\/news","description":"Here is my global CLAUDE.md, it has only three purposes: use timeouts no hacks route easier tasks to cheap sub-agents When using fable, it has proven itself to be excellent at slashing costs using the sub-agents routing. # Global rules (apply to every session)## Command timeouts & fast diagnostics- ALWAYS wrap a command that can","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/bitpost.com\/news\/#website"},"breadcrumb":{"@id":"https:\/\/bitpost.com\/news\/2026\/my-global-claude-md\/#breadcrumblist"},"author":{"@id":"https:\/\/bitpost.com\/news\/author\/m\/#author"},"creator":{"@id":"https:\/\/bitpost.com\/news\/author\/m\/#author"},"datePublished":"2026-07-08T18:37:44-04:00","dateModified":"2026-07-08T18:53:53-04:00"},{"@type":"WebSite","@id":"https:\/\/bitpost.com\/news\/#website","url":"https:\/\/bitpost.com\/news\/","name":"bitpost.com\/news","description":"Note to self","inLanguage":"en-US","publisher":{"@id":"https:\/\/bitpost.com\/news\/#person"}}]},"og:locale":"en_US","og:site_name":"bitpost.com\/news | Note to self","og:type":"article","og:title":"My global CLAUDE.md | bitpost.com\/news","og:description":"Here is my global CLAUDE.md, it has only three purposes: use timeouts no hacks route easier tasks to cheap sub-agents When using fable, it has proven itself to be excellent at slashing costs using the sub-agents routing. # Global rules (apply to every session)## Command timeouts &amp; fast diagnostics- ALWAYS wrap a command that can","og:url":"https:\/\/bitpost.com\/news\/2026\/my-global-claude-md\/","article:published_time":"2026-07-08T22:37:44+00:00","article:modified_time":"2026-07-08T22:53:53+00:00","twitter:card":"summary","twitter:title":"My global CLAUDE.md | bitpost.com\/news","twitter:description":"Here is my global CLAUDE.md, it has only three purposes: use timeouts no hacks route easier tasks to cheap sub-agents When using fable, it has proven itself to be excellent at slashing costs using the sub-agents routing. # Global rules (apply to every session)## Command timeouts &amp; fast diagnostics- ALWAYS wrap a command that can"},"aioseo_meta_data":{"post_id":"2673","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":{"subject":"","preview":"","content":""},"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-07-08 22:35:59","updated":"2026-07-08 22:53:53","seo_analyzer_scan_date":null},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p9M11L-H7","jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts\/2673","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/comments?post=2673"}],"version-history":[{"count":4,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts\/2673\/revisions"}],"predecessor-version":[{"id":2686,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts\/2673\/revisions\/2686"}],"wp:attachment":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/media?parent=2673"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/categories?post=2673"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/tags?post=2673"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}