Francy51
  • Joined on 2026-02-16
Francy51 pushed to main at Francy51/Neon-Desk 2026-03-16 19:18:14 +00:00
a58b07456e Integrate crabrl parser into taxonomy hydration
Francy51 opened issue Francy51/Neon-Desk#31 2026-03-16 19:16:58 +00:00
Financials e2e: /financials?ticker=JPM times out for bank-pack not-meaningful breakdown
Francy51 opened issue Francy51/Neon-Desk#29 2026-03-16 19:16:57 +00:00
Watchlist e2e: Coverage page does not render heading after navigation
Francy51 opened issue Francy51/Neon-Desk#30 2026-03-16 19:16:57 +00:00
Research MVP e2e has duplicate accessible label for NVDA status selector
Francy51 opened issue Francy51/Neon-Desk#28 2026-03-16 19:16:57 +00:00
Post-signup shell does not reach Command Center in e2e auth bootstrap
Francy51 closed pull request Francy51/Neon-Desk#27 2026-03-16 19:13:46 +00:00
Fix P0 issues in financial ingestion architecture
Francy51 pushed to main at Francy51/Neon-Desk 2026-03-16 00:58:24 +00:00
cf084793ed chore: update crabrl-fork submodule with workspace fix
Francy51 pushed to main at Francy51/Neon-Desk 2026-03-16 00:32:19 +00:00
d73f09c15e feat: add crabrl-fork to workspace and fix taxonomy loading
Francy51 pushed to main at Francy51/Neon-Desk 2026-03-15 21:19:00 +00:00
4313058d65 Fix P0 issues in financial ingestion architecture
edf1cfb421 Format surface_mapper tests
24aa8e33d4 Consolidate metric definitions with Rust JSON as single source of truth
ed4420b8db Add atomic task deduplication with partial unique index
a7f7be50b4 Remove legacy TypeScript financial surface mapping, make Rust JSON single source of truth
Compare 5 commits »
Francy51 created pull request Francy51/Neon-Desk#27 2026-03-15 21:15:26 +00:00
Fix P0 issues in financial ingestion architecture
Francy51 pushed to fix/p0-financial-ingestion at Francy51/Neon-Desk 2026-03-15 21:15:11 +00:00
4313058d65 Fix P0 issues in financial ingestion architecture
Francy51 created branch fix/p0-financial-ingestion in Francy51/Neon-Desk 2026-03-15 21:15:10 +00:00
Francy51 closed issue Francy51/Neon-Desk#3 2026-03-15 21:13:08 +00:00
Stabilize sign-up session creation and post-auth redirect flow
Francy51 closed issue Francy51/Neon-Desk#4 2026-03-15 21:13:07 +00:00
Fix ticker-scoped filings views showing mixed-ticker results
Francy51 commented on issue Francy51/Neon-Desk#3 2026-03-15 21:13:01 +00:00
Stabilize sign-up session creation and post-auth redirect flow

Fixed in ac3b036 - post-auth handoff now waits for session. Remaining signup stall under e2e load tracked in #12.

Francy51 commented on issue Francy51/Neon-Desk#4 2026-03-15 21:12:59 +00:00
Fix ticker-scoped filings views showing mixed-ticker results

Fixed in 61b072d - ticker scope consistency verified with API and Playwright tests.

Francy51 pushed to t3code/research-copilot-workspace at Francy51/Neon-Desk 2026-03-15 20:30:59 +00:00
23932e40c3 Update AI default model to glm-4.6
73a6d13b69 Harden research e2e selectors
2ee9a549a3 Add hybrid research copilot workspace
7a42d73a48 Fix filing taxonomy schema mismatch by adding explicit column verification
529437c760 Stop substituting synthetic market data when providers fail
Compare 11 commits »
Francy51 created branch refactor/consolidate-server-utilities in Francy51/Neon-Desk 2026-03-15 20:17:22 +00:00
Francy51 pushed to refactor/consolidate-server-utilities at Francy51/Neon-Desk 2026-03-15 20:17:22 +00:00
a2e8fbcf94 Fix search.ts to use normalizeTickerOrNull for optional ticker
5f0abbb007 Consolidate server utilities into shared module
edf1cfb421 Format surface_mapper tests
24aa8e33d4 Consolidate metric definitions with Rust JSON as single source of truth
ed4420b8db Add atomic task deduplication with partial unique index
Compare 6 commits »
Francy51 commented on issue Francy51/Neon-Desk#26 2026-03-15 17:19:25 +00:00
[ARCH] Financial statement mapping has two parallel implementations (Rust + TypeScript)

CONFIRMED: TypeScript Code is Dead/Legacy Code

Data Flow Verified:

Rust fiscal-xbrl CLI (uses rust/taxonomy/*.json)
    ↓ (spawns via Bun.spawn in parser-client.ts)
lib/server/taxonomy…