Imported from TonyLikeDev/Painting_project (
AGENTS.md). Install upstream withnpx skills add TonyLikeDev/Painting_project. Copyright stays with the author.
AGENTS.md
All instructions for AI coding agents working in this repository live in
CLAUDE.md (project purpose, layout, environment facts, conventions, workflow).
Read it, then open ROADMAP.md for the current status and the next open item.
Short version of the rules:
RESEARCH_PLAN.mdis the plan,ROADMAP.mdis the live status. Tick items inROADMAP.mdand add a change-log line every time something is finished.- Use the project virtual environment:
venv/Scripts/python.exeon Windows,venv/bin/pythonon macOS. - Run
pytestbefore code underneural_painter/is committed. Never commit or push yourself and never add AI co-author lines; see the Git rules in CLAUDE.md. - Keep the procedural rasterizer pixel-identical to the original 2021 code.
- Stroke parameters live in
[0, 1]with layouts defined inneural_painter/configs/*.yaml. - Measurements go to
experiments/, prose goes toreport/, both seeded and dated.