hyperhive/hive-forge/src/verbs
Repository files (latest commit first)
Filename Latest commit message Latest commit date
atlas 156ca70b1e feat(#1888): read-before-comment guard via forge notification read-state
Rebuild on forge's own notification read-state instead of the local
seen-cursor mirror (operator-nacked: mirrors state forge owns + drifts
on restart).

- comment refuses to post when forge has an unread notification for the
  thread (someone commented since you last read it); --force overrides.
  Degrades open if the notification check itself fails.
- comments / view mark the thread's notification read (the "I've seen
  it" signal), clearing the guard for a subsequent reply.
- new crate::notify (no local file): unread_thread_id pages repo-scoped
  unread notifications (newest-first, capped) + subject-url number match;
  mark_thread_read via the new client.patch_no_content.

Pairs with the forge_notify harness change (#1895, merged) that leaves
delivered notifications unread until the agent actually reads. Covers
pr/issue comment too (they delegate to comment::run).
2026-06-22 18:54:40 +02:00
..
artifact_get.rs feat(hive-forge): add artifact-get verb to download CI run artifacts 2026-06-15 17:59:38 +02:00
assign.rs feat(#1877): restructure hive-forge into pr/issue sub-verbs 2026-06-22 16:01:13 +02:00
attach.rs hive-forge: add # Errors docs on every verb's pub fn run (closes #816) 2026-05-31 16:22:05 +02:00
attachment_get.rs style: treefmt main — fix CI formatting check 2026-06-05 13:09:56 +02:00
branches.rs hive-forge: drop boilerplate # Errors from pure-GET verbs (mara on #827, option A) 2026-05-31 16:22:05 +02:00
ci_log.rs ci-log: graceful message when a run's logs are gc'd (404/500) instead of raw http error 2026-06-17 10:05:21 +02:00
clone.rs address argus: drop issue tags from clone/pr-create module docs, fix stale knowledge wording 2026-06-05 20:51:50 +02:00
close.rs feat(#1877): restructure hive-forge into pr/issue sub-verbs 2026-06-22 16:01:13 +02:00
comment.rs feat(#1888): read-before-comment guard via forge notification read-state 2026-06-22 18:54:40 +02:00
comment_edit.rs hive-forge: add # Errors docs on every verb's pub fn run (closes #816) 2026-05-31 16:22:05 +02:00
comment_show.rs hive-forge: drop boilerplate # Errors from pure-GET verbs (mara on #827, option A) 2026-05-31 16:22:05 +02:00
comments.rs feat(#1888): read-before-comment guard via forge notification read-state 2026-06-22 18:54:40 +02:00
diff.rs ci(#1555): prose-ify legacy tracker tags; add lint:allow escape hatch 2026-06-10 13:14:42 +02:00
issue.rs hive-forge: drop boilerplate # Errors from pure-GET verbs (mara on #827, option A) 2026-05-31 16:22:05 +02:00
issue_cmd.rs feat(#1877): restructure hive-forge into pr/issue sub-verbs 2026-06-22 16:01:13 +02:00
issue_create.rs hive-forge: add # Errors docs on every verb's pub fn run (closes #816) 2026-05-31 16:22:05 +02:00
issue_edit.rs hive-forge: add # Errors docs on every verb's pub fn run (closes #816) 2026-05-31 16:22:05 +02:00
labels.rs feat(#1877): restructure hive-forge into pr/issue sub-verbs 2026-06-22 16:01:13 +02:00
lint.rs ci(#1555): prose-ify legacy tracker tags; add lint:allow escape hatch 2026-06-10 13:14:42 +02:00
list.rs list: reject --page 0 and --limit 0 (1-based; clap range parser, per review) 2026-06-17 13:49:45 +02:00
milestone.rs feat(gateway): hivectl gateway user management + fix htpasswdFile assertion 2026-06-01 23:25:28 +02:00
mod.rs feat(#1877): restructure hive-forge into pr/issue sub-verbs 2026-06-22 16:01:13 +02:00
pr.rs hive-forge: drop boilerplate # Errors from pure-GET verbs (mara on #827, option A) 2026-05-31 16:22:05 +02:00
pr_cmd.rs feat(#1877): restructure hive-forge into pr/issue sub-verbs 2026-06-22 16:01:13 +02:00
pr_commits.rs hive-forge: add pr-commits verb (PR commit list, survives rebase-rewritten shas) 2026-06-17 19:25:01 +02:00
pr_create.rs ci(#1555): prose-ify legacy tracker tags; add lint:allow escape hatch 2026-06-10 13:14:42 +02:00
pr_merge.rs refactor(hive-forge): share latest-per-reviewer logic between pr-status and pr-merge 2026-06-15 11:44:19 +02:00
pr_reviews.rs fix(clippy): fix all clippy warnings in hive-ag3nt, hive-forge, hive-matrix-mcp, hive-sh4re 2026-06-05 14:35:12 +02:00
pr_status.rs refactor(hive-forge): share latest-per-reviewer logic between pr-status and pr-merge 2026-06-15 11:44:19 +02:00
repo_add_collaborator.rs feat(hive-forge): add repo-create + repo-add-collaborator verbs 2026-06-14 22:09:31 +02:00
repo_create.rs feat(hive-forge): add repo-create + repo-add-collaborator verbs 2026-06-14 22:09:31 +02:00
repo_labels.rs hive-forge: add repo-labels verb to list a repo's full label set 2026-06-19 01:45:08 +02:00
subscription.rs fix(#1233): subscription --watch uses PUT, GET handles 404 as not-watching 2026-06-03 23:23:51 +02:00
timeline.rs feat(#1877): restructure hive-forge into pr/issue sub-verbs 2026-06-22 16:01:13 +02:00
tree_sha.rs hive-forge: drop boilerplate # Errors from pure-GET verbs (mara on #827, option A) 2026-05-31 16:22:05 +02:00
view.rs feat(#1888): read-before-comment guard via forge notification read-state 2026-06-22 18:54:40 +02:00