Browse Source

fix: remove XML tags from abp-multi-tenancy skill description

pull/25041/head
maliming 3 weeks ago
parent
commit
211a37b764
No known key found for this signature in database GPG Key ID: A646B9CB645ECEA4
  1. 2
      .claude/skills/abp-multi-tenancy/SKILL.md

2
.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<IMultiTenant>(), 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

Loading…
Cancel
Save