Remove trigger phrases for a file or glob pattern from .claude/triggers.json
From total-recallnpx claudepluginhub brewpirate/zen-flow --plugin total-recallThis skill is limited to using the following tools:
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Read .claude/triggers.json. If it doesn't exist or is empty, report "No triggers to forget."
Match the user's argument against stored file paths:
src/auth/* removes all auth triggers)Remove matching entries from the triggers object.
Write the updated file back.
Report what was removed:
Removed 3 triggers:
- src/auth/middleware.ts (jwt route authentication guard)
- src/auth/session.ts (session token management)
- src/auth/roles.ts (role based access control)
If nothing matched, report "No triggers matched that pattern."