hyperhive/hive-ag3nt/prompts
Repository files (latest commit first)
Filename Latest commit message Latest commit date
atlas 457d926e6e docs(prompt): slim the hive-forge blurb to a --help pointer + key conventions
The system prompt enumerated every hive-forge verb inline — which drifted
(it named pr-reviews but not pr-status), so agents skimming it for how to
check CI didn't see pr-status and reached for curl against the forge,
breaking the no-curl rule (hit multiple agents). The enumeration also
auto-loads into every turn for every agent, costing context for a list
that's better discovered live.

Replace it with a short description + 'discover verbs/signatures via
hive-forge --help / hive-forge <verb> --help', keeping only the few
conventions --help won't surface: never curl the forge (check CI with
pr-status, not curl); --body-file - HEREDOC bodies; pr-create --push; and
forge notifications arriving via the message daemon. docs/tools/forge.md
remains the full reference.
2026-06-08 22:34:10 +02:00
..
claude-settings.json fix(web_tools): remove WebFetch/WebSearch from permissions.deny 2026-06-02 11:31:33 +02:00
system.md docs(prompt): slim the hive-forge blurb to a --help pointer + key conventions 2026-06-08 22:34:10 +02:00