Conversation
cfc7759 to
a451117
Compare
tulioz
reviewed
Feb 21, 2026
aviator/.claude-plugin/plugin.json
Outdated
| "homepage": "https://aviator.co", | ||
| "repository": "https://github.com/aviator-co/claude-plugins", | ||
| "license": "MIT", | ||
| "keywords": ["runbooks", "aviator", "handoff", "session-capture"] |
Contributor
There was a problem hiding this comment.
Not sure about these keywords
5f70478 to
84987ea
Compare
tulioz
reviewed
Feb 23, 2026
aviator/.claude-plugin/plugin.json
Outdated
| { | ||
| "name": "aviator", | ||
| "description": "Create Aviator Runbooks from Claude Code sessions to capture and relay development workflows", | ||
| "version": "1.0.0", |
Contributor
Author
There was a problem hiding this comment.
removed. version only in marketplace.json now
aviator/commands/runbook.md
Outdated
Comment on lines
21
to
25
|
|
||
| Extract the repository name in `owner/repo` format from the git remote URL. Handle common formats: | ||
| - SSH: `git@github.com:owner/repo.git` → `owner/repo` | ||
| - HTTPS: `https://github.com/owner/repo.git` → `owner/repo` | ||
| - HTTPS (no .git): `https://github.com/owner/repo` → `owner/repo` |
Contributor
There was a problem hiding this comment.
We should explicitly recommend it being aware that some customers use self hosted github.
Contributor
Author
There was a problem hiding this comment.
mentioned github enterprise
aviator/commands/runbook.md
Outdated
| ## Error Handling | ||
|
|
||
| - If authentication is required, Claude Code will automatically open a browser for OAuth login | ||
| - If the repository is not found in Aviator, suggest connecting it at https://app.aviator.co/github/connect |
Contributor
There was a problem hiding this comment.
The prompt needs to be more onprem aware, we should not send onprem customers to our cloud
Contributor
Author
There was a problem hiding this comment.
made it more generic towards "aviator dashboard"
- Use env var expansion in .mcp.json so self-hosted customers can set AVIATOR_MCP_URL to point at their own instance - Document on-prem setup in README (env var + manual MCP override) - Update plugin keywords to better reflect runbook capabilities
84987ea to
944a97f
Compare
tulioz
approved these changes
Feb 23, 2026
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.
No description provided.