diff --git a/AGENTS.md b/AGENTS.md index fd491e6a7e774d6e8ddaa397f7fdc193f725b3bb..3bd272c00bd653afbe720003624b74c0d03889d1 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -8,6 +8,8 @@ SPDX-License-Identifier: CC0-1.0 MCP server exposing Lunatask (task/habit tracker) to LLMs via SSE. Primary use case: Home Assistant voice assistant says "remind me to call mom tomorrow" → HA's LLM calls this server's `create_task` tool → task appears in Lunatask. +All of Lunatask's API docs are local (uncommitted), so feel free to read them _liberally_ while working on the client. The index, telling you which files to read for which topics, is in lunatask/docs/index.md + ## Commands ```sh @@ -50,11 +52,3 @@ lunatask/ → HTTP client for Lunatask API - `update_task` MCP tool requires `name` even for partial updates - No tests exist yet - All files need SPDX headers (`just reuse` checks this) - -## Contributing - -Patches via [pr.pico.sh](https://pr.pico.sh/r/amolith/llm-projects): - -```sh -git format-patch origin/main --stdout | ssh pr.pico.sh pr create amolith/llm-projects -```