fix(#2569): wake body points at get_loose_ends (get_todos rename is a later increment); strip tracker tags from source comments per hive-rules
This commit is contained in:
parent
711e0ece2a
commit
8149dc7633
9 changed files with 12 additions and 12 deletions
|
|
@ -269,7 +269,7 @@ pub enum LooseEnd {
|
|||
#[serde(default)]
|
||||
summary: String,
|
||||
},
|
||||
/// A dynamic, subsystem-pushed todo (loose-ends v2, #2569). Produced
|
||||
/// A dynamic, subsystem-pushed todo (loose-ends v2). Produced
|
||||
/// by an in-container subsystem (matrix / forge / bash) via
|
||||
/// `UpsertTodo`. Cleared by that subsystem (`ClearTodo`) or by the
|
||||
/// agent itself (`MarkTodoDone`, by `id`).
|
||||
|
|
@ -439,7 +439,7 @@ pub enum Request {
|
|||
#[serde(default, skip_serializing_if = "Option::is_none")]
|
||||
agent: Option<String>,
|
||||
},
|
||||
/// Upsert a *todo* (loose-ends v2, #2569) from an in-container
|
||||
/// Upsert a *todo* (loose-ends v2) from an in-container
|
||||
/// subsystem (matrix / forge / bash). `subsystem` is the producer
|
||||
/// marker; `key` is the optional subsystem-specific dedup key (a
|
||||
/// matrix room id, a bash task id). Re-pushing an identical keyed
|
||||
|
|
|
|||
Loading…
Reference in a new issue