diff --git a/README.md b/README.md index a5136d082f1f97644a3561a0316e0abb433267f9..d6374a29f542310d3609faa6960e6d7182a4c4e2 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,23 @@ SPDX-FileCopyrightText: Amolith SPDX-License-Identifier: CC0-1.0 --> +This entire project, including the README below, was largely written by LLMs. +It works well enough, but I'm experiencing an odd issue in my preferred coding +tool where the server seems to die and the coding tool restarts the server, +wiping the in-memory-only tasks. I could fix that by implementing persistent +storage, but I'm more interested in seeing how LLMs work with a completely +different implementation of this idea. I don't intend to maintain this server +going forward, though it should continue to function until/unless the MCP +protocol changes. + +I wrote [formatted-commit](https://git.secluded.site/formatted-commit), a CLI +tool, to encourage (and force) LLMs towards well-formatted Conventional Commits +and that's the kind of style I want to try for the next version of this +"LLM-oriented planning system" idea. It's called, for now, [nasin +pali](https://git.secluded.site/nasin-pali). + +--- + # planning-mcp-server A Model Context Protocol (MCP) server that provides planning tools for LLMs to thoroughly plan their actions before getting started and pivot during execution when needed.