[작성자:] admin

  • 워드프레스 오픈 축하

    드뎌 워드 프레스 오픈했어요.
    과정이 쬐끔 복잡한 부분이 있지만 하루 종일 씨름하면서 오픈했습니다.
    본 블로그를 방문하시는 모든 분들에게 행복이 쏟아 지기 바랍니다.
    행복한 만남과 하루 되세요.

  • 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.