diff --git a/examples/README.md b/data/examples/README.md similarity index 100% rename from examples/README.md rename to data/examples/README.md diff --git a/examples/agent.yaml b/data/examples/agent.yaml similarity index 100% rename from examples/agent.yaml rename to data/examples/agent.yaml diff --git a/examples/fork.yaml b/data/examples/fork.yaml similarity index 100% rename from examples/fork.yaml rename to data/examples/fork.yaml diff --git a/examples/plugin.yaml b/data/examples/plugin.yaml similarity index 100% rename from examples/plugin.yaml rename to data/examples/plugin.yaml diff --git a/examples/project.yaml b/data/examples/project.yaml similarity index 100% rename from examples/project.yaml rename to data/examples/project.yaml diff --git a/examples/resource.yaml b/data/examples/resource.yaml similarity index 100% rename from examples/resource.yaml rename to data/examples/resource.yaml diff --git a/examples/theme.yaml b/data/examples/theme.yaml similarity index 100% rename from examples/theme.yaml rename to data/examples/theme.yaml diff --git a/docs/schema-design.md b/docs/schema-design.md index 1f4b803..4ff3e81 100644 --- a/docs/schema-design.md +++ b/docs/schema-design.md @@ -31,10 +31,10 @@ awesome-opencode/ │ │ └── *.yaml │ ├── resources/ │ │ └── *.yaml # Guides, configs, MCP servers, tools, commands -│ └── forks/ -│ └── *.yaml -├── examples/ -│ └── *.yaml # Exemplar files showing all fields +│ ├── forks/ +│ │ └── *.yaml +│ └── examples/ +│ └── *.yaml # Exemplar files showing all fields └── docs/ └── schema-design.md ``` @@ -263,16 +263,16 @@ installation: | ### Examples Directory -Full exemplar files for each extension type are available in `examples/`: +Full exemplar files for each extension type are available in `data/examples/`: | Type | Example File | |------|-------------| -| Plugin | `examples/plugin.yaml` | -| Theme | `examples/theme.yaml` | -| Agent | `examples/agent.yaml` | -| Project | `examples/project.yaml` | -| Resource | `examples/resource.yaml` | -| Fork | `examples/fork.yaml` | +| Plugin | `data/examples/plugin.yaml` | +| Theme | `data/examples/theme.yaml` | +| Agent | `data/examples/agent.yaml` | +| Project | `data/examples/project.yaml` | +| Resource | `data/examples/resource.yaml` | +| Fork | `data/examples/fork.yaml` | --- @@ -452,7 +452,7 @@ description: A longer explanation of what this extension does. ### Complete Entry (All Fields) -See `examples/` directory for full exemplar files. +See `data/examples/` directory for full exemplar files. ```yaml name: My Extension @@ -495,7 +495,7 @@ Remaining tasks for the awesome-opencode registry. ### 9.1 Update Contributing Guide Update `contributing.md` to: -- Reference `examples/` directory for full field documentation +- Reference `data/examples/` directory for full field documentation - Document optional fields (`scope`, `tags`, `min_version`, `homepage`, `installation`) - Explain scope behavior and defaults