Skip to content

Commit 8950038

Browse files
authored
Merge pull request #118 from hua7450/slim-parameter-rules-agents
Merge parameter-architect into rules-engineer
2 parents 4ffea84 + 68e8dd0 commit 8950038

File tree

11 files changed

+124
-926
lines changed

11 files changed

+124
-926
lines changed

.claude-plugin/marketplace.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
"./agents/country-models/isolation-enforcement.md",
5353
"./agents/country-models/isolation-setup.md",
5454
"./agents/country-models/issue-manager.md",
55-
"./agents/country-models/parameter-architect.md",
5655
"./agents/country-models/performance-optimizer.md",
5756
"./agents/country-models/pr-pusher.md",
5857
"./agents/country-models/program-reviewer.md",
@@ -280,7 +279,6 @@
280279
"./agents/country-models/isolation-enforcement.md",
281280
"./agents/country-models/isolation-setup.md",
282281
"./agents/country-models/issue-manager.md",
283-
"./agents/country-models/parameter-architect.md",
284282
"./agents/country-models/performance-optimizer.md",
285283
"./agents/country-models/pr-pusher.md",
286284
"./agents/country-models/program-reviewer.md",

agents/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

agents/country-models/ci-fixer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ grep -A 20 "class tanf_gross_earned_income" policyengine_us/variables/gov/usda/s
407407

408408
**4. Parameter Issues:**
409409
- **Symptom:** Parameter value is wrong or parameter structure is invalid
410-
- **Action:** Invoke @parameter-architect with:
410+
- **Action:** Invoke @rules-engineer with:
411411
- Parameter file that needs fixing
412412
- Correct value from documentation
413413
- Ask to update parameter
@@ -420,7 +420,7 @@ if calculation_error:
420420
elif test_expectation_wrong:
421421
invoke_agent("test-creator", f"Update {test_file}: calculation shows {correct_value}")
422422
elif parameter_wrong:
423-
invoke_agent("parameter-architect", f"Fix {param_file}: should be {correct_value}")
423+
invoke_agent("rules-engineer", f"Fix {param_file}: should be {correct_value}")
424424
```
425425

426426
**YOU MUST:**

agents/country-models/parameter-architect.md

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

0 commit comments

Comments
 (0)