mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-18 04:41:56 +00:00
rename(skills): api-testing -> rest-graphql-debug (#23589)
More specific name. The skill is REST + GraphQL debugging end-to-end, not generic 'api testing' (a smoke-test pytest scaffold is one short section out of ~500 lines). Renames directory + frontmatter name + self-reference in the delegate_task example body.
This commit is contained in:
parent
5f767879e6
commit
e3b88a8fe2
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
name: api-testing
|
||||
name: rest-graphql-debug
|
||||
description: "Debug REST/GraphQL APIs: status codes, auth, schemas, repro."
|
||||
version: 1.2.0
|
||||
author: eren-karakus0
|
||||
|
|
@ -470,7 +470,7 @@ web_extract(urls=["https://docs.example.com/api/v1/users"])
|
|||
delegate_task(
|
||||
goal="Test all CRUD endpoints for /api/v1/users",
|
||||
context="""
|
||||
Follow the api-testing skill (optional-skills/software-development/api-testing).
|
||||
Follow the rest-graphql-debug skill (optional-skills/software-development/rest-graphql-debug).
|
||||
Base URL: https://api.example.com
|
||||
Auth: Bearer token from API_TOKEN env var.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue