Files
Hermes Agent 6233a8ccd6
Some checks failed
Tests / lint (pull_request) Successful in 3s
Tests / test (pull_request) Failing after 13s
feat: Add Kimi agent workspace with development scaffolding
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
2026-03-14 14:30:38 -04:00

1.9 KiB

Kimi Workspace — Task List

Agent: Kimi (Moonshot AI)
Branch: kimi/agent-workspace-init


Current Sprint

Completed

  • Create kimi/agent-workspace-init branch
  • Set up .kimi/ workspace directory structure
  • Create AGENTS.md with workspace guide
  • Create README.md with quick reference
  • Create bootstrap.sh for one-time setup
  • Create resume.sh for daily workflow
  • Create dev.sh with helper commands
  • Create CHECKPOINT.md template
  • 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