mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-29 04:00:26 +00:00
align plugin docs, skills, and validator guidance
Keep plugin terminology, requirements, and cross-references consistent across the canonical docs, agent skills, and in-repo validator tooling. Clarify local-only vs Plugin Index expectations, add missing router/developer-doc references, and update review/validator wording so community plugins require a name while local-only plugins are not treated as hard failures for omitting it.
This commit is contained in:
parent
e59cca3008
commit
6adcefe26e
12 changed files with 48 additions and 25 deletions
|
|
@ -20,7 +20,7 @@ Follow these steps in order:
|
|||
|
||||
1. Resolve the plugin root and list every file below it. Do not sample; inspect the full plugin.
|
||||
2. Read `plugin.yaml` and record the plugin's name, title, description, and version.
|
||||
3. Map the directory structure and identify every top-level file or folder that affects behavior.
|
||||
3. Map the directory structure and identify every top-level file or folder that affects behavior. Record whether a `LICENSE` file exists at the plugin root (required for Plugin Index submission per project policy; optional for local-only plugins).
|
||||
4. Run ONLY the selected validation phases listed below.
|
||||
5. If a temporary clone or extracted directory was used, perform the cleanup exactly as instructed.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue