mirror of
https://github.com/marcogll/AnchorOS.git
synced 2026-03-15 13:24:27 +00:00
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: