doc updates
This commit is contained in:
+12
-8
@@ -75,9 +75,11 @@ The catalog is the canonical discovery layer and publishes normalized records fo
|
||||
Typical catalog resources:
|
||||
|
||||
1. resource://catalog/skills_index
|
||||
2. resource://catalog/skills/{skill_id}
|
||||
3. resource://catalog/prompts_index
|
||||
4. resource://catalog/prompts/{prompt_id}
|
||||
2. resource://catalog/skills_index{?q,tag,capability,cursor,limit}
|
||||
3. resource://catalog/skills/{skill_id}
|
||||
4. resource://catalog/prompts_index
|
||||
5. resource://catalog/prompts_index{?q,tag,cursor,limit}
|
||||
6. resource://catalog/prompts/{prompt_id}
|
||||
|
||||
Only canonical catalog resources are part of the runtime contract in this phase.
|
||||
|
||||
@@ -151,11 +153,13 @@ For the full URI semantics, parameter validation rules, and compatibility policy
|
||||
1. resource://skills/<skill_id>/document
|
||||
2. resource://skills/<skill_id>/references/<ref_id>
|
||||
3. resource://catalog/skills_index
|
||||
4. resource://catalog/skills/{skill_id}
|
||||
5. resource://docs/{path*}
|
||||
6. resource://catalog/prompts_index
|
||||
7. resource://catalog/prompts/{prompt_id}
|
||||
8. resource://prompts/{prompt_id}/document
|
||||
4. resource://catalog/skills_index{?q,tag,capability,cursor,limit}
|
||||
5. resource://catalog/skills/{skill_id}
|
||||
6. resource://docs/{path*}
|
||||
7. resource://catalog/prompts_index
|
||||
8. resource://catalog/prompts_index{?q,tag,cursor,limit}
|
||||
9. resource://catalog/prompts/{prompt_id}
|
||||
10. resource://prompts/{prompt_id}/document
|
||||
|
||||
Validation rules:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user