Files
extension/.gitignore
T
Hanzo Dev a12d455b02 feat: Add Dev CLI with multi-agent orchestration and comprehensive testing
- Implement multi-agent orchestration system for parallel AI tasks
- Add role-based AI assignment (coder, reviewer, critic, architect, etc)
- Create predefined workflows (code-review, implement-feature, optimize, debug)
- Add local LLM support with auto-detection (Ollama, LocalAI, etc)
- Implement async job management with idle timeout
- Add authentication system with OAuth2 PKCE flow
- Create comprehensive test suite with integration tests
- Add headless Chrome testing for auth flows
- Create mock AI server for testing all endpoints
- Add visual test runners and demo scripts
- Update CI/CD pipeline for all services
- Rename CLI from 'hanzo-dev' to 'dev' for simplicity
- Update repository references to github.com/hanzoai/dev

Key features:
- Parallel execution of multiple AI agents
- Git worktree support for isolated development
- Universal context sync across tools
- Secure API key management
- Comprehensive workflow system
2025-07-08 18:33:08 -04:00

55 lines
589 B
Plaintext

# Compiled output
out/
dist/
*.vsix
# Dependencies
node_modules/
# IDE
.vscode-test/
.vscode/settings.json
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment
.env
.env.local
.env.*.local
# Test coverage
coverage/
.nyc_output/
# Temporary files
*.tmp
*.temp
.cache/
# Claude Desktop build artifacts
dist/claude-desktop/node_modules/
lib/graphene/
# Dev CLI artifacts
.hanzo-dev/
.dev/
test/test-results.json
test-results/
packages/*/dist/
packages/*/node_modules/
packages/*/*.tgz
# Claude chats
.claude/
claude_chats/