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

@ -1,6 +1,6 @@
//! Harness-local reminder store — the persistent, DB-backed half of the
//! in-container reminders migration (#2635 increment 1). Mirrors
//! `todos.rs`'s shape: one sqlite db under the harness dir, single-agent
//! in-container reminders migration. Mirrors `todos.rs`'s shape: one
//! sqlite db under the harness dir, single-agent
//! scope (no `agent` column — every row belongs to this agent, unlike the
//! old c0re-side store which served every agent in the hive).
//!