chore(agents): adopt agent baseline + deploy skill#76
Merged
Conversation
Run @gleanwork/configure-agents: promote CLAUDE.md into AGENTS.md (CLAUDE.md becomes a pointer), add the agent-baseline CI drift check, and author skills/SKILL.md. The SKILL.md teaches a consuming AI to use the package: the build-time plugin, deploying the MCP endpoint via the single generic createWebRequestHandler (with per-platform wrapper + config guidance for Cloudflare Workers, modern Netlify functions, Vercel Edge, Deno, Bun), and the local Node dev server. It points at the published .d.ts for signatures rather than transcribing them. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Via
@gleanwork/configure-agents:AGENTS.md— promoted from the existingCLAUDE.md(build commands + architecture), with the runtime-adapter section updated to the consolidatedcreateWebRequestHandler+ Node dev server.CLAUDE.md— now a thin pointer (@AGENTS.md)..github/workflows/agent-baseline.yml— CI drift check.skills/SKILL.md— hand-authored library skill.The skill
Teaches a consuming AI how to use the package end-to-end:
build/mcp/artifacts;createWebRequestHandler, with the per-platform wrapper + config glue to scaffold (Cloudflarewrangler.toml+ Data rule, modern Netlify functions, Vercel Edge, Deno, Bun);baseUrl).Per the configure-agents rule, it points at the published
.d.tsfor signatures rather than transcribing them, so it won't rot against the types.Verification
configure-agents checkpasses ("Baseline OK"); Prettier clean on all new/changed files; snippets:check still green.🤖 Generated with Claude Code