Skip to content

Commit 41b0e04

Browse files
Fix year from 2024 to 2025 across all documentation
- Updated project creation date to August 24, 2025 - Fixed all references from 2024 to 2025 - Corrected README.md roadmap dates - Updated docs/overview.md with correct year - Note: Project was created August 24, 2025 (one week ago) 🤖 Generated with Claude Code Co-Authored-By: Claude <[email protected]>
1 parent c4813c5 commit 41b0e04

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
## ⚡ Quick Install (30 Seconds)
2525

26-
> **Created**: August 24, 2024
26+
> **Created**: August 24, 2025
2727
> **Lines of Code**: 335,998+ in src/ folder alone
2828
> **Test Coverage**: 184 comprehensive tests
2929
@@ -1147,7 +1147,7 @@ Found a security issue? Please email [email protected] or create a privat
11471147

11481148
## 🗺️ Roadmap
11491149

1150-
> **Note**: Agentwise was created on August 24, 2024
1150+
> **Note**: Agentwise was created on August 24, 2025
11511151
11521152
### ✅ Completed
11531153
- [x] Core orchestration system with 5 specialist agents
@@ -1157,7 +1157,7 @@ Found a security issue? Please email [email protected] or create a privat
11571157
- [x] Hallucination detection and prevention
11581158
- [x] Automatic agent discovery for custom agents
11591159

1160-
### ✅ Completed Features (August 2024)
1160+
### ✅ Completed Features (August 2025)
11611161
- [x] **Core System** - 335,998+ lines of code with 184 tests
11621162
- [x] **11 Agents** - 8 core agents + 3 local-only specialists
11631163
- [x] **Context 3.0** - Verified 64.6% token reduction

docs-site/src/app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default function Home() {
5454
>
5555
<div className="inline-flex items-center space-x-2 px-4 py-2 rounded-full bg-violet-100 dark:bg-violet-900/20 text-violet-700 dark:text-violet-400 mb-6">
5656
<Sparkles className="h-4 w-4" />
57-
<span className="text-sm font-medium">v2.2.0 - Self-Improving Agents & 99.3% Token Optimization</span>
57+
<span className="text-sm font-medium">v2.2.0 - 335,998+ Lines of Code & 99.3% Token Optimization</span>
5858
</div>
5959
<h1 className="text-5xl md:text-7xl font-bold mb-6">
6060
Multi-Agent Orchestration
@@ -177,7 +177,7 @@ export default function Home() {
177177

178178
<div className="grid md:grid-cols-2 lg:grid-cols-3 gap-6">
179179
{[
180-
{ icon: Terminal, title: "27+ MCP Servers", desc: "Figma, GitHub, databases, and more" },
180+
{ icon: Terminal, title: "25 MCP Servers", desc: "Verified integrations for Figma, GitHub, databases" },
181181
{ icon: Cpu, title: "Smart Model Routing", desc: "Automatic selection of optimal models" },
182182
{ icon: Globe, title: "Local Model Support", desc: "Ollama, LM Studio integration" },
183183
{ icon: Code2, title: "Dynamic Agents", desc: "Create custom specialized agents" },

docs/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Agentwise is a comprehensive development platform that transforms project creati
77
## Statistics
88

99
- **Lines of Code**: 335,998+ lines in src/ folder alone
10-
- **Created**: August 24, 2024
10+
- **Created**: August 24, 2025
1111
- **Agents**: 11 total (8 core agents + 3 local-only agents)
1212
- **MCP Servers**: 25 verified and integrated
1313
- **Commands**: 30+ custom commands

0 commit comments

Comments
 (0)