strip issue-tag comments from #2635 inc1 commits per hive-rules
This commit is contained in:
parent
e11e8294a3
commit
dcb2b79715
9 changed files with 26 additions and 26 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue