@clipboard-health/ai-rules 2.18.1 → 2.18.3

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.1",
3
+ "version": "2.18.3",
4
4
  "description": "Pre-built AI agent rules for consistent coding standards.",
5
5
  "keywords": [
6
6
  "ai",
@@ -16,6 +16,7 @@ When a bug traces into a `@clipboard-health/*` library, read the source code in
16
16
  - **ai-rules**: Pre-built AI agent rules for consistent coding standards.
17
17
  - **analytics**: Type-safe analytics wrapper around our third-party analytics provider for user identification and event tracking.
18
18
  - **background-jobs-adapter**: Minimal adapter interface for background jobs operations supporting Mongo and Postgres implementations.
19
+ - **clearance**: Localhost HTTP/HTTPS egress proxy with hostname allow-listing, plus a macOS Safehouse integration for sandboxed agent processes.
19
20
  - **config**: Type-safe static configuration management: a pure function to resolve, validate against a Zod schema, and freeze configuration values.
20
21
  - **contract-core**: Shared Zod schemas for Clipboard's contracts.
21
22
  - **embedex**: Embed shared text and code snippets from source files into destination files.
@@ -23,6 +24,7 @@ When a bug traces into a `@clipboard-health/*` library, read the source code in
23
24
  - **eslint-plugin**: Clipboard's ESLint Plugin
24
25
  - **example-nestjs**: A NestJS application using our libraries, primarily for end-to-end testing.
25
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.
26
28
  - **json-api**: TypeScript-friendly utilities for adhering to the JSON:API specification.
27
29
  - **json-api-nestjs**: TypeScript-friendly utilities for adhering to the JSON:API specification with NestJS.
28
30
  - **mongo-jobs**: MongoDB-powered background jobs.