Skip to content

[feature][ai-layer] Add connector deployment skill#57

Merged
sarthak-kapoor-glean merged 5 commits into
feature/v0-workstreamfrom
feature/connector-builder-deployment-skill
Jul 13, 2026
Merged

[feature][ai-layer] Add connector deployment skill#57
sarthak-kapoor-glean merged 5 commits into
feature/v0-workstreamfrom
feature/connector-builder-deployment-skill

Conversation

@sarthak-kapoor-glean

Copy link
Copy Markdown

Problem

The deployment workstream added glean-deploy for customer-hosted connector deployments, but the connector-builder skill stack does not yet guide agents on when and how to use those deployment surfaces.

Solution

  • Add a connector-deployment skill covering glean-deploy artifacts, config, secret handling, cloud operations, and evaluation guardrails.
  • Ground the skill in the merged deployment APIs and CLI: DeploymentConfig, generate_artifacts, glean-deploy init/build/secrets/apply/status/logs/destroy.
  • Update the top-level connector-builder skill so connector plans capture deployment scope and invoke deployment guidance when customer-hosted deployment is in scope.

Validation

  • npm run test:plugins

Notes

  • This PR builds on the merged deployment stack and connector-builder skills.
  • The deployment skill explicitly prevents cloud-mutating commands unless the user confirms them.
  • The repository does not currently have .github/pull_request_template.md; this body follows the required problem/solution/validation structure manually.

Made with Cursor

Add deployment guidance for glean-deploy artifacts, secrets, cloud operations, and customer-hosted connector evaluation, and wire it into the connector-builder workflow.

Co-authored-by: Cursor <cursoragent@cursor.com>
@sarthak-kapoor-glean sarthak-kapoor-glean requested a review from a team as a code owner July 1, 2026 09:34
sarthak-kapoor-glean and others added 2 commits July 13, 2026 15:22
Add concrete glean-deploy prerequisites, happy-path commands, command reference, secret rotation, status/logs, and teardown guidance.

Co-authored-by: Cursor <cursoragent@cursor.com>
Clarify that glean-deploy is installed by the SDK package and can also be run from a local checkout with uv run.

Co-authored-by: Cursor <cursoragent@cursor.com>
Comment thread skills/connector-deployment/SKILL.md
sarthak-kapoor-glean and others added 2 commits July 13, 2026 15:45
Document that only --cloud is required for glean-deploy init and the connector name/class/module options are optional overrides.

Co-authored-by: Cursor <cursoragent@cursor.com>
Resolve connector-builder skill conflict by keeping latest guardrails and deployment-skill references.

Co-authored-by: Cursor <cursoragent@cursor.com>
@sarthak-kapoor-glean sarthak-kapoor-glean merged commit 3cac9ad into feature/v0-workstream Jul 13, 2026
1 check passed
@sarthak-kapoor-glean sarthak-kapoor-glean deleted the feature/connector-builder-deployment-skill branch July 13, 2026 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants