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
1.9 KiB
1.9 KiB
Kimi Workspace — Task List
Agent: Kimi (Moonshot AI)
Branch: kimi/agent-workspace-init
Current Sprint
Completed ✅
- Create
kimi/agent-workspace-initbranch - Set up
.kimi/workspace directory structure - Create
AGENTS.mdwith workspace guide - Create
README.mdwith quick reference - Create
bootstrap.shfor one-time setup - Create
resume.shfor daily workflow - Create
dev.shwith helper commands - Create
CHECKPOINT.mdtemplate - Create
TODO.md(this file) - 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