strip issue-tag comments from #2635 inc1 commits per hive-rules

This commit is contained in:
damocles 2026-07-22 22:38:42 +02:00 committed by mara
commit dcb2b79715
9 changed files with 26 additions and 26 deletions

View file

@ -48,9 +48,9 @@ pub fn todos_db() -> PathBuf {
harness_dir().join("hyperhive-todos.sqlite")
}
/// Harness-local reminder store (#2635 increment 1). Same rationale as
/// [`todos_db`] — mutable per-agent state the harness owns, kept out of
/// the append-only events sink.
/// Harness-local reminder store. Same rationale as [`todos_db`] — mutable
/// per-agent state the harness owns, kept out of the append-only events
/// sink.
#[must_use]
pub fn reminders_db() -> PathBuf {
harness_dir().join("hyperhive-reminders.sqlite")