You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "@cloudflare/think + Workflows triage bot. Worker accepts POST /issue, clones a repo into a container-backed Workspace, triages the issue, attempts a fix, and posts a patch + DONE to a webhook.",
"scripts": {
"dev": "wrangler dev --ip 0.0.0.0",
"deploy": "wrangler deploy",
"typecheck": "tsc --noEmit",
"seed:r2": "wrangler r2 object put think-example-skills/.agents/skills/triage/SKILL.md --file ./seed/r2-skills/.agents/skills/triage/SKILL.md --remote",
"seed:r2:local": "wrangler r2 object put think-example-skills/.agents/skills/triage/SKILL.md --file ./seed/r2-skills/.agents/skills/triage/SKILL.md --local"