loopwind 0.25.1 → 0.25.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commands/agent.js +1 -1
- package/package.json +1 -1
package/dist/commands/agent.js
CHANGED
|
@@ -16,7 +16,7 @@ async function getAgentMarkdown() {
|
|
|
16
16
|
// Add YAML frontmatter for Claude Code sub-agent
|
|
17
17
|
const frontmatter = `---
|
|
18
18
|
name: loopwind
|
|
19
|
-
description:
|
|
19
|
+
description: MUST BE USED when working with .loopwind/ templates or loopwind CLI. Use PROACTIVELY when user mentions .loopwind/, template rendering, OG images, social cards, or animated videos.
|
|
20
20
|
tools: Read, Write, Edit, Bash, Glob, Grep
|
|
21
21
|
---
|
|
22
22
|
|