From ff66418e6c70eab2d45ba91ae03631847f16add3 Mon Sep 17 00:00:00 2001 From: Enmanuel Date: Sun, 8 Mar 2026 12:50:56 +0000 Subject: [PATCH] chore: cerrar issue 0012 y mover a completed Co-Authored-By: Claude Opus 4.6 --- dev/issues/README.md | 2 +- dev/issues/{ => completed}/0012-threads.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename dev/issues/{ => completed}/0012-threads.md (100%) diff --git a/dev/issues/README.md b/dev/issues/README.md index 63f0e9c..070f5fe 100644 --- a/dev/issues/README.md +++ b/dev/issues/README.md @@ -16,7 +16,7 @@ afectados y notas de implementacion. | 9 | Command system | [0009-command_system.md](completed/0009-command_system.md) | completado | | 10 | Access control | [0010-access-control.md](completed/0010-access-control.md) | completado | | 11 | Markdown rendering | [0011-markdown-rendering.md](completed/0011-markdown-rendering.md) | completado | -| 12 | Threads | [0012-threads.md](0012-threads.md) | pendiente | +| 12 | Threads | [0012-threads.md](completed/0012-threads.md) | completado | | 13 | Hot reload | [0013-hot-reload.md](0013-hot-reload.md) | pendiente | | 14 | Template agent standardize | [0014-template-agent-standardize.md](0014-template-agent-standardize.md) | pendiente | | 15 | Multi-platform Telegram | [0015-multi-platform-telegram.md](0015-multi-platform-telegram.md) | pendiente | diff --git a/dev/issues/0012-threads.md b/dev/issues/completed/0012-threads.md similarity index 100% rename from dev/issues/0012-threads.md rename to dev/issues/completed/0012-threads.md