Conversation
The repo's docs were stuck describing the legacy state (discord.js 13, TS 4, Node 16, prefix commands b!, /commands folder, distube). All of that is gone since v0.4.0. Updating to reflect reality. README.md - Was: literally just the line 'BotitoV2' - Now: full overview — comandos, stack, setup, env vars, scripts, repo structure, conventions summary, version pointer .claude/CLAUDE.md - Stack table updated to current versions (Node 22, TS 5.9, discord.js 14.16, Mongoose 8.23, pnpm 10.33) - Repo map: removed legacy /commands, removed events/distube, added shared/constants, marked manifest-driven loaders - Features list rewritten around the 24 slash commands and the messageDelete listener - Env vars table cleaned (PREFIX gone, USER_AGENT gone) - Scripts table updated (pnpm, no more tsc-watch + nodemon) - Added a Branding section documenting the facelift conventions (palette, no setAuthor, footer-only, signal-color exceptions) - Reading order reframed: refactor-plan is now a historical log, not a roadmap .claude/refactor-plan.md - Status header flipped from 'Fase 7 — release pendiente' to '✅ COMPLETADO — v0.4.0 en producción' - Note up top reframing the doc as a historical log - Fase 7 section expanded with the actual work that landed (tests, facelift, complementary commands) and a small post-v0.4.0 backlog (dashboard, naming-unification deferred per owner preference)
Patch release for the post-v0.4.0 documentation pass (PR #64). No code changes — only: - README.md rewritten with the current command list, stack, setup, scripts, repo structure and conventions summary Adds a 0.4.1 entry to the in-bot changelog so /changelog reflects this release. /about and /uptime read package.json at runtime, so they pick up the new version automatically.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v0.4.1
Patch release. Solo docs.
Cambios desde v0.4.0
Test plan