Fix provider config hot reload

This commit is contained in:
LPF
2026-03-19 22:46:37 +08:00
parent 971ac8ddb9
commit e9bd7891cc
11 changed files with 93 additions and 548 deletions

View File

@@ -1,19 +0,0 @@
---
name: context7
description: Intelligent documentation search and context using context7 service.
---
# Context7
Query documentation and repositories for intelligent context.
## Usage
```bash
npx tsx /root/.clawgo/skills/context7/query.ts context <owner/repo> <query>
```
Example:
```bash
npx tsx /root/.clawgo/skills/context7/query.ts context YspCoder/clawgo "How does the skill system work?"
```