@clipboard-health/ai-rules 2.18.4 → 2.18.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clipboard-health/ai-rules",
3
- "version": "2.18.4",
3
+ "version": "2.18.5",
4
4
  "description": "Pre-built AI agent rules for consistent coding standards.",
5
5
  "keywords": [
6
6
  "ai",
@@ -24,7 +24,7 @@ When a bug traces into a `@clipboard-health/*` library, read the source code in
24
24
  - **eslint-plugin**: Clipboard's ESLint Plugin
25
25
  - **example-nestjs**: A NestJS application using our libraries, primarily for end-to-end testing.
26
26
  - **execution-context**: A lightweight Node.js utility for managing execution contexts and metadata aggregation using AsyncLocalStorage.
27
- - **groundcrew**: Linear-driven orchestrator that launches AI coding agents in isolated git worktrees, with workspace lifecycle, sandbox auth, and usage tracking.
27
+ - **groundcrew**: Linear-driven orchestrator that launches AI coding agents in git worktrees, with workspace lifecycle, Sprite remote runners, and usage tracking.
28
28
  - **json-api**: TypeScript-friendly utilities for adhering to the JSON:API specification.
29
29
  - **json-api-nestjs**: TypeScript-friendly utilities for adhering to the JSON:API specification with NestJS.
30
30
  - **mongo-jobs**: MongoDB-powered background jobs.