Skip to content

Commit c0e9e83

Browse files
Slava BotSlava Bot
authored andcommitted
chore: version annotations across packages
1 parent 18399db commit c0e9e83

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

packages/agents/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* CodeQual Agents Package
33
*
44
* Main export file for agent functionality
5+
* @version 2.1.0
56
*/
67

78
// Export multi-agent compatibility stubs

packages/core/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/**
22
* Core Module
3-
*
3+
*
44
* Export all core modules for use in other packages
5+
* @version 2.1.0
56
*/
67

78
// Logging

packages/monitoring/context-aware-monitoring.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/**
22
* Context-Aware Model Selection Monitoring
3-
*
3+
*
44
* Tracks performance improvements from using context-specific model configurations
5+
* @version 2.1.0
56
*/
67

78
import { createLogger } from '@codequal/core/utils';

turbo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
3+
"//": "Turborepo pipeline config v2.1",
34
"globalDependencies": ["**/.env.*local"],
45
"tasks": {
56
"build": {

0 commit comments

Comments
 (0)