Kinic Wiki

Console

Skip to main content
Skills

Evidence capture

Ingest

Use ingest workflows when source material needs to become durable wiki evidence before review, synthesis, or later query.

Common commands

Use these as entry examples. Add --canister-id, --identity-mode, or workspace database config when the target environment requires it.

kinic-vfs-cli --database-id <database-id> write-node --path /Sources/web/example.md --input source.md --json
kinic-vfs-cli --database-id <database-id> write-node --path /Knowledge/topic.md --input topic.md --json
kinic-vfs-cli --database-id <database-id> source-evidence --node-path /Knowledge/topic.md --json

Safety

  • Do not treat raw captures as canonical facts before review.
  • Avoid bulk ingestion when a narrow source set is enough.
  • Verify source evidence links after creating knowledge notes.

Responsibilities

  • Keep raw evidence under /Sources and organized notes under /Knowledge.
  • Preserve source URLs, source paths, and provenance metadata where available.
  • Synthesize only the requested scope.