cleanup: remove deprecated agent profile files from agents/ #158
No reviewers
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/claude-custom!158
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "131-remove-deprecated-agents"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Remove 8 deprecated agent profile markdown files from
agents/. Phase 12 of plan-pal-e-agency consolidated to a 5-agent model (dev, qa, dottie, penny, betty-sue). PRs #125 and #128 removed all code references to the specialized agent types but left the profile files behind.Changes
agents/dev-backend.md.deprecated-- old specialized backend dev agentagents/dev-frontend.md.deprecated-- old specialized frontend dev agentagents/devops.md.deprecated-- old specialized devops agentagents/dev-qa.md.deprecated-- old specialized dev QA agentagents/frontend-qa.md.deprecated-- old specialized frontend QA agentagents/devops-qa.md.deprecated-- old specialized devops QA agentagents/dev.md.deprecated-- old version of dev profile (replaced by currentdev.md)agents/qa.md.deprecated-- old version of QA profile (replaced by currentqa.md)Test Plan
dev-backend,dev-frontend,devops,dev-qa,frontend-qa,devops-qa) inagents/returns zero matches.deprecatedinagents/returns zero matchesbetty-sue.md,dev.md,dottie.md,penny.md,qa.mdReview Checklist
Related
plan-pal-e-agency-- Phase 12 deprecated the specialized agentsPR #158 Review
BLOCKERS
None.
NITS
agent-*naming, but the repo actually had 8.deprecatedfiles (includingdev.md.deprecatedandqa.md.deprecated-- old versions of the current active profiles). Deleting all 8 is correct and stays within the issue's intent.SOP COMPLIANCE
131-remove-deprecated-agents)Closes #131present for auto-closeVERDICT: APPROVED
PR #158 Review
DOMAIN REVIEW
This is a pure file-deletion PR in a Claude Code configuration repo (shell hooks, JSON schemas, markdown agent profiles). The domain is agent configuration management.
Deletion inventory verified (8 files, 739 lines removed, 0 lines added):
agents/dev-backend.md.deprecated(76 lines) -- specialized backend dev agentagents/dev-frontend.md.deprecated(92 lines) -- specialized frontend dev agentagents/dev-qa.md.deprecated(106 lines) -- specialized backend QA agentagents/dev.md.deprecated(76 lines) -- old version of unified dev agentagents/devops-qa.md.deprecated(109 lines) -- specialized devops QA agentagents/devops.md.deprecated(82 lines) -- specialized devops agentagents/frontend-qa.md.deprecated(106 lines) -- specialized frontend QA agentagents/qa.md.deprecated(92 lines) -- old version of unified QA agentReference safety verified:
settings.jsonSubagentStart matcher:qa|dev|general-purpose|dottie|penny-- no deprecated types referencedschemas/agent-spawn-requirements.json: definesdev,qa,dottie,general-purpose,Explore,claude-code-guide-- no deprecated types referenceddev-backend,dev-frontend,devops-qa,dev-qa,frontend-qa: matches ONLY in the.deprecatedfiles being deleted.deprecated: zero matches outside the deleted fileshooks/directory: zero references to any deprecated agent typeREADME.md: referencesagents/generically andnvim-miniononly -- no deprecated agent namesActive agents untouched:
betty-sue.md,dev.md,dottie.md,penny.md,qa.mdare not modified by this PR.BLOCKERS
None.
NITS
None. Pure deletion of already-deprecated files with no remaining references. Clean as it gets.
SOP COMPLIANCE
131-remove-deprecated-agentsreferences issue #131plan-pal-e-agencyPhase 12, PR #125, PR #128cleanup: remove deprecated agent profile files from agents/PROCESS OBSERVATIONS
Low-risk housekeeping change. The deprecated files were already
.deprecated-suffixed and unreferenced by any code path after PRs #125 and #128. Merging this completes the agent consolidation from Phase 12 of plan-pal-e-agency. Zero change failure risk -- no runtime behavior is affected.VERDICT: APPROVED