Skip to content

feat: add full state persistence, concurrent batches, restore, and new adapters#8

Merged
vgpastor merged 4 commits intomainfrom
claude/improve-plugin-wdZIC
Feb 15, 2026
Merged

feat: add full state persistence, concurrent batches, restore, and new adapters#8
vgpastor merged 4 commits intomainfrom
claude/improve-plugin-wdZIC

Conversation

@vgpastor
Copy link
Copy Markdown
Owner

  • Full StateStore integration: saveProcessedRecord() on every record,
    updateBatchState() on batch transitions, saveState() after each batch
    for crash recovery
  • BulkImport.restore(jobId, config): static method to resume interrupted
    imports by rebuilding state from the store and skipping completed batches
  • maxConcurrentBatches: real batch concurrency via Promise.race pool
    (default 1 = sequential, set higher for parallel processing)
  • FileStateStore: JSON-on-disk persistent state store for Node.js
  • XmlParser: zero-dependency XML parser with auto record-tag detection
  • UrlSource: fetch-based data source with streaming and timeout support
  • 186 tests passing (40 new: concurrency, persistence, restore, XML)

https://claude.ai/code/session_0172QiNWd9GS1DzycSP2tHeV

…w adapters

- Full StateStore integration: saveProcessedRecord() on every record,
  updateBatchState() on batch transitions, saveState() after each batch
  for crash recovery
- BulkImport.restore(jobId, config): static method to resume interrupted
  imports by rebuilding state from the store and skipping completed batches
- maxConcurrentBatches: real batch concurrency via Promise.race pool
  (default 1 = sequential, set higher for parallel processing)
- FileStateStore: JSON-on-disk persistent state store for Node.js
- XmlParser: zero-dependency XML parser with auto record-tag detection
- UrlSource: fetch-based data source with streaming and timeout support
- 186 tests passing (40 new: concurrency, persistence, restore, XML)

https://claude.ai/code/session_0172QiNWd9GS1DzycSP2tHeV
Bump to 0.3.0 (minor) for new features:
- maxConcurrentBatches, BulkImport.restore(), full StateStore integration
- FileStateStore, XmlParser, UrlSource adapters
- 203 tests (was 146), 92.97% coverage

https://claude.ai/code/session_0172QiNWd9GS1DzycSP2tHeV
@vgpastor vgpastor merged commit 99c7099 into main Feb 15, 2026
7 checks passed
@vgpastor vgpastor deleted the claude/improve-plugin-wdZIC branch February 15, 2026 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants