There was an error while loading. Please reload this page.
docs: account separation, BarStore auto-caching, running state display, stop idempotency - Theory-of-Operation: per-account plugin registry path (~/.ib_plugin_store_<id>.db) - CLI: plugin stop idempotency note; plugin list/status output format with 'running' and UUID - Plugin-Design: state diagram display note; account-keyed state; get_bars_cached and subscribe_live_bars sections under Market Data - Bar-Store: add insert_bar() API section; rewrite "Using BarStore in a Plugin" with preferred get_bars_cached and subscribe_live_bars patterns - Plugin-Manual: state diagram display note; stop idempotency note; get_bars_cached and subscribe_live_bars sections under §9; updated TOC Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add wiki: Theory of Operation, CLI task guide, Plugin Design