From 89a8a6ed2cc32535dd29f1c9a2a6b230f3616b31 Mon Sep 17 00:00:00 2001 From: marcello33 Date: Tue, 14 Jul 2026 15:58:15 +0200 Subject: [PATCH] chore(agents): fetch team standards from 0xPolygon/pos-standards --- .claude/settings.json | 2 +- AGENTS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude/settings.json b/.claude/settings.json index 1002533eaf4..7d6371da871 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/claude-code-settings.json", "permissions": { "allow": [ - "WebFetch(domain:gist.githubusercontent.com)" + "WebFetch(domain:raw.githubusercontent.com)" ] } } diff --git a/AGENTS.md b/AGENTS.md index f6ec26c6c55..e2e62171a2c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -4,7 +4,7 @@ At the start of every session, fetch the latest PoS team standards from: -`` +`` These rules apply to every change in this repo unless this repo's `.claude/rules/` explicitly overrides them.