Skip to content

Comments

init aviator runbooks plugin#3

Merged
simsinght merged 2 commits intomasterfrom
aviator-plugin-runbooks
Feb 24, 2026
Merged

init aviator runbooks plugin#3
simsinght merged 2 commits intomasterfrom
aviator-plugin-runbooks

Conversation

@simsinght
Copy link
Contributor

@simsinght simsinght commented Feb 18, 2026

No description provided.

@simsinght simsinght force-pushed the aviator-plugin-runbooks branch 2 times, most recently from cfc7759 to a451117 Compare February 18, 2026 19:38
"homepage": "https://aviator.co",
"repository": "https://github.com/aviator-co/claude-plugins",
"license": "MIT",
"keywords": ["runbooks", "aviator", "handoff", "session-capture"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure about these keywords

@simsinght simsinght force-pushed the aviator-plugin-runbooks branch 2 times, most recently from 5f70478 to 84987ea Compare February 23, 2026 22:04
{
"name": "aviator",
"description": "Create Aviator Runbooks from Claude Code sessions to capture and relay development workflows",
"version": "1.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No version here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed. version only in marketplace.json now

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`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should explicitly recommend it being aware that some customers use self hosted github.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mentioned github enterprise

## 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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The prompt needs to be more onprem aware, we should not send onprem customers to our cloud

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
@simsinght simsinght force-pushed the aviator-plugin-runbooks branch from 84987ea to 944a97f Compare February 23, 2026 22:16
@simsinght simsinght merged commit 72000cd into master Feb 24, 2026
@simsinght simsinght deleted the aviator-plugin-runbooks branch February 24, 2026 00:26
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