Commit graph

284 commits

Author SHA1 Message Date
cf7ddf3dea Remove obsolete deploy wrappers 2026-05-08 04:08:16 -04:00
39bac1ee8c Add safe VPS deploy entrypoint 2026-05-08 04:02:02 -04:00
dirtydishes
b102ff19e4
Merge pull request #32 from dirtydishes/load-reduction
Implement first-pass load reduction controls
2026-05-08 03:30:20 -04:00
883ad1ce5b Merge origin/main into load-reduction 2026-05-08 03:29:39 -04:00
e7f4805ccc Implement first-pass load reduction controls 2026-05-08 02:46:41 -04:00
5d488fd7f5 Add terminal extraction refactor plan
- Document target terminal module layout and dependency rules
- Outline test split, facade contract, and follow-up bd issues
2026-05-08 00:38:54 -04:00
b73e62bdba Fix contract-focused options tape hydration 2026-05-07 23:37:32 -04:00
73e25ddf70 Rename docker deployment scripts
- Move branch and main deploy scripts under `deployment/docker`
- Keep script contents unchanged
2026-05-07 22:17:52 -04:00
de9a965a6c Fix table flex sizing and move deploy scripts
- Make data tables fill available height so scrolling behaves correctly
- Relocate deploy scripts under `deploy/docker`
2026-05-07 22:16:21 -04:00
9c351d12d1 Refine route-scoped tape subscriptions and table virtualization
- Scope live channels by route and trim unused feed work
- Switch tape tables to fixed-height virtual rows with separate scroll containers
- Add tests for route feature maps and virtual config
2026-05-07 22:03:09 -04:00
bb1df9b58b Clean up terminal hydration promise-chain formatting 2026-05-07 02:18:11 -04:00
088bd37e84 Fix terminal virtualization and hydration crash handling 2026-05-07 02:17:17 -04:00
dc0aeaa7d2 Fix Docker workspace lockfile drift and add sync guard 2026-05-07 02:08:02 -04:00
e69bf295c8 Stabilize tape virtualization and scoped live health 2026-05-07 01:52:20 -04:00
034d24f8ac Restore continuous live tape history 2026-05-07 00:39:26 -04:00
d81b4c0cfb Restore scoped live history retention 2026-05-06 23:49:04 -04:00
1d3865c8fc Fix Tape navigation from home 2026-05-06 23:42:35 -04:00
9ca0e52411 Fix tape history scroll gate attachment 2026-05-06 23:28:50 -04:00
aece60c84f Fix tape rail navigation 2026-05-06 23:18:38 -04:00
dirtydishes
62244ce048
Merge pull request #30 from dirtydishes/live-clickhouse-scrollgate
Implement live tape scroll-gated history
2026-05-06 23:09:30 -04:00
33a0bf18cd uupdate .env.example with correct NATS URL for docker deployment 2026-05-06 23:07:15 -04:00
00ba0db5ce Document Docker-internal service URLs in env example
- Clarify that Compose services must use service-name URLs
- Warn against using 127.0.0.1 or localhost inside containers
2026-05-06 23:05:11 -04:00
6ba3c5343b Implement live tape scroll-gated history 2026-05-06 22:28:20 -04:00
1161e37ef5 Gate live feed staleness and isolate Next dev artifacts
- delay stale status for paused live feeds before surfacing disconnects
- keep `next dev` output separate from production build artifacts
- add coverage for the new live-feed stale threshold
2026-05-06 22:20:09 -04:00
53eeb9e72f Gate live feed staleness and isolate Next dev artifacts
- delay stale status for paused live feeds before surfacing disconnects
- keep `next dev` output separate from production build artifacts
- add coverage for the new live-feed stale threshold
2026-05-06 22:14:11 -04:00
dirtydishes
4368d6db4c
Merge pull request #28 from dirtydishes/smart-money-classifiers
Ship smart-money event pipeline, event-calendar enrichment, and terminal UI
2026-05-06 21:59:09 -04:00
07a9b91df7 Remove deprecated Alpaca key-pair auth 2026-05-05 03:21:18 -04:00
5025de78b9 Support single-token Alpaca auth 2026-05-05 03:14:01 -04:00
dd32be7717 Add Alpha Vantage event calendar provider 2026-05-05 03:02:51 -04:00
9bace6932e Document event calendar env config 2026-05-05 02:58:08 -04:00
19a499d33c Add smart money replay evaluation harness 2026-05-05 02:08:16 -04:00
de6d25f046 Migrate terminal to smart-money profiles 2026-05-05 01:40:10 -04:00
86661df7ae Rebuild synthetic smart-money scenarios 2026-05-05 01:29:39 -04:00
6b794ec7ac Add smart money event calendar enrichment 2026-05-04 19:21:18 -04:00
6108aea166 Remove outdated smart money rebuild plan
- Delete the phase 01 planning doc
- Clear obsolete migration notes from the branch
2026-05-04 18:58:38 -04:00
df35d49784 Add smart money rebuild plan and taxonomy
- Replace tape overhaul notes with the new smart-money classification plan
- Add the taxonomy reference doc for the rules-first rebuild
2026-05-04 18:00:50 -04:00
6822fa1ba4 Implement smart money event bridge 2026-05-04 17:36:24 -04:00
dirtydishes
a8cc2e3875
Merge pull request #27 from dirtydishes/tape-overhaul
Options Tape Overhaul (Phase 1)
2026-05-04 14:59:13 -04:00
749528c114 Hold live tape updates while scrolled away
- pause incoming rows when a tape is not at top
- show missed item count only while new data is hidden
- wire list refs so scroll state can resume cleanly
2026-05-04 14:40:31 -04:00
623f7df113 Add contract filter control to Tape header
- Show a dedicated contract filter button in the Tape route
- Highlight the button when an option contract is selected
- Hide the generic focus chip for contract selections
2026-05-04 14:10:02 -04:00
8ff62cc4f9 Move tape filters into page actions
- Remove legacy per-pane load older controls
- Reposition tape filter controls into the route actions area
- Tidy top bar layout and live fetch URL building
2026-05-04 14:06:31 -04:00
c0219233d3 Simplify web terminal routes and home layout
- Redirect legacy signals/charts/replay pages to home
- Trim nav and update live subscriptions for home and tape
- Refresh terminal topbar and layout behavior
2026-05-04 13:42:47 -04:00
eea2d74a3d Fix live websocket lag by optimizing cache persistence and adding lag telemetry 2026-05-04 13:10:05 -04:00
48b0d980a6 Implement scoped live 24h feed visibility 2026-05-04 05:52:38 -04:00
f28c8e641f Fix seen-key handling in pausable tape reduction
- Break on the first previously seen item in newest-first merges
- Avoid cloning seen key sets unless new items are added
- Add tape overhaul phase 1 notes
2026-05-04 05:13:07 -04:00
b88ef2b371 Stream delayed live feed events 2026-05-04 04:59:09 -04:00
85dfebb8f0 Disable static caching for live terminal routes 2026-05-04 04:40:35 -04:00
820681f7b6 Reconnect idle live tape socket 2026-05-04 04:34:00 -04:00
5fcdb015c0 Make tape feeds compact tables 2026-05-04 04:16:42 -04:00
c31d59ea79 Align options table scrolling 2026-05-04 04:02:41 -04:00