forked from Rockachopa/Timmy-time-dashboard
Create the Kimi (Moonshot AI) agent workspace per AGENTS.md conventions: Workspace Structure: - .kimi/AGENTS.md - Workspace guide and conventions - .kimi/README.md - Quick reference documentation - .kimi/CHECKPOINT.md - Session state tracking - .kimi/TODO.md - Task list for upcoming work - .kimi/notes/ - Working notes directory - .kimi/plans/ - Plan documents - .kimi/worktrees/ - Git worktrees (reserved) Development Scripts: - scripts/bootstrap.sh - One-time workspace setup (venv, deps, .env) - scripts/resume.sh - Quick status check + resume prompt - scripts/dev.sh - Development helpers (status, test, lint, format, clean, nuke) Features: - Validates Python 3.11+, venv, deps, .env, git config - Provides quick status on git, tests, Ollama, dashboard - Commands for testing, linting, formatting, cleaning Per AGENTS.md: - Kimi is Build Tier for large-context feature drops - Follows existing project patterns - No changes to source code - workspace only
88 lines
1.9 KiB
Markdown
88 lines
1.9 KiB
Markdown
# 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
|