hive-c0re/hive-agent-mcp: fix 3 leftover ask/answer-removal doc comments

This commit is contained in:
damocles 2026-08-30 03:13:50 +02:00 committed by mara
commit b7b8aae8e8
3 changed files with 4 additions and 4 deletions

View file

@ -86,7 +86,7 @@ pub struct PowerStore {
impl PowerStore {
/// Open (a connection to) the shared coordinator DB and ensure the
/// `agent_power` table exists. `db_path` is the same sqlite file
/// the broker / approvals / questions stores open.
/// the broker / approvals stores open.
pub fn open(db_path: &Path) -> Result<Self> {
let conn = crate::db::open(db_path, "agent_power")?;
conn.execute_batch(SCHEMA)