创建了plugin框架

This commit is contained in:
wxm
2026-05-18 20:50:51 +08:00
commit d34b4cae32
3 changed files with 51 additions and 0 deletions

21
README.md Normal file
View 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.