Add Auto Pilot to community plugins#40
Open
minsu0707 wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request adds the 'Auto Pilot' plugin to the Development & Workflow section of the README.md. Feedback indicates that the plugins.json file must also be updated to include the new entry and increment the total count to maintain consistency with existing automation tools.
| - [Brooks Lint](https://github.com/hyhmrright/brooks-lint) - AI code reviews grounded in six classic engineering books — decay risk diagnostics with book citations, severity labels, and four analysis modes (PR review, architecture audit, tech debt, test quality). | ||
| - [Registry Broker](https://github.com/hashgraph-online/registry-broker-codex-plugin) - Delegate tasks to specialist AI agents via the HOL Registry, plan, find, summon, and recover sessions. | ||
| - [AgentOps](https://github.com/boshu2/agentops) - DevOps layer for coding agents with flow, feedback, and memory that compounds between sessions. | ||
| - [Auto Pilot](https://github.com/minsu0707/auto-pilot) - Intake-first Codex plugin that turns a short project request into a structured, resumable execution workflow with one-question-at-a-time intake, project contract files, blocker triage, and resume support. |
Contributor
There was a problem hiding this comment.
The PR adds the 'Auto Pilot' plugin to the README.md, but it appears that plugins.json was not updated. According to the README.md (line 159), plugins.json serves as a compatibility export for existing automation. To maintain consistency and ensure that automation tools can recognize the new plugin, please update plugins.json with the new entry and increment the total count.
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.
Summary\n- add Auto Pilot to the Community Plugins > Development & Workflow section\n\n## Why this fits\n- Auto Pilot is a public Codex plugin repository\n- It includes a .codex-plugin/plugin.json manifest\n- It is documented and installable\n- It focuses on intake-first execution flow, blocker handling, and resume support