chore: add agent baseline (AGENTS.md, skill, CI drift check)#83
Open
steve-calvert-glean wants to merge 1 commit into
Open
chore: add agent baseline (AGENTS.md, skill, CI drift check)#83steve-calvert-glean wants to merge 1 commit into
steve-calvert-glean wants to merge 1 commit into
Conversation
Onboards this repo to the gleanwork agent baseline via @gleanwork/configure-agents: - Promote the existing CLAUDE.md into AGENTS.md and leave CLAUDE.md as a thin pointer. - Add skills/SKILL.md teaching a consuming AI how to use the configure-mcp-server CLI (configuring an MCP client to connect to Glean's MCP server). It points at the CLI --help and command definitions rather than transcribing flags. - Add a CI workflow that drift-checks the baseline structure on every PR. - Add a skills-install block to the README. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
| ### Three Main Commands | ||
|
|
||
| 1. **`local`** - Configures local MCP server (stdio transport) | ||
| - Requires: `--client`, `--token`, `--instance` (or `--env`) |
There was a problem hiding this comment.
Documentation inconsistency: This line states that the local command requires --instance (or --env), but skills/SKILL.md lines 38 and 47 state that --instance / GLEAN_INSTANCE / GLEAN_SUBDOMAIN are deprecated in favor of --server-url / GLEAN_SERVER_URL. This creates conflicting guidance where AGENTS.md says --instance is required but skills/SKILL.md says it's deprecated.
Fix by updating this line to use the non-deprecated flag:
- Requires: `--client`, `--token`, `--server-url` (or `--env`)
Suggested change
| - Requires: `--client`, `--token`, `--instance` (or `--env`) | |
| - Requires: `--client`, `--token`, `--server-url` (or `--env`) | |
Spotted by Graphite
Is this helpful? React 👍 or 👎 to let us know.
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.
Onboards this repo to the gleanwork agent baseline via
@gleanwork/configure-agents:CLAUDE.mdintoAGENTS.mdand leaveCLAUDE.mdas a thin pointer.skills/SKILL.md— a skill teaching a consuming AI how to use theconfigure-mcp-serverCLI (configuring an MCP client to connect to Glean's MCP server, remote/OAuth or local). It points at the CLI--helpand command definitions rather than transcribing flags.The skill is installable via
npx skills add gleanwork/configure-mcp-server.🤖 Generated with Claude Code