This website requires JavaScript.
ea6c2b3f54
fix: market data rate limiting and backtest price lookup
Celes Renata
2026-04-15 22:19:44 +00:00
69eb366bf9
fix: backtest simulation uses ET timezone for trading window
Celes Renata
2026-04-15 21:48:32 +00:00
70bad7709a
feat: wire live decision loop and enable paper trading
Celes Renata
2026-04-15 20:52:28 +00:00
c4b90a5224
fix: sidebar nav highlights both Trading Controls and Trading Engine
Celes Renata
2026-04-15 20:07:31 +00:00
78aee4c9e6
fix: add trading-engine to CI build matrix
Celes Renata
2026-04-15 19:55:34 +00:00
3ff910433f
fix: reject empty LLM classifications for global events
Celes Renata
2026-04-15 19:46:31 +00:00
326c409d63
fix: use _global fallback for empty ticker in MinIO storage paths
Celes Renata
2026-04-15 19:25:23 +00:00
cdf1cd06bc
fix: bump GitHub Actions to Node 24 versions
Celes Renata
2026-04-15 16:24:50 +00:00
516731e69a
fix: remove explicit type annotations on Recharts formatter callbacks
Celes Renata
2026-04-15 16:17:00 +00:00
4ffde8cc06
feat: autonomous trading engine — full implementation
Celes Renata
2026-04-15 16:12:22 +00:00
da86132f0c
fix: add num_predict=16384 to prevent output truncation on large articles
Celes Renata
2026-04-15 03:11:13 +00:00
b8a2cdc52a
fix: fill default values for missing fields in truncated LLM output
Celes Renata
2026-04-15 03:08:10 +00:00
00044af993
fix: switch to think=false with json-repair — 20x faster extraction
Celes Renata
2026-04-15 02:54:39 +00:00
4f2ae23d42
fix: set num_predict=16384 so model has token budget for thinking + content
Celes Renata
2026-04-15 01:47:00 +00:00
46b069a748
fix: switch to non-streaming Ollama calls — streaming breaks thinking mode
Celes Renata
2026-04-15 01:19:17 +00:00
ffe19eb23a
fix: handle empty ticker in MinIO storage paths, clean up debug log
Celes Renata
2026-04-15 00:39:53 +00:00
8b5b692d3c
fix: update stall timer during thinking phase to prevent premature stream abort
Celes Renata
2026-04-15 00:06:49 +00:00
01726af360
fix: remove think=false (Ollama bug #14645 ), bump max_tokens to 32k
Celes Renata
2026-04-14 23:50:28 +00:00
b0fc207c1a
docs: update steering docs with competitive layer, 50 companies, deployment lessons
Celes Renata
2026-04-14 23:27:52 +00:00
8d0526470d
feat: expand seed to 50 companies with competitor relationships and macro source
Celes Renata
2026-04-14 21:00:19 +00:00
86808465de
fix: remove explicit type annotations on Recharts callbacks for v3 compat
Celes Renata
2026-04-14 20:40:31 +00:00
916aaff9f3
feat: add trend history chart with strength/confidence/contradiction time series
Celes Renata
2026-04-14 20:37:25 +00:00
e1792e06b9
fix: skip non-UUID pattern signal IDs in evidence persistence
Celes Renata
2026-04-14 20:18:50 +00:00
d37a5732d0
fix: use timedelta instead of string for interval query params
Celes Renata
2026-04-14 20:10:38 +00:00
c438d0d60a
fix: competitor lookup uses ticker join instead of UUID comparison
Celes Renata
2026-04-14 20:04:56 +00:00
2a96c8338b
fix: remove unused StatusBadge import in GlobalEvents.tsx
Celes Renata
2026-04-14 19:53:40 +00:00
4e191957b4
fix: remove duplicate closing tag in CompanyDetail.tsx
Celes Renata
2026-04-14 19:50:53 +00:00
d8ea58104c
fix: lint errors (import sorting, unused vars)
Celes Renata
2026-04-14 19:48:19 +00:00
f7a11d14ea
feat: competitive intelligence & historical pattern matching layer
Celes Renata
2026-04-14 19:42:48 +00:00
b478022ba3
fix: data quality query and suppression fallback in recommendation worker
Celes Renata
2026-04-14 06:57:46 +00:00
4fbddc307a
fix(extractor): fallback for any unrecognized impact_horizon value
Celes Renata
2026-04-12 16:27:37 -07:00
6ae8aa779e
fix(extractor): add underscore variants to impact_horizon normalizer
Celes Renata
2026-04-12 16:08:25 -07:00
cd782d1552
fix(extractor): streaming with guardrails + catalyst_type normalization
Celes Renata
2026-04-12 15:28:20 -07:00
527be42f82
phase 17: restore script — per-bucket size reporting, full DB row count verification
Celes Renata
2026-04-12 14:53:19 -07:00
85e0ef7580
phase 17: backup script now reports per-bucket sizes and file counts
Celes Renata
2026-04-12 14:46:47 -07:00
dd13045ca6
phase 17: fix backup/restore scripts — use postgres:18-alpine for pg_dump version match
Celes Renata
2026-04-12 14:41:08 -07:00
3f5b4adcec
phase 17: add backup/restore scripts — PostgreSQL + MinIO → NFS
Celes Renata
2026-04-12 14:21:59 -07:00
6e2f174b19
phase 17: disable qwen3.5 thinking mode (think:false) to reduce latency and improve structured output
Celes Renata
2026-04-12 12:35:24 -07:00
45f0c03639
phase 17: add request-level URL logging to OllamaClient for proxy debugging
Celes Renata
2026-04-12 12:32:44 -07:00
fd35e12d5e
phase 17: switch Ollama to external proxy at 10.1.1.12:2701
Celes Renata
2026-04-12 11:37:23 -07:00
80e0f0976f
phase 17: switch back to qwen3.5:9b-fast (Ollama restarted, model available again)
Celes Renata
2026-04-12 11:05:42 -07:00
a3e8009fa9
phase 17: revert to qwen3.5:9b (9b-fast was removed from Ollama), add retry script
Celes Renata
2026-04-12 10:58:53 -07:00
109a2485cf
phase 17: increase Ollama timeout to 300s for qwen3.5:9b-fast 32k context
Celes Renata
2026-04-12 10:32:13 -07:00
7ee1d0f050
phase 17: switch to qwen3.5:9b-fast (32k context), add queue management scripts
Celes Renata
2026-04-12 10:19:28 -07:00
1993bfdf3e
phase 17: add extraction output normalization — clamp scores to 0-1, map impact_horizon alternatives
Celes Renata
2026-04-12 10:15:38 -07:00
608ccc8b68
phase 17: revert to qwen3.5:9b, keep improved prompt style
Celes Renata
2026-04-12 10:06:13 -07:00
66ed38bf18
phase 17: switch to gemma4:e4b, rewrite prompts for fill-the-fields style with forced ticker inclusion
Celes Renata
2026-04-12 10:05:31 -07:00
2e42310f07
phase 17: fix SEC EDGAR 403 — use descriptive User-Agent with contact email per fair access policy
Celes Renata
2026-04-12 09:50:29 -07:00
311d76dc0b
phase 17: enrich SEC EDGAR filings with URLs, titles, dedupe by accession number, skip XML fragments
Celes Renata
2026-04-12 09:42:12 -07:00
28b3361833
phase 17: remove embedded JSON schema from user prompt (4.7KB saved), Ollama format param handles it
Celes Renata
2026-04-12 09:28:28 -07:00
57d0fc7d33
phase 17: pass all tracked tickers to extractor, soften prompt for macro-to-company relevance
Celes Renata
2026-04-12 09:18:08 -07:00
59f89d03d2
phase 17: enrich short parsed articles with Polygon description/keywords from raw payload
Celes Renata
2026-04-12 08:52:46 -07:00
cd32c3e3fe
phase 17: increase parser→extractor text limit from 8k to 32k chars
Celes Renata
2026-04-12 08:37:29 -07:00
ffcc66ae0b
phase 17: sync standalone k8s/trino.yaml with Helm template (native S3, s3.region)
Celes Renata
2026-04-12 08:24:04 -07:00
34787ad825
phase 17: fix Trino hive catalog — use native S3 filesystem, remove defunct hive.s3 props
Celes Renata
2026-04-12 08:18:18 -07:00
999648d90b
phase 17: add s3.region to Trino catalog config for MinIO (fixes AWS SDK region error)
Celes Renata
2026-04-12 08:16:14 -07:00
4f2f113cda
phase 17: fix text[]/varchar[] type mismatch in coverage-gaps SQL
Celes Renata
2026-04-12 04:15:00 -07:00
d16e15c885
phase 17: quote reserved word 'window' in all SQL queries across recommendation worker and query API
Celes Renata
2026-04-12 03:45:51 -07:00
181ed2b6cd
phase 17: quote reserved word 'window' in aggregation SQL INSERT
Celes Renata
2026-04-12 03:38:45 -07:00
019eaa40d7
phase 17: fix datetime JSON serialization in aggregation worker market_context
Celes Renata
2026-04-12 03:31:32 -07:00
48bf4f7e7e
phase 17: extractor fetches normalized text from MinIO when not in job payload
Celes Renata
2026-04-12 03:24:10 -07:00
012b973bb7
phase 17: wire extractor→aggregation→recommendation queue chain, add company_id_map to extractor
Celes Renata
2026-04-12 03:16:27 -07:00
226cc3ff44
phase 17: switch Ollama model to qwen3.5:9b (available on cluster)
Celes Renata
2026-04-12 03:10:49 -07:00
e4a1d2d69a
phase 17: fix HTML parser NoneType attrs crash in boilerplate stripping
Celes Renata
2026-04-12 03:03:07 -07:00
264b83ea56
phase 17: fix Polygon article_url and published_utc field mapping in metadata persistence
Celes Renata
2026-04-12 02:58:30 -07:00
0ac4493bd4
phase 17: fix parser URL lookup from DB and extractor text field name mismatch
Celes Renata
2026-04-12 02:54:23 -07:00
67cdb0b8c8
phase 17: fix ruff lint error in scheduler import order
Celes Renata
2026-04-12 02:47:47 -07:00
f2b9d6c00a
phase 17: fix scheduler config parsing, worker entry points, and seed data for Polygon sources
Celes Renata
2026-04-12 02:45:37 -07:00
1410d324b7
phase 17: add vertical slice tasks for live pipeline activation
Celes Renata
2026-04-11 20:43:47 -07:00
37d5f9b01c
update steering docs and hooks for current project state
Celes Renata
2026-04-11 20:41:57 -07:00
99e17be282
phase 16: fix env var fallback - use || instead of ?? for empty string
Celes Renata
2026-04-11 20:06:13 -07:00
4d0c38bba7
phase 16: vitest + MSW frontend tests, CI integration
Celes Renata
2026-04-11 19:28:38 -07:00
5758a704ec
phase 16: fix UUID serialization in symbol registry responses
Celes Renata
2026-04-11 19:22:13 -07:00
6f5b2231a2
phase 16: add registry/risk nginx proxies, add company form, network policies
Celes Renata
2026-04-11 19:12:07 -07:00
4cd8961db6
phase 16: add dashboard network policy, allow query-api from dashboard
Celes Renata
2026-04-11 18:20:48 -07:00
cc7014e33d
phase 16: fix superset - trino driver in venv, psycopg2 metadata db, core secrets
Celes Renata
2026-04-11 17:37:39 -07:00
5f87cbe464
phase 16: custom superset image with trino driver, fix security context
Celes Renata
2026-04-11 17:18:17 -07:00
afa627322a
phase 16: fix ruff lint - move imports to top of file
Celes Renata
2026-04-11 16:48:50 -07:00
59da3fe89e
phase 16: nginx-unprivileged on 8080, helm dashboard deployment
Celes Renata
2026-04-11 16:37:59 -07:00
1fcb79503e
phase 16: fix TS strict mode errors, node 24, update steering docs
Celes Renata
2026-04-11 16:35:50 -07:00
faccb0b8db
phase 16: React dashboard with full platform control and analytics
Celes Renata
2026-04-11 16:19:46 -07:00
25e0e386b7
spec: add frontend dashboard requirements, design, and tasks (phase 16)
Celes Renata
2026-04-11 14:46:30 -07:00
e7b2a5e67f
phase 15: helm deployment complete, runbook, trino/superset fixes
Celes Renata
2026-04-11 14:27:47 -07:00
fe3d6c0cb0
fix: trino iceberg catalog s3 props, superset port env override
Celes Renata
2026-04-11 14:21:44 -07:00
273a86e2bd
fix: risk engine command points to services.risk.app, redis password, window quoting
Celes Renata
2026-04-11 14:15:47 -07:00
1c3a5f8285
fix: uncomment ruff in requirements.txt for CI
Celes Renata
2026-04-11 12:58:30 -07:00
5a2827d5ee
fix: use python -m for ruff and pytest in CI
Celes Renata
2026-04-11 12:56:40 -07:00
7524aa5f2c
phase 15: helm chart for stonks-oracle deployment
Celes Renata
2026-04-11 12:21:49 -07:00
109440c91e
phase 15: fix ruff lint errors across services
Celes Renata
2026-04-11 12:10:01 -07:00
ce10afa034
phase 14-15: docker build validation and helm deployment
Celes Renata
2026-04-11 11:59:45 -07:00
7394d241c9
phase 2: symbol registry validation, seed data, nix dev shell
Celes Renata
2026-04-11 03:41:41 -07:00
ebea70573b
phase 0+1: project scaffold, k8s manifests, CI pipeline, steering, hooks, tests
Celes Renata
2026-04-11 03:25:08 -07:00
8cfc4f423b
initial commit
Celes Renata
2026-04-11 02:15:06 -07:00