Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 821 Bytes

File metadata and controls

24 lines (19 loc) · 821 Bytes

AGENTS.md

Purpose

Public browser tool for JSON formatting, validation, and conversions (json.airat.top).

Repository Role

  • Category: *.airat.top (public static tool).
  • Deployment platform: Cloudflare Pages.
  • Main content directory: public_html.

Content and Structure

  • Main page: public_html/index.html.
  • Styling: public_html/styles.css.
  • Logic: public_html/app.js.

Site Conventions

  • Keep UI style consistent with other AiratTop tools.
  • Keep SEO metadata and social tags in index.html.
  • Keep required counters/verification tags (Google Analytics + Yandex verification).
  • Publish static assets from public_html.

AI Working Notes

  • Tool is local-first and client-side; avoid introducing backend dependency.
  • Preserve existing transformation features and output compatibility.