Skip to content

Commit f91d9b2

Browse files
Fix dates and agent count, remove development files
- Corrected creation date to August 20, 2025 (not August 24) - Updated agent count to 8 core agents (excluding 3 local-only agents) - Removed tests/ folder from GitHub (development files, kept local) - Removed validate-tests.js from GitHub (development file) - Updated .gitignore to exclude test files and implementation_summary.md - Updated GitHub repository description to show 8 agents - Fixed all documentation to reflect accurate statistics Note: Local-only agents are not included in public count as they are system-specific and not part of the distributed package. 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 41b0e04 commit f91d9b2

13 files changed

+9
-7006
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ test-workspace/
128128
test-*.js
129129
test-*.ts
130130
VERIFIED_RESULTS.md
131+
tests/
132+
validate-tests.js
133+
implementation_summary.md
131134

132135
# State files
133136
.agentwise-state.json

README.md

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

2424
## ⚡ Quick Install (30 Seconds)
2525

26-
> **Created**: August 24, 2025
26+
> **Created**: August 20, 2025
2727
> **Lines of Code**: 335,998+ in src/ folder alone
2828
> **Test Coverage**: 184 comprehensive tests
2929
@@ -56,7 +56,7 @@ Full setup instructions: https://github.com/VibeCodingWithPhil/agentwise/blob/ma
5656

5757
### ✅ What Gets Installed
5858

59-
- **11 Specialized Agents** (8 core + 3 local-only) working in parallel
59+
- **8 Specialized Agents** working in parallel
6060
- **Global `/monitor` command** accessible from anywhere
6161
- **Sandboxed execution** - no `--dangerously-skip-permissions` needed
6262
- **Token optimization** - Verified 99.3% reduction with Context 3.0 + Knowledge Graph
@@ -1147,7 +1147,7 @@ Found a security issue? Please email vibephilcoding@gmail.com or create a privat
11471147

11481148
## 🗺️ Roadmap
11491149

1150-
> **Note**: Agentwise was created on August 24, 2025
1150+
> **Note**: Agentwise was created on August 20, 2025
11511151
11521152
### ✅ Completed
11531153
- [x] Core orchestration system with 5 specialist agents
@@ -1159,7 +1159,7 @@ Found a security issue? Please email vibephilcoding@gmail.com or create a privat
11591159

11601160
### ✅ Completed Features (August 2025)
11611161
- [x] **Core System** - 335,998+ lines of code with 184 tests
1162-
- [x] **11 Agents** - 8 core agents + 3 local-only specialists
1162+
- [x] **8 Core Agents** - Specialized agents for all development tasks
11631163
- [x] **Context 3.0** - Verified 64.6% token reduction
11641164
- [x] **Knowledge Graph** - Verified 98.1% token reduction
11651165
- [x] **Combined Systems** - Verified 99.3% total token reduction

docs/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ 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, 2025
11-
- **Agents**: 11 total (8 core agents + 3 local-only agents)
10+
- **Created**: August 20, 2025
11+
- **Agents**: 8 core agents
1212
- **MCP Servers**: 25 verified and integrated
1313
- **Commands**: 30+ custom commands
1414
- **Test Coverage**: 184 comprehensive tests

tests/README.md

Lines changed: 0 additions & 305 deletions
This file was deleted.

0 commit comments

Comments
 (0)