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
This commit is contained in:
Marco Gallegos
2026-01-17 00:49:46 -06:00
parent e3c4f30648
commit 393efa73c2

Diff Content Not Available