llmwiki-tooling 0.3.0

CLI for managing LLM-wikis with Obsidian-style wikilinks.
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) mod agent;
pub(crate) mod frontmatter_cmd;
pub(crate) mod init;
pub(crate) mod links;
pub(crate) mod lint;
pub(crate) mod move_page;
pub(crate) mod refs;
pub(crate) mod rename;
pub(crate) mod sections;