atlas
9d8367bb24
feat(hive-forge): add pr-merge verb ( #1670 )
...
Adds `hive-forge pr-merge <n> [--method merge|rebase] [--keep-branch]
[--force]` wrapping POST /repos/{owner}/{repo}/pulls/{n}/merge, so agents on
the peer-review-and-merge workflow have a CLI path instead of the raw API.
- Methods: merge (default) | rebase. Squash is intentionally not offered.
- Deletes the head branch after merge unless --keep-branch.
- Safe by default: refuses unless the PR is mergeable, CI is not red, and no
review's current verdict requests changes (latest-per-reviewer wins, so a
later approval clears an earlier request-changes). --force overrides and
also sets Forgejo's force_merge.
- New client helper post_no_content for the 200-empty-body merge response.
2026-06-15 11:36:17 +02:00
..
tools
feat(hive-forge): add pr-merge verb ( #1670 )
2026-06-15 11:36:17 +02:00
web-ui
fix( #1661 ): show default-perms agents with effective values in perms tab
2026-06-14 21:20:03 +02:00
agent-hierarchy.md
refactor: remove hyperhive.role option — there is only one role: agent
2026-06-04 14:31:44 +02:00
approvals.md
docs( #1014 ): update stale root→ruth references in conventions, approvals, agent-hierarchy
2026-06-02 22:48:10 +02:00
boundary.md
docs: move privsep socket-activation + child-state rw rationale out of code comments
2026-06-08 21:58:12 +02:00
ci.md
docs(ci): recommend host-level nix store GC + min-free for CI disk pressure
2026-06-08 19:32:14 +02:00
conventions.md
fix( #1548 ): make set_status always-on regardless of tool groups
2026-06-09 00:28:40 +02:00
coordinator.md
docs(coordinator): document agentCpuQuota, agentMemoryMax, preBuildAgentTemplates
2026-06-05 18:27:05 +02:00
forge.md
fix( #1637 ): don't label later activity (bodiless reviews) as new PR
2026-06-13 12:20:21 +02:00
gateway.md
feat: group host-side /var/lib/hyperhive state into db/ forge/ matrix/ run/ subdirs with startup migration
2026-06-05 23:01:47 +02:00
gotchas.md
docs: note that linking workspace binaries locally needs nix develop (libsqlite3)
2026-06-05 21:30:57 +02:00
knowledge.md
docs(knowledge): document the hive-forge AGit no-fork contribution flow
2026-06-05 20:54:25 +02:00
matrix.md
feat( #551 ): gate server-side e2ee behind opt-in matrix.allowEncryption (default off)
2026-06-10 19:12:36 +02:00
network.md
docs(network): document container-side route + resolver wiring for isolation
2026-06-10 21:49:01 +02:00
persistence.md
docs: move privsep socket-activation + child-state rw rationale out of code comments
2026-06-08 21:58:12 +02:00
security.md
fix: update PrivRequest table to match actual hive-sh4re::priv_proto variants
2026-06-05 18:40:44 +02:00
swarm.md
docs: clarify certFingerprint does not govern matrix federation tls
2026-06-06 00:21:52 +02:00
terminal-rendering.md
docs(web-ui): document turn start/end times + duration on the agent terminal
2026-06-10 15:38:04 +02:00
turn-loop.md
docs: drop stale two-loop/two-binary framings (single hive serve loop)
2026-06-10 20:01:52 +02:00
web-ui.md
docs(web-ui): sync dashboard docs after the SYST3M → C0R3 page move
2026-06-10 21:49:12 +02:00