-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontext7.json
More file actions
22 lines (22 loc) · 1.12 KB
/
Copy pathcontext7.json
File metadata and controls
22 lines (22 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"$schema": "https://context7.com/schema/context7.json",
"projectTitle": "Hermes XAPI",
"description": "Native Hermes Agent plugin for TwexAPI's X/Twitter API: search, read, publish, monitor, and automate X workflows through structured tools. Not affiliated with X Corp.",
"branch": "master",
"excludeFolders": [".github"],
"excludeFiles": [
"AGENTS.md",
"GITHUB_METADATA.md",
"PUBLICATION_CHECKLIST.md"
],
"rules": [
"Use README.md and docs/CONTEXT7.md for install, configuration, tool usage, security model, and runtime smoke tests.",
"Use docs/OBSERVABILITY.md for scripted Hermes runtime checks.",
"Use github.com/twexapi-dev/hermes-xapi#readme for end-to-end Hermes setup.",
"Use xapi_explore before xapi_read or xapi_action; xapi_action is disabled unless explicitly enabled.",
"Use pyproject.toml and the PyPI package hermes-xapi for package metadata and supported Python versions.",
"Do not ask users to pass credentials through tool arguments; use environment configuration."
],
"url": "https://context7.com/twexapi-dev/hermes-xapi",
"public_key": "pk_eMuD2EpbIvLYAeHSz9G8n"
}