code-moniker 0.4.0

Standalone CLI / linter for the code-moniker symbol graph: file and directory probes, project-wide architecture rules.
Documentation
1
2
3
4
5
6
7
8
9
mod context;
mod server;
mod tools;

pub(crate) use context::{DaemonRuntime, McpContext};
pub(crate) use server::router;

#[cfg(test)]
mod tests;