Sangeetha-Grantha

Metadata Value
Status Active
Version 1.2.0
Last Updated 2026-09-10
Author Sangeetha Grantha Team
Document Type Design reference

🤖 AI & Vibe Coding References


[!NOTE] Design/reference material: this page may include proposals or earlier implementation assumptions. Use implemented AI capabilities for implemented behavior and current operating steps.


This document provides essential references for AI coding assistants (VS Code Copilot, Codex, Cursor, Google Antigravity) working with the Sangeetha Grantha codebase.


Product & Requirements


Architecture & Design


API & Integration


Database


Frontend


Development Workflow


Key Patterns to Follow

Database Operations

Dependency Management

Code Organization

Backend Patterns

Frontend Patterns


Conductor & AI Change Tracking (For Assistants)

When proposing or implementing any changes to the codebase, assistants must follow Conductor tracking rules:

Conductor resources:

Quick Reference Commands

# Database management
make migrate      # Run pending migrations
make db-reset     # Reset database (drop → create → migrate → seed)

# Development workflow
make dev          # Start full stack (DB + Backend + Frontend + Extraction)
make dev-down     # Stop all services

# Testing
make test         # Run backend tests
make test-frontend  # Run frontend tests

Important Constraints


For the complete documentation index, see README.md.


Section index · Documentation home · Feature status