Skip to main content
canonic knowledge operates on knowledge/**/*.md pages directly: independent of connectors and canonic ingest.
Not implemented yet; the command currently returns a not implemented notice and exits 0. Hybrid search over knowledge + semantics is planned but not wired up in the CLI on main today.
canonic knowledge search "active customer"

knowledge add

Fetch one external document and write it as a knowledge page; the one-shot counterpart to registering a recurring connections: entry and running canonic ingest.
canonic knowledge add https://example.com/saas-metrics-glossary
canonic knowledge add https://example.com/internal-glossary --user alice --yes
Argument / FlagDescription
refSource reference to fetch, e.g. a URL (positional).
--typeAd-hoc fetch adapter type (default url).
--userWrite to knowledge/user/<id>/ instead of knowledge/global/.
--slugOverride the derived filename slug.
--yes, -yWrite without a confirmation prompt.
The fetched content is classified the same way canonic ingest classifies evidence: usage mode (reference / caveat / policy / definition) and candidate topic references are inferred and matched against your live semantics. The rendered page is shown before writing; an unmatched candidate reference is surfaced as a note, never silently linked. Every page written this way has meta.provenance: inferred, so it’s clear it hasn’t been hand-reviewed yet.