-
Notifications
You must be signed in to change notification settings - Fork 23
feat: add support for Codex #151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
ryzizub
wants to merge
18
commits into
main
Choose a base branch
from
feat/codex-support
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 17 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
49a58d3
feat: add support for Codex
ryzizub 634f913
fix: make the Codex loader test portable across environments
ryzizub 921fdb5
refactor: install into Codex natively instead of via a script
ryzizub fdf76a2
docs: record why the Codex marketplace entry has to live in this repo
ryzizub a8bf82f
refactor: install Codex from the shared VGV marketplace
ryzizub cdc1354
refactor: drop the optional Codex plugin manifest
ryzizub 8607361
docs: document both scopes for installing the Codex reviewer agent
ryzizub 3135d6e
chore: revert incidental reformatting of .release-please-config.json
ryzizub a880e07
chore: drop unused cspell entry
ryzizub e92da73
docs: correct hook claims against the official references
ryzizub 24206e4
refactor: inline the payload reading instead of a shared helper
ryzizub 5121b47
docs: record why analyze and format stay separate hooks
ryzizub 1663a40
refactor: drop the Codex loader test and the dart hooks test
ryzizub 733c1f4
chore: revert unrelated script-tests glob change
ryzizub 300deea
docs: drop stale MultiEdit reference
ryzizub 3991435
docs: trim the Codex README section to installation
ryzizub 624a39f
feat: add the Codex plugin manifest
ryzizub 32abedc
Update .codex-plugin/plugin.json
ryzizub File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| { | ||
| "name": "vgv-ai-flutter-plugin", | ||
| "version": "0.0.5", | ||
| "description": "Best-practice skills for Flutter and Dart development from Very Good Ventures.", | ||
| "author": { | ||
| "name": "Very Good Ventures", | ||
| "email": "hello@verygood.ventures", | ||
| "url": "https://verygood.ventures" | ||
| }, | ||
| "homepage": "https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin", | ||
| "repository": "https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin", | ||
| "license": "MIT", | ||
| "mcpServers": "./.mcp.json", | ||
| "interface": { | ||
| "displayName": "VGV AI Flutter Plugin", | ||
| "shortDescription": "Flutter and Dart best practices from Very Good Ventures", | ||
| "longDescription": "Best-practice skills for Flutter and Dart covering accessibility, animations, BLoC, testing, theming, navigation, security, internationalization, layered architecture, license compliance, UI packages, project creation, SDK/lint upgrades, and an autonomous quality-gate loop that drives analyze, format, test, and coverage to green — plus automated dart analyze and format hooks.", | ||
| "developerName": "Very Good Ventures", | ||
| "category": "Productivity", | ||
| "capabilities": ["Write"], | ||
| "defaultPrompt": [ | ||
| "Create a new Flutter app with Very Good CLI", | ||
| "Add a bloc for user authentication", | ||
| "Drive this package to green" | ||
| ], | ||
| "websiteURL": "https://verygood.ventures" | ||
| } | ||
| } | ||
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.