This is a legacy compatibility adapter for loading prior learnings and patterns into your session, now deprecated in favor of `ao lookup` and `ao context assemble`. It used to run automatically at startup in older AgentOps versions, injecting relevant knowledge from `.agents/learnings/`, `.agents/patterns/`, and global memory with recency-based decay scoring. Now it only works as a manual fallback when you explicitly call `/inject [topic]` or `ao inject`. The interesting bit is the citation tracking it does after injection, recording which artifacts actually got used so frequently cited learnings get confidence boosts during post-mortems. If you're on AgentOps 3.0, skip this and use the newer retrieval commands instead.
npx skills add https://github.com/boshu2/agentops --skill inject