Commit Graph

4 Commits

Author SHA1 Message Date
Krypto Kajun
ac61a1dc5a fix(docker): exclude logs and harness directories from container build
Updated .dockerignore to exclude:
- logs/ directory (contains large archived log files)
- harness/ directory (contains test reports and temporary files)

These directories contain large files that were causing container build
failures with 'archive/tar: write too long' errors. Excluding them reduces
the build context size and allows the container build to succeed.

The excluded directories are runtime-generated and not needed in the
production container image.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-17 21:08:30 -06:00
Krypto Kajun
fac8a64092 feat: Implement comprehensive Market Manager with database and logging
- Add complete Market Manager package with in-memory storage and CRUD operations
- Implement arbitrage detection with profit calculations and thresholds
- Add database adapter with PostgreSQL schema for persistence
- Create comprehensive logging system with specialized log files
- Add detailed documentation and implementation plans
- Include example application and comprehensive test suite
- Update Makefile with market manager build targets
- Add check-implementations command for verification
2025-09-18 03:52:33 -05:00
Krypto Kajun
1485a3bb0b added project files for claude, gemini, opencode and qwen 2025-09-14 11:41:40 -05:00
Krypto Kajun
518758790a Sequencer is working (minimal parsing) 2025-09-14 06:21:10 -05:00