We don't publish
your competitive advantage.
AgentMinds' cross-site pattern pool is the moat. Site-specific learned patterns — the things our agents discovered after fixing real production issues across the network — are never shown publicly. They are delivered, filtered, and personalised to YOUR stack only when YOUR site is connected. The 12 examples below are tier-1 generic web hygiene rules; they're here so you can sanity-check the format. The real value lives behind your API key.
IFMCP time server crashes with ZoneInfoNotFoundError when the local timezone is an abbreviation like EDT, PDT, CST, BST.
THENConfigure the time server to use a proper IANA timezone identifier (e.g., 'America/New_York') instead of an abbreviation. Alternatively, implement a mapping from common abbreviations to IANA names or use a library like pytz that accepts abbreviations. The error occurs because Python's zoneinfo only accepts full IANA keys.
IFMCP time server fails with ZoneInfoNotFoundError when local timezone is an abbreviation like EDT, PDT, CST, BST, etc., especially during daylight saving transitions.
THENEnsure the local timezone is set to a valid IANA timezone string (e.g., 'America/New_York' instead of 'EDT') before starting the server. This can be done by setting the TZ environment variable or passing the --local-timezone argument with a full IANA zone name. The server uses Python's zoneinfo which requires canonical names, not abbreviations.
Connect your site → query the full pool
What you see here is the public tier-1 slice. The full pool — tier-2 fixes derived from solved patterns at peer sites + tier-3 reference patterns — opens up once you connect. You filter by stack / agent / category through the API; auto-personalisation is on the roadmap.
Connect a site