hyperhive/hive-ag3nt
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
..
prompts docs(prompt): slim the hive-forge blurb to a --help pointer + key conventions 2026-06-08 22:34:10 +02:00
src feat(stats): record api-resolved model id in turn-stats 2026-06-08 21:18:02 +02:00
Cargo.toml refactor: remove hyperhive.role option — there is only one role: agent 2026-06-04 14:31:44 +02:00