创建了plugin框架
This commit is contained in:
21
README.md
Normal file
21
README.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Codex Game Studios
|
||||
|
||||
This repository is the minimal starting framework for a Codex plugin.
|
||||
|
||||
Current state:
|
||||
|
||||
- No skills
|
||||
- No hooks
|
||||
- No agents
|
||||
- No rules
|
||||
- No commands
|
||||
- No MCP servers
|
||||
- No app integrations
|
||||
|
||||
The only required plugin manifest is:
|
||||
|
||||
```text
|
||||
.codex-plugin/plugin.json
|
||||
```
|
||||
|
||||
Add plugin components one at a time so each addition can be reviewed, explained, and adjusted before the next component is introduced.
|
||||
Reference in New Issue
Block a user