sdgco:Info

sdgco:Info is a severity value — one of the three individuals a sdgco:severity points to. Info marks an informational diagnostic: something the author should be aware of that is not a defect in the document.

The coherence engine itself emits Info diagnostics — for example, "type definition not resolvable — coherence not checked against it" — so that silence always means "checked and clean", never "could not check". A rule author may also choose severity: sdgco:Info for purely advisory observations that should not even read as warnings.

An Info never blocks and never gates approval — contrast sdgco:Error, which blocks publish, and sdgco:Warning, which flags advisory concerns.

Usage

  • The object of sdgco:severity on a sdgco:Rule; authored in a @rule block as severity: sdgco:Info.
  • The severity of the coherence engine's own engine-level diagnostics (unresolvable type definitions, rules that failed to evaluate).