Skip to content

Commit 1c9091a

Browse files
fix: restore valid examples gallery json
1 parent c12423e commit 1c9091a

1 file changed

Lines changed: 42 additions & 4 deletions

File tree

examples/gallery.json

Lines changed: 42 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,47 @@
22
"schema_version": "hermes-profile-examples/v0.1",
33
"schema_docs": "examples/README.md",
44
"examples": [
5-
{"name": "security-reviewer", "use_case": "Reviews code and architecture for application security risk.", "install_command": "hermes profile install github.com/YOUR_ORG/security-reviewer --alias", "publish_hint": "Replace YOUR_ORG before publishing.", "keywords": ["security", "code review"]},
6-
{"name": "database-migration-reviewer", "use_case": "Reviews SQL migrations for rollout and rollback risk.", "install_command": "hermes profile install github.com/YOUR_ORG/database-migration-reviewer --alias", "publish_hint": "Replace YOUR_ORG before publishing.", "keywords": ["database", "migrations", "rollback"]},
7-
{"name": "release-manager", "use_case": "Coordinates changelog, smoke validation, and rollout notes.", "install_command": "hermes profile install github.com/YOUR_ORG/release-manager --alias", "publish_hint": "Replace YOUR_ORG before publishing.", "keywords": ["release", "ci", "smoke testing"]},
8-
{"name": "research-assistant", "use_case": "Builds source-grounded briefs with uncertainty labels.", "install_command": "hermes profile install github.com/YOUR_ORG/research-assistant --alias", "publish_hint": "Replace YOUR_ORG before publishing.", "keywords": ["research", "documentation"]}
5+
{
6+
"name": "security-reviewer",
7+
"use_case": "Reviews code and architecture for application security risk.",
8+
"install_command": "hermes profile install github.com/YOUR_ORG/security-reviewer --alias",
9+
"publish_hint": "Replace YOUR_ORG before publishing.",
10+
"keywords": [
11+
"security",
12+
"code review"
13+
]
14+
},
15+
{
16+
"name": "database-migration-reviewer",
17+
"use_case": "Reviews SQL migrations for rollout and rollback risk.",
18+
"install_command": "hermes profile install github.com/YOUR_ORG/database-migration-reviewer --alias",
19+
"publish_hint": "Replace YOUR_ORG before publishing.",
20+
"keywords": [
21+
"database",
22+
"migrations",
23+
"rollback"
24+
]
25+
},
26+
{
27+
"name": "release-manager",
28+
"use_case": "Coordinates changelog, smoke validation, and rollout notes.",
29+
"install_command": "hermes profile install github.com/YOUR_ORG/release-manager --alias",
30+
"publish_hint": "Replace YOUR_ORG before publishing.",
31+
"keywords": [
32+
"release",
33+
"CI",
34+
"smoke testing"
35+
]
36+
},
37+
{
38+
"name": "research-assistant",
39+
"use_case": "Builds source-grounded briefs with uncertainty labels.",
40+
"install_command": "hermes profile install github.com/YOUR_ORG/research-assistant --alias",
41+
"publish_hint": "Replace YOUR_ORG before publishing.",
42+
"keywords": [
43+
"research",
44+
"documentation"
45+
]
46+
}
947
]
1048
}

0 commit comments

Comments
 (0)