@uniswap/ai-toolkit-nx-claude 0.5.27 → 0.5.28

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.
@@ -572,17 +572,14 @@ Updating scripts/lefthook/lint-markdown.sh...
572
572
  Total comments processed: 3
573
573
  Comments addressed: 3
574
574
  Comments skipped: 0
575
- Files modified: 7
575
+ Files modified: 4
576
576
 
577
577
  **Files changed:**
578
578
 
579
579
  - scripts/lefthook/lint-markdown.sh
580
580
  - CLAUDE.md
581
- - .claude/commands/aggregate-people-team-faqs.md
582
- - .claude/agents/slack-fetcher.md
583
- - .claude/agents/slack-analyzer.md
584
- - .claude/agents/question-extractor.md
585
- - .claude/agents/deduplicator.md
581
+ - packages/plugins/development-productivity/skills/prompt-improver/skill.md
582
+ - src/utils/validation.ts
586
583
 
587
584
  🔍 Running code quality checks...
588
585
  ✅ Code formatting complete
@@ -592,13 +589,10 @@ Files modified: 7
592
589
 
593
590
  ```
594
591
 
595
- M .claude/agents/deduplicator.md
596
- M .claude/agents/question-extractor.md
597
- M .claude/agents/slack-analyzer.md
598
- M .claude/agents/slack-fetcher.md
599
- R .claude/commands/aggregate-faqs.md -> .claude/commands/aggregate-people-team-faqs.md
600
592
  M CLAUDE.md
593
+ M packages/plugins/development-productivity/skills/prompt-improver/skill.md
601
594
  M scripts/lefthook/lint-markdown.sh
595
+ M src/utils/validation.ts
602
596
 
603
597
  ```
604
598
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/ai-toolkit-nx-claude",
3
- "version": "0.5.27",
3
+ "version": "0.5.28",
4
4
  "private": false,
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.cjs",