5e47bca82f
Adds the Task Master AI workspace per ~/espocrm-extensions/CLAUDE.md convention (per-extension .taskmaster/). The PRD parses into 9 tasks matching the 6-week implementation plan: #1 Windows runner + code signing infra (high) #2 Core services: EspoCrmClient, DPAPI, settings, logger (high) #3 Feature 1: File mail to case (high) #4 Feature 2: Reading-pane sidebar (medium) #5 Feature 3: Compose from case (medium) #6 Feature 4: Folder auto-sync (medium) #7 Localization + RTL (medium) #8 ClickOnce publish + release pipeline (high) #9 Documentation + rollout (high) Config uses provider=claude-code (free) per workspace convention. Removed task-master init's overaggressive .gitignore entries (*.sln, *.sw?, .vscode, .idea, *.ntvs*, *.njsproj, node_modules/) that collided with this repo's VS solution file. Refs Task Master: see .taskmaster/tasks/tasks.json Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
12 lines
1.1 KiB
Bash
12 lines
1.1 KiB
Bash
# API Keys (Required to enable respective provider)
|
|
ANTHROPIC_API_KEY="your_anthropic_api_key_here" # Required: Format: sk-ant-api03-...
|
|
PERPLEXITY_API_KEY="your_perplexity_api_key_here" # Optional: Format: pplx-...
|
|
OPENAI_API_KEY="your_openai_api_key_here" # Optional, for OpenAI models. Format: sk-proj-...
|
|
GOOGLE_API_KEY="your_google_api_key_here" # Optional, for Google Gemini models.
|
|
MISTRAL_API_KEY="your_mistral_key_here" # Optional, for Mistral AI models.
|
|
XAI_API_KEY="YOUR_XAI_KEY_HERE" # Optional, for xAI AI models.
|
|
GROQ_API_KEY="YOUR_GROQ_KEY_HERE" # Optional, for Groq models.
|
|
OPENROUTER_API_KEY="YOUR_OPENROUTER_KEY_HERE" # Optional, for OpenRouter models.
|
|
AZURE_OPENAI_API_KEY="your_azure_key_here" # Optional, for Azure OpenAI models (requires endpoint in .taskmaster/config.json).
|
|
OLLAMA_API_KEY="your_ollama_api_key_here" # Optional: For remote Ollama servers that require authentication.
|
|
GITHUB_API_KEY="your_github_api_key_here" # Optional: For GitHub import/export features. Format: ghp_... or github_pat_... |