Skip to content
This repository was archived by the owner on Jun 4, 2026. It is now read-only.

Add batch upload and track --push features - #6

Closed
christse wants to merge 7 commits into
mainfrom
feature/batch-upload-track-push-v2
Closed

Add batch upload and track --push features#6
christse wants to merge 7 commits into
mainfrom
feature/batch-upload-track-push-v2

Conversation

@christse

@christse christse commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

Features:

  • Add batch upload via /_atomic endpoint for efficient multi-file uploads
  • Add --push flag to track command for automatic server sync
  • Cache JWT at startup in long-running processes (track, watch)
  • Add -v/--verbose flag to sync, track, watch, push, pull commands

Batch upload features:

  • Efficient batching with configurable batch size and payload limits
  • Fallback strategy: full batch → half batches → individual uploads
  • Verbose logging shows file lists, payload sizes, server responses
  • Proper error handling with detailed error messages from /_atomic

Documentation:

  • Update CLAUDE.md with track --push workflow
  • Update README with verbose mode section and examples
  • Document real-time local-to-server sync workflow

Loading
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants