@@ -17,7 +17,6 @@ agents/
1717│ ├── isolation-enforcement.md # Enforces agent isolation
1818│ ├── isolation-setup.md # Sets up isolation environment
1919│ ├── issue-manager.md # Manages GitHub issues and PRs
20- │ ├── parameter-architect.md # Designs parameter structures
2120│ ├── performance-optimizer.md # Optimizes calculations
2221│ ├── pr-pusher.md # Formats and pushes PRs
2322│ ├── program-reviewer.md # Reviews regulatory compliance
@@ -87,7 +86,7 @@ See `country-models/workflow.md` for detailed workflow documentation.
8786
8887## Complete Agent Directory
8988
90- ### Country Models Agents (16 )
89+ ### Country Models Agents (15 )
9190
9291| Agent | Description | Primary Use Case |
9392| -------| -------------| ------------------|
@@ -99,7 +98,6 @@ See `country-models/workflow.md` for detailed workflow documentation.
9998| ** implementation-validator** | Validates implementations for quality | Code quality assurance |
10099| ** integration-agent** | Advanced merge workflows | Branch management |
101100| ** issue-manager** | Finds or creates GitHub issues and PRs | Issue tracking and management |
102- | ** parameter-architect** | Designs comprehensive parameter structures | System design |
103101| ** performance-optimizer** | Optimizes benefit calculations for performance | Performance tuning |
104102| ** pr-pusher** | Formats and pushes PRs | PR quality control |
105103| ** program-reviewer** | Reviews government program implementations | Regulatory compliance |
@@ -150,8 +148,8 @@ See `country-models/workflow.md` for detailed workflow documentation.
150148
151149## Total Agent Count
152150
153- - ** Country Models** : 16 agents
151+ - ** Country Models** : 15 agents
154152- ** Root-Level** : 3 agents
155153- ** API** : 1 agent
156154- ** App** : 5 agents
157- - ** Total** : 25 agents
155+ - ** Total** : 24 agents
0 commit comments