Audit and cleanup: commit recent work, purge GitHub-era cruft (#36) #37
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!37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "36-audit-and-cleanup-commit-recent-work-rem"
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
Changes
CLAUDE.md: Rewrite from Devy to Betty Sue personalityhooks/check-agent-spawn.sh: Allowproject-*refs in addition toplan-*hooks/session-start-context.sh: Add personality injection from pal-e-docssettings.local.json: Switch MCP servers to notion, pal-e-docs, forgejoplugins/blocklist.json,plugins/known_marketplaces.json: Auto-generated cache updatesagents/nvim-minion/,docs/,dotfiles/,github/,patterns/,projects/,commands/Test Plan
ls -la ~/.claude/CLAUDE.mdshows Betty Sue contentReview Checklist
Related Notes
project-ai-agency— the AI agency projectplan-2026-02-25-agent-profiles— agent profiles planPR #37 Review
BLOCKERS
None. The changes are clean and well-scoped.
NITS
plugins/known_marketplaces.jsoncontains macOS path (line 7):installLocationreferences/Users/ldraney/.claude/plugins/marketplaces/claude-plugins-official-- this is a macOS path in what is now a Linux (Arch) environment. This file is auto-generated by Claude Code, so it may self-correct, but it's worth noting that this is leftover from the macOS era. Non-blocking since it's auto-generated cache.settings.local.jsoncontains stale macOS/Fly.io references (pre-existing, not introduced by this PR): Line 19 hasBash(/Users/ldraney/fly/tamara-health-check.sh:*)and multipleBash(fly ...:*)permissions for a Fly.io workflow that appears defunct. These are GitHub-era cruft in the permissions list that survived the cleanup. Consider addressing in a follow-up issue.settings.jsonhas potentially staleenabledMcpjsonServers(pre-existing):agent-manager,mcp-nvim,ts-tools,nvim-helper,abletonare listed but may be GitHub-era remnants. Same follow-up recommendation.Review Checklist items all unchecked: The PR body's
## Review Checklisthas all 4 items unchecked ([ ]). Ideally the Dev agent checks these before submitting. Non-blocking for a cleanup PR.Related NotesusesIssue #36instead of a note slug: Thetemplate-pr-bodyspecifies note slugs in backticks (e.g.,issue-slug). The PR body usesIssue #36 -- Audit and cleanupwhich is a Forgejo issue reference, not a pal-e-docs note slug. This is a minor template deviation. The plan slug is correctly referenced.SOP COMPLIANCE
36-audit-and-cleanup-commit-recent-work-remstarts with36, matching issue #36template-pr-body-- All 5 required sections present: Summary, Changes, Test Plan, Review Checklist, Related Notesplan-2026-02-25-agent-profilescorrectly referenced~/secrets/are path references only (pre-existing inforgejo-helper.shandCLAUDE.md), not credential valuesremind-update-docs.sh,stop-doc-checkin.sh) andskills/plan/SKILL.mdare part of the "3 days of uncommitted work" being committed, which is within scopeCommit recent work: Betty Sue personality, hook improvements (#36)Update auto-generated plugin cache files (#36)Remove GitHub-era cruft: agents, docs, dotfiles, patterns, projects, commands (#36)VERDICT: APPROVED
Clean, well-organized cleanup PR. The 3-commit structure (new work, auto-generated updates, deletions) is logical and easy to review. No secrets, no scope creep, no correctness issues in the code changes. The nits about stale macOS paths in
settings.local.jsonandsettings.jsonare pre-existing and could be addressed in a follow-up cleanup issue.