pub fn note_kind(manifest: &SkillManifest) -> Option<NoteKind>Expand description
Kind of a note manifest: Category::Note + a rule tag → Rule; a plain
note is a Fact (facts are the default larval form; rules are explicit).
Non-note skills have no kind.