📝 Clarify marketplace repository layout

This commit is contained in:
2026-05-30 15:34:51 +02:00
parent 8d2613138c
commit 293fcffea3
+6 -4
View File
@@ -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/
```