This repository uses .zencoder/ as the primary configuration directory for Zencoder AI.
All comprehensive project instructions, coding standards, and repository information are organized in modular files within .zencoder/ for better maintainability and organization.
Overview of the Zencoder configuration structure, maintenance guidelines, and how to use the documentation.
Repository structure documentation including:
- All applications (web, mobile, desktop, extension, playground)
- All shared packages with build systems
- Docker configurations
- Testing frameworks
- Architectural organization
Note: This file is auto-generated by repository analysis. Regenerate periodically when structure changes.
Complete workspace rules and project instructions including:
- Project overview and architecture
- Runtime requirements and environment setup
- All common commands (dev, build, lint, test)
- Detailed code organization and structure
- Tech stack reference with versions
- Verification and testing strategy
- Safety guidelines and permissions
- Commit conventions
- Internationalization rules
- Zencoder workflow
- Key patterns to follow
- Documentation resources
This is the main comprehensive reference for day-to-day development.
Detailed coding standards and best practices covering:
- TypeScript standards and patterns
- React component patterns
- State management (Jotai, TanStack Query)
- API and service layer architecture
- Form handling with React Hook Form + Zod
- Styling with Tailwind CSS
- Error handling patterns
- Performance optimization techniques
- Security best practices
- Testing patterns
- File naming conventions
When starting work on this repository, Zencoder should:
- Read
.zencoder/README.mdfor configuration overview - Reference
.zencoder/rules/workspace.mdfor comprehensive project instructions - Consult
.zencoder/rules/repo.mdfor repository structure and commands - Follow
.zencoder/rules/coding-standards.mdwhen implementing features
This repository includes configurations for multiple AI coding assistants:
CLAUDE.md- Claude Code specific instructionsAGENTS.md- Cursor agent instructions with Nx MCPAUGMENT.md- Augment Code meta-instructions.augment/rules/workspace.md- Augment-specific rules
See .zencoder/AI-CONFIG-COMPARISON.md for detailed comparison and relationship between these configurations.
The .zencoder/ directory structure provides:
✅ Modular organization - Separate concerns into focused files
✅ Auto-generated documentation - Repository structure stays up-to-date
✅ Comprehensive standards - Detailed coding patterns and best practices
✅ Easy maintenance - Update specific sections without affecting others
✅ Clear hierarchy - Logical organization of information
- Live Docs: https://docs.ever.team/docs/introduction
- Docs Repository: https://github.com/ever-co/ever-teams-docs/tree/develop/website/docs
- GitHub: https://github.com/ever-co/ever-teams
For all detailed instructions, see .zencoder/ directory.