• Berlin
  • Joined on 2025-01-15
vinzenz pushed to main at vinzenz/hyperhive 2026-07-29 12:56:01 +02:00
a588ed42ce frontend: add <hive-btn> component, use it for dialog buttons
bce666a9b2 frontend: move shadow-DOM component CSS to real .css files, not JS strings
d79df3883d frontend: shadow-DOM upgrade for hive-dialog/hive-toast, drop global modal.css
Compare 3 commits »
vinzenz pushed to main at vinzenz/hyperhive 2026-07-28 12:42:37 +02:00
be27a62fb1 refactor(#2825): complete_node takes only the node id
vinzenz pushed to main at vinzenz/hyperhive 2026-07-28 11:06:16 +02:00
8a81085770 harness todos: ack reconciled todos instead of deleting them
vinzenz pushed to main at vinzenz/hyperhive 2026-07-28 00:12:35 +02:00
ef1554a1b2 add per-agent and hive-wide skill invocation stats
vinzenz pushed to main at vinzenz/hyperhive 2026-07-27 22:30:49 +02:00
2c11a437b4 hive-agent: enable the Skill built-in tool so installed skills are invokable
vinzenz pushed to main at vinzenz/hyperhive 2026-07-27 22:15:44 +02:00
2ab3c92a11 docs: drop removal-history framing, document current state only
fffe0a2c29 remove request_next_turn: same-turn continuation is always worse than an external wake
Compare 2 commits »
vinzenz pushed to main at vinzenz/hyperhive 2026-07-27 22:07:21 +02:00
b9aab7e923 refactor(#2808): the wire state enum is the scheduler's own
vinzenz pushed to main at vinzenz/hyperhive 2026-07-27 21:35:01 +02:00
6fd91ccf6a fix(#2802): a group whose children were all dropped rolls up Cancelled
6f551334de refactor(#2802): drop the wrappers that now only forward to the graph
5c5c8776d2 refactor(#2802): cancelling a DAG is a scheduler operation
Compare 3 commits »
vinzenz pushed to main at vinzenz/hyperhive 2026-07-27 21:26:39 +02:00
8c5de704be fix(#2772): is_settled distinguishes "not finished" from "no such node"
4de5a8dd7c refactor(#2772): graph walks belong to jobq, not to its caller
Compare 2 commits »
vinzenz pushed to main at vinzenz/hyperhive 2026-07-27 21:23:30 +02:00
d580270263 hive-claude: recognize OAuth-refresh give-up as an auth failure
vinzenz pushed to main at vinzenz/hyperhive 2026-07-27 21:06:25 +02:00
7908332168 frontend: render Skipped node state as a quiet 'not run' glyph
vinzenz pushed to main at vinzenz/hyperhive 2026-07-27 21:04:08 +02:00
74d52a7be2 hivectl: trim cli-help doc comment for agent watch (no impl details)
9d5c7a7f7e hivectl: add agent <name> watch to follow live events from the CLI
Compare 2 commits »
vinzenz pushed to main at vinzenz/hyperhive 2026-07-27 20:39:24 +02:00
657d1b5061 feat(#2788): carry Skipped to the wire as its own state
vinzenz pushed to main at vinzenz/hyperhive 2026-07-27 20:17:34 +02:00
841c697301 frontend: convert themed dialogs to light-DOM custom elements
vinzenz pushed to main at vinzenz/hyperhive 2026-07-27 20:17:03 +02:00
15a9d5b652 feat(#2454): drain agents before stopping them in the boot sweep
vinzenz pushed to main at vinzenz/hyperhive 2026-07-27 19:07:43 +02:00
9b29c6a172 hive-forge: lint no-reviewer checks actual requested-reviewers, not a text mention
a155ea7b7d claude-plugins: add forge-triage skill
Compare 2 commits »
vinzenz pushed to main at vinzenz/hyperhive 2026-07-27 19:07:25 +02:00
03afbd1316 hivectl: rename hivectl agents to hivectl agent <name> <verb>
vinzenz pushed to main at vinzenz/hyperhive 2026-07-27 19:06:34 +02:00
f48ba3ca0d build(#2772): declare enumflags2 at the workspace level
940c928fee refactor(#2772): enumflags2 for the edge set; drop re-export shims
07078b76ef feat(#2772): branch on outcome in the graph, not inside the node
affedecaa5 feat(#2772): make a dependency edge a set of accepted outcomes
Compare 4 commits »
vinzenz pushed to main at vinzenz/hyperhive 2026-07-27 18:55:25 +02:00
7110a25cf6 frontend: extract themed dialogs + async-form handler to shared, wire agent UI
vinzenz pushed to main at vinzenz/hyperhive 2026-07-27 18:47:51 +02:00
a1263a9ed6 frontend: move shared spinner CSS out of dashboard.css into shared/base.css