602 B
602 B
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Project Overview
Order backup CLI tool — backs up order data by time range to CSV, then deletes backed-up records from the production Azure Table store. Operates on production tables, so performance impact must be minimized.
Tech Stack
- Language: Python
- Package management:
uv(install viauv tool) - Storage: Azure Table (Python SDK)
Reference Implementation
Order data model and format: /Users/tech/workspace/n3-world/N3-Server/n3backend/n3order