A CLAUDE.md is just a markdown file at the root of your repo. Copy the content below into your own project's CLAUDE.md to give your agent the same context.
npx versuz@latest install weceng-ticket-purchase --kind=claude-mdcurl -o CLAUDE.md https://raw.githubusercontent.com/WECENG/ticket-purchase/HEAD/CLAUDE.md# CLAUDE.md This file contains project-specific context and instructions for Claude. ## Project Overview Python project for ticket purchasing automation on Damai.com ## Testing Commands - Run tests: `poetry run test` or `poetry run tests` - Run with coverage: `poetry run pytest --cov` ## Development Guidelines - Use Poetry for dependency management - Follow pytest conventions for test organization - Maintain 80% test coverage threshold