📝 Clarify marketplace repository layout
This commit is contained in:
@@ -113,13 +113,15 @@ reliquary/
|
||||
│ └── plugins/
|
||||
│ └── marketplace.json # Codex marketplace listing
|
||||
├── .codex/
|
||||
│ └── config.toml # Codex project plugin setup example
|
||||
│ └── config.toml # Codex project plugin setup
|
||||
├── .claude/
|
||||
│ └── settings.json # Claude project plugin setup
|
||||
├── .claude-plugin/
|
||||
│ └── marketplace.json # the marketplace listing
|
||||
│ └── marketplace.json # Claude marketplace listing
|
||||
├── plugins/
|
||||
│ ├── g4b_ai/ # 🧠 core skills
|
||||
│ ├── gitea/ # 🐸 issue tracker
|
||||
│ ├── dioxus/ # 🦀 UI library reference
|
||||
│ ├── gitea/ # 🐸 gitea issue tracker
|
||||
│ ├── dioxus/ # 🦀 rust dioxus library reference
|
||||
│ └── project-uv/ # 📦 uv project detection
|
||||
└── docs/
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user