Commit Graph

  • fb1d903e6d docs(skills): add bootstrap guidance for cli/env/storage John Lindquist 2026-03-06 11:34:42 -07:00
  • 1232f51564 docs(marketplace): prioritize scripted integration add flow John Lindquist 2026-03-06 11:32:16 -07:00
  • ad945e34de feat(bootstrap): add bootstrap orchestration skill and command John Lindquist 2026-03-06 11:30:48 -07:00
  • 50c2b61ad2 chore: bump plugin version to 0.3.4 John Lindquist 2026-03-06 10:36:58 -07:00
  • 0dbf5de0e3 chore: bump plugin version to 0.3.3 John Lindquist 2026-03-06 10:17:16 -07:00
  • a5b9f7320a chore: bump plugin version to 0.3.2 John Lindquist 2026-03-06 09:48:04 -07:00
  • c68dfdfea3 docs(hooks): align dedup docs with env-var behavior John Lindquist 2026-03-06 09:29:09 -07:00
  • 94f96ba82c Add a new agent-browser skill (skills/agent-browser/SKILL.md) that triggers on dev server commands (next dev, npm run dev, pnpm dev, bun run dev, vite, nuxt dev, vercel dev), localhost URLs, curl localhost, open http URLs, and agent-browser/playwright/cypress commands. Include pathPatterns for agent-browser.json, playwright.config, cypress.config, and e2e test directories. Set priority 3. The SKILL.md content covers the core workflow (open, snapshot, interact, re-snapshot), dev server verification, command chaining, essential commands, form submission, auth with state persistence, data extraction, ref lifecycle, annotated screenshots, semantic locators, JS eval, and session management. Bump plugin.json version from 0.3.0 to 0.3.1. John Lindquist 2026-03-06 09:25:19 -07:00
  • b65283e8b4 test(session-timeline): add subagent env-var dedup integration John Lindquist 2026-03-06 09:25:04 -07:00
  • d07a36f12f test(patterns): add slack clone integration test file John Lindquist 2026-03-06 09:22:45 -07:00
  • 2335d0ae2f test(hooks): add notion-clone pattern routing tests John Lindquist 2026-03-06 09:21:25 -07:00
  • 96edbeb993 test(subagent): add fresh env dedup integration coverage John Lindquist 2026-03-06 09:20:10 -07:00
  • 38aa5488f2 docs(skills): add explicit dashboard URLs in misc skill docs John Lindquist 2026-03-06 08:35:51 -07:00
  • 38757fb5fd docs(observability-skill): add explicit dashboard URLs John Lindquist 2026-03-06 08:35:48 -07:00
  • 9df6396872 docs(ai-gateway): replace dashboard references with exact URLs John Lindquist 2026-03-06 08:35:12 -07:00
  • 1d5f084780 Add bodyPath to skill manifest entries, golden fixture tests, fuzz tests for glob and YAML parsers, and vercel-config key routing improvements. Bump version to 0.3.0. John Lindquist 2026-03-06 08:29:02 -07:00
  • b6dc63c269 Bump plugin.json version from 0.1.0 to 0.2.0 and remove the version field from package.json since it is a private package and the canonical version lives in .plugin/plugin.json. John Lindquist 2026-03-06 08:09:58 -07:00
  • c323ddea37 Add version field "0.1.0" to package.json to establish initial semver versioning for the vercel-plugin package. John Lindquist 2026-03-06 08:08:52 -07:00
  • 242d69f686 Extract the match/rank engine from pretooluse-skill-inject.mjs into patterns.mjs so it can be shared between the PreToolUse hook and a new CLI explain command. Add compileSkillPatterns() and rankMatches() to patterns.mjs. Refactor pretooluse-skill-inject.mjs to import and use the shared engine instead of inline matching logic. John Lindquist 2026-03-06 06:00:57 -07:00
  • 29b0737376 fix(hooks): switch dedup from temp file to env var John Lindquist 2026-03-05 22:13:55 -07:00
  • 0f9a36f392 fix(hooks): replace js-yaml with inline frontmatter parser John Lindquist 2026-03-05 21:29:34 -07:00
  • f0a1a52cd4 test(skill-map-frontmatter): add focused frontmatter regressions John Lindquist 2026-03-05 21:26:37 -07:00
  • 8781dbf6a7 chore(package): remove js-yaml runtime dependency John Lindquist 2026-03-05 21:25:55 -07:00
  • f838270eac refactor(hooks): extract shared patterns module and add validation John Lindquist 2026-03-05 20:45:14 -07:00
  • 1ce452ea2e test(pretooluse): migrate dedup tests to seen-skills env file John Lindquist 2026-03-05 20:23:26 -07:00
  • 8adc0eabdb feat(hooks): bootstrap seen-skills file on SessionStart John Lindquist 2026-03-05 20:21:58 -07:00
  • 54ae63500f docs(chat-sdk): rewrite skill content for Oracle audit John Lindquist 2026-03-05 18:49:46 -07:00
  • 02702b59b4 chore: remove unused vercel.txt John Lindquist 2026-03-05 15:48:28 -07:00
  • 138090762e Migrate skill triggers from skill-map.json to SKILL.md frontmatter John Lindquist 2026-03-05 15:35:05 -07:00
  • 753292ffd6 Create three new Vercel skills (cron-jobs, deployments-cicd, env-vars) with SKILL.md files covering setup, CLI commands, and gotchas. Harden the PreToolUse hook (hooks/pretooluse-skill-inject.mjs) by wrapping output in hookSpecificOutput, adding atomic file writes with renameSync, supporting VERCEL_PLUGIN_DEBUG env var alongside VERCEL_PLUGIN_HOOK_DEBUG, and using a safeNow() shim for performance.now compatibility. Expand skill-map.json with new trigger patterns for the added skills and broader coverage for existing ones. Rewrite and expand tests/pretooluse-skill-inject.test.ts to cover the new hook behavior, atomic writes, debug output, and deduplication logic. Add hooks/HOOKS.md documenting the hook architecture. Update vercel.md with new skill references. Add README.txt and vercel.txt with project overview and Vercel platform reference docs. Add .claude/settings.json for project-level Claude settings. John Lindquist 2026-03-05 08:05:01 -07:00
  • 5b43dbe07f fix: close plugin gaps found during Linear clone build session John Lindquist 2026-03-04 18:56:33 -07:00
  • 69031ac64e chore: expand skill-map trigger coverage and refactor PreToolUse hook John Lindquist 2026-03-04 17:38:29 -07:00
  • 86d0152a76 Expand skill-map trigger coverage and refactor PreToolUse hook script. John Lindquist 2026-03-04 13:51:38 -07:00
  • dab39f5bb6 Add three new skills (ai-elements, shadcn, json-render) and make OIDC the documented default auth for AI Gateway across the plugin. John Lindquist 2026-03-04 13:30:22 -07:00
  • 39940f6acb fix: update model IDs to latest and remove PreToolUse hook John Lindquist 2026-03-04 12:24:22 -07:00
  • ef3a7bbfb6 feat: enforce AI Gateway as default over direct provider SDKs John Lindquist 2026-03-04 11:20:08 -07:00
  • cc18742dbd chore: remove assets/ dir, point validator and tests at vercel.md John Lindquist 2026-03-04 11:10:33 -07:00
  • 4c9cc93665 fix: update generateObject/streamObject to AI SDK v6 Output.object() API John Lindquist 2026-03-04 11:07:22 -07:00
  • 758ae294d9 fix: remove unnecessary skills/commands/agents from plugin.json John Lindquist 2026-03-04 11:01:02 -07:00
  • a9ce4311f1 docs: update README for CLAUDE.md → vercel.md rename John Lindquist 2026-03-04 10:54:48 -07:00
  • 909db57f41 feat: inject vercel.md via SessionStart hook instead of CLAUDE.md John Lindquist 2026-03-04 10:45:53 -07:00
  • dbb17d4eeb refactor: move ecosystem graph + conventions to CLAUDE.md, remove rules/ John Lindquist 2026-03-04 10:22:29 -07:00
  • 211611ade6 docs(skills,commands): expand command guides, skill docs, and validation logic John Lindquist 2026-03-04 08:58:53 -07:00
  • 6a3c0d30e1 docs(manifest): align plugin.json and README with 21 skills John Lindquist 2026-03-03 20:18:29 -07:00
  • 7316796d68 test(validation): add test harness, coverage baseline, and orphan detection John Lindquist 2026-03-03 20:18:21 -07:00
  • 1947103a74 docs(skills): add microfrontends, OG image, and CLI cache guidance John Lindquist 2026-03-03 20:18:14 -07:00
  • d1b92034fc feat(skills): add 7 new skills for expanded Vercel coverage John Lindquist 2026-03-03 20:18:06 -07:00
  • 67df6739d8 feat(ecosystem): expand ecosystem graph and verification checklist John Lindquist 2026-03-03 20:17:58 -07:00
  • 0230e4c497 docs(skills): add GitHub repo links for observability, v0-dev, and vercel-storage John Lindquist 2026-03-03 15:55:44 -07:00
  • 206b7c7759 docs(vercel-skills): add verified GitHub repo links John Lindquist 2026-03-03 15:39:02 -07:00
  • 5ec3065104 docs(skills): add canonical GitHub repo links John Lindquist 2026-03-03 15:37:06 -07:00
  • 96e998867f docs(ai-skills): add canonical GitHub repo links John Lindquist 2026-03-03 15:35:27 -07:00
  • 625c52145a docs(ai-skills): update AI SDK domain to ai-sdk.dev John Lindquist 2026-03-03 15:34:58 -07:00
  • 372189c57e fix(skills): update broken and redirected doc URLs John Lindquist 2026-03-03 15:32:38 -07:00
  • 4a0300a59a docs(turbo-skills): update Turbo docs domain references John Lindquist 2026-03-03 15:30:56 -07:00
  • e81f33cc01 fix(vercel-storage): remove invalid Neon compat package docs John Lindquist 2026-03-03 15:28:35 -07:00
  • ed1b1951f5 fix(workflow): use world-postgres package and ai-sdk.dev URL John Lindquist 2026-03-03 15:28:28 -07:00
  • 2a56636bbe Initial commit: vercel-plugin project setup John Lindquist 2026-03-03 15:13:06 -07:00