N.I.L.O. Docs

Developer API Index

This index is for maintainers and contributors who need to understand the repository's public implementation surfaces. The project has moved beyond the original REST prototype and now centers on a local Notion MCP server.

Current Interface Status

Documentation Entrypoints

Call Boundaries

The required call graph is:

Human -> CLI -> Core
Agent / LLM -> MCP Tool -> Core

Keep these boundaries intact. MCP tools must not shell out to CLI strings, and CLI/MCP layers must not duplicate business logic independently.