diff --git a/README.md b/README.md index 40b0116..a2dedf8 100644 --- a/README.md +++ b/README.md @@ -113,14 +113,16 @@ 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 -│ └── project-uv/ # 📦 uv project detection +│ ├── g4b_ai/ # 🧠 core skills +│ ├── gitea/ # 🐸 gitea issue tracker +│ ├── dioxus/ # 🦀 rust dioxus library reference +│ └── project-uv/ # 📦 uv project detection └── docs/ ```