From 211a37b764e71ad99d8b59f4e8b27f2f457907cc Mon Sep 17 00:00:00 2001 From: maliming Date: Mon, 9 Mar 2026 18:15:02 +0800 Subject: [PATCH] fix: remove XML tags from abp-multi-tenancy skill description --- .claude/skills/abp-multi-tenancy/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/skills/abp-multi-tenancy/SKILL.md b/.claude/skills/abp-multi-tenancy/SKILL.md index 1e2cf95e22..3ad892ef15 100644 --- a/.claude/skills/abp-multi-tenancy/SKILL.md +++ b/.claude/skills/abp-multi-tenancy/SKILL.md @@ -1,6 +1,6 @@ --- name: abp-multi-tenancy -description: ABP Multi-Tenancy - IMultiTenant interface, CurrentTenant, CurrentTenant.Change(), DataFilter.Disable(), tenant resolution order, database-per-tenant. Use when working with multi-tenant features, tenant-specific data isolation, or switching tenant context. +description: ABP Multi-Tenancy - IMultiTenant interface, CurrentTenant, CurrentTenant.Change(), DataFilter.Disable(IMultiTenant), tenant resolution order, database-per-tenant. Use when working with multi-tenant features, tenant-specific data isolation, or switching tenant context. --- # ABP Multi-Tenancy