chore: implement instruction compliance remediation

- Replace Go interface{} with any (Go 1.18+ standard)
- Add database indexes to frequently queried model fields
- Add JSDoc documentation to frontend API client methods
- Remove deprecated docker-compose version keys
- Add concurrency groups to all 25 GitHub Actions workflows
- Add YAML front matter and fix H1→H2 headings in docs

Coverage: Backend 85.5%, Frontend 87.73%
Security: No vulnerabilities detected

Refs: docs/plans/instruction_compliance_spec.md
This commit is contained in:
GitHub Actions
2025-12-21 04:08:42 +00:00
parent a45600e7c4
commit af8384046c
180 changed files with 2101 additions and 880 deletions

View File

@@ -1,8 +1,13 @@
# Database Schema Documentation
---
title: Database Schema Documentation
description: Technical documentation of Charon's SQLite database schema. Entity relationships and table definitions for developers.
---
Charon uses SQLite with GORM ORM for data persistence. This document describes the database schema and relationships.
## Database Schema Documentation
## Overview
Charon uses SQLite with GORM ORM for data persistence. This document describes the database schema and relationships.
### Overview
The database consists of 8 main tables: