This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
CodeFlow VS Code Extension — AI-powered code quality and automation extension for VS Code. Integrates with the CodeFlow Engine.
- Extension: TypeScript (VS Code Extension API)
- Bundling: Likely esbuild or webpack (standard for VS Code extensions)
npm install # Install dependencies
npm run compile # Compile TypeScript
npm run watch # Watch mode for development
npm run lint # ESLint
npm run test # Run extension tests
code --extensionDevelopmentPath=. # Launch extension in dev modePress F5 in VS Code to launch an Extension Development Host for testing.
This project has not yet been onboarded to AgentKit Forge. To request onboarding, create a ticket.
Baton is the shared task graph for cross-repo work. When the baton MCP server is available, agents should check for existing work with task_check at the start of meaningful tasks, create or claim visible work with task_notify/log_agent_message, update the task when significant new information becomes available, and log completion or blockers before handing off.