cyb/reference/roadmap.md

Roadmap: project cleanup and improvements

1. Commit and clean up current changes

[ ] Commit pending uncommitted changes (error handling, analytics API update, CSS fix)

[ ] Find real code duplications and extract into shared utilities

[ ] Fix pre-existing TS error (reflect-metadata in tsconfig)

2. Code structure

[ ] Audit components/, containers/, pages/, features/ — establish a single convention

[ ] Define boundaries: what is a page, feature, container

[ ] Gradually migrate to a unified structure

3. Dependency audit

[ ] Find unused packages (depcheck or similar)

[ ] Evaluate duplicates (lodash vs ramda, ethers vs web3, etc.)

[ ] Remove unused, update critical

4. State management simplification

[ ] Audit: what lives in Redux, React Query, contexts

[ ] Define strategy: server state -> React Query, client state -> Redux/Context

[ ] Gradually remove Redux Observable where unnecessary

5. TypeScript strictness

[ ] Check tsconfig for strict mode

[ ] Find any types and unused types

[ ] Enable strict gradually, file by file if needed

6. Tests

[ ] Evaluate current coverage

[ ] Identify critical paths for testing

[ ] Add tests for key utilities and services

7. Warp (DEX / Liquidity Pools)

[x] Add APR (fees) display per pool and in dashboard summary

[x] Show Vol 24h on every pool card (always visible, even when zero)

[x] Add pool sorting (TVL / APR / Vol 24h)

[x] On-chain fallback for volume data when warp-dex API is down

[x] Fix crash when adding liquidity (react-number-format undefined event)

[x] Fix race condition in tx confirmation (conflicting status messages)

[ ] PnL calculator for LP positions (entry price vs current value)

[ ] Impermanent loss calculator

[ ] Historical fee chart per pool

[ ] Farming rewards contract (CosmWasm) to incentivize LPs

[ ] Refactor: deduplicate pool caching in localStorage (warp.ts vs usePoolsAssetAmount)

8. Wallet / Keys

[x] Private key import — raw secp256k1 hex key with AES-256-GCM encryption

[x] Unlock flow detects private-key vs wallet accounts

[x] ActionBar shows password unlock for private-key accounts

[x] Security audit passed (see docs/security_audit_private_key_import.md)

9. Linting and code style

[ ] Run ESLint, evaluate warnings/errors count

[ ] Configure stricter rules where needed

[ ] Run stylelint for CSS/SCSS

Homonyms

soft3/roadmap
roadmap
soft3/hemera/roadmap
hemera roadmap hemera is specified: x⁻¹ partial S-box, 16 partial rounds, 32-byte output, ~736 constraints per permutation. these proposals are OPTIMIZATIONS on top of the current spec — reducing constraint count further and shifting hemera's role from "hash for everything" to "trust anchor."…
cyb/optica/ROADMAP
roadmap optica is a static-site publisher for markdown knowledge graphs. the rendering pipeline (markdown → HTML → templates → CSS + minimal JS) is constrained by the web platform — DOM, Canvas, CSS. that ceiling is acceptable for documents up to ~10⁴ nodes. high-performance interactive graph…
neural/trident/roadmap
Design Proposals Proposals for language and VM design changes. Not spec — these are desires documented for future consideration. Each proposal is a standalone markdown file. Status is tracked in the frontmatter. Proposals | proposal | status | what | |----------|--------|------| | noun-types |…
neural/trident/reference/roadmap
Roadmap Trident exists to write [CORE](https://cyber.page/core-spec/) — Conserved Observable Reduction Equilibrium, a self-verifying substrate for planetary collective intelligence. 16 reduction patterns, field-first arithmetic, BBG state, focus dynamics — all written in Trident, all provable.…

Graph