refactor: move all remaining files to orig/ directory

Completed clean root directory structure:
- Root now contains only: .git, .env, docs/, orig/
- Moved all remaining files and directories to orig/:
  - Config files (.claude, .dockerignore, .drone.yml, etc.)
  - All .env variants (except active .env)
  - Git config (.gitconfig, .github, .gitignore, etc.)
  - Tool configs (.golangci.yml, .revive.toml, etc.)
  - Documentation (*.md files, @prompts)
  - Build files (Dockerfiles, Makefile, go.mod, go.sum)
  - Docker compose files
  - All source directories (scripts, tests, tools, etc.)
  - Runtime directories (logs, monitoring, reports)
  - Dependency files (node_modules, lib, cache)
  - Special files (--delete)

- Removed empty runtime directories (bin/, data/)

V2 structure is now clean:
- docs/planning/ - V2 planning documents
- orig/ - Complete V1 codebase preserved
- .env - Active environment config (not in git)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Administrator
2025-11-10 10:53:05 +01:00
parent 803de231ba
commit c54c569f30
718 changed files with 8304 additions and 8281 deletions

View File

@@ -0,0 +1,20 @@
# Math Audit Report
- Generated: 2025-10-20 04:27:10 UTC
- Vectors: 0/1 passed
- Assertions: 0/1 passed
- Property checks: 4/4 passed
## Vector Results
| Vector | Exchange | Status | Notes |
| --- | --- | --- | --- |
| default_formatted | uniswap_v2 | ❌ FAIL | default_amount_out_test (9990.0100 bps) |
## Property Checks
- ✅ price_conversion_round_trip — all samples within 0.1% tolerance
- ✅ tick_conversion_round_trip — ticks round-trip within ±1
- ✅ price_monotonicity — higher ticks produced higher prices
- ✅ price_symmetry — price * inverse remained within 0.1%