From 393efa73c2725f597d30b4dd8a2dc99f211a08f3 Mon Sep 17 00:00:00 2001 From: Marco Gallegos Date: Sat, 17 Jan 2026 00:49:46 -0600 Subject: [PATCH] docs: add documentation structure and code comment conventions - Update README.md with markdown links to all documentation files in docs/ - Add comprehensive documentation structure section in TASKS.md - Document code comment conventions for: * PostgreSQL functions with JSDoc-style comments * TypeScript/JavaScript functions with JSDoc * API routes with request/response documentation * Naming conventions (camelCase, UPPER_SNAKE_CASE, PascalCase, kebab-case) * SQL migration documentation standards * Audit logging patterns - Link all documentation files with relative paths for easy navigation - Maintain README.md and TASKS.md in root, all other docs in docs/ folder