agent-ecosystem/src
iliya a3fa65859f fix: resolve CI failures — add highlight.js dep, remove electron import from provisioning
- Add highlight.js as direct dependency (was transitive via rehype-highlight, missing type declarations in CI)
- Replace `app.getLocale()` with `Intl.DateTimeFormat().resolvedOptions().locale` to avoid importing electron in TeamProvisioningService (broke tests that don't mock electron)
2026-02-24 14:23:09 +02:00
..
main fix: resolve CI failures — add highlight.js dep, remove electron import from provisioning 2026-02-24 14:23:09 +02:00
preload feat: add/remove member, mesage box, improve ui... 2026-02-24 14:17:03 +02:00
renderer fix: improve error handling and logging in message sending process 2026-02-24 14:17:03 +02:00
shared feat: add/remove member, mesage box, improve ui... 2026-02-24 14:17:03 +02:00
CLAUDE.md Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management. 2026-02-11 15:52:00 +09:00