pub fn note(layout: &Layout, id: &str, text: &str) -> Result<String>Expand description
Add a dated note to the top of an issue’s logbook. State, claim, and properties stay untouched, so an agent can record progress without owning the issue.
§Errors
Returns an error if text is empty, id is not in the corpus, or the
file cannot be rewritten.