initial: project docs and design spec
This commit is contained in:
17
CLAUDE.md
Normal file
17
CLAUDE.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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 via `uv tool`)
|
||||
- **Storage**: Azure Table (Python SDK)
|
||||
|
||||
## Reference Implementation
|
||||
|
||||
Order data model and format: `/Users/tech/workspace/n3-world/N3-Server/n3backend/n3order`
|
||||
Reference in New Issue
Block a user