From bc3162f71b5f9b2c22e94aff3f3f6d144c4bf66f Mon Sep 17 00:00:00 2001 From: Toni Juvani Date: Thu, 20 Aug 2026 09:32:00 +0300 Subject: [PATCH] chore: enable fa-platform-plugin and drop archived-repo references No .github-private or claude-shared references found in this repo. Claude-Session: https://claude.ai/code/session_01Jd8F654qUnhwoSLvQozdKu --- .claude/settings.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..33c3ac0 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,13 @@ +{ + "enabledPlugins": { + "fa-platform-plugin@tibber-claude-plugins": true + }, + "extraKnownMarketplaces": { + "tibber-claude-plugins": { + "source": { + "source": "github", + "repo": "tibber/claude-plugins" + } + } + } +}