cws/95-remove-remember-pluginTwo pieces of infrastructure are redundant and add complexity for zero benefit:
Remember plugin (remember@claude-plugins-official) — installed but never used
(.remember/remember.md stayed 0 bytes). Built-in auto memory + docs/agent-context.md
already provide cross-session continuity.
scripts/lib/github-api.sh curl fallback library — was a workaround for gh CLI TLS
issues in the Claude Code sandbox. Now that gh auth is fixed, the 332-line curl fallback
with Ruby JSON parsing is unnecessary complexity.
.claude/remember/config.json (tracked).remember/ gitignore entrySkill(remember) from .claude/settings.local.json allowlistscripts/lib/github-api.shscripts/create-pr.sh — direct gh CLI callsscripts/finalize-merge.sh — direct gh CLI calls.agents/skills/repo-flow/SKILL.md — remove fallback section.agents/skills/repo-flow/references/branch-pr-merge.mddocs/superpowers/plans/2026-03-22-script-hardening.mddocs/superpowers/specs/2026-03-22-script-hardening-design.md.codex/rollout/evidence/cws-94-fallback-and-flags.md