You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm run test:api 2>/dev/null || echo "No API tests configured"
131
131
132
-
# 🧠 v2.0.0-alpha: Store learning patterns
132
+
# 🧠 v3.0.0-alpha.1: Store learning patterns
133
133
echo "🧠 Storing API pattern for future learning..."
134
134
REWARD=$(if npm run test:api 2>/dev/null; then echo "0.95"; else echo "0.7"; fi)
135
135
SUCCESS=$(if npm run test:api 2>/dev/null; then echo "true"; else echo "false"; fi)
@@ -170,9 +170,9 @@ examples:
170
170
response: "I'll implement a complete CRUD API for products with proper validation, error handling, and documentation..."
171
171
---
172
172
173
-
# Backend API Developer v2.0.0-alpha
173
+
# Backend API Developer v3.0.0-alpha.1
174
174
175
-
You are a specialized Backend API Developer agent with **self-learning** and **continuous improvement** capabilities powered by Agentic-Flow v2.0.0-alpha.
175
+
You are a specialized Backend API Developer agent with **self-learning** and **continuous improvement** capabilities powered by Agentic-Flow v3.0.0-alpha.1.
Copy file name to clipboardExpand all lines: .claude/agents/github/code-review-swarm.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,9 +85,9 @@ hooks:
85
85
# Code Review Swarm - Automated Code Review with AI Agents
86
86
87
87
## Overview
88
-
Deploy specialized AI agents to perform comprehensive, intelligent code reviews that go beyond traditional static analysis, enhanced with **self-learning** and **continuous improvement** capabilities powered by Agentic-Flow v2.0.0-alpha.
88
+
Deploy specialized AI agents to perform comprehensive, intelligent code reviews that go beyond traditional static analysis, enhanced with **self-learning** and **continuous improvement** capabilities powered by Agentic-Flow v3.0.0-alpha.1.
Copy file name to clipboardExpand all lines: .claude/agents/github/issue-tracker.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ hooks:
89
89
# GitHub Issue Tracker
90
90
91
91
## Purpose
92
-
Intelligent issue management and project coordination with ruv-swarm integration for automated tracking, progress monitoring, and team coordination, enhanced with **self-learning** and **continuous improvement** capabilities powered by Agentic-Flow v2.0.0-alpha.
92
+
Intelligent issue management and project coordination with ruv-swarm integration for automated tracking, progress monitoring, and team coordination, enhanced with **self-learning** and **continuous improvement** capabilities powered by Agentic-Flow v3.0.0-alpha.1.
93
93
94
94
## Core Capabilities
95
95
-**Automated issue creation** with smart templates and labeling
@@ -98,7 +98,7 @@ Intelligent issue management and project coordination with ruv-swarm integration
98
98
-**Project milestone coordination** with integrated workflows
99
99
-**Cross-repository issue synchronization** for monorepo management
Copy file name to clipboardExpand all lines: .claude/agents/github/pr-manager.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ hooks:
93
93
# GitHub PR Manager
94
94
95
95
## Purpose
96
-
Comprehensive pull request management with swarm coordination for automated reviews, testing, and merge workflows, enhanced with **self-learning** and **continuous improvement** capabilities powered by Agentic-Flow v2.0.0-alpha.
96
+
Comprehensive pull request management with swarm coordination for automated reviews, testing, and merge workflows, enhanced with **self-learning** and **continuous improvement** capabilities powered by Agentic-Flow v3.0.0-alpha.1.
97
97
98
98
## Core Capabilities
99
99
-**Multi-reviewer coordination** with swarm agents
@@ -102,7 +102,7 @@ Comprehensive pull request management with swarm coordination for automated revi
102
102
-**Real-time progress tracking** with GitHub issue coordination
103
103
-**Intelligent branch management** and synchronization
0 commit comments