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