docs: mention effective archival

Amolith created

Change summary

README.md | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

Detailed changes

README.md 🔗

@@ -4,6 +4,23 @@ SPDX-FileCopyrightText: Amolith <amolith@secluded.site>
 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.