docs: implement professional documentation structure and project hygiene

This commit is contained in:
2026-01-13 23:12:50 +01:00
parent 2faf2dd8dc
commit 41046ad922
7 changed files with 180 additions and 0 deletions

18
CHANGELOG.md Normal file
View File

@@ -0,0 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.
## [Unreleased]
### Added
- Professional documentation structure in `docs/`.
- Internal task tracker using Python and DuckDB.
- Centralized `Makefile` for project automation.
- Dockerized development shell.
- Unique username enforcement on the server.
- Transaction simulation for messages, reactions, and username changes.
### Fixed
- DuckDB parameter handling issue in the backend.
- Reaction animations and persistence.
- `.gitignore` consolidation.