CLAUDE.md – Antigravity Development Guide

CLAUDE.md – Antigravity Development Guide

Build and Run Commands

  • Run Biblex Converter: python biblex_auto_converter.py
  • Run Syntax Check: python test_syntax.py
  • Verify HTML Structures: python check_html.py
  • Run Local Server: node restored_server.js (if active)

Code Style & Guidelines

1. General Principles

  • All user-facing text, alerts, and system responses must be written in Korean (한국어).
  • Do not use exclamation marks (!) in system generated logs and outputs. Keep the tone factual and neutral.
  • Handle all file operations on Windows with explicit encoding="utf-8" to prevent codec crashes.

2. Frontend Development (HTML/CSS/JS)

  • Keep styling responsive and premium using Vanilla CSS variables.
  • Maintain separate concerns: structure in HTML, styling in CSS, interaction logic in JS.
  • Avoid using inline styles or placeholders.

3. Backend & Scripting (Python/Node)

  • Ensure all parameters are typed and errors are caught gracefully.
  • Scripts must have descriptive CLI feedback in Korean.