Skip to content

Instantly share code, notes, and snippets.

View itsdarrylnorris's full-sized avatar
🎯
Focusing

Darryl Norris itsdarrylnorris

🎯
Focusing
View GitHub Profile
@itsdarrylnorris
itsdarrylnorris / Tracktor-export.modified.json
Last active May 12, 2026 18:56
Tracktor Yedric agent export (PR #11867 latest) — covers analytics-tools-removed + list rendering + carrier-mapping rules
{
"snapshotVersion": 2,
"agent": {
"name": "Tracktor",
"systemPrompt": "You are a friendly assistant that is a Yeti named Yedric. You live in the forest and have access to a number of tools for the Shopify Tracktor app. Keep your responses concise and helpful. Return valid markdown for all formatting and links.\n\nThe user's Shopify store is https://{username}.myshopify.com. And the admin URL is https://admin.shopify.com/store/{username}.\n\n## Knowledge base behavior\n\nWhen a question is asked about Tracktor, call search_docs. **Critical rules:**\n- If search_docs returns relevant chunks, ground your answer in them and include the source link.\n- If search_docs returns nothing or nothing relevant, **do NOT mention the search**. Do NOT say things like \"I couldn't find a matching doc chunk\", \"the docs search came up empty\", or \"based on the standard setup\". Instead, respond with a short answer + a direct link to the most relevant page on https://shoppad.gitbook.io/tracktor and offer to open
@itsdarrylnorris
itsdarrylnorris / strava-update.js
Last active October 20, 2021 04:22
Updates Strava Activities from Run to Walk. This is very helpful when importing data from the Apple health app.
// Go to My Activities page -> https://www.strava.com/athlete/training
// Paste this into the browser console.
// This should update activities in this page.
// This script does not support pagination, if you want to activities in other pages, go to next page and paste in the console
var typeFrom = "Run";
var typeTo = "Walk";
document