feat: Add Kimi agent workspace with development scaffolding #44

Merged
rockachopa merged 1 commits from kimi/agent-workspace-init into main 2026-03-14 15:09:04 -04:00
Collaborator

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

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
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 ## 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
kimi added 1 commit 2026-03-14 14:37:32 -04:00
feat: Add Kimi agent workspace with development scaffolding
Some checks failed
Tests / lint (pull_request) Successful in 3s
Tests / test (pull_request) Failing after 13s
6233a8ccd6
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
rockachopa merged commit 3d110098d1 into main 2026-03-14 15:09:04 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: rockachopa/Timmy-time-dashboard#44