Remove deprecated agent profile files from agents/ #131

Closed
opened 2026-03-18 18:58:17 +00:00 by forgejo_admin · 0 comments
Contributor

Type

Feature

Lineage

Discovered scope from PR #128 (QA review nit)

Repo

forgejo_admin/claude-custom

User Story

As Betty Sue
I want deprecated agent profile .md files removed from agents/
So that the repo reflects the current 5-agent model and dead files don't confuse future readers

Context

Phase 12 of plan-pal-e-agency deprecated 6 specialized agent types, consolidating to single Dev + single QA. PR #125 cleaned the schema, PR #128 cleaned hooks and settings, but the agent profile markdown files still exist in agents/. These are dead files — no code references them since the case branches were removed in PR #128.

File Targets

Files to delete:

  • agents/agent-dev-backend.md
  • agents/agent-dev-frontend.md
  • agents/agent-devops.md
  • agents/agent-dev-qa.md
  • agents/agent-frontend-qa.md
  • agents/agent-devops-qa.md

Files NOT to touch:

  • agents/agent-dev.md — active
  • agents/agent-qa.md — active
  • agents/agent-dottie.md — active
  • Any other active agent profiles

Acceptance Criteria

  • All 6 deprecated agent profile files are deleted
  • No active agent profiles are affected
  • grep for deprecated agent slugs in agents/ returns zero matches

Test Expectations

  • Manual: verify remaining agent profiles are only active agents
  • Manual: spawn dev and qa agents — should still work (profiles loaded via pal-e-docs, not these files)

Constraints

  • Only delete files. Do not modify any remaining agent profiles.
  • Verify these files are truly unreferenced before deleting.

Checklist

  • PR opened
  • No unrelated changes
  • plan-pal-e-agency — Phase 12 deprecated the specialized agents
  • PR #125 — schema cleanup
  • PR #128 — hooks/settings cleanup
### Type Feature ### Lineage Discovered scope from PR #128 (QA review nit) ### Repo `forgejo_admin/claude-custom` ### User Story As Betty Sue I want deprecated agent profile .md files removed from agents/ So that the repo reflects the current 5-agent model and dead files don't confuse future readers ### Context Phase 12 of plan-pal-e-agency deprecated 6 specialized agent types, consolidating to single Dev + single QA. PR #125 cleaned the schema, PR #128 cleaned hooks and settings, but the agent profile markdown files still exist in `agents/`. These are dead files — no code references them since the case branches were removed in PR #128. ### File Targets Files to delete: - `agents/agent-dev-backend.md` - `agents/agent-dev-frontend.md` - `agents/agent-devops.md` - `agents/agent-dev-qa.md` - `agents/agent-frontend-qa.md` - `agents/agent-devops-qa.md` Files NOT to touch: - `agents/agent-dev.md` — active - `agents/agent-qa.md` — active - `agents/agent-dottie.md` — active - Any other active agent profiles ### Acceptance Criteria - [ ] All 6 deprecated agent profile files are deleted - [ ] No active agent profiles are affected - [ ] grep for deprecated agent slugs in agents/ returns zero matches ### Test Expectations - [ ] Manual: verify remaining agent profiles are only active agents - [ ] Manual: spawn dev and qa agents — should still work (profiles loaded via pal-e-docs, not these files) ### Constraints - Only delete files. Do not modify any remaining agent profiles. - Verify these files are truly unreferenced before deleting. ### Checklist - [ ] PR opened - [ ] No unrelated changes ### Related - `plan-pal-e-agency` — Phase 12 deprecated the specialized agents - PR #125 — schema cleanup - PR #128 — hooks/settings cleanup
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ldraney/claude-custom#131
No description provided.