Artfight staff confirmed AI-assisted HTML is not permitted under their rules. Archived original AI-assisted CLAUDE.md, README.md, and all ai-chats session logs to archive/. New CLAUDE.md explicitly blocks AI from editing HTML files. New README.md documents the ruling and links to archive/ for transparency. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
70 lines
2.7 KiB
Markdown
70 lines
2.7 KiB
Markdown
# CLAUDE.md
|
|
|
|
This file provides guidance to Claude Code when working with code in this repository.
|
|
|
|
## ⚠️ No AI — Artfight Policy
|
|
|
|
Artfight explicitly disallows AI tools — including Claude — from being used in any content on the platform. After confirming with Artfight staff, this applies to AI-assisted HTML code as well.
|
|
|
|
**Do not generate, write, or edit any HTML files in this repository.**
|
|
|
|
This includes files in:
|
|
|
|
- `templates/`
|
|
- `characters/`
|
|
|
|
Claude may still be used for non-HTML tasks such as git operations, updating documentation, or general repo management — but **no HTML files** may be AI-assisted.
|
|
|
|
---
|
|
|
|
## 📖 Project Overview
|
|
|
|
**Artfight HTML** is a public repository by **lavender-daydream** (Lav) containing:
|
|
|
|
- **Reusable HTML templates** for Artfight character/profile pages
|
|
- **Lavender's own Artfight character HTML pages** — for personal reference and public inspiration
|
|
|
|
**Owner:** lavender-daydream
|
|
|
|
> **Note for Claude:** The owner's public name is **lavender-daydream** (also referred to as **Lavender** or **Lav**). Their real name is in `CLAUDE.private.md` — never use it in any file, comment, or output in this repository. This is a public repo under their community identity.
|
|
|
|
---
|
|
|
|
## 🏗️ Repository Structure
|
|
|
|
```text
|
|
artfight-html/
|
|
├── templates/ # Reusable HTML templates (copy-friendly, human-written)
|
|
├── characters/ # Lav's own Artfight character pages (human-written)
|
|
├── archive/ # Archived AI session logs and original AI-assisted files
|
|
├── README.md
|
|
└── CLAUDE.md
|
|
```
|
|
|
|
---
|
|
|
|
## 📝 HTML Conventions
|
|
|
|
- **Self-contained files**: All CSS should be `<style>` tags inline; no external stylesheets
|
|
- **No JavaScript**: Artfight does not support JS — do not add `<script>` tags
|
|
- **Comments**: Use HTML comments (`<!-- -->`) to explain sections for people copying templates
|
|
- **Semantic HTML**: Prefer semantic tags (`<section>`, `<article>`, `<aside>`) over pure `<div>` soup where it reads more clearly
|
|
|
|
---
|
|
|
|
## ⚖️ Usage & Credit
|
|
|
|
All HTML in this repository is free to use and modify, but **credit is required**.
|
|
|
|
- Link back to this repository or credit **lavender-daydream** when using templates or character page code
|
|
- You may adapt and modify freely for your own Artfight use
|
|
|
|
---
|
|
|
|
## 🔗 Links
|
|
|
|
- **Lavender's Artfight profile**: [artfight.net/~Lavender-Daydream](https://artfight.net/~Lavender-Daydream)
|
|
- **Lavender's website**: [lavender-daydream.com](https://www.lavender-daydream.com/)
|
|
- **Lavender's links**: [linkstack.lavender.spl.tech/@Lavender-Daydream](https://linkstack.lavender.spl.tech/@Lavender-Daydream)
|
|
- **Artfight**: [artfight.net](https://artfight.net/)
|