agentic-qe 1.3.0 → 1.3.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/.claude/skills/skill-builder/SKILL.md +1 -1
- package/CHANGELOG.md +188 -593
- package/README.md +14 -6
- package/dist/cli/commands/config/set.d.ts.map +1 -1
- package/dist/cli/commands/config/set.js +8 -2
- package/dist/cli/commands/config/set.js.map +1 -1
- package/dist/cli/commands/init.d.ts.map +1 -1
- package/dist/cli/commands/init.js +15 -12
- package/dist/cli/commands/init.js.map +1 -1
- package/dist/learning/LearningEngine.d.ts.map +1 -1
- package/dist/learning/LearningEngine.js +4 -1
- package/dist/learning/LearningEngine.js.map +1 -1
- package/dist/utils/SecureRandom.d.ts.map +1 -1
- package/dist/utils/SecureRandom.js +24 -3
- package/dist/utils/SecureRandom.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: "Skill Builder"
|
|
3
3
|
description: "Create new Claude Code Skills with proper YAML frontmatter, progressive disclosure structure, and complete directory organization. Use when you need to build custom skills for specific workflows, generate skill templates, or understand the Claude Skills specification."
|
|
4
4
|
---
|
|
5
5
|
|