hyperhive/hive-ag3nt
Repository files (latest commit first)
Filename Latest commit message Latest commit date
atlas f1d54ce12c agent surface: create_repo through hive-c0re (#1787)
Closes the #1787 loop — the sanctioned create path now that agents
can't create repos directly. Adds:

- wire: Request::CreateRepo{repo} + Response::RepoCreated{full_name,
  clone_url} (hive-sh4re).
- agent_server: dispatch_shared arm + handle_create_repo — validates the
  repo name, then forge::create_agent_repo (org-owned repo, agent=write
  collaborator, operator-team branch protection). Returns the full name
  + clone url so the agent can git clone immediately.
- MCP: create_repo tool + CreateRepoArgs in the harness.
- a new opt-in ToolGroup::Forge (=[create_repo]) so the operator
  controls which agents can spin up repos (least privilege).

Workspace clippy -D warnings, cargo test, nix fmt all green.
2026-06-21 22:36:45 +02:00
..
prompts prompt: document turn-as-checkpoint + request_next_turn to cut redelivery 2026-06-17 18:37:17 +02:00
src agent surface: create_repo through hive-c0re (#1787) 2026-06-21 22:36:45 +02:00
Cargo.toml refactor: remove hyperhive.role option — there is only one role: agent 2026-06-04 14:31:44 +02:00