Added- `owlp update` command and automatic update notifications
Changed- Onboard summary now shows `owlp status` output with colored status icons instead of dim gray box
- Transfer preview and submitted result use box component for readable amounts and tx hashes
- Wallet addresses (create, import, existing) displayed in box for easy verification
- Security warning for private key export uses yellow warning icon
- Mnemonic reveal uses box component preserving color on alternate screen
Added- KYC status pre-check before Step 3 prompt in onboard flow
Fixed- KYC polling continues on rejected status so user can resubmit
Added- Complete agent skills documentation for onboard and KYC workflows
- Polling and passcode authentication model replacing callback server
- Optional KYC step with `--skip-kyc` flag and interactive confirm prompt
- Skill install hint in branded `--help` and `--json` output
Changed- Auth flow redesigned from localhost callback to polling with passcode claim
Added- Core CLI framework with SSO authentication, wallet management, and multi-chain support (EVM, Stellar, Solana)
- Interactive send wizard with event-driven check/sign/submit pipeline
- Interactive transaction browser with type filtering and detail dispatch
- Browser-based onboard flow for account setup and KYC verification
- Unified status dashboard showing account, KYC, and wallet readiness
- Two-tier mode classification: agent vs human with unified prompt primitives
- Mnemonic and private key shown on terminal alternate screen for security
- Balance queries across all tokens, gas fee estimation, address verification
- Countries list, wallet export-key, wallet naming and switching
- Compact JSON envelope with `--json-pretty` escape hatch
- esbuild bundling with javascript-obfuscator for distribution
- Style system with semantic color helpers
- JSON and human-readable output modes, stage/prod environment switching, debug logging