Files
Timmy-time-dashboard/.kimi/TODO.md

88 lines
1.9 KiB
Markdown
Raw Normal View History

# Kimi Workspace — Task List
**Agent:** Kimi (Moonshot AI)
**Branch:** `kimi/agent-workspace-init`
---
## Current Sprint
### Completed ✅
- [x] Create `kimi/agent-workspace-init` branch
- [x] Set up `.kimi/` workspace directory structure
- [x] Create `AGENTS.md` with workspace guide
- [x] Create `README.md` with quick reference
- [x] Create `bootstrap.sh` for one-time setup
- [x] Create `resume.sh` for daily workflow
- [x] Create `dev.sh` with helper commands
- [x] Create `CHECKPOINT.md` template
- [x] Create `TODO.md` (this file)
- [x] Submit PR to Gitea
---
## Upcoming (v2.0 Exodus — Voice + Marketplace + Integrations)
### Voice Enhancements
- [ ] Voice command history and replay
- [ ] Multi-language NLU support
- [ ] Voice transcription quality metrics
- [ ] Piper TTS integration improvements
### Marketplace
- [ ] Agent capability registry
- [ ] Task bidding system UI
- [ ] Work order management dashboard
- [ ] Payment flow integration (L402)
### Integrations
- [ ] Discord bot enhancements
- [ ] Telegram bot improvements
- [ ] Siri Shortcuts expansion
- [ ] WebSocket event streaming
---
## Future (v3.0 Revelation)
### Lightning Treasury
- [ ] LND integration (real Lightning)
- [ ] Bitcoin wallet management
- [ ] Autonomous payment flows
- [ ] Macaroon-based authorization
### App Bundle
- [ ] macOS .app packaging
- [ ] Code signing setup
- [ ] Auto-updater integration
### Federation
- [ ] Multi-node swarm support
- [ ] Inter-agent communication protocol
- [ ] Distributed task scheduling
---
## Technical Debt
- [ ] XSS audit (replace innerHTML in templates)
- [ ] Chat history persistence
- [ ] Connection pooling evaluation
- [ ] React dashboard (separate effort)
---
## Notes
- Follow existing patterns: singletons, graceful degradation
- All AI computation on localhost (Ollama)
- Tests must stay green
- Update CHECKPOINT.md after each session